Skip to content

Class: DataSource

The source for a resource, dataset, association, etc.

URI: kb_cdm:DataSource

classDiagram class DataSource click DataSource href "../DataSource/" Table <|-- DataSource click Table href "../Table/" DataSource : data_source_id DataSource : name

Inheritance

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
name 0..1
String
A string used as a name or title. direct

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

LinkML Source

Direct

name: DataSource
description: The source for a resource, dataset, association, etc.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
slots:
- data_source_id
- name

Induced

name: DataSource
description: The source for a resource, dataset, association, etc.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: Table
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
    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
  name:
    name: name
    description: A string used as a name or title.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: DataSource
    domain_of:
    - Cluster
    - Event
    - Name
    - Contributor
    - DataSource
    - DataSourceNew
    - License
    - Experiment
    - Parameter
    - Protocol
    - ProtocolExecution
    - Variable
    range: string