Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openactive/accessibility-support
Accessibility Support controlled vocabularies data and documentation
https://github.com/openactive/accessibility-support
controlled-vocabulary skos
Last synced: 21 days ago
JSON representation
Accessibility Support controlled vocabularies data and documentation
- Host: GitHub
- URL: https://github.com/openactive/accessibility-support
- Owner: openactive
- Created: 2018-09-18T21:46:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T14:48:40.000Z (about 1 year ago)
- Last Synced: 2023-10-24T15:41:21.383Z (about 1 year ago)
- Topics: controlled-vocabulary, skos
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accessibility Support
> Status: Draft | [Please Provide Feedback via GitHub](https://github.com/openactive/accessibility-support/issues)
## Status
This list is in a draft state, however every effort will be made in subsequent revisions to maintain the IDs associated with the concepts enumerated here.
## Documentation
This repository holds the [JSON-LD definition](https://openactive.io/accessibility-support/accessibility-support.jsonld) of the OpenActive Accessibility Support controlled vocabulary.
This controlled vocabulary MUST be referenced within a `Concept` via `inScheme` using the URL `"https://openactive.io/accessibility-support"` (which will return the [JSON-LD definition](https://openactive.io/accessibility-support/accessibility-support.jsonld) if the `Accept` header contains `application/ld+json`).
This controlled vocabulary SHOULD be retrieved frequently using an HTTP GET and cached within an application, to ensure that the most up-to-date version is displayed to the user, while also protecting against network failure when accessing the underlying resource. To access this controlled vocabulary the application MUST GET the URL `"https://openactive.io/accessibility-support/accessibility-support.jsonld"` (note there is no www in the URL) which does not require a specific `Accept` header, and is cached via CDN. The controlled vocabulary is also available via a GET of the URL `"https://openactive.io/accessibility-support"` using an `Accept` header of `application/ld+json`, for completeness, however this shorter URL MUST NOT be used in production.
Please raise requests for content or issues related to this controlled vocabulary via [GitHub](https://github.com/openactive/accessibility-support/issues).
## Example use
The example below illustrates an `"accessibilitySupport"` property for an `Event` that supports all defined accessibility groups.
```json
"accessibilitySupport": [
{
"type": "Concept",
"id": "https://openactive.io/accessibility-support#1393f2dc-3fcc-4be9-a99f-f1e51f5ad277",
"prefLabel": "Visual impairment",
"inScheme": "https://openactive.io/accessibility-support"
},
{
"type": "Concept",
"id": "https://openactive.io/accessibility-support#2bfb7228-5969-4927-8435-38b5005a8771",
"prefLabel": "Hearing impairment",
"inScheme": "https://openactive.io/accessibility-support"
},
{
"type": "Concept",
"id": "https://openactive.io/accessibility-support#dd026873-6713-4ea1-af5a-08901f651d98",
"prefLabel": "Physical impairment",
"inScheme": "https://openactive.io/accessibility-support"
},
{
"type": "Concept",
"id": "https://openactive.io/accessibility-support#67902468-fd49-4238-8650-20a22d7f0e40",
"prefLabel": "Learning impairment",
"inScheme": "https://openactive.io/accessibility-support"
},
{
"type": "Concept",
"id": "https://openactive.io/accessibility-support#40b9b11f-bdd3-4aeb-8984-2ecf74a14c7a",
"prefLabel": "Mental health issues",
"inScheme": "https://openactive.io/accessibility-support"
},
{
"type": "Concept",
"id": "https://openactive.io/accessibility-support#69b689d4-be04-4e6d-be56-4ac72ec82444",
"prefLabel": "Social or behavioural problems",
"inScheme": "https://openactive.io/accessibility-support"
}
]
```## Concepts in this Vocabulary
- [Visual impairment](https://openactive.io/accessibility-support#1393f2dc-3fcc-4be9-a99f-f1e51f5ad277)
- [Hearing impairment](https://openactive.io/accessibility-support#2bfb7228-5969-4927-8435-38b5005a8771)
- [Physical impairment](https://openactive.io/accessibility-support#dd026873-6713-4ea1-af5a-08901f651d98)
- [Learning impairment](https://openactive.io/accessibility-support#67902468-fd49-4238-8650-20a22d7f0e40)
- [Mental health issues](https://openactive.io/accessibility-support#40b9b11f-bdd3-4aeb-8984-2ecf74a14c7a)
- [Social or behavioural problems](https://openactive.io/accessibility-support#69b689d4-be04-4e6d-be56-4ac72ec82444)## Licence
The documentation and data in this repository is published under the [Creative Commons CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.