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'] %}