.. You should enable this project on travis-ci.org and coveralls.io to make
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. .. image:: https://travis-ci.org/etri-sodas/ckanext-jena.svg?branch=master
:target: https://travis-ci.org/etri-sodas/ckanext-jena
.. .. image:: https://coveralls.io/repos/etri-sodas/ckanext-jena/badge.svg
:target: https://coveralls.io/r/etri-sodas/ckanext-jena
.. .. image:: https://pypip.in/download/ckanext-jena/badge.svg
:target: https://pypi.python.org/pypi/etri-sodas/ckanext-jena/
:alt: Downloads
.. .. image:: https://pypip.in/version/ckanext-jena/badge.svg
:target: https://pypi.python.org/pypi/ckanext-jena/
:alt: Latest Version
.. .. image:: https://pypip.in/py_versions/ckanext-jena/badge.svg
:target: https://pypi.python.org/pypi/ckanext-jena/
:alt: Supported Python versions
.. .. image:: https://pypip.in/status/ckanext-jena/badge.svg
:target: https://pypi.python.org/pypi/ckanext-jena/
:alt: Development Status
.. .. image:: https://pypip.in/license/ckanext-jena/badge.svg
:target: https://pypi.python.org/pypi/ckanext-jena/
:alt: License
===========================================================
ckanext-jena - Semantic data management extension
.. Put a description of your extension here:
What does it do? What features does it have?
Consider including some screenshots or embedding a video!
ckanext-jena is an extension for enabling the semantic aspect of CKAN with Apache Jena.
This extension provides an ability to let users store a certain semantic resource (e.g. rdf, ttl, owl) in Apache Jena and perform SPARQL semantic queries.
Notes:
- Apache Jena and Fuseki server need to be running.
- jena_search_sparql api can be called with
resource_id and q parameters for semantic queries.
Requirements
This extension was developed and test