Difference between revisions of "Semantic Result Formats"
Line 9: | Line 9: | ||
*For some formats you need to add additional lines to the LocalSettings.php file, e.g. | *For some formats you need to add additional lines to the LocalSettings.php file, e.g. | ||
$srfgFormats[] = 'googlebar'; | $srfgFormats[] = 'googlebar'; | ||
− | *Verify that Semantic Result Formats has been | + | *Verify that Semantic Result Formats has been installed successfully by calling up the page [[Special:Version]]. |
==Privacy notice== | ==Privacy notice== |
Revision as of 15:19, 11 July 2010
Introduction
The Semantic Result Formats extension is used in combination with the Semantic Mediawiki (SemanticMW) extension and requires prior installation of SemanticMW. It provides useful features for displaying semantic data in predefined formats, for instance graphical presentations. For a detailed description of Semantic Result Formats see the corresponding MediaWiki extensions. For an example of displaying semantic data as charts see the following page in the Semantic Web. Some features of this extension require special settings, e.g. for the 'google pie' and 'google chart' formats.
Installation
- Ensure the Semantic MediaWiki extension has been already installed successfully.
- Ensure the extension Semantic Result Formats is enabled as described in Mediawiki installation.
- Add the following line to the LocalSettings.php file for your wiki:
require_once("$IP/extensions/SemanticResultFormats/SRF_Settings.php");
- For some formats you need to add additional lines to the LocalSettings.php file, e.g.
$srfgFormats[] = 'googlebar';
- Verify that Semantic Result Formats has been installed successfully by calling up the page Special:Version.
Privacy notice
It should be noted that features like Google chart and Google pie send the data to Google to produce the graphs. This means the data are distributed publicly.
Guidelines and examples
See the respective help section.