MaastrichtU-IDS/into-the-graph

Better SPARQL: improve resolution of graphs URI

vemonet opened this issue · 1 comments

At the moment we try to get only the classes of the graph

A few issues when resolving a graph URI:

  • Not all classes are always retrieved on big graph: the query needs to be optimized. But this kind of query can be quite expensive to run, so we are using limit at the moment
  • If the graph has no classes then the UI shows nothing (add fallback query which get any statement?)

Would be interesting to have 2 approaches:

Maybe as options in settings?