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

<https://test.uncefact.org/vocabulary/conformity-topics/cybersecurity-controls> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/conformity-topics/information-security> ;
    skos:definition "Implementation of technical and organizational security measures to protect digital infrastructure from threats and vulnerabilities."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    skos:notation "11.02" ;
    skos:prefLabel "Cybersecurity Controls"@en ;
    skos:relatedMatch sdg:9 ;
    skos:scopeNote "ISO/IEC 27001; NIST Cybersecurity Framework; IEC 62443."@en .

