Skip to content

Class: ResourceTitle

Represents the title or name of a resource, the type of that title, and the language used (if appropriate).

__

The title field is required; title_type is only necessary if the text is not the primary title.

__

URI: kb_cdm:ResourceTitle

classDiagram class ResourceTitle click ResourceTitle href "../ResourceTitle/" Table <|-- ResourceTitle click Table href "../Table/" ResourceTitle : language ResourceTitle : resource_title_id ResourceTitle : title ResourceTitle : title_type ResourceTitle --> "0..1" TitleType : title_type click TitleType href "../TitleType/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
resource_title_id 1
CdmId
Unique identifier for a title for a resource. direct
language 0..1
String
The language in which the title is written, using the appropriate IETF BCP-47 notation. direct
title 1
String
A string used as a title for a resource. direct
title_type 0..1
TitleType
A descriptor for the title for cases where the contents of the title field is not the primary name or title. direct

Usages

used by used in type used
Schema resource_titles range ResourceTitle

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema

Mappings

Mapping Type Mapped Value
self kb_cdm:ResourceTitle
native kb_cdm:ResourceTitle

LinkML Source

Direct

name: ResourceTitle
description: 'Represents the title or name of a resource, the type of that title,
  and the language used (if appropriate).


  The `title` field is required; `title_type` is only necessary if the text is not
  the primary title.

  '
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slots:
- resource_title_id
attributes:
  language:
    name: language
    description: The language in which the title is written, using the appropriate
      IETF BCP-47 notation.
    examples:
    - value: ru-Cyrl
    - value: fr
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    domain_of:
    - EntityAttributeValue
    - TextValue
    - ResourceDescription
    - ResourceTitle
    - Statement
  title:
    name: title
    description: A string used as a title for a resource.
    examples:
    - value: Amaranthus hypochondriacus genome
    - value: Геном амаранта ипохондрического
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    rank: 1000
    slot_uri: schema:name
    domain_of:
    - ResourceTitle
    required: true
  title_type:
    name: title_type
    description: A descriptor for the title for cases where the contents of the `title`
      field is not the primary name or title.
    examples:
    - value: subtitle
    - value: alternative_title
    - value: translated_title
    - value: other
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    rank: 1000
    domain_of:
    - ResourceTitle
    range: TitleType

Induced

name: ResourceTitle
description: 'Represents the title or name of a resource, the type of that title,
  and the language used (if appropriate).


  The `title` field is required; `title_type` is only necessary if the text is not
  the primary title.

  '
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
attributes:
  language:
    name: language
    description: The language in which the title is written, using the appropriate
      IETF BCP-47 notation.
    examples:
    - value: ru-Cyrl
    - value: fr
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    alias: language
    owner: ResourceTitle
    domain_of:
    - EntityAttributeValue
    - TextValue
    - ResourceDescription
    - ResourceTitle
    - Statement
    range: string
  title:
    name: title
    description: A string used as a title for a resource.
    examples:
    - value: Amaranthus hypochondriacus genome
    - value: Геном амаранта ипохондрического
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    rank: 1000
    slot_uri: schema:name
    alias: title
    owner: ResourceTitle
    domain_of:
    - ResourceTitle
    range: string
    required: true
  title_type:
    name: title_type
    description: A descriptor for the title for cases where the contents of the `title`
      field is not the primary name or title.
    examples:
    - value: subtitle
    - value: alternative_title
    - value: translated_title
    - value: other
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    rank: 1000
    alias: title_type
    owner: ResourceTitle
    domain_of:
    - ResourceTitle
    range: TitleType
  resource_title_id:
    name: resource_title_id
    description: Unique identifier for a title for a resource.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: resource_title_id
    owner: ResourceTitle
    domain_of:
    - DataSource_x_Title
    - ResourceTitle
    range: cdm_id
    required: true