krabina / SparqlResultFormat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 94.8%Language:PHP 4.4%Language:CSS 0.8%