{% extends "base.html" %} {% block title %}TPF{% endblock title %} {% block content %}

This is a Triple Pattern Fragments endpoint. It lets you query the store of this server by subject, property and / or value. You can use the Accept header to get machine-readable AD3 results.

{% for atom in atoms -%} {%- endfor %}
{{ atom.subject }} {{ atom.property.shortname }} {{ atom.html | safe}}
{% endblock content %}