@prefix rdf: <http://www.w3.org/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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:ThermalTransmittance
  a qudt:QuantityKind ;
  dcterms:description "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance."^^qudt:LatexString ;
  qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F ;
  qudt:applicableUnit unit:BTU_IT-PER-FT2-SEC-DEG_F ;
  qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_F ;
  qudt:applicableUnit unit:BTU_IT-PER-HR-FT2-DEG_R ;
  qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_F ;
  qudt:applicableUnit unit:BTU_IT-PER-SEC-FT2-DEG_R ;
  qudt:applicableUnit unit:BTU_TH-PER-HR-FT2-DEG_F ;
  qudt:applicableUnit unit:BTU_TH-PER-SEC-FT2-DEG_F ;
  qudt:applicableUnit unit:CAL_IT-PER-SEC-CentiM2-K ;
  qudt:applicableUnit unit:CAL_TH-PER-SEC-CentiM2-K ;
  qudt:applicableUnit unit:KiloGM-PER-SEC3-K ;
  qudt:applicableUnit unit:KiloW-PER-M2-K ;
  qudt:applicableUnit unit:W-PER-M2-K ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M1H-1T-3D0 ;
  qudt:iec61360Code "0112/2///62720#UAD195" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD195"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_transmittance"^^xsd:anyURI ;
  qudt:plainTextDescription "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance." ;
  rdfs:comment "Applicable units are those of quantitykind:CoefficientOfHeatTransfer" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Thermal Transmittance"@en ;
  skos:broader quantitykind:CoefficientOfHeatTransfer .
