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

<https://test.uncefact.org/vocabulary/performance-metrics/impact-resistance> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/product-safety-and-quality> ;
    skos:definition "Energy absorbed by a material or product before fracture under impact loading, in joules."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "09.02" ;
    skos:prefLabel "Impact Resistance"@en ;
    skos:scopeNote "ISO 179 (Charpy impact, plastics); ISO 148 (Charpy impact, metals); IEC 62262 (IK rating, equipment enclosures)."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/minimum> ;
    unece:allowedUnit <https://test.uncefact.org/vocabulary/unit-of-measure/JOU> ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

