Extension:QueryViz

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
QueryViz
Release status: betaCategory:Beta status extensions
Implementation Data extractionCategory:Data extraction extensions
Description Allows to fetch and display the result of a SPARQL query on a page
Author(s) Antoine Lamielle (0x010Ctalk)
Latest version 0.1.0 (2018-06-24)
MediaWiki Category:Extensions without MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
  • $wgwgQueryVizEndpoint
<sparql>...</sparql>
Category:All extensions

The QueryViz extension allows to fetch and display the results of a SPARQL query on a page.

Installation

  • Download, extract and place the file(s) in a directory called QueryViz in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'QueryViz' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Beta status extensions Category:Data extraction extensions Category:Extensions in GitHub version control Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions