{% extends "base.html" %} {% block title %}UNL 2 RDF demo{% endblock %} {% block content %} {% if not unl %}

Enter some UNL here I will convert it for you

Tell me which output(s) you want

{% else %} {% if output['error'] %}

Error

        {{ output['error'] }}
        
{% endif %} {% if output['svg'] %}

Unl graph

Download image
Download source
{{ output['svg'] | safe }}
{% endif %} {% if output['rdf'] %}

RDF

Download
            
                {{ output['rdf'] }}
            
        
{% endif %}

UNL

Download
        
            {{ unl }}
        
    
{% endif %} {% endblock %}