Class: Description
Textual information about the resource being represented.
URI: kbcms:Description
classDiagram
class Description
Description : description_text
Description : description_type
Description --|> DescriptionType : description_type
Description : language
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
description_text | 1..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://github.com/kbase/credit_engine/schema/kbase/linkml
Mappings
Mapping Type | Mapped Value |
---|---|
self | kbcms:Description |
native | kbcms:Description |
LinkML Source
Direct
name: Description
description: Textual information about the resource being represented.
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
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://github.com/kbase/credit_engine/schema/kbase/linkml
rank: 1000
required: true
description_type:
name: description_type
description: The type of text being represented
examples:
- value: abstract
- value: description
- value: summary
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
rank: 1000
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://github.com/kbase/credit_engine/schema/kbase/linkml
rank: 1000
Induced
name: Description
description: Textual information about the resource being represented.
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
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://github.com/kbase/credit_engine/schema/kbase/linkml
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://github.com/kbase/credit_engine/schema/kbase/linkml
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://github.com/kbase/credit_engine/schema/kbase/linkml
rank: 1000
alias: language
owner: Description
domain_of:
- Description
- Title
range: string