-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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 query doesn't end because ontapi doesn't support timeout
- If the query ends, generate 117,649 matches.
Metadata
Metadata
Assignees
Labels
No labels