Documentation/AnalysisToolSpecial: Unterschied zwischen den Versionen

Aus Semantic CorA
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
 
Add the following code at the bottom of your LocalSettings.php:
 
Add the following code at the bottom of your LocalSettings.php:
  
  require_once "$IP/extensions/AnalysisTool/AnalysisToolSpecial/AnalysisToolSpecial.php";
+
  require_once("$IP/extensions/AnalysisTool/AnalysisToolSpecial/AnalysisToolSpecial.php");
  
 
== Configuration ==
 
== Configuration ==

Version vom 26. November 2014, 19:45 Uhr

AnalysisToolSpecial is a component of the group AnalysisTool extension. This component is implemented as special page. It allows user to configure and address the wiki ontology, in the form of wiki categories for entities and properties for semantic properties.

Installation

This extension requires Semantic MediaWiki to be installed first.

Download and extract the tarball in your extensions/ folder. It should generate a new folder called AnalysisTool directly inside your extensions/ folder. Add the following code at the bottom of your LocalSettings.php:

require_once("$IP/extensions/AnalysisTool/AnalysisToolSpecial/AnalysisToolSpecial.php");

Configuration

If the extension is used in relationship with a project, the following global variable need to be configured:

 $atProjectsCategory = "Project";
 $atCurrentProject = "Cora";

Usage

After successful installation, the special page AnalysisToolSpecial will be created in your wiki under Semantic MediaWiki Group. Clicking this link, the special page launches and allows user to chose categories for entities and semantic properties.

Creating wiki ontology

In these forms, you can specify the details of your currently created entities as wiki categories. The next step will allows to chose a bunch of semantic properties. A subsequent form offer the possibility to bring together entities and categories. In this step user defines the ontology. Each of which semantic property will be defined at the appropriate entity level. In the final step, the ontology will be saved in MediaWiki namespace wiki page. This configuration is necessary for AnalysisTool template extension.