- Pattern for Local Unique Identifiers
-
{%- if pattern %}
Local unique identifiers in {{ name_pack.value }} should match this
regular expression:
{{ pattern }}
{%- elif has_no_terms %}
No terms in {{ prefix }}
{%- else %}
Missing LUI pattern
{%- endif %}
- Example Local Unique Identifier{% if resource.example_extras %}s{% endif %}
-
{%- if example %}
{{ example }}
{%- if providers %}
Resolve
{%- endif %}
{%- for extra_example in example_extras %}
{{ extra_example }}
{%- if providers %}
Resolve
{%- endif %}
{%- endfor %}
{%- elif has_no_terms %}
No Terms in {{ prefix }}
{%- else %}
Missing Example Local Unique Identifier
{%- endif %}
{%- if pattern and curie_pattern %}
- Pattern for CURIES
-
Compact URIs (CURIEs) constructed from {{ name_pack.value }} should match
this regular expression:
{{ curie_pattern }}
{%- endif %}
{%- if example and example_curie %}
- Example CURIE{% if resource.example_extras %}s{% endif %}
-
{{ example_curie }}
{%- for example_curie_extra, example_extra in zip(example_curie_extras, example_extras) %}
{{ example_curie_extra }}
{%- endfor %}
{%- endif %}
{%- if resource.get_rdf_uri_format() %}
- Format String for RDF URIs
- {{ resource.get_rdf_uri_format() }}
- Example RDF URI
{%- set rdf_uri_example = resource.get_rdf_uri_format().replace("$1", example) %}
- {{ rdf_uri_example }}
{%- endif %}
{%- if namespace_in_lui %}
- MIRIAM Namespace Embedded in LUI
-
The legacy MIRIAM standard for generating CURIEs with this resource
annotates the
namespaceEmbeddedInLUI as true.
{{ get_banana_text() }}
{%- elif banana %}
- Namespace Embedded in LUI
-
This resource has been annotated by the {{ config.METAREGISTRY_TITLE }} as having a potential
namespace embedded in LUI.
{{ get_banana_text() }}
{%- endif %}