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

<https://test.uncefact.org/vocabulary/conformity-topics/system-integrity> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/conformity-topics/information-security> ;
    skos:definition "Ensuring reliability, uptime, and integrity of digital systems through resilient architecture and continuity planning."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    skos:notation "11.06" ;
    skos:prefLabel "System Integrity and Availability"@en ;
    skos:relatedMatch sdg:9 ;
    skos:scopeNote "ISO 22301 Business Continuity; ISO/IEC 27001 Availability Controls."@en .

