Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 880 Bytes

File metadata and controls

29 lines (16 loc) · 880 Bytes

SparqlResultFormat

Build Status

SparqlResultFormat is a free, open-source extension to MediaWiki that lets you query different Sparql endpoints and represent output data in various formats.

Requirements

  • PHP 5.3 or later
  • MediaWiki 1.25 or later

Installation

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' );

Documentation

The documentation can be found directly on the Special:SparqlResultFormat page on your mediawiki after the installation.

License

MIT