{% extends "layout.html" %} {% block content %}
ARTWORK
{% for x in artworkintro['results']['bindings'] %} {{ x['workLabel']['value'] }} {% endfor %}
{% for x in artworkintro['results']['bindings'] %} {% if 'workDescription' in x %} {{ x['workDescription']['value'] }} {% endif %} {% endfor %}
ABOUT THIS WORK
RELATIONSHIPS
LISTS
{% for x in artworkimages['results']['bindings'] %} {% if loop.index <= 1 %} {% if "image" in x %} {% else %} {% endif %} {% endif %} {% endfor %}
CONTRIBUTORS {% for x in artworkcontributors['results']['bindings'] %}
{{ x['role']['value'] }}
{% endfor %}
DATE {% for x in artworkdate['results']['bindings'] %} {% if 'date' in x %}
{{ x['date']['value'] | replace("T00:00:00Z", "") }}
{% else %} but
information not available
{% endif %} {% if 'sourceLabel' in x %}
Source: {{ x['sourceLabel']['value'] }}
{% endif %} {% endfor %} PUBLISHERS {% for x in artworkpublisher['results']['bindings'] %}
Copies in collections
{% for x in copiesincollection['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{{ x["collectionLabel"]["value"]}}
{% endfor %}
Related works
{% for x in relatedworks['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{{ x["relatedWorksLabel"]["value"]}}
{% if "daterelatedWorks" in x %} {{ x["daterelatedWorks"]["value"] | replace("T00:00:00Z", "") }} {% endif %}
{% endfor %}
{% endblock content %}