{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block content %}
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %}
{{ query_field.q(cols=100, rows=13) }}
{% for tdb_id in tdb_ids %} {% endfor %}
{{ tdb_id }}
   

Blazegraph GUI



SPARQL Endpoints
{% for tdb_id in tdb_ids %}
{% endfor %}


{% endblock %}