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)
Before installing ckanext-semre, make sure that you have installed the following:
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
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.
::