Extension:PhpTags SPARQL

From mediawiki.org
MediaWiki extensions manual
PhpTags SPARQL
Release status: unmaintained
Author(s) Pavel Astakhov
Latest version 1.0
MediaWiki >= 1.31.0
License GNU General Public License 2.0 or later
Download
  • $wgPhpTagsSPARQLDefaultEndpoint
  • $wgPhpTagsSPARQLEndpointsThatUseGetHttpMethod
Translate the PhpTags SPARQL extension if it is available at translatewiki.net

The PhpTags SPARQL extension provides a SPARQL client for the PhpTags extension.

Installation[edit]

  • Download and move the extracted PhpTagsSPARQL folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PhpTagsSPARQL
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PhpTagsSPARQL' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.