SparqlResultFormat is a free, open-source extension to MediaWiki that lets you query different Sparql endpoints and represent output data in various formats.
- PHP 5.3 or later
- MediaWiki 1.25 or later
Once you have downloaded the code, place the 'SparqlResultFormat' directory within your MediaWiki 'extensions' directory. Then add the following code to your LocalSettings.php file:
wfLoadExtension( 'SparqlResultFormat' );
The documentation can be found directly on the Special:SparqlResultFormat page on your mediawiki after the installation.