{
  "conceptStatus": {
    "scheme": "gloss:status",
    "schemeLabel": "Concept Status",
    "schemeDefinition": "Lifecycle status of a managed terminology concept.",
    "concepts": {
      "draft": {
        "id": "draft",
        "iri": "gloss:status/draft",
        "prefLabel": "draft",
        "definition": "The concept is in draft form and has not yet been submitted."
      },
      "submitted": {
        "id": "submitted",
        "iri": "gloss:status/submitted",
        "prefLabel": "submitted",
        "definition": "The concept has been submitted for review."
      },
      "not_valid": {
        "id": "not_valid",
        "iri": "gloss:status/not_valid",
        "prefLabel": "not valid",
        "definition": "The concept has been reviewed and is not valid."
      },
      "invalid": {
        "id": "invalid",
        "iri": "gloss:status/invalid",
        "prefLabel": "invalid",
        "definition": "The concept is invalid."
      },
      "valid": {
        "id": "valid",
        "iri": "gloss:status/valid",
        "prefLabel": "valid",
        "definition": "The concept has been reviewed and is valid."
      },
      "superseded": {
        "id": "superseded",
        "iri": "gloss:status/superseded",
        "prefLabel": "superseded",
        "definition": "The concept has been superseded by a newer version."
      },
      "retired": {
        "id": "retired",
        "iri": "gloss:status/retired",
        "prefLabel": "retired",
        "definition": "The concept has been retired from active use."
      },
      "external": {
        "id": "external",
        "iri": "gloss:status/external",
        "prefLabel": "external",
        "definition": "An external concept: referenced but not defined here. May be resolved later when another dataset is loaded (concept-model TODO.partitive-relation-v2 item 06)."
      }
    },
    "colors": {
      "draft": "badge-yellow",
      "submitted": "badge-blue",
      "valid": "badge-green",
      "not_valid": "bg-red-50 text-red-700",
      "invalid": "bg-red-50 text-red-700",
      "superseded": "bg-red-50 text-red-700",
      "retired": "badge-gray",
      "external": "bg-purple-50 text-purple-700"
    }
  },
  "entryStatus": {
    "scheme": "gloss:entstatus",
    "schemeLabel": "Entry Status",
    "schemeDefinition": "Lifecycle status of a localized concept entry within a glossary.",
    "concepts": {
      "valid": {
        "id": "valid",
        "iri": "gloss:entstatus/valid",
        "prefLabel": "valid",
        "definition": "The localized entry is valid and current."
      },
      "not_valid": {
        "id": "not_valid",
        "iri": "gloss:entstatus/not_valid",
        "prefLabel": "not valid",
        "definition": "The localized entry is not valid."
      },
      "superseded": {
        "id": "superseded",
        "iri": "gloss:entstatus/superseded",
        "prefLabel": "superseded",
        "definition": "The localized entry has been superseded by a newer version."
      },
      "retired": {
        "id": "retired",
        "iri": "gloss:entstatus/retired",
        "prefLabel": "retired",
        "definition": "The localized entry has been retired from active use."
      }
    },
    "colors": {
      "valid": "badge-green",
      "not_valid": "bg-red-50 text-red-700",
      "superseded": "bg-red-50 text-red-700",
      "retired": "badge-gray",
      "withdrawn": "bg-red-100 text-red-800",
      "draft": "badge-yellow"
    }
  },
  "normativeStatus": {
    "scheme": "gloss:norm",
    "schemeLabel": "Normative Status",
    "schemeDefinition": "Normative status of a designation within a concept entry.",
    "concepts": {
      "preferred": {
        "id": "preferred",
        "iri": "gloss:norm/preferred",
        "prefLabel": "preferred",
        "definition": "The preferred designation for this concept in this language."
      },
      "admitted": {
        "id": "admitted",
        "iri": "gloss:norm/admitted",
        "prefLabel": "admitted",
        "definition": "An admitted (accepted but not preferred) designation."
      },
      "deprecated": {
        "id": "deprecated",
        "iri": "gloss:norm/deprecated",
        "prefLabel": "deprecated",
        "definition": "A deprecated designation that should no longer be used."
      },
      "superseded": {
        "id": "superseded",
        "iri": "gloss:norm/superseded",
        "prefLabel": "superseded",
        "definition": "A superseded designation that has been replaced."
      }
    },
    "colors": {
      "preferred": "bg-emerald-50 text-emerald-700",
      "admitted": "bg-amber-50 text-amber-700",
      "deprecated": "bg-red-50 text-red-700",
      "superseded": "bg-red-50 text-red-700"
    }
  },
  "sourceType": {
    "scheme": "gloss:srctype",
    "schemeLabel": "Source Type",
    "schemeDefinition": "Type of bibliographic source for a concept or designation.",
    "concepts": {
      "authoritative": {
        "id": "authoritative",
        "iri": "gloss:srctype/authoritative",
        "prefLabel": "authoritative",
        "definition": "The concept is directly sourced from an authoritative standard or document."
      },
      "lineage": {
        "id": "lineage",
        "iri": "gloss:srctype/lineage",
        "prefLabel": "lineage",
        "definition": "The concept's lineage or historical reference."
      }
    },
    "colors": {
      "authoritative": "badge-purple",
      "lineage": "badge-blue"
    }
  },
  "sourceStatus": {
    "scheme": "gloss:srcstatus",
    "schemeLabel": "Source Status",
    "schemeDefinition": "Status of the concept relative to the bibliographic source.",
    "concepts": {
      "identical": {
        "id": "identical",
        "iri": "gloss:srcstatus/identical",
        "prefLabel": "identical",
        "definition": "The concept is identical to the source."
      },
      "similar": {
        "id": "similar",
        "iri": "gloss:srcstatus/similar",
        "prefLabel": "similar",
        "definition": "The concept is similar to the source."
      },
      "modified": {
        "id": "modified",
        "iri": "gloss:srcstatus/modified",
        "prefLabel": "modified",
        "definition": "The concept has been modified from the source."
      },
      "restyle": {
        "id": "restyle",
        "iri": "gloss:srcstatus/restyle",
        "prefLabel": "restyle",
        "definition": "The concept has been restyled from the source (editorial changes only)."
      },
      "context_added": {
        "id": "context_added",
        "iri": "gloss:srcstatus/context_added",
        "prefLabel": "context added",
        "definition": "Context has been added to the concept beyond the source."
      },
      "generalisation": {
        "id": "generalisation",
        "iri": "gloss:srcstatus/generalisation",
        "prefLabel": "generalisation",
        "definition": "The concept is a generalisation of the source concept."
      },
      "specialisation": {
        "id": "specialisation",
        "iri": "gloss:srcstatus/specialisation",
        "prefLabel": "specialisation",
        "definition": "The concept is a specialisation of the source concept."
      },
      "unspecified": {
        "id": "unspecified",
        "iri": "gloss:srcstatus/unspecified",
        "prefLabel": "unspecified",
        "definition": "The relationship to the source is unspecified."
      },
      "related": {
        "id": "related",
        "iri": "gloss:srcstatus/related",
        "prefLabel": "related",
        "definition": "The concept is related to the source."
      },
      "not_equal": {
        "id": "not_equal",
        "iri": "gloss:srcstatus/not_equal",
        "prefLabel": "not equal",
        "definition": "The concept is not equal to the source."
      }
    },
    "colors": {
      "identical": "badge-green",
      "similar": "badge-blue",
      "modified": "badge-yellow",
      "restyle": "badge-yellow",
      "context_added": "badge-blue",
      "generalisation": "badge-purple",
      "specialisation": "badge-purple",
      "unspecified": "badge-gray",
      "related": "badge-gray",
      "not_equal": "bg-red-50 text-red-700"
    }
  },
  "relationshipType": {
    "scheme": "gloss:rel",
    "schemeLabel": "Relationship Type",
    "schemeDefinition": "Typed relationships between concepts that have no standard SKOS or ISO 25964 equivalent. Standard relationship types (broader, narrower, exactMatch, etc.) are reused directly from SKOS and iso-thes vocabularies.",
    "concepts": {
      "deprecates": {
        "id": "deprecates",
        "iri": "gloss:rel/deprecates",
        "prefLabel": "deprecates",
        "definition": "This concept deprecates another concept.",
        "category": "lifecycle",
        "inverseOf": "deprecated_by"
      },
      "supersedes": {
        "id": "supersedes",
        "iri": "gloss:rel/supersedes",
        "prefLabel": "supersedes",
        "definition": "This concept supersedes another concept.",
        "category": "lifecycle",
        "inverseOf": "superseded_by"
      },
      "superseded_by": {
        "id": "superseded_by",
        "iri": "gloss:rel/superseded_by",
        "prefLabel": "superseded by",
        "definition": "This concept has been superseded by another concept.",
        "category": "lifecycle",
        "inverseOf": "supersedes"
      },
      "provides": {
        "id": "provides",
        "iri": "gloss:rel/provides",
        "prefLabel": "provides",
        "definition": "This concept provides substance for an external concept (one we reference but don't define). Direction: subject → external. Per concept-model TODO.partitive-relation-v2 item 07.",
        "category": "lifecycle",
        "inverseOf": "provided_by"
      },
      "provided_by": {
        "id": "provided_by",
        "iri": "gloss:rel/provided_by",
        "prefLabel": "provided by",
        "definition": "This external concept is provided by (fulfilled by) the object concept. Inverse of provides.",
        "category": "lifecycle",
        "inverseOf": "provides"
      },
      "compare": {
        "id": "compare",
        "iri": "gloss:rel/compare",
        "prefLabel": "compare",
        "definition": "This concept is compared to another concept (ISO 10241-1).",
        "category": "comparative",
        "inverseOf": "compare"
      },
      "contrast": {
        "id": "contrast",
        "iri": "gloss:rel/contrast",
        "prefLabel": "contrast",
        "definition": "This concept contrasts with another concept (ISO 10241-1).",
        "category": "comparative",
        "inverseOf": "contrast"
      },
      "related_concept_broader": {
        "id": "related_concept_broader",
        "iri": "gloss:rel/related_concept_broader",
        "prefLabel": "related concept (broader)",
        "definition": "Associative relationship to a concept with broader scope (ISO 25964 / TBX).",
        "category": "associative",
        "inverseOf": "related_concept_narrower"
      },
      "related_concept_narrower": {
        "id": "related_concept_narrower",
        "iri": "gloss:rel/related_concept_narrower",
        "prefLabel": "related concept (narrower)",
        "definition": "Associative relationship to a concept with narrower scope (ISO 25964 / TBX).",
        "category": "associative",
        "inverseOf": "related_concept_broader"
      },
      "homograph": {
        "id": "homograph",
        "iri": "gloss:rel/homograph",
        "prefLabel": "homograph",
        "definition": "This concept has a homograph in another entry (ISO 12620 / TBX).",
        "category": "lexical",
        "inverseOf": "homograph"
      },
      "false_friend": {
        "id": "false_friend",
        "iri": "gloss:rel/false_friend",
        "prefLabel": "false friend",
        "definition": "This concept has a false friend in another language (ISO 12620 / TBX).",
        "category": "lexical",
        "inverseOf": "false_friend"
      },
      "abbreviated_form_for": {
        "id": "abbreviated_form_for",
        "iri": "gloss:rel/abbreviated_form_for",
        "prefLabel": "abbreviated form for",
        "definition": "This designation is an abbreviated form of another designation.",
        "category": "designation"
      },
      "short_form_for": {
        "id": "short_form_for",
        "iri": "gloss:rel/short_form_for",
        "prefLabel": "short form for",
        "definition": "This designation is a short form of another designation.",
        "category": "designation"
      },
      "deprecated_by": {
        "id": "deprecated_by",
        "iri": "gloss:rel/deprecated_by",
        "prefLabel": "deprecated by",
        "definition": "This concept has been deprecated by another concept (ISO 10241-1).",
        "category": "lifecycle",
        "inverseOf": "deprecates"
      },
      "replaces": {
        "id": "replaces",
        "iri": "gloss:rel/replaces",
        "prefLabel": "replaces",
        "definition": "This concept replaces another concept (ISO 10241-1).",
        "category": "lifecycle",
        "inverseOf": "replaced_by"
      },
      "replaced_by": {
        "id": "replaced_by",
        "iri": "gloss:rel/replaced_by",
        "prefLabel": "replaced by",
        "definition": "This concept has been replaced by another concept (ISO 10241-1).",
        "category": "lifecycle",
        "inverseOf": "replaces"
      },
      "invalidates": {
        "id": "invalidates",
        "iri": "gloss:rel/invalidates",
        "prefLabel": "invalidates",
        "definition": "This concept invalidates another concept, indicating it contains a substantial error and should not be used (ISO 19135).",
        "category": "lifecycle",
        "inverseOf": "invalidated_by"
      },
      "invalidated_by": {
        "id": "invalidated_by",
        "iri": "gloss:rel/invalidated_by",
        "prefLabel": "invalidated by",
        "definition": "This concept has been invalidated by another concept due to a substantial error (ISO 19135).",
        "category": "lifecycle",
        "inverseOf": "invalidates"
      },
      "retires": {
        "id": "retires",
        "iri": "gloss:rel/retires",
        "prefLabel": "retires",
        "definition": "This concept retires another concept, indicating it is no longer recommended for use (ISO 19135).",
        "category": "lifecycle",
        "inverseOf": "retired_by"
      },
      "retired_by": {
        "id": "retired_by",
        "iri": "gloss:rel/retired_by",
        "prefLabel": "retired by",
        "definition": "This concept has been retired by another concept (ISO 19135).",
        "category": "lifecycle",
        "inverseOf": "retires"
      },
      "has_concept": {
        "id": "has_concept",
        "iri": "gloss:rel/has_concept",
        "prefLabel": "has concept",
        "definition": "This concept has the nominated concept as a specialisation of its definition (ISO 19135).",
        "category": "hierarchical",
        "inverseOf": "is_concept_of"
      },
      "is_concept_of": {
        "id": "is_concept_of",
        "iri": "gloss:rel/is_concept_of",
        "prefLabel": "is concept of",
        "definition": "This concept is a specialisation of the source concept (ISO 19135).",
        "category": "hierarchical",
        "inverseOf": "has_concept"
      },
      "instance_of": {
        "id": "instance_of",
        "iri": "gloss:rel/instance_of",
        "prefLabel": "instance of",
        "definition": "This concept is an instance of the nominated concept (ISO 19135).",
        "category": "hierarchical",
        "inverseOf": "has_instance"
      },
      "has_instance": {
        "id": "has_instance",
        "iri": "gloss:rel/has_instance",
        "prefLabel": "has instance",
        "definition": "This concept has the nominated concept as an instance (ISO 19135).",
        "category": "hierarchical",
        "inverseOf": "instance_of"
      },
      "has_definition": {
        "id": "has_definition",
        "iri": "gloss:rel/has_definition",
        "prefLabel": "has definition",
        "definition": "This concept has the nominated concept as its definition (ISO 19135).",
        "category": "definitional",
        "inverseOf": "definition_of"
      },
      "definition_of": {
        "id": "definition_of",
        "iri": "gloss:rel/definition_of",
        "prefLabel": "definition of",
        "definition": "This concept is the definition of the source concept (ISO 19135).",
        "category": "definitional",
        "inverseOf": "has_definition"
      },
      "has_part": {
        "id": "has_part",
        "iri": "gloss:rel/has_part",
        "prefLabel": "has part",
        "definition": "This concept has the nominated concept as a part of its composition (ISO 19135).",
        "category": "hierarchical",
        "inverseOf": "is_part_of"
      },
      "is_part_of": {
        "id": "is_part_of",
        "iri": "gloss:rel/is_part_of",
        "prefLabel": "is part of",
        "definition": "This concept is a part of the source concept (ISO 19135).",
        "category": "hierarchical",
        "inverseOf": "has_part"
      },
      "inherits": {
        "id": "inherits",
        "iri": "gloss:rel/inherits",
        "prefLabel": "inherits",
        "definition": "This concept inherits and extends properties from the nominated concept (ISO 19135).",
        "category": "hierarchical",
        "inverseOf": "inherited_by"
      },
      "inherited_by": {
        "id": "inherited_by",
        "iri": "gloss:rel/inherited_by",
        "prefLabel": "inherited by",
        "definition": "This concept is inherited by the source concept (ISO 19135).",
        "category": "hierarchical",
        "inverseOf": "inherits"
      },
      "has_version": {
        "id": "has_version",
        "iri": "gloss:rel/has_version",
        "prefLabel": "has version",
        "definition": "This concept has the nominated concept as a version (ISO 19135).",
        "category": "definitional",
        "inverseOf": "version_of"
      },
      "version_of": {
        "id": "version_of",
        "iri": "gloss:rel/version_of",
        "prefLabel": "version of",
        "definition": "This concept is a version of the source concept (ISO 19135).",
        "category": "definitional",
        "inverseOf": "has_version"
      },
      "current_version": {
        "id": "current_version",
        "iri": "gloss:rel/current_version",
        "prefLabel": "current version",
        "definition": "This concept has the nominated concept as its current version (ISO 19135).",
        "category": "definitional",
        "inverseOf": "current_version_of"
      },
      "current_version_of": {
        "id": "current_version_of",
        "iri": "gloss:rel/current_version_of",
        "prefLabel": "current version of",
        "definition": "This concept is the current version of the source concept (ISO 19135).",
        "category": "definitional",
        "inverseOf": "current_version"
      },
      "broader": {
        "id": "broader",
        "iri": "gloss:rel/broader",
        "prefLabel": "broader",
        "definition": "This concept has a broader (more general) scope (SKOS).",
        "category": "hierarchical",
        "inverseOf": "narrower"
      },
      "narrower": {
        "id": "narrower",
        "iri": "gloss:rel/narrower",
        "prefLabel": "narrower",
        "definition": "This concept has a narrower (more specific) scope (SKOS).",
        "category": "hierarchical",
        "inverseOf": "broader"
      },
      "broader_generic": {
        "id": "broader_generic",
        "iri": "gloss:rel/broader_generic",
        "prefLabel": "broader (generic)",
        "definition": "Generic (is-a) broader relationship (ISO 25964).",
        "category": "hierarchical",
        "inverseOf": "narrower_generic"
      },
      "narrower_generic": {
        "id": "narrower_generic",
        "iri": "gloss:rel/narrower_generic",
        "prefLabel": "narrower (generic)",
        "definition": "Generic (is-a) narrower relationship (ISO 25964).",
        "category": "hierarchical",
        "inverseOf": "broader_generic"
      },
      "broader_partitive": {
        "id": "broader_partitive",
        "iri": "gloss:rel/broader_partitive",
        "prefLabel": "broader (partitive)",
        "definition": "Partitive (whole-of) broader relationship (ISO 25964).",
        "category": "hierarchical",
        "inverseOf": "narrower_partitive"
      },
      "narrower_partitive": {
        "id": "narrower_partitive",
        "iri": "gloss:rel/narrower_partitive",
        "prefLabel": "narrower (partitive)",
        "definition": "Partitive (part-of) narrower relationship (ISO 25964).",
        "category": "hierarchical",
        "inverseOf": "broader_partitive"
      },
      "broader_instantial": {
        "id": "broader_instantial",
        "iri": "gloss:rel/broader_instantial",
        "prefLabel": "broader (instantial)",
        "definition": "Instantial broader relationship (ISO 25964).",
        "category": "hierarchical",
        "inverseOf": "narrower_instantial"
      },
      "narrower_instantial": {
        "id": "narrower_instantial",
        "iri": "gloss:rel/narrower_instantial",
        "prefLabel": "narrower (instantial)",
        "definition": "Instantial narrower relationship (ISO 25964).",
        "category": "hierarchical",
        "inverseOf": "broader_instantial"
      },
      "equivalent": {
        "id": "equivalent",
        "iri": "gloss:rel/equivalent",
        "prefLabel": "equivalent",
        "definition": "This concept is equivalent to another concept (SKOS).",
        "category": "mapping",
        "inverseOf": "equivalent"
      },
      "close_match": {
        "id": "close_match",
        "iri": "gloss:rel/close_match",
        "prefLabel": "close match",
        "definition": "This concept is a close match to another concept (SKOS).",
        "category": "mapping",
        "inverseOf": "close_match"
      },
      "broad_match": {
        "id": "broad_match",
        "iri": "gloss:rel/broad_match",
        "prefLabel": "broad match",
        "definition": "This concept has a broader match to another concept (SKOS).",
        "category": "mapping",
        "inverseOf": "narrow_match"
      },
      "narrow_match": {
        "id": "narrow_match",
        "iri": "gloss:rel/narrow_match",
        "prefLabel": "narrow match",
        "definition": "This concept has a narrower match to another concept (SKOS).",
        "category": "mapping",
        "inverseOf": "broad_match"
      },
      "related_match": {
        "id": "related_match",
        "iri": "gloss:rel/related_match",
        "prefLabel": "related match",
        "definition": "This concept has a related match to another concept (SKOS).",
        "category": "mapping",
        "inverseOf": "related_match"
      },
      "see": {
        "id": "see",
        "iri": "gloss:rel/see",
        "prefLabel": "see",
        "definition": "Reference to another concept (ISO 10241-1).",
        "category": "associative"
      },
      "related_concept": {
        "id": "related_concept",
        "iri": "gloss:rel/related_concept",
        "prefLabel": "related concept",
        "definition": "Associative relationship to another concept (ISO 25964).",
        "category": "associative",
        "inverseOf": "related_concept"
      },
      "references": {
        "id": "references",
        "iri": "gloss:rel/references",
        "prefLabel": "references",
        "definition": "This concept references another concept.",
        "category": "associative"
      },
      "sequentially_related": {
        "id": "sequentially_related",
        "iri": "gloss:rel/sequentially_related",
        "prefLabel": "sequentially related",
        "definition": "Sequential spatiotemporal relationship (ISO 25964 / TBX).",
        "category": "spatiotemporal",
        "inverseOf": "sequentially_related"
      },
      "spatially_related": {
        "id": "spatially_related",
        "iri": "gloss:rel/spatially_related",
        "prefLabel": "spatially related",
        "definition": "Spatial relationship (ISO 25964 / TBX).",
        "category": "spatiotemporal",
        "inverseOf": "spatially_related"
      },
      "temporally_related": {
        "id": "temporally_related",
        "iri": "gloss:rel/temporally_related",
        "prefLabel": "temporally related",
        "definition": "Temporal relationship (ISO 25964 / TBX).",
        "category": "spatiotemporal",
        "inverseOf": "temporally_related"
      },
      "exact_match": {
        "id": "exact_match",
        "iri": "gloss:rel/exact_match",
        "prefLabel": "exact match",
        "definition": "Cross-vocabulary exact equivalence (SKOS skos:exactMatch).",
        "category": "mapping",
        "inverseOf": "exact_match"
      }
    },
    "categories": {
      "hierarchical": {
        "label": "Hierarchy",
        "color": "text-blue-600 bg-blue-50"
      },
      "mapping": {
        "label": "Equivalence",
        "color": "text-emerald-600 bg-emerald-50"
      },
      "associative": {
        "label": "Associative",
        "color": "text-violet-600 bg-violet-50"
      },
      "lifecycle": {
        "label": "Lifecycle",
        "color": "text-red-600 bg-red-50"
      },
      "comparative": {
        "label": "Comparison",
        "color": "text-amber-600 bg-amber-50"
      },
      "definitional": {
        "label": "Definitional",
        "color": "text-cyan-600 bg-cyan-50"
      },
      "spatiotemporal": {
        "label": "Spatiotemporal",
        "color": "text-teal-600 bg-teal-50"
      },
      "lexical": {
        "label": "Lexical",
        "color": "text-pink-600 bg-pink-50"
      },
      "designation": {
        "label": "Designation",
        "color": "text-gray-600 bg-gray-50"
      }
    }
  },
  "designationType": {
    "scheme": "gloss:desig",
    "schemeLabel": "Designation Type",
    "schemeDefinition": "Type of designation (term, symbol, abbreviation) for a concept.",
    "concepts": {
      "expression": {
        "id": "expression",
        "iri": "gloss:desig/expression",
        "prefLabel": "expression",
        "definition": "A word or phrase used as a designation."
      },
      "abbreviation": {
        "id": "abbreviation",
        "iri": "gloss:desig/abbreviation",
        "prefLabel": "abbreviation",
        "definition": "A shortened form of a word or phrase (acronym, initialism, or truncation).",
        "broader": "expression"
      },
      "symbol": {
        "id": "symbol",
        "iri": "gloss:desig/symbol",
        "prefLabel": "symbol",
        "definition": "A non-letter symbol representing a concept."
      },
      "letter_symbol": {
        "id": "letter_symbol",
        "iri": "gloss:desig/letter_symbol",
        "prefLabel": "letter symbol",
        "definition": "A single letter used as a symbol.",
        "broader": "symbol"
      },
      "graphical_symbol": {
        "id": "graphical_symbol",
        "iri": "gloss:desig/graphical_symbol",
        "prefLabel": "graphical symbol",
        "definition": "An iconic or graphical symbol.",
        "broader": "symbol"
      }
    },
    "colors": {
      "expression": "bg-sky-50 text-sky-700",
      "abbreviation": "bg-amber-50 text-amber-700",
      "symbol": "bg-violet-50 text-violet-700",
      "letter_symbol": "bg-violet-50 text-violet-700",
      "graphical_symbol": "bg-violet-50 text-violet-700"
    }
  },
  "termType": {
    "scheme": "gloss:termtype",
    "schemeLabel": "Term Type",
    "schemeDefinition": "ISO 12620 term type classification for designations. A categorization of a term with respect to formal representations or where/how it is used.",
    "concepts": {
      "abbreviation": {
        "id": "abbreviation",
        "iri": "gloss:termtype/abbreviation",
        "prefLabel": "abbreviation",
        "definition": "A shortened form of a word or phrase."
      },
      "acronym": {
        "id": "acronym",
        "iri": "gloss:termtype/acronym",
        "prefLabel": "acronym",
        "definition": "An abbreviation formed from initial letters, pronounced as a word.",
        "broader": "abbreviation"
      },
      "clipped_term": {
        "id": "clipped_term",
        "iri": "gloss:termtype/clipped_term",
        "prefLabel": "clipped term",
        "definition": "A term formed by shortening a longer term."
      },
      "full_form": {
        "id": "full_form",
        "iri": "gloss:termtype/full_form",
        "prefLabel": "full form",
        "definition": "The complete, unabbreviated form of a term."
      },
      "initialism": {
        "id": "initialism",
        "iri": "gloss:termtype/initialism",
        "prefLabel": "initialism",
        "definition": "An abbreviation formed from initial letters, each pronounced separately.",
        "broader": "abbreviation"
      },
      "short_form": {
        "id": "short_form",
        "iri": "gloss:termtype/short_form",
        "prefLabel": "short form",
        "definition": "A shortened form of a term."
      },
      "transliterated_form": {
        "id": "transliterated_form",
        "iri": "gloss:termtype/transliterated_form",
        "prefLabel": "transliterated form",
        "definition": "A term that has been converted from one script to another."
      },
      "transcribed_form": {
        "id": "transcribed_form",
        "iri": "gloss:termtype/transcribed_form",
        "prefLabel": "transcribed form",
        "definition": "A term that has been phonetically transcribed into another script."
      },
      "variant": {
        "id": "variant",
        "iri": "gloss:termtype/variant",
        "prefLabel": "variant",
        "definition": "An alternative spelling or form of a term."
      },
      "equation": {
        "id": "equation",
        "iri": "gloss:termtype/equation",
        "prefLabel": "equation",
        "definition": "A mathematical equation used as a term."
      },
      "formula": {
        "id": "formula",
        "iri": "gloss:termtype/formula",
        "prefLabel": "formula",
        "definition": "A mathematical formula used as a term."
      },
      "logical_expression": {
        "id": "logical_expression",
        "iri": "gloss:termtype/logical_expression",
        "prefLabel": "logical expression",
        "definition": "A logical expression used as a term."
      },
      "symbol": {
        "id": "symbol",
        "iri": "gloss:termtype/symbol",
        "prefLabel": "symbol",
        "definition": "A symbol used as a term."
      },
      "common_name": {
        "id": "common_name",
        "iri": "gloss:termtype/common_name",
        "prefLabel": "common name",
        "definition": "A non-scientific, commonly used name."
      },
      "entry_term": {
        "id": "entry_term",
        "iri": "gloss:termtype/entry_term",
        "prefLabel": "entry term",
        "definition": "The primary term for a concept entry."
      },
      "internationalism": {
        "id": "internationalism",
        "iri": "gloss:termtype/internationalism",
        "prefLabel": "internationalism",
        "definition": "A term that is used internationally across multiple languages."
      },
      "international_scientific_term": {
        "id": "international_scientific_term",
        "iri": "gloss:termtype/international_scientific_term",
        "prefLabel": "international scientific term",
        "definition": "A term established by an international scientific body."
      },
      "part_number": {
        "id": "part_number",
        "iri": "gloss:termtype/part_number",
        "prefLabel": "part number",
        "definition": "A part number used as a term."
      },
      "phraseological_unit": {
        "id": "phraseological_unit",
        "iri": "gloss:termtype/phraseological_unit",
        "prefLabel": "phraseological unit",
        "definition": "A fixed phrase or collocation used as a term."
      },
      "shortcut": {
        "id": "shortcut",
        "iri": "gloss:termtype/shortcut",
        "prefLabel": "shortcut",
        "definition": "A shortcut or quick reference used as a term."
      },
      "sku": {
        "id": "sku",
        "iri": "gloss:termtype/sku",
        "prefLabel": "SKU",
        "definition": "A stock keeping unit identifier used as a term."
      },
      "standard_text": {
        "id": "standard_text",
        "iri": "gloss:termtype/standard_text",
        "prefLabel": "standard text",
        "definition": "Standardized text used as a term."
      },
      "synonym": {
        "id": "synonym",
        "iri": "gloss:termtype/synonym",
        "prefLabel": "synonym",
        "definition": "A synonym of the primary term."
      },
      "synonymous_phrase": {
        "id": "synonymous_phrase",
        "iri": "gloss:termtype/synonymous_phrase",
        "prefLabel": "synonymous phrase",
        "definition": "A phrase that is synonymous with the primary term."
      }
    }
  },
  "grammarGender": {
    "scheme": "gloss:gender",
    "schemeLabel": "Grammar Gender",
    "schemeDefinition": "Grammatical gender classification for designations.",
    "concepts": {
      "m": {
        "id": "m",
        "iri": "gloss:gender/m",
        "prefLabel": "masculine",
        "altLabel": "m",
        "definition": "Masculine grammatical gender."
      },
      "f": {
        "id": "f",
        "iri": "gloss:gender/f",
        "prefLabel": "feminine",
        "altLabel": "f",
        "definition": "Feminine grammatical gender."
      },
      "n": {
        "id": "n",
        "iri": "gloss:gender/n",
        "prefLabel": "neuter",
        "altLabel": "n",
        "definition": "Neuter grammatical gender."
      },
      "c": {
        "id": "c",
        "iri": "gloss:gender/c",
        "prefLabel": "common",
        "altLabel": "c",
        "definition": "Common grammatical gender (combined masculine/feminine)."
      }
    }
  },
  "grammarNumber": {
    "scheme": "gloss:number",
    "schemeLabel": "Grammar Number",
    "schemeDefinition": "Grammatical number classification for designations.",
    "concepts": {
      "singular": {
        "id": "singular",
        "iri": "gloss:number/singular",
        "prefLabel": "singular",
        "definition": "Singular grammatical number (one item)."
      },
      "dual": {
        "id": "dual",
        "iri": "gloss:number/dual",
        "prefLabel": "dual",
        "definition": "Dual grammatical number (two items)."
      },
      "plural": {
        "id": "plural",
        "iri": "gloss:number/plural",
        "prefLabel": "plural",
        "definition": "Plural grammatical number (more than one item)."
      }
    }
  }
}