Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shacl:order as hint for the order in the Table preview. #78

Closed
2 tasks done
l00mi opened this issue May 5, 2021 · 3 comments · Fixed by #645
Closed
2 tasks done

Use shacl:order as hint for the order in the Table preview. #78

l00mi opened this issue May 5, 2021 · 3 comments · Fixed by #645
Assignees
Labels
development enhancement New feature or request

Comments

@l00mi
Copy link

l00mi commented May 5, 2021

From a Use Case of WSL (which creates cubes manually) we have added a field to specify the Order of dimensions for visualisation purposes, see https://github.com/zazuko/rdf-cube-schema#shapes (at the end).

At the time of writing the label can not yet be added in the cube-creator, and the feature is in the backlog zazuko/cube-creator#700.

Example

For the cube "forest area by production region and stand structure", the order of column should be as follow:

The order of column should be as follows :

  1. Inventory
  2. production region
  3. stand structure
  4. unit of evaluation
  5. forest area (ha)
  6. Standard error (SE) of estimate (%)
  7. grid
    8 evaluation type
  • Dataset preview
  • Table chart (left "Columns" and middle table)
@jstcki jstcki added the enhancement New feature or request label May 12, 2021
@Rdataflow
Copy link
Contributor

@ptbrowne can you ensure we this will be treated with prio within the next sprints? that would be really helpful. THX

cc @ZellerSabine @kronmar

@Rdataflow
Copy link
Contributor

see https://zazuko.github.io/rdf-cube-schema/#sh-order

The sh:order can be used to indicate the relative order of the dimension, for use in visualizations. It should be used according to the specification by using ascending order, for example, so that properties with smaller order are placed above (or to the left) of properties with a larger order.

@sosiology
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants