Can I write comments in a request so that only God, except me, remembers what I did?
I just started learning SPARQL, so forgive my ignorance.
For instance:
SELECT ?names WHERE { ?names dbo:award :Turing_Award // get names that won Turing award }
which throws a parsing error.
A negative answer will also be accepted!
I am using the SPARQL endpoint for a DBpedia dataset at http://dbpedia.org/sparql .
source share