{% extends "layout.html" %} {% block content %}
{% for x in itemintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %}
{{ x['itemtypeLabel']['value'] }}
{% else %}
UNKNOWN
{% endif %}
{{ x['itemLabel']['value'] }}
{% if 'itemDescription' in x %} {{ x['itemDescription']['value'] }} {% endif %}
{% endfor %}
ABOUT
{% if itemimage['results']['bindings']==[] %} {% else %} {% for x in itemimage['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 %}
{% for x in itemintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %} {% if x['itemtypeLabel']['value'] == 'contributor' %}

GENDER IDENTITY

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

PREFERRED PRONOUNS

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

OFFICIAL WEBSITE

{% if itemwebsite['results']['bindings']==[] %}
information not available
{% else %} {% for x in itemwebsite['results']['bindings'] %} {% endfor %} {% endif %} {% endif %} {% endif %} {% endfor %} {% for x in itemintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %} {% if x['itemtypeLabel']['value'] == 'organisation' %}

LOCATION

{% if orglocation['results']['bindings']==[] %}
information not available
{% else %} {% for x in orglocation['results']['bindings'] %} {{ x['locationLabel']['value'] }} {{ "; " if not loop.last else "" }} {% endfor %} {% endif %}

COUNTRY

{% if orgcountry['results']['bindings']==[] %}
information not available
{% else %} {% for x in orgcountry['results']['bindings'] %} {{ x['countryLabel']['value'] }} {% if not loop.last %} ; {% endif %} {% endfor %} {% endif %}

OFFICIAL WEBSITE

{% if itemwebsite['results']['bindings']==[] %}
information not available
{% else %} {% for x in itemwebsite['results']['bindings'] %} {% endfor %} {% endif %} {% endif %} {% endif %} {% endfor %} {% for x in itemintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %} {% if x['itemtypeLabel']['value'] == 'collective' %}

MEMBERS

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

OFFICIAL WEBSITE

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

IDENTIFIERS IN OTHER DATABASES:

WIKIDATA ID

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

VIAFID

{% if itemviafID['results']['bindings']==[] %}
information not available
{% else %} {% for x in itemviafID['results']['bindings'] %} {% endfor %} {% endif %}
{% for x in itemintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %} {% if x['itemtypeLabel']['value'] == 'contributor' %}

BIOGRAPHY

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

information not available

{% else %} {% for x in personbiography['results']['bindings'] %}
{{ x["text"] | safe }}
{% endfor %} {% endif %}
{% endif %} {% endif %} {% endfor %} {% for x in itemintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %} {% if (x['itemtypeLabel']['value'] == 'organisation') or (x['itemtypeLabel']['value'] == 'collective') %}

DESCRIPTION

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

information not available

{% else %} {% for x in colorgdescription['results']['bindings'] %}
{{ x["text"] | safe }}
{% endfor %} {% endif %}
{% endif %} {% endif %} {% endfor %}
{% for x in itemintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %} {% if (x['itemtypeLabel']['value'] == 'contributor') or (x['itemtypeLabel']['value'] == 'collective') %}
Creator of
{% for x in item_creatorof['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{% if "dateWorks" in x %} {{ x["dateWorks"]["value"] | replace("T00:00:00Z", "") }} {% endif %}
{% endfor %}
{% endif %} {% endif %} {% endfor %} {% for x in itemintro['results']['bindings'] %} {% if 'itemtypeLabel' in x %} {% if x['itemtypeLabel']['value'] == 'organisation' %}
Commissioned
{% for x in item_commissioned['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{% if "dateWorks" in x %} {{ x["dateWorks"]["value"] | replace("T00:00:00Z", "") }} {% endif %}
{% endfor %}
{% endif %} {% endif %} {% endfor %}
Publisher of
{% for x in item_publisherof['results']['bindings'] %}
{% if "image" in x %}
{% else %}
{% endif %}
{% if "dateWorks" in x %} {{ x["dateWorks"]["value"] | replace("T00:00:00Z", "") }} {% endif %}
{% endfor %}
{% endblock content %}