assemblee-virtuelle / semapps

A toolbox to create semantic web applications
https://semapps.org
Apache License 2.0
88 stars 9 forks source link

Data provider: add option to tell a data server has no mirror data #1323

Closed srosset81 closed 1 day ago

srosset81 commented 4 weeks ago

SPARQL queries can be quite long because we are also looking for data in the http://semapps.org/mirror graph.

But in some cases, for example with ActivityPods, we don't use this graph at all, so queries could be simplified.

We could add a noMirrorData option to the data servers to tell the data provider not to bother looking at this graph.

(

srosset81 commented 1 day ago

Duplicate of https://github.com/assemblee-virtuelle/semapps/issues/1324