{% endif %}
{% for aproperty in component|multi_key:"mr:hasProperty" %}
{% show_property aproperty %}
{% endfor %}
{% endfor %}
{% for aproperty in mapping|multi_key:"mr:source,mr:hasProperty" %}
{% show_property aproperty %}
{% endfor %}
Mapping Target
Format
{{ mapping|prefix_uri:"mr:target,mr:hasFormat" }}
{% if mapping|multi_key:"mr:target,dc:requires" %}
Mediators
{% else %}
{% if mapping|multi_key:"mr:target,dc:mediator" %}
Mediators
{% endif %}
{% endif %}
{% if mapping|multi_key:"mr:target,dc:requires" %}
{% for elem in mapping|multi_key:"mr:target,dc:requires" %}
{% if elem.url %}