Accessible museums¶
… with a guided tour in German Sign Language¶
See also (language code "gsg"
or "sgn-gsg"
).
{
"properties": {
"category": "museum",
"accessibility": {
"media": [
{ "type": "tour", "languages": ["sgn-gsg"] }
]
}
}
}
…with tactile artworks¶
Variant 1¶
{
"properties": {
"category": "museum",
"accessibility": {
"media": [
{
"type": "exhibit",
"accessMode": ["tactile"],
"accessModeSufficient": ["tactile"],
"name": { "en": "Collection of tactile models" }
}
]
}
}
}