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

<https://test.uncefact.org/vocabulary/performance-metrics/fire-resistance-rating> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/product-safety-and-quality> ;
    skos:definition "Duration a material or assembly maintains structural integrity, insulation, and limits heat transfer under standard fire exposure conditions, in minutes."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "09.04" ;
    skos:prefLabel "Fire Resistance Rating"@en ;
    skos:scopeNote "ICC IBC Chapter 7; ASTM E119; ISO 834; EU Construction Products Regulation (EN 13501)."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/minimum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/MIN> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

