Skip to content

Class: DataSourceXLicense

Links a data source to a license.

URI: kb_cdm:DataSourceXLicense

classDiagram class DataSourceXLicense click DataSourceXLicense href "../DataSourceXLicense/" LinkerTable <|-- DataSourceXLicense click LinkerTable href "../LinkerTable/" DataSourceXLicense : data_source_id DataSourceXLicense : license_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
license_id 1
Uriorcurie
Unique identifier for a license. direct

Usages

used by used in type used
Schema data_source_x_licenses range DataSourceXLicense

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

LinkML Source

Direct

name: DataSource_x_License
description: Links a data source to a license.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
slots:
- data_source_id
- license_id

Induced

name: DataSource_x_License
description: Links a data source to a license.
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_License
    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
  license_id:
    name: license_id
    description: 'Unique identifier for a license.

      '
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    alias: license_id
    owner: DataSource_x_License
    domain_of:
    - DataSource_x_License
    - License
    range: uriorcurie
    required: true