Skip to content

Class: DataSourceXFundingReference

Links a data source to a funding reference.

URI: kb_cdm:DataSourceXFundingReference

classDiagram class DataSourceXFundingReference click DataSourceXFundingReference href "../DataSourceXFundingReference/" LinkerTable <|-- DataSourceXFundingReference click LinkerTable href "../LinkerTable/" DataSourceXFundingReference : data_source_id DataSourceXFundingReference : funding_reference_id

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
funding_reference_id 1
CdmId
Internal (CDM) unique identifier for a specific source of funding -- e.g. a grant or award.
From the Entity table: entity_id where entity_type == 'FundingReference'.
direct

Usages

used by used in type used
Schema data_source_x_funding_references range DataSourceXFundingReference

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

LinkML Source

Direct

name: DataSource_x_FundingReference
description: Links a data source to a funding reference.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
slots:
- data_source_id
- funding_reference_id

Induced

name: DataSource_x_FundingReference
description: Links a data source to a funding reference.
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_FundingReference
    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
  funding_reference_id:
    name: funding_reference_id
    description: 'Internal (CDM) unique identifier for a specific source of funding
      -- e.g. a grant or award.

      From the Entity table: entity_id where entity_type == ''FundingReference''.

      '
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: funding_reference_id
    owner: DataSource_x_FundingReference
    domain_of:
    - DataSource_x_FundingReference
    - FundingReference
    range: cdm_id
    required: true