{% extends "bootstrap/base.html" %} {% block title %} Chowlk {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{% if ttl_data %}

Conversion Successful!

{% else %}

Error Message

Please follow the notation provided at Chowlk Visual Notation.
{% endif %} {% if namespaces %}

Namespaces

The following namespaces were found in the ontology but not in the namespace declaration block.
We created the following namespaces for you, please check them:

{% for namespace in namespaces %} {% endfor %}
{% endif %} {% if errors %}
{% for error in errors %} {% if errors[error] %} {% if loop.index == 1 %}

Errors

{% endif %} {% if error == 'Syntax' %}
Message:{{errors[error]["message"]}}
{% else %}
    {% for shape in errors[error] %}
  • Value: {{shape["value"]}}, Problem: {{shape["message"]}}, Shape id: {{shape["shape_id"]}}
  • {% endfor %}
{% endif %} {% endif %} {% endfor %}
{% endif %} {% if ttl_data %}

Code in TTL:

{% for line in ttl_data %}

{{line}}

{% endfor %}
Download

Code in RDF/XML:

{% for line in xml_data %}

{{line}}

{% endfor %}
Download
{% endif %}
{% endblock %}