Open
Description
The phrase "results of SPARQL queries" in the first sentence of README.md is linked to
Dereferencing that URL results in this error message:
Virtuoso 37000 Error SP030: SPARQL compiler, line 3: Undefined namespace prefix at 'dbpedia-owl' before '}'
SPARQL query:
define output:format "HTTP+TTL text/turtle"
#output-format:text/turtle
define input:default-graph-uri <http://dbpedia.org> CONSTRUCT { ?p a dbpedia-owl:Artist }
WHERE { ?p a dbpedia-owl:Artist }