We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1709307 commit 7b9705dCopy full SHA for 7b9705d
config/virtuoso/virtuoso.ini
@@ -234,7 +234,7 @@ DefaultHost = localhost:8890
234
ResultSetMaxRows = 10000
235
MaxQueryCostEstimationTime = 400 ; in seconds
236
MaxQueryExecutionTime = 60 ; in seconds
237
-DefaultQuery = select distinct ?Concept where {[] a ?Concept} LIMIT 100
+DefaultQuery = SELECT * WHERE { GRAPH <http://mu.semte.ch/graphs/public> { ?s ?p ?o. } } LIMIT 100
238
DeferInferenceRulesInit = 0 ; controls inference rules loading
239
;PingService = http://rpc.pingthesemanticweb.com/
240
0 commit comments