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

<https://test.uncefact.org/vocabulary/conformity-topics/incident-response> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/conformity-topics/information-security> ;
    skos:definition "Preparedness planning, detection, response procedures, and recovery capabilities for security breaches and system failures."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    skos:notation "11.05" ;
    skos:prefLabel "Incident Response and Recovery"@en ;
    skos:relatedMatch sdg:9 ;
    skos:scopeNote "ISO/IEC 27035 Incident Management; NIST SP 800-61."@en .

