Section 508 Accessibility Standards
Individual
http://proethica.org/ontology/engineering_standards#Section508
Class Hierarchy
- Thing
- ↳ entity (bfo)
- ↳ continuant (bfo)
- ↳ generically dependent continuant (bfo)
- ↳ information content entity (iao)
- ↳ Resource (proethica-core)
- ↳ Legal Resource (proethica-intermediate)
- ∈ Section 508 Accessibility Standards individual
Definition
Legal requirement ensuring equitable access to technology systems
Mappings & provenance
source
Properties
Applicable Domains
computer_engineering
software_engineering
web_engineering
Standard Type
accessibility
Identifier
Section 508 (29 U.S.C. § 794d)
Publisher
United States Access Board
Referenced by
Edges from other case entities pointing at this one (the commit writes several families one-directional, e.g. an Agent's
hasRole to its role facet).derivedFromResource@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" .