Extension Semre


Extension Basics


Background Infos

Description (long)
Show details

CKAN Extension for RDF Description of Dataset Relationships

The ckanext-semre (SEManticRElationships) extension will give RDF description of CKAN dataset relationships when user request RDF desrciption of dataset (for example, when user access http://datahub.io/dataset/frb-linked-data.rdf)

Requirements

Before installing ckanext-semre, make sure that you have installed the following:

  • CKAN 2.0+

Installation

Install the plugin using pip. Download it, then from the ckanext-qa directory, run

::

$ pip install -e ./

This will register a plugin entry point, so you can now add the following to the [app:main] section of your CKAN .ini file:

::

ckan.plugins = semre <other-plugins>

After you reload the site, the SEMRE plugin will do the job http://url-of-your-ckan/dataset/dataset-name.rdf

Using The SEMRE Extension

SEMRE: give RDF description of CKAN dataset relationships.

::

http://url-of-your-ckan/dataset/dataset-name.rdf

Simply access to RDF description of dataset via URL example given above.

::

Version
ckanext-semre-v1.0
Version release date
2015-06-08
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
semre
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions