The instance needs to be decorated with `schema:DefinedTerm` and `https://cube.link/meta/SharedDimension` to be recognized by the Cube-Creator ([https://cube-creator.lindas.admin.ch/](https://cube-creator.lindas.admin.ch/)).
SharedDimension have the important property of being monotonic. It is not allowed to remove a once published shared Dimension or entries thereof. Only a "deprecation" by using `schema:validThrough` is allowed either on the whole Dimension or the `schema:DefinedTerm` entry respectively.
A DefinedTermSet which will be presented as a target for values in the Cube Creator.
@prefix schema: <http://schema.org/> .
@prefix meta: <https://cube.link/meta/> .
<https://ld.admin.ch/cube/dimension/Canton> a schema:DefinedTermSet, meta:SharedDimension.
<https://ld.admin.ch/cube/dimension/Canton> schema:name "Kantone"@de.
<https://ld.admin.ch/cube/dimension/Canton> schema:hasDefinedTerm <https://ld.admin.ch/cube/dimension/Canton/be>.