@prefix sdg: <http://metadata.un.org/sdg/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://test.uncefact.org/vocabulary/conformity-topics/performance-specifications> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/conformity-topics/technical-conformity> ;
    skos:definition "Meeting defined functional, reliability, and performance benchmarks established by regulations, standards, or contractual requirements."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    skos:notation "10.08" ;
    skos:prefLabel "Performance Specifications"@en ;
    skos:relatedMatch sdg:9 ;
    skos:scopeNote "Industry-specific performance standards and testing protocols."@en .

