Class: ContigCollectionXEncodedFeature
Captures the relationship between a contig collection and an encoded feature.
URI: kb_cdm:ContigCollectionXEncodedFeature
classDiagram
class ContigCollectionXEncodedFeature
click ContigCollectionXEncodedFeature href "../ContigCollectionXEncodedFeature"
Table <|-- ContigCollectionXEncodedFeature
click Table href "../Table"
ContigCollectionXEncodedFeature : contig_collection_id
ContigCollectionXEncodedFeature : encoded_feature_id
Inheritance
- Table
- ContigCollectionXEncodedFeature
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
contig_collection_id | 1 UUID |
Internal (CDM) unique identifier for a contig collection | direct |
encoded_feature_id | 1..* UUID |
Internal (CDM) unique identifier for an encoded feature | direct |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/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/cdm_schema
is_a: Table
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/cdm_schema
is_a: Table
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_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
alias: contig_collection_id
owner: ContigCollection_X_EncodedFeature
domain_of:
- Contig_X_ContigCollection
- ContigCollection_X_EncodedFeature
- ContigCollection_X_Feature
- ContigCollection_X_Protein
- ContigCollection
range: UUID
required: true
encoded_feature_id:
name: encoded_feature_id
description: Internal (CDM) unique identifier for an encoded feature.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
alias: encoded_feature_id
owner: ContigCollection_X_EncodedFeature
domain_of:
- Contig_X_EncodedFeature
- ContigCollection_X_EncodedFeature
- EncodedFeature_X_Feature
- EncodedFeature
range: UUID
required: true
multivalued: true
represents_relationship: true