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

<https://test.uncefact.org/vocabulary/performance-metrics/flammability-rating> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/product-safety-and-quality> ;
    skos:definition "Classification of a material's reaction to fire, covering ignitability, flame spread, heat release, and smoke generation under standard test conditions."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "09.06" ;
    skos:prefLabel "Flammability Rating"@en ;
    skos:scopeNote "EN 13501 (EU Euroclasses); UL 94 (plastics); ASTM E84 (surface burning); EU GPSR flammability requirements."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/minimum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/C62> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

