Skip to content

Commit 7b9705d

Browse files
committed
Update default query in virtuoso.ini
This should help devs get started. Co-author: @erikap
1 parent 1709307 commit 7b9705d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/virtuoso/virtuoso.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ DefaultHost = localhost:8890
234234
ResultSetMaxRows = 10000
235235
MaxQueryCostEstimationTime = 400 ; in seconds
236236
MaxQueryExecutionTime = 60 ; in seconds
237-
DefaultQuery = select distinct ?Concept where {[] a ?Concept} LIMIT 100
237+
DefaultQuery = SELECT * WHERE { GRAPH <http://mu.semte.ch/graphs/public> { ?s ?p ?o. } } LIMIT 100
238238
DeferInferenceRulesInit = 0 ; controls inference rules loading
239239
;PingService = http://rpc.pingthesemanticweb.com/
240240

0 commit comments

Comments
 (0)