@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#Section508> a ns1:LegalResource,
        owl:NamedIndividual ;
    rdfs:label "Section 508 Accessibility Standards" ;
    ns1:applicableDomains "computer_engineering",
        "software_engineering",
        "web_engineering" ;
    ns1:standardType "accessibility" ;
    dcterms:identifier "Section 508 (29 U.S.C. § 794d)" ;
    dcterms:publisher "United States Access Board" ;
    dcterms:source <https://www.section508.gov/> ;
    rdfs:comment "Legal requirement ensuring equitable access to technology systems" ;
    skos:definition "Legal requirement ensuring equitable access to technology systems",
        "U.S. federal law requiring electronic and information technology to be accessible to people with disabilities" .

