Skip to content

Enum: TitleType

The type of title being represented.

URI: TitleType

Permissible Values

Value Meaning Description
subtitle None Any subtitle for the resource
alternative_title None Other title(s) or names for the resource
translated_title None Translation of the title into another language
other None Anything that doesn't fit into the above categories

Slots

Name Description
title_type A descriptor for the title for cases where the contents of the 'title' field ...

Identifier and Mapping Information

Schema Source

  • from schema: https://kbase.github.io/credit_engine/linkml/credit_metadata

LinkML Source

name: TitleType
description: The type of title being represented.
from_schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
rank: 1000
permissible_values:
  subtitle:
    text: subtitle
    description: Any subtitle for the resource.
  alternative_title:
    text: alternative_title
    description: Other title(s) or names for the resource.
  translated_title:
    text: translated_title
    description: Translation of the title into another language.
  other:
    text: other
    description: Anything that doesn't fit into the above categories.