Class: DataSourceXDescription
Links a data source to a description (e.g. the abstract or a free text description).
URI: kb_cdm:DataSourceXDescription
classDiagram
class DataSourceXDescription
click DataSourceXDescription href "../DataSourceXDescription/"
LinkerTable <|-- DataSourceXDescription
click LinkerTable href "../LinkerTable/"
DataSourceXDescription : data_source_id
DataSourceXDescription : resource_description_id
Inheritance
- Table
- LinkerTable
- DataSourceXDescription
- LinkerTable
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
data_source_id | 1 CdmDataSourceId |
Internal (CDM) unique identifier for a data source. From the Entity table: entity_id where entity_type == 'DataSource'. |
direct |
resource_description_id | 1 CdmId |
Unique identifier for a description for a resource. | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Schema | data_source_x_descriptions | range | DataSourceXDescription |
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:DataSourceXDescription |
native | kb_cdm:DataSourceXDescription |
LinkML Source
Direct
name: DataSource_x_Description
description: Links a data source to a description (e.g. the abstract or a free text
description).
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
slots:
- data_source_id
- resource_description_id
Induced
name: DataSource_x_Description
description: Links a data source to a description (e.g. the abstract or a free text
description).
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
attributes:
data_source_id:
name: data_source_id
description: 'Internal (CDM) unique identifier for a data source.
From the Entity table: entity_id where entity_type == ''DataSource''.
'
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
alias: data_source_id
owner: DataSource_x_Description
domain_of:
- Entity
- Contributor_x_DataSource
- DataSource
- DataSourceNew
- DataSource_x_Description
- DataSource_x_FundingReference
- DataSource_x_License
- DataSource_x_Title
range: cdm_data_source_id
required: true
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: DataSource_x_Description
domain_of:
- DataSource_x_Description
- ResourceDescription
range: cdm_id
required: true