zeginis

Results 63 comments of zeginis

CubiQL requires to always use qb:measureType

Document the virtuoso version compatible with CubiQL. Some Virtuoso versions seem to have a problem with ASK queries: https://github.com/openlink/virtuoso-opensource/issues/464 @lkitching at the above issue they suggest as a work arround...

Fixing #134 will make CubiQL compatible with all Virtuoso versions including the latest one

@arekstasiewicz issue #134 has been fixed and now CubiQL does not use SPARQL ASK queries. So now CubiQL should also work with all Virtuoso versions. I have tested with Version:...

@lkitching I had a look for caching libraries for clojure and I found: https://github.com/clojure/core.cache Have you used this? Are you using any other caching library?

What we need is to get the granularity levels of a dimension that appear at a dataset. Yes it could be ordered On Tue, 21 Nov 2017 at 19:11, Rick...

I agree with the above filtering options. The filtering should also support the ALL operation e.g. refArea="ALL" Moreover, timeseries can be expressed using observation filtering having only the ref period...

+1 at the ` filtered by geo / skos codelist hierarchy.` I need this at the machine learning component. Eg. get observations only at Data zones 2001

I can implement the functionality to `filtered by geo / skos codelist hierarchy.` I guess it requires to implement this both ath build schema and the resolve observations? Any tip...

@BillSwirrl I can fix this issue.