{{ label }}

A Profile

Metadata

URI
{{ uri }}
{% if profiles|length > 0 %}
Is Profile Of
{%- for profile in profiles %} {{ profile }}
{%- endfor %}
{% endif %} {%- if publishers|length > 0 %}
Publisher(s)
{%- for publisher in publishers %} {{ publisher }}
{%- endfor %}
{%- endif %} {%- if creators|length > 0 %}
Creator(s)
{%- for creator in creators %} {{ creator }}
{%- endfor %}
{%- endif %} {%- if contributors|length > 0 %}
Contributor(s)
{%- for contributor in contributors %} {{ contributor }}
{%- endfor %}
{%- endif %} {%- if created is not none %}
Created
{{ created }}
{%- endif %} {%- if modified is not none %}
Modified
{{ modified }}
{%- endif %} {%- if issued is not none %}
Issued
{{ issued }}
{%- endif %} {%- if version_info is not none %}
Version Information
{{ version_info }}
{%- endif %} {%- if version_uri is not none %}
Version URI
{{ version_uri }}
{%- endif %} {%- if rights is not none and license is not none %}
License & Rights
{{ license }}
{{ rights }}
{%- elif rights is not none and license is none %}
Rights
{{ rights }}
{%- elif rights is none and license is not none %}
License
{{ license }}
{%- endif %}
Profile RDF
{{ prof_rdf }}
{%- if resource_descriptors|length > 0 %}
Has Resource Descriptor(s)
{%- for rdid, rd in resource_descriptors.items() %} {{ rd["label"] }}
{%- endfor %}
{%- endif %} {%- if comment is not none %}

Description

{{ comment }}
{%- endif %}