<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/unit/K-M-PER-W">
<rdfs:label xml:lang="en-us">Kelvin Meter Per Watt</rdfs:label>
<j.0:uneceCommonCode>H35</j.0:uneceCommonCode>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt</j.1:description>
<j.0:plainTextDescription>product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt</j.0:plainTextDescription>
<j.0:symbol>K⋅m/W</j.0:symbol>
<rdfs:label xml:lang="en">Kelvin Metre Per Watt</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
<j.0:iec61360Code>0112/2///62720#UAB488</j.0:iec61360Code>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">K.m.W-1</j.0:ucumCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ThermalResistivity"/>
</rdf:Description>
</rdf:RDF>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-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/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB488" ;
<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" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Kelvin Meter Per Watt"@en-us ;
rdfs:label "Kelvin Metre Per Watt"@en ;
.
{"resource":"Kelvin Metre Per Watt"
,"qname":"unit:K-M-PER-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-M-PER-W"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"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":"dimension:A0E0L-1I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistivity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB488"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Kelvin Meter Per Watt"
,"label":"Kelvin Metre Per Watt"
,"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",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistivity",
"iec61360Code" : "0112/2///62720#UAB488",
"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",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kelvin Meter Per Watt"
}, {
"@language" : "en",
"@value" : "Kelvin Metre Per Watt"
} ],
"@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",
"@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"
},
"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"
},
"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"
},
"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#"
}
}