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

<https://test.uncefact.org/vocabulary/conformity-topics/data-protection-and-privacy> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/conformity-topics/information-security> ;
    skos:definition "Safeguarding personal and sensitive data in compliance with privacy regulations, consent requirements, and ethical data handling principles."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    skos:notation "11.01" ;
    skos:prefLabel "Data Protection and Privacy"@en ;
    skos:relatedMatch sdg:16 ;
    skos:scopeNote "GDPR; ISO/IEC 27701 Privacy Information Management."@en .

