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
Frontend JS code seems to operate correctly, issue with backend retrieval in the request made in
arviz/public/js/querying.js
Line 26 in 7ebe4b1
URIs are passed in order, issue when the length of the valid_uris list contains more than two uris.
Error probably in SPARQL query construction:
arviz/server.js
Line 208 in 7ebe4b1
Difficult to say prior to testing
The text was updated successfully, but these errors were encountered:
It appears that some queries return no results. Could it be that the rules no longer correspond to the latest version of the data on the endpoint?
Sorry, something went wrong.
No branches or pull requests
Frontend JS code seems to operate correctly, issue with backend retrieval in the request made in
arviz/public/js/querying.js
Line 26 in 7ebe4b1
URIs are passed in order, issue when the length of the valid_uris list contains more than two uris.
Error probably in SPARQL query construction:
arviz/server.js
Line 208 in 7ebe4b1
Difficult to say prior to testing
The text was updated successfully, but these errors were encountered: