{ "info": { "author": "Alan Tygel", "author_email": "alantygel@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "ckanext-semantictags\n====================\n\nCKAN SemanticTags plugin gives the possibility for Open Data Portals to atribute semantic tags to their datasets.\n\nWhat can you do with the SemanticTags plugin?\n-------------------------------------------\nWith the SemanticTags plugin you can:\n\n- Relate your CKAN tags with semantic objects\n- Define custom RDF predicates for linking your datasets with the Linked Open Data cloud\n- Connect several CKAN instances through the use of global semantic tags\n\nWhy a SemanticTags plugin?\n-------------------------------------------\nCKAN core offers an RDF version of each database, which gives access to all metadata in Linked Open Data format. However, it does not allow linking the database to external semantic resources. SemanticTags fills this gap, allowing datasets to be tagged with LOD resources.\n\n------------\nRequirements\n------------\n\nCKAN >= 2.5\n\n------------\nInstallation\n------------\n\nTo install ckanext-semantictags:\n\n1. Activate your CKAN virtual environment, for example::\n\n . /usr/lib/ckan/default/bin/activate\n\n2. Install the ckanext-semantictags Python package into your virtual environment::\n\n\tpip install ckanext-semantictags\n\n3. Run the database migration::\n\n\tpaster --plugin=ckanext-semantictags semantictags migrate -c /etc/ckan/default/production.ini\t\n\n3. Add ``semantictags`` to the ``ckan.plugins`` setting in your CKAN\n config file (by default the config file is located at\n ``/etc/ckan/default/production.ini``).\n\n4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::\n\n sudo service apache2 reload\n\n\n------------------------\nDevelopment Installation\n------------------------\n\nTo install ckanext-semantictags for development, activate your CKAN virtualenv and\ndo::\n\n git clone https://github.com/alantygel/ckanext-semantictags.git\n cd ckanext-semantictags\n python setup.py develop\n paster --plugin=ckanext-semantictags semantictags migrate -c /etc/ckan/default/development.ini\n\nAdd ``semantictags`` to the ``ckan.plugins`` setting in your CKAN\n config file (by default the config file is located at\n ``/etc/ckan/default/development.ini``).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alantygel/ckanext-semantictags", "keywords": "CKAN tags,LOD,semantics", "license": "AGPL", "maintainer": null, "maintainer_email": null, "name": "ckanext-semantictags", "package_url": "https://pypi.org/project/ckanext-semantictags/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ckanext-semantictags/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/alantygel/ckanext-semantictags" }, "release_url": "https://pypi.org/project/ckanext-semantictags/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Associates local tags with semantic resources", "version": "0.0.2" }, "last_serial": 1845096, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "7950775bffb8ac9879d136f23e93d27f", "sha256": "36026990bc513b38b5da4e9c5f4b8f1e4a8f2ead811286d9063882c346a8e4a5" }, "downloads": -1, "filename": "ckanext-semantictags-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7950775bffb8ac9879d136f23e93d27f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12278, "upload_time": "2015-12-03T14:31:56", "url": "https://files.pythonhosted.org/packages/d4/29/31b1fd1f4ad011acdbfb463bfee06e9087df5b1fbd3c7d2a3fc99b906b8c/ckanext-semantictags-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7950775bffb8ac9879d136f23e93d27f", "sha256": "36026990bc513b38b5da4e9c5f4b8f1e4a8f2ead811286d9063882c346a8e4a5" }, "downloads": -1, "filename": "ckanext-semantictags-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7950775bffb8ac9879d136f23e93d27f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12278, "upload_time": "2015-12-03T14:31:56", "url": "https://files.pythonhosted.org/packages/d4/29/31b1fd1f4ad011acdbfb463bfee06e9087df5b1fbd3c7d2a3fc99b906b8c/ckanext-semantictags-0.0.2.tar.gz" } ] }