vedmaka / SemanticQueryInterface

Provides classes for easy interaction with semantic data from SMW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Query Interface for MediaWiki

Semantic Query Interface — mediawiki extension developed for devs who use Semantic Mediawiki extension. It provides class for easy interaction with semantic data.

Current state: alpha, subobjects supported.

For getting started guide see: https://www.mediawiki.org/wiki/User:Vedmaka/Semantic_Query_Interface

Installation

Clone this repository to extensions folder:

cd extensions && git clone git@github.com:vedmaka/SemanticQueryInterface.git

Add following line to LocalSettings.php

require_once "$IP/extensions/SemanticQueryInterface/SQI.php";

About

Provides classes for easy interaction with semantic data from SMW


Languages

Language:PHP 98.2%Language:Shell 1.5%Language:Batchfile 0.3%