{% extends "page.html" %} {% block subtitle %}{{ _("Semantic Tags") }}{% endblock %} {% block breadcrumb_content %} {% snippet "semantictags/snippets/breadcrumb.html" %} {% endblock %} {% block page_header %}{% endblock %} {% block primary_content_inner %} {% block static_styles %} {% endblock %}

{{ _('SemanticTags') }}

{{ _('Welcome to the CKAN SemanticTags Plugin.') }}

With this extension, you can associate your CKAN tags to Semantic Resources on the Linked Open Data cloud. After doing this, the RDF resource of your datasets will be linked to these resources.

{% if h.semantictags_list_semantictags() %} {% block assoc_semantic_tag %} {% snippet "semantictags/snippets/associate_form.html" %} {% endblock %} {% else %}

Start by {% link_for _('adding some semantics tags'), controller='ckanext.semantictags.controller:SemantictagsController', action='show_semantictags' %}

{% endif %} {# block suggest_assoc_semantic_tag #} {# link_for _('Merge all tags with exact correspondent in global tag server'), controller='ckanext.semantictags.controller:SemantictagsController', action='associate_equal_tags', class_='read-more' #} {# set suggestions = h.semantictags_suggest_tag_semantictag() #} {# for sug in suggestions #} {# endfor #} {# endblock #} {% endblock %} {% block secondary_content %} {% snippet "semantictags/snippets/menu.html" %} {% endblock %}