{% extends "base.html" %} {% block title %}{{ label or 'no label' }} ({{qid }}){% endblock %} {% block style %} {% endblock %} {% block content %}

{{ self.title() }}

{% if label_languages %}

Label from: {% for lang in label_languages %} {{ lang.label }} ({{ lang.code }}) {% if show_translation_links %} [translate] {% endif %} {% endfor %}

{% endif %}
view on Wikidata skip this artwork browse artworks
{% for hit in hits %}

url: {{ hit.url }}
label: {{ hit.label }}
qid: {{ hit.qid }}
sources: {{ hit.sources() }}

{% endfor %}
{% for key, prop_label in labels.items() %} {% set claims = entity['claims'][key] %} {% if claims %}
{{ prop_label }}: {% for claim in claims %} {% if 'datavalue' in claim.mainsnak %} {% set claim_qid = claim.mainsnak.datavalue.value.id %} {{ other[claim_qid] or '[ label missing ]' }} ({{ claim_qid }}) {% else %} no value {% endif %} {% endfor %}
{% endif %} {% endfor %} {% if catalog.detail %} {% for detail in catalog.detail %}
{{ detail.label }}: {{ detail.value }}
{% endfor %} {% endif %} {% if catalog.url %}

catalog URL: {{ catalog.url }}

{% endif %} {% if catalog.description or catalog.keywords %}

information from the {{ catalog.institution }} catalog

{% if catalog.description %}
description: {{ catalog.description }}
{% endif %} {% if catalog.keywords %}
keywords {% for keyword in catalog.keywords %} {{ keyword }} {% endfor %}
{% endif %}
{% endif %}
{% if not username %}

Connect with Wikidata {% endif %} {% if username %}

{% raw %}
this artwork has {{ existing_depicts.length }} existing depicts statement
{{ hit.label }} ({{ hit.qid }})   {{ hit.description }} — {{ hit.count }} artworks

what can you see in this artwork?

These people were born and died in the same years as appears in the title of the artwork.
{{ person.label || '[name missing]' }}, {{ person.year_of_birth }}-{{ person.year_of_death}} ({{ person.qid }}) {{ person.description }} [wikidata]
{{ new_depicts.length }} new items to add to artwork depicts statement
{{ hit.label }} ({{ hit.alt_label }}) remove — {{ hit.count }} existing artworks ({{ hit.qid }}) [wikidata]
{{ hit.description }}
{{ hit.label }} ({{ hit.alt_label }}) — {{ hit.count }} existing artworks ({{ hit.qid }}) view on Wikidata
{{ hit.description }}
no matching depicts found
{% endraw %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}