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
Describe the bug
The SPARQL query generated by the following hypothesis pattern is too heavy. (117,649 entries)
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX disk: <http://disk-project.org/ontology/disk#> PREFIX sqo: <https://w3id.org/sqo#> PREFIX hyp: <http://disk-project.org/ontology/hypothesis#> PREFIX neuro: <https://w3id.org/disk/ontology/enigma_hypothesis#> SELECT DISTINCT * FROM <http://endpoint.mint.isi.edu/temp/data/> WHERE { ?goal hyp:associatedWith ?WeatherSensor1. ?goal hyp:associatedWith ?WeatherSensor2. ?goal hyp:associatedWith ?WeatherSensor3. ?goal hyp:associatedWith ?WeatherSensor4. ?goal hyp:associatedWith ?WeatherSensor5. ?goal hyp:associatedWith ?WeatherSensor6. }
Problems:
The text was updated successfully, but these errors were encountered:
fix: avoid permutation questionpattern
b5c5f77
KnowledgeCaptureAndDiscovery/DISK-API#78
No branches or pull requests
Describe the bug
The SPARQL query generated by the following hypothesis pattern is too heavy. (117,649 entries)
Problems:
The text was updated successfully, but these errors were encountered: