<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
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/M2-PER-K">
<j.0:derivedCoherentUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AreaThermalExpansion"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">m2.K-1</j.0:ucumCode>
<j.0:symbol>m²/k</j.0:symbol>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdfs:label xml:lang="en-us">Square Meter per Kelvin</rdfs:label>
<rdfs:label xml:lang="en">Square Metre per Kelvin</rdfs:label>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T0D0"/>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(m2-per-k\)</j.0:expression>
<j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
</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/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/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/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/2.1/vocab/unit> ;
rdfs:label "Square Meter per Kelvin"@en-us ;
rdfs:label "Square Metre per Kelvin"@en ;
.
{"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"
,"defined unit of system":"sou:SI"
,"expression":"\\(m2-per-k\\)"
,"has dimension vector":"dimension:A0E0L2I0M0H-1T0D0"
,"has quantity kind":"quantitykind:AreaThermalExpansion"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Square Meter per Kelvin"
,"label":"Square Metre per Kelvin"
,"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",
"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",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaThermalExpansion",
"symbol" : "m²/k",
"ucumCode" : "m2.K-1",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Meter per Kelvin"
}, {
"@language" : "en",
"@value" : "Square Metre per Kelvin"
} ],
"@context" : {
"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"
},
"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"
},
"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"
},
"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#"
}
}