Class: ContigXContigCollection
Captures the relationship between a contig and a contig collection; equivalent to contig part-of contig collection.
URI: cdm:ContigXContigCollection
classDiagram
class ContigXContigCollection
click ContigXContigCollection href "../ContigXContigCollection"
ContigXContigCollection : contig_collection_id
ContigXContigCollection --> "1" ContigCollection : contig_collection_id
click ContigCollection href "../ContigCollection"
ContigXContigCollection : contig_id
ContigXContigCollection --> "1" Contig : contig_id
click Contig href "../Contig"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
contig_id | 1 Contig |
Internal (CDM) unique identifier for a contig | direct |
contig_collection_id | 1 ContigCollection |
Internal (CDM) unique identifier for a contig collection | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | cdm:ContigXContigCollection |
native | cdm:ContigXContigCollection |
LinkML Source
Direct
name: Contig_X_ContigCollection
description: Captures the relationship between a contig and a contig collection; equivalent
to contig part-of contig collection.
from_schema: https://github.com/kbase/cdm-schema
attributes:
contig_id:
name: contig_id
description: Internal (CDM) unique identifier for a contig.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
domain_of:
- Contig_X_ContigCollection
- Contig_X_Feature
- Contig
range: Contig
required: true
contig_collection_id:
name: contig_collection_id
description: Internal (CDM) unique identifier for a contig collection.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
domain_of:
- Contig_X_ContigCollection
- ContigCollection_X_Feature
- ContigCollection_X_Protein
- ContigCollection
range: ContigCollection
required: true
represents_relationship: true
Induced
name: Contig_X_ContigCollection
description: Captures the relationship between a contig and a contig collection; equivalent
to contig part-of contig collection.
from_schema: https://github.com/kbase/cdm-schema
attributes:
contig_id:
name: contig_id
description: Internal (CDM) unique identifier for a contig.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: contig_id
owner: Contig_X_ContigCollection
domain_of:
- Contig_X_ContigCollection
- Contig_X_Feature
- Contig
range: Contig
required: true
contig_collection_id:
name: contig_collection_id
description: Internal (CDM) unique identifier for a contig collection.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: contig_collection_id
owner: Contig_X_ContigCollection
domain_of:
- Contig_X_ContigCollection
- ContigCollection_X_Feature
- ContigCollection_X_Protein
- ContigCollection
range: ContigCollection
required: true
represents_relationship: true