Class: ContigCollectionXEncodedFeature
Captures the relationship between a contig collection and an encoded feature.
URI: kb_cdm:ContigCollectionXEncodedFeature
classDiagram
class ContigCollectionXEncodedFeature
click ContigCollectionXEncodedFeature href "../ContigCollectionXEncodedFeature/"
LinkerTable <|-- ContigCollectionXEncodedFeature
click LinkerTable href "../LinkerTable/"
ContigCollectionXEncodedFeature : contig_collection_id
ContigCollectionXEncodedFeature : encoded_feature_id
Inheritance
- Table
- LinkerTable
- ContigCollectionXEncodedFeature
- LinkerTable
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
contig_collection_id | 1 CdmContigCollectionId |
Internal (CDM) unique identifier for a contig collection. From the Entity table: entity_id where entity_type == 'ContigCollection'. |
direct |
encoded_feature_id | 1..* CdmEncodedFeatureId |
Internal (CDM) unique identifier for an encoded feature. From the Entity table: entity_id where entity_type == 'EncodedFeature'. |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Schema | contig_collection_x_encoded_features | range | ContigCollectionXEncodedFeature |
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:ContigCollectionXEncodedFeature |
native | kb_cdm:ContigCollectionXEncodedFeature |
LinkML Source
Direct
name: ContigCollection_x_EncodedFeature
description: Captures the relationship between a contig collection and an encoded
feature.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
slots:
- contig_collection_id
- encoded_feature_id
slot_usage:
encoded_feature_id:
name: encoded_feature_id
multivalued: true
represents_relationship: true
Induced
name: ContigCollection_x_EncodedFeature
description: Captures the relationship between a contig collection and an encoded
feature.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: LinkerTable
slot_usage:
encoded_feature_id:
name: encoded_feature_id
multivalued: true
attributes:
contig_collection_id:
name: contig_collection_id
description: 'Internal (CDM) unique identifier for a contig collection.
From the Entity table: entity_id where entity_type == ''ContigCollection''.
'
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
alias: contig_collection_id
owner: ContigCollection_x_EncodedFeature
domain_of:
- ContigCollection
- Contig_x_ContigCollection
- ContigCollection_x_EncodedFeature
- ContigCollection_x_Feature
- ContigCollection_x_Protein
range: cdm_contig_collection_id
required: true
encoded_feature_id:
name: encoded_feature_id
description: 'Internal (CDM) unique identifier for an encoded feature.
From the Entity table: entity_id where entity_type == ''EncodedFeature''.
'
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
alias: encoded_feature_id
owner: ContigCollection_x_EncodedFeature
domain_of:
- EncodedFeature
- Contig_x_EncodedFeature
- ContigCollection_x_EncodedFeature
- EncodedFeature_x_Feature
- EncodedFeature_x_Protein
range: cdm_encoded_feature_id
required: true
multivalued: true
represents_relationship: true