Help:$smwgSparqlEndpoint
From semantic-mediawiki.org
Placeholder for 1 which consolidates the settings:
$smwgSparqlQueryEndpoint" = "http://localhost:8080/sparql/"; $smwgSparqlUpdateEndpoint" = "http://localhost:8080/update/"; $smwgSparqlDataEndpoint" = "http://localhost:8080/data/";
to
$smwgSparqlEndpoint = [ 'query' => "http://localhost:8080/sparql/",, 'update' => "http://localhost:8080/update/", 'data' => "http://localhost:8080/data/" ]
See also[edit]
- Example settings from the CI environment using
$smwgSparqlEndpoint
- SPARQLStore
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:3315