@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/performance-metrics/thermal-performance> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/product-safety-and-quality> ;
    skos:definition "Thermal resistance (R-value) or thermal conductivity of a material or assembly, indicating its ability to insulate against heat transfer."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "09.03" ;
    skos:prefLabel "Thermal Performance"@en ;
    skos:scopeNote "ICC International Energy Conservation Code (IECC); ISO 22007; ASTM C518; EU Energy Performance of Buildings Directive."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/weighted-average> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/C62> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

