We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPARQL queries can be quite long because we are also looking for data in the http://semapps.org/mirror graph.
http://semapps.org/mirror
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.
noMirrorData
(Note: This would be a temporary fix, because when all resources will have their own named graph, we will remove this mirror graph)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.(Note: This would be a temporary fix, because when all resources will have their own named graph, we will remove this mirror graph)
The text was updated successfully, but these errors were encountered: