=== wp-sparql ===
Contributors: acorbi
Donate link:
Tags: sparql, api, datasets, linked open data
Requires at least: 3.0.1
Tested up to: 4.5
Stable tag: trunk
License: LGPLv3 / copyright (c) 2014-2015 East-West Management Institute, Inc. (EWMI).
License URI: http://www.gnu.org/licenses/lgpl-3.0.html
A wordpress plugin for querying data from an SPARQL endpoint into WP http://wordpress.org/.
== Description ==
wpsparql is a wordpress plug-in that exposes a series of functionalities to bring content exposed by an sparql endpoint to Wordpress' UI.
== Installation ==
1. Either download the files as zip or clone git clone https://github.com/OpenDevelopmentMekong/wpsparql.git into the Wordpress plugins folder.
2. Install dependencies with composer install
3. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
# What is sparql?
SPARQL (pronounced "sparkle") is an RDF query language, that is, a semantic query language for databases, able to retrieve and manipulate data stored in Resource Description Framework (RDF) format. SPARQL allows for a query to consist of triple patterns, conjunctions, disjunctions, and optional patterns.
# What is a sparql endpoint?
SPARQL endpoints are services that accept SPARQL queries and return results.
# This plugin is based on wpckan
This plug-in is based on http://github.com/OpenDevelopmentMekong/wpckan/, a wordpress plug-in exposing functionality to pull and present data exposed by a CKAN instance. More about CKAN on http://ckan.org/.
== Screenshots ==
TBD
== Changelog ==
= 0.9 =
* First version
== Upgrade Notice ==
== Arbitrary section ==