-
Notifications
You must be signed in to change notification settings - Fork 2
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
CSO data compatibility #107
Comments
@arekstasiewicz there requirements for data to work with CubiQL are documented at: #92. Most of these will be fixed. There are 2 open issues:
As a first step you can add (qb:codeList) the codelist that are defined at CSO to the dimensions. I have checked them and all the values they contain are used at every cube, so they are compliant with the above requirement (The only exception is the age dimension) |
Hi @zeginis I am attaching a sample cube I created to align with CubiQL what is it still missing? |
@mohadelrezk this line says that there is an The Additionaly it is preferable to use URIs instead of string for the values of the dimensions
|
I was trying to use CubiQL with CSO endpoint:
java -jar graphql-qb-0.2.1-SNAPSHOT-standalone.jar --port 9000 --endpoint http://data.cso.ie/sparql
The following error is displayed:
@zeginis Could you please advise how complicated it would be to make the data work with the API?
The text was updated successfully, but these errors were encountered: