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

<https://test.uncefact.org/vocabulary/conformity-topics/encryption-and-data-security> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/conformity-topics/information-security> ;
    skos:definition "Protection of data confidentiality and integrity in transit and at rest through cryptographic controls and key management."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    skos:notation "11.07" ;
    skos:prefLabel "Encryption and Data Security"@en ;
    skos:relatedMatch sdg:9 ;
    skos:scopeNote "ISO/IEC 19790 Cryptographic Modules; NIST FIPS 140."@en .

