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

<https://test.uncefact.org/vocabulary/conformity-topics/accessibility-requirements> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/conformity-topics/technical-conformity> ;
    skos:definition "Compliance with inclusive design and accessibility standards ensuring products and services are usable by people with diverse abilities."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    skos:notation "10.07" ;
    skos:prefLabel "Accessibility Requirements"@en ;
    skos:relatedMatch sdg:10 ;
    skos:scopeNote "ISO 21542 Accessibility; WCAG 2.1; EN 301 549."@en .

