{% extends "layout.html" %} {% block content %}
{% for x in contributorintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %}
{{ x['itemtypeLabel']['value'] }}
{% else %}
PERSON/ORGANISATION
{% endif %}
{{ x['itemLabel']['value'] }}
{% if 'itemDescription' in x %} {{ x['itemDescription']['value'] }} {% endif %}
{% endfor %}
{% if contributorimage['results']['bindings']==[] %} {% else %} {% for x in contributorimage['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 %}

BIOGRAPHY

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

information not available

{% else %} {% for x in contributorbiography['results']['bindings'] %}
{{ x["text"] | safe }}
{% endfor %} {% endif %}
Creator of
{% for x in contributor_creatorof['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{% if "dateWorks" in x %} {{ x["dateWorks"]["value"] | replace("T00:00:00Z", "") }} {% endif %}
{% endfor %}
Publisher of
{% for x in contributor_publisherof['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{% if "dateWorks" in x %} {{ x["dateWorks"]["value"] | replace("T00:00:00Z", "") }} {% endif %}
{% endfor %}
{% endblock content %}