{% extends 'core/page.html' %} {% load i18n %} {% load static %} {% block page %}







Logo of MaRDMO Plugin
MaRDMO Logo by MaRDI, licensed under CC BY-NC-ND 4.0.  ·  Graph powered by Cytoscape.js (MIT).  ·  Mathematics rendered by MathJax (Apache 2.0).
{% if grouped_ids or relation_stmts %}
{% if grouped_ids %}

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

{{item.name}}

{% 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 %}
{{ graph_data|json_script:"graph-data" }} {% else %}

Export complete — no new items or relations.


Checkout MaRDI Portal🔗

{% endif %}
{% endblock %}