{% extends 'core/page.html' %} {% load i18n %} {% load static %} {% block page %}
Entities added to MaRDI Portal!
Questionnaire entries updated with new MaRDI identifiers.
{% for class_name, items in grouped_ids %}{{ class_name }}
{% for item in items %} {% for s in item.stmts %}{{s.prop}} → {% if s.obj_url %}{{s.obj}}{% elif s.obj_qid %}{{s.obj}}{% else %}{{s.obj}}{% endif %}{% if s.unit_qid %} {{s.unit_label}}{% endif %}
{% for q in s.qualifiers %}{{q.prop}} → {% if q.obj_url %}{{q.obj}}{% elif q.obj_qid %}{{q.obj}}{% else %}{{q.obj}}{% endif %}
{% endfor %} {% endfor %} {% endfor %} {% endfor %} {% else %}No new Entities added to MaRDI Portal!
{% endif %} {% if relation_stmts %}Relations added to MaRDI Portal!
{% for r in relation_stmts %}{% if r.subject_qid %}{{r.subject}}{% else %}{{r.subject}}{% endif %} {{r.prop}} {% if r.obj_url %}{{r.obj}}{% elif r.obj_qid %}{{r.obj}}{% else %}{{r.obj}}{% endif %}{% if r.unit_qid %} {{r.unit_label}}{% endif %}
{% for q in r.qualifiers %}{{q.prop}} → {% if q.obj_url %}{{q.obj}}{% elif q.obj_qid %}{{q.obj}}{% else %}{{q.obj}}{% endif %}
{% endfor %} {% endfor %} {% endif %}Export complete — no new items or relations.
Checkout MaRDI Portal🔗
{% endif %}