wp-sparql
wpsparql is a wordpress plug-in that exposes a series of functionalities to bring content exposed by an sparql endpoint to Wordpress' UI.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3547 days ago
Is wp-sparql abandoned?
Possibly abandoned (last update 3547 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
wpsparql is a wordpress plug-in that exposes a series of functionalities to bring content exposed by an sparql endpoint to WordPress’ UI.
Arbitrary section
Installation
- Either download the files as zip or clone
git clone https://github.com/OpenDevelopmentMekong/wpsparql.gitinto the WordPress plugins folder. - Install dependencies with
composer install - 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/.
Review feed
Screenshots
Changelog
0.9
- First version