Extension:InteractiveSemanticGraph
Appearance
InteractiveSemanticGraph Release status: experimental |
|
---|---|
Implementation | User interface |
Description | Allows to visualize and edit semantic relations in a graph. |
Author(s) | Simon Stier, Alexander Triol (Simon Stiertalk) |
Latest version | 0.0.1 |
MediaWiki | 1.31+ |
Database changes | No |
License | GNU Affero General Public License 3.0 or later |
Download | GitHub: Note: README |
The InteractiveSemanticGraph extension provides viewer and editor for Semantic MediaWiki pages based on vis-network.js.
Installation
[edit]- Download and place the file(s) in a directory called
InteractiveSemanticGraph
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'InteractiveSemanticGraph' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
[edit]see Template
See also
[edit]- Github Organization
- other extensions in Category:OpenSemanticLab
Ü KnowledgeGraph - an extension inspired by this extension, but completely rewritten