@prefix rdf: <http://www.w3.org/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:M-K-PER-W
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "$\\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m/W$."^^qudt:LatexString ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:expression "$K-m/W$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M-1H1T3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:M ;
  ] ;
  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:ThermalResistivity ;
  qudt:hasReciprocalUnit unit:W-PER-M-K ;
  qudt:symbol "m·K/W" ;
  qudt:ucumCode "m.K.W-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "H35" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q84451486> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/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 .
