Closed 1Mark closed 7 years ago
Are you sure that you try this in the "SPARQL Query" and not the "Snap SPARQL Query" view?
What happens if you execute the sample query provided in the plugin:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT ?subject ?object
WHERE { ?subject rdfs:subClassOf ?object }
If you still can't see any results, can you send us the ontology, and the query you are trying to execute, so that we can see what's going on?
Firstly thanks for the quick response. I can't perform any queries whatsoever. Even the sample query returns nothing. See image, please. ( The same thing happens for me in windows btw)
May I ask what was the reason for closing this ticket? Have you found a solution? Can you share it with us? Did you have an ontology with classes and subclasses loaded when you ran the query?
Did you have an ontology with classes and subclasses loaded when you ran the query?
Initially, I did it didn't work I believe after updating some plugins I forgot to re-open it. So yes indeed that was the issue. Apologies.
Your more than welcome to delete this issue.
We don't delete history :)) (I mean, it is fine to keep it. Once it has been closed, it doesn't bother anyone.)
It only returns the names of the columns that are in the select statement and regardless of what I do no rows are returned at all.