Extension:QueryViz
QueryViz Release status: beta |
|
---|---|
Implementation | Data extraction |
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 | |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
|
|
<sparql>...</sparql> |
|
The QueryViz extension allows to fetch and display the results of a SPARQL query on a page.
Installation
edit- Download, extract and place the file(s) in a directory called
QueryViz
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'QueryViz' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.