SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

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.
SharedDimension
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>.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
equivalentClass Reference data
equivalentClass Shared Dimension
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.