Skip to content

Class: ResourceDescription

Textual information about the resource being represented.

URI: kb_cdm:ResourceDescription

classDiagram class ResourceDescription click ResourceDescription href "../ResourceDescription/" Table <|-- ResourceDescription click Table href "../Table/" ResourceDescription : description_text ResourceDescription : description_type ResourceDescription --> "0..1" DescriptionType : description_type click DescriptionType href "../DescriptionType/" ResourceDescription : language ResourceDescription : resource_description_id

Inheritance

  • Table
    • ResourceDescription

Slots

Name Cardinality and Range Description Inheritance
resource_description_id 1
CdmId
Unique identifier for a description for a resource. direct
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 BCP-47 notation. direct

Usages

used by used in type used
Schema resource_descriptions range ResourceDescription

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:ResourceDescription
native kb_cdm:ResourceDescription

LinkML Source

Direct

name: ResourceDescription
description: Textual information about the resource being represented.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slots:
- resource_description_id
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: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    rank: 1000
    domain_of:
    - ResourceDescription
    required: true
  description_type:
    name: description_type
    description: The type of text being represented.
    examples:
    - value: abstract
    - value: description
    - value: summary
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    rank: 1000
    domain_of:
    - ResourceDescription
    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: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    domain_of:
    - EntityAttributeValue
    - TextValue
    - ResourceDescription
    - ResourceTitle
    - Statement

Induced

name: ResourceDescription
description: Textual information about the resource being represented.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
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: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    rank: 1000
    alias: description_text
    owner: ResourceDescription
    domain_of:
    - ResourceDescription
    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: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    rank: 1000
    alias: description_type
    owner: ResourceDescription
    domain_of:
    - ResourceDescription
    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: http://kbase.github.io/cdm-schema/linkml/cdm_credit
    alias: language
    owner: ResourceDescription
    domain_of:
    - EntityAttributeValue
    - TextValue
    - ResourceDescription
    - ResourceTitle
    - Statement
    range: string
  resource_description_id:
    name: resource_description_id
    description: Unique identifier for a description for a resource.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: resource_description_id
    owner: ResourceDescription
    domain_of:
    - DataSource_x_Description
    - ResourceDescription
    range: cdm_id
    required: true