Difference between revisions of "Semantic Internal Objects"
From Biowikifarm Metawiki
(Created page with '==Introduction== The Semantic Internal Objects extension is used in combination with the Semantic Mediawiki (SemanticMW) extension and requires prior installation of Semantic...') |
m (added Category:Semantic Mediawiki using HotCat) |
||
Line 12: | Line 12: | ||
See the respective [[Help:SMWAddExtensions#Semantic_Internal_Objects|help section]]. | See the respective [[Help:SMWAddExtensions#Semantic_Internal_Objects|help section]]. | ||
− | [[Category: | + | [[Category:Semantic Mediawiki]] |
[[Category:Extensions]] | [[Category:Extensions]] |
Revision as of 13:31, 26 January 2015
Introduction
The Semantic Internal Objects extension is used in combination with the Semantic Mediawiki (SemanticMW) extension and requires prior installation of SemanticMW. It allows to define and query relationships between different semantic properties, see the respective help section for more details. For a detailed documentation of Semantic Internal Objects see the corresponding MediaWiki extensions.
Installation
- Ensure the Semantic MediaWiki extension has been already installed successfully.
- Ensure the extension Semantic Internal Objects is enabled as described in Mediawiki installation.
- Add the following line to the LocalSettings.php file for your wiki:
include_once("$IP/extensions/SemanticInternalObjects/SemanticInternalObjects.php");
- Verify that Semantic Internal Objects has been installed successfully by calling up the page Special:Version.
Guidelines and examples
See the respective help section.