Extension Vocabularies


Extension Basics

Title
Vocabularies
Name
ckanext-vocabularies
Type
Public extension
Description
CKAN extension for managing vocabularies as part of the TRUSTS (Trusted Secure Data Sharing Space) EU Horizon 2020 project, supporting RDF-based vocabulary management.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-11-24 13:53:52)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-vocabularies

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 not tested

Installation

To install ckanext-vocabularies:

  1. Activate your CKAN virtual environment, for example: . /usr/lib/ckan/default/bin/activate
  2. Clone the source and install it on the virtualenv: git clone https://github.com/Trusts-eu/ckanext-vocabularies.git cd ckanext-vocabularies pip install -e . pip install -r requirements.txt
  3. Add vocabularies to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).
  4. Restart CKAN.

Config settings

None at present.

Developer installation

To install ckanext-vocabularies for development, activate your CKAN virtualenv and do:

git clone https://github.com/Trusts-eu/ckanext-vocabularies.git
cd ckanext-vocabularies
python setup.py develop
pip install -r dev-requirements.txt

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

License

AGPL

Funding

This code was created as part of project TRUSTS: Trusted secure data sharing space.

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871481.

Version
Version release date
(not set)
Contact name
Spiros Karampatakis
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Requires rdflib. Part of TRUSTS EU Horizon 2020 project (grant agreement No 871481).

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