Extension Semantic Relationships (RDF)


Extension Basics

Title
Semantic Relationships (RDF)
Name
ckanext-semre
Type
Public extension
Description
CKAN extension for RDF description of dataset relationships, providing RDF descriptions when accessing dataset URLs with .rdf suffix.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-06-13 11:36:39)
Url to repo
Category
Standards Compliance


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 description 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
1.0
Version release date
2015-06-08
Contact name
Petar Milic
Contakt email
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