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

{{ self.title() }}

view this painting on Wikidata | switch to another painting | browse paintings

{% 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 %} {% set claim_qid = claim.mainsnak.datavalue.value.id %} {{ other[claim_qid] or '[ label missing ]' }} ({{ claim_qid }}) {% 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 %}

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 %}
{% raw %}

what can you see in this painting?

{{ hit.label }} ({{ hit.alt_label }}) remove — {{ hit.count }} existing paintings ({{ hit.qid }}) view on Wikidata
{{ hit.description }}
{{ hit.label }} ({{ hit.alt_label }}) — {{ hit.count }} existing paintings ({{ hit.qid }}) view on Wikidata
{{ hit.description }}
{% endraw %}
{% endblock %} {% block script %} {% endblock %}