Difference between revisions of "Semantic Result Formats"

From Biowikifarm Metawiki
Jump to: navigation, search
(Created page with '==Introduction== The Semantic Result Formats extension is used in combination with the Semantic Mediawiki (SemanticMW) extension and requires prior installation of SemanticMW...')
 
Line 1: Line 1:
 
==Introduction==
 
==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 [http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats MediaWiki extensions]. For an example of displaying semantic data as charts see the following page in the  [http://semanticweb.org/wiki/North_America Semantic Web]. Some features of this extension require special settings.
+
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 [http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats MediaWiki extensions]. For an example of displaying semantic data as charts see the following page in the  [http://semanticweb.org/wiki/North_America Semantic Web]. Some features of this extension require special settings, e.g. for the 'google pie' and 'google chart' formats.
  
 
==Installation==
 
==Installation==
Line 9: Line 9:
  
 
*Verify that Semantic Result Formats has been enabled successfully by calling up the page [[Special:Version]].
 
*Verify that Semantic Result Formats has been enabled 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.
  
 
==Guidelines and examples==
 
==Guidelines and examples==

Revision as of 07:02, 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");
  • Verify that Semantic Result Formats has been enabled 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.

Guidelines and examples

See the respective help section.