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

<https://test.uncefact.org/vocabulary/conformity-topics/interoperability-standards> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/conformity-topics/technical-conformity> ;
    skos:definition "Conformity with standards ensuring compatibility, data exchange, and seamless interaction between systems, components, and services."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    skos:notation "10.06" ;
    skos:prefLabel "Interoperability Standards"@en ;
    skos:relatedMatch sdg:9 ;
    skos:scopeNote "ISO/IEC JTC 1 information technology standards; W3C web standards."@en .

