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://github.com/kbase/credit_engine/schema/kbase/linkml
LinkML Source
name: TitleType
description: The type of title being represented.
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
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