@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:K-PER-W
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms: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 ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:expression "$K/W$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L-2I0M-1H1T3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:W ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:K ;
  ] ;
  qudt:hasQuantityKind quantitykind:ThermalResistance ;
  qudt:hasReciprocalUnit unit:W-PER-K ;
  qudt:iec61360Code "0112/2///62720#UAA187" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA187"^^xsd:anyURI ;
  qudt:symbol "K/W" ;
  qudt:ucumCode "K.W-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "B21" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q3194958> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/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 .
