zeginis
zeginis
@lkitching I thought that the language fallback worked also for querying, but it is ok. However the point 2 is a bug then. > When :schema-label-language en and measureProperty language...
I see so `lang_preference: "en"` is for querying and `:schema-label-language en` is to build the schema. What do you mean with "all labels"? E.g. if there are `en` and `de`...
I agree that "all labels" is not a good option. Yes we could apply also the fall back at querying using the order you mention.
@BillSwirrl I have updated the text description of the [CubiQL data requirements](https://github.com/Swirrl/graphql-qb/blob/master/DataRestrictions.md) The ASK queries should cover these requirements
The ASK queries should cover the following: - Dataset should use measure dimension even if there is only one measure (compliant with IC-15 and IC-16, not compliant with IC-14) -...
In this case there is no code list for this dimension. Is this ok for the schema building?
@arekstasiewicz there requirements for data to work with CubiQL are documented at: #92. Most of these will be fixed. There are 2 open issues: - Always use the qb:measureType even...
` #grafter.rdf.protocols.LangString{:string "CSO", :lang :en}` @mohadelrezk this line says that there is an `en` language tag at the label "CSO". I checked at the data but the "CSO" label does...
@robthomas-marine it seems to be an error with the cube measures. CubiQL requires to use qb:measureType even if there is only one measure. Are your data compatible with this? Can...
@robthomas-marine I have checked the data you uploaded. There are some issues that need to be fixed to make the data compatible with CubiQL: - There are codelist but they...