{% extends "base.html" %} {% block app_content %}

{{ title }} {{ mdb.prop.handle}}

{% if display == 'detail' %}
Export JSON


Property Details

{% if mdb.node.handle %} {% endif %}
Handle {{mdb.prop['handle']}}
Id {{mdb.prop['nanoid']}}
Model {{mdb.model}}
Version {{mdb.version}}
For Node {{mdb.node.handle}}

Terms Annotating

{% for term in mdb.has_annots %} {% endfor %}
Value Origin
{{term.value}} {{term.origin}}

Property Attributes

{% if mdb.prop["units"] %} {% endif %}
Value Domain {{ mdb.prop["value_domain"] }}
Required {{ mdb.prop["is_required"] if mdb.prop["is_required"] else 'false' }}
Units {{mdb.prop["units"]}}
Description {{ mdb.prop["desc"] }}


{% if mdb.has_terms %}

Terms in Value Set

{% for term_item in mdb.has_terms %} {% endfor %}
Term Origin Id
{{ term_item.value }} {{ term_item.origin }} {{ term_item.id }}
{% endif %}
{% endif %} {% endblock %}