{% extends "package/base.html" %} {% set logged_in = true if c.userobj else false %} {% set res = resource %} {% block breadcrumb_content_selected %}{% endblock %} {% block breadcrumb_content %} {{ super() }} {% if res %}
  • {% link_for h.resource_display_name(res)|truncate(30), named_route=pkg.type ~ '_resource.read', id=pkg.name, resource_id=res.id %}
  • {{ _('Map') }} {% endif %} {% endblock %} {% block content_action %} {% if res %} {% link_for _('View resource'), named_route=pkg.type ~ '_resource.read', id=pkg.name, resource_id=res.id, class_='btn btn-default', icon='eye' %} {% endif %} {% endblock %} {% block content_primary_nav %} {% endblock %} {% block primary_content_inner %}

    {% block form_title %}{{ _('Map resource') }}{% endblock %}

    Create a rule bases mapping by filling the form below. It will query the given metadata file and the graph template by the Class IRI set for subjects and objects. When clicking "Start Mapping" select widgets will spawn allowing you to map a subject to an object. The resulting YAML file will contain a ruleset for each of the assertions made, and when run create triples connecting the subject meeting the condition by the predicate IRI given. Download the file, make changes if needed and upload it to the "mappings" group here in CKAN if you want to make use of the automated mapping process applying the mapping.

    {% block form %} {% endblock %} {% endblock %} {% block secondary_content %} {% snippet 'package/snippets/resource_info.html', res=res %} {% snippet 'package/snippets/resources.html', pkg=pkg, active=res.id %} {% endblock %} {% block scripts %} {{ super() }} {% asset 'vendor/fileupload' %} {% endblock %}