zazuko / rdf-cube-view-query

RDF Cube View Schema query library
2 stars 3 forks source link

Multiple sourceGraphs? #48

Open jstcki opened 3 years ago

jstcki commented 3 years ago

Would it be possible to set multiple graphs to be used in the cube queries?

Possibly related: #39

l00mi commented 3 years ago

Might I ask, what do you like to do with multiple sourceGraphs?

ktk commented 3 years ago

Right now it will query the union graph (all graphs combined) if you don't specify a graph.

jstcki commented 3 years ago

I‘ve been asked if we can include the foen/wsl graph in addition to the foen graph only. I assume we don’t want other cubes at the moment.

I maybe could query all graphs and then filter them but currently this is very slow (see #37)

jstcki commented 3 years ago

I guess when #37 is solved we would query all graphs and filter cubes that are tagged to be used in visualize … and not worry about the graph at all.

l00mi commented 3 years ago

Yes that would be the way to go.

l00mi commented 3 years ago

We put this behind for now as we have solved it with the UNION graph in the store.