Help:$smwgSparqlEndpoint

From Linux Web Expert

Revision as of 00:46, 22 February 2020 by >MWJames (Created page with " Placeholder for CiteRef::gh:smw:3315 which consolidates the settings: <pre> $smwgSparqlQueryEndpoint" = "http://localhost:8080/sparql/"; $smwgSparqlUpdateEndpoint" = "ht...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

#scite could not render a citation text for reference "gh:smw:3315" because type "pullrequest" was not assigned to a template.

References

  1. ^ gh:smw:3315