@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://proethica.org/ontology/intermediate#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://proethica.org/ontology/engineering_standards#WCAG21> a ns1:TechnicalStandard,
        owl:NamedIndividual ;
    rdfs:label "WCAG 2.1 Web Content Accessibility" ;
    ns1:applicableDomains "software_engineering",
        "user_experience_engineering",
        "web_engineering" ;
    ns1:standardType "web_accessibility" ;
    dcterms:identifier "WCAG 2.1 (W3C Recommendation, 2018; Level AA conformance)" ;
    dcterms:publisher "World Wide Web Consortium (W3C)" ;
    dcterms:source <https://www.w3.org/TR/WCAG21/> ;
    rdfs:comment "International standard for web accessibility and inclusive design. WCAG 2.2 (2023) is the latest Recommendation; the revised US Section 508 rule incorporates WCAG 2.0 Level AA." ;
    skos:definition "International standard for web accessibility and inclusive design",
        "Web Content Accessibility Guidelines providing recommendations for making web content more accessible to people with disabilities" .

