{% 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
{% if artworkimages['results']['bindings']==[] %} {% else %} {% for x in artworkimages['results']['bindings'] %}
{% if "image" in x %} {% endif %} {% if "depictsLabel" in x %}

{{ x['depictsLabel']['value'] }}

{% endif %} {% if "licenseLabel" in x %}

License: {{ x['licenseLabel']['value'] }}

{% endif %}
{% endfor %} {% endif %}
{% if artworklinksanddownloads['results']['bindings']==[] %} {% else %} {% for x in artworklinksanddownloads['results']['bindings'] %}

DOWNLOADS AND LINKS

{% if ('DownloadDigitalFacsimile' not in x) and ('DigitalFacsimileExternalLink' not in x) and ('DigitalFacsimileExternalLink2' not in x) %}

information not available

{% endif %} {% if 'DownloadDigitalFacsimile' in x %} {% endif %} {% if 'DigitalFacsimileExternalLink' in x %} {% endif %} {% if 'DigitalFacsimileExternalLink2' in x %} {% endif %} {% endfor %} {% endif %}
{% if artworkartefacts['results']['bindings']==[] %}

information not available

{% else %}

OTHER DIGTAL ARTEFACTS

{% for x in artworkartefacts['results']['bindings'] %} {% if ('VideoFile' not in x) and ('AudioFile' not in x) and ('ImageFile' not in x) %}

information not available

{% endif %} {% if 'VideoFile' in x %} {% endif %} {% if 'AudioFile' in x %} {% endif %} {% if 'ImageFile' in x %} {% endif %} {% endfor %} {% endif %}

CONTRIBUTORS

{% if artworkcontributors['results']['bindings']==[] %}
information not available
{% else %} {% for x in artworkcontributors['results']['bindings'] %} {% endfor %} {% endif %}

DATE

{% if artworkdate['results']['bindings']==[] %}
information not available
{% else %} {% for x in artworkdate['results']['bindings'] %} {% if 'date' in x %}
{{ x['date']['value'] | replace("T00:00:00Z", "") }}
{% endif %} {% if 'sourceLabel' in x %}
Source: {{ x['sourceLabel']['value'] }}
{% endif %} {% endfor %} {% endif %}

PUBLISHERS

{% if artworkpublisher['results']['bindings']==[] %} information not available {% else %} {% for x in artworkpublisher['results']['bindings'] %} {% endfor %} {% endif %}

DESCRIPTION

{% if artworkdescriptiondata['results']['bindings']==[] %}

information not available

{% else %} {% for x in artworkdescriptiondata['results']['bindings'] %}
{{ x["text"] | safe }}
{% if "authordescriptionPageLabel" in x %} {% if x['authordescriptionPageLabel']['value'] |length %}

AUTHOR

{{ x['authordescriptionPageLabel']['value'] }}

{% endif %} {% endif %} {% if "sourcedescriptionPage" in x %}

SOURCE

{{ x["sourcedescriptionPage"]["value"]}}

{% endif %} {% if "datedescriptionPage" in x %}

DATE

{{ x["datedescriptionPage"]["value"] | replace("T00:00:00Z", "") }}

{% endif %}
{% endfor %} {% endif %}

EXHIBITION AND DISTRIBUTION HISTORY

{% if artworkexhibitiondata['results']['bindings']==[] %}

information not available

{% else %} {% for x in artworkexhibitiondata['results']['bindings'] %}
{{ x['text'] | safe }}
{% if "authorexhibitionHisPageLabel" in x %}

AUTHOR

{{ x["authorexhibitionHisPageLabel"]["value"]}}

{% endif %} {% if "sourceexhibitionHisPage" in x%}

SOURCE

{{ x["sourceexhibitionHisPage"]["value"]}}

{% endif %} {% if "dateexhibitionHisPage" in x%}

DATE

{{ x["dateexhibitionHisPage"]["value"] | replace("T00:00:00Z", "") }}

{% endif %}
{% endfor %} {% endif %}
Copies in collections
{% for x in copiesincollection['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{% endfor %}
Related works
{% for x in relatedworks['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{% if "daterelatedWorks" in x %} {{ x["daterelatedWorks"]["value"] | replace("T00:00:00Z", "") }} {% endif %}
{% endfor %}
Lists
{% if artworklists['results']['bindings']==[] %} {% else %} {% for x in artworklists['results']['bindings'] %}
{% if "image" in x %} {% else %} {% endif %}
{% if "listLabel" in x %} {{ x['listLabel']['value'] }} {% endif %}
{% endfor %} {% endif %}
DETAILED RECORD

For best view of all data available, please visit the site on desktop.

{% endblock content %}