Skip to content

Class: Description

Textual information about the resource being represented.

URI: dcm:Description

classDiagram class Description click Description href "../Description" Description : description_text Description : description_type Description --> "0..1" DescriptionType : description_type click DescriptionType href "../DescriptionType" Description : language

Slots

Name Cardinality and Range Description Inheritance
description_text 1
String
The text content of the informational element direct
description_type 0..1
DescriptionType
The type of text being represented direct
language 0..1
String
The language in which the description is written, using the appropriate IETF ... direct

Usages

used by used in type used
CreditMetadata descriptions range Description

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dcm:Description
native dcm:Description

LinkML Source

Direct

name: Description
description: Textual information about the resource being represented.
from_schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
attributes:
  description_text:
    name: description_text
    description: The text content of the informational element.
    examples:
    - value: This is the most interesting dataset ever to earn a DOI.
    from_schema: https://kbase.github.io/credit_engine/linkml/components
    rank: 1000
    domain_of:
    - Description
    required: true
  description_type:
    name: description_type
    description: The type of text being represented.
    examples:
    - value: abstract
    - value: description
    - value: summary
    from_schema: https://kbase.github.io/credit_engine/linkml/components
    rank: 1000
    domain_of:
    - Description
    range: DescriptionType
  language:
    name: language
    description: The language in which the description is written, using the appropriate
      IETF BCP-47 notation.
    examples:
    - value: ru-Cyrl
    - value: fr
    from_schema: https://kbase.github.io/credit_engine/linkml/components
    rank: 1000
    domain_of:
    - Description
    - Title

Induced

name: Description
description: Textual information about the resource being represented.
from_schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
attributes:
  description_text:
    name: description_text
    description: The text content of the informational element.
    examples:
    - value: This is the most interesting dataset ever to earn a DOI.
    from_schema: https://kbase.github.io/credit_engine/linkml/components
    rank: 1000
    alias: description_text
    owner: Description
    domain_of:
    - Description
    range: string
    required: true
  description_type:
    name: description_type
    description: The type of text being represented.
    examples:
    - value: abstract
    - value: description
    - value: summary
    from_schema: https://kbase.github.io/credit_engine/linkml/components
    rank: 1000
    alias: description_type
    owner: Description
    domain_of:
    - Description
    range: DescriptionType
  language:
    name: language
    description: The language in which the description is written, using the appropriate
      IETF BCP-47 notation.
    examples:
    - value: ru-Cyrl
    - value: fr
    from_schema: https://kbase.github.io/credit_engine/linkml/components
    rank: 1000
    alias: language
    owner: Description
    domain_of:
    - Description
    - Title
    range: string