Skip to content

Enum: EntityType

The type of an entity. Must be represented by a table in the CDM schema.

URI: EntityType

Permissible Values

Value Meaning Description
Cluster kb_cdm:Cluster
Contig kb_cdm:Contig
ContigCollection kb_cdm:ContigCollection
EncodedFeature kb_cdm:EncodedFeature The output of transcribing a sequence; includes mRNA, tRNA, etc
Feature kb_cdm:Feature
Protein kb_cdm:Protein
Sample kb_cdm:Sample
Organization kb_cdm:Organization
Contributor kb_cdm:Contributor
Project kb_cdm:Project
Experiment kb_cdm:Experiment

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/cdm_schema

LinkML Source

name: EntityType
description: The type of an entity. Must be represented by a table in the CDM schema.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
permissible_values:
  Cluster:
    text: Cluster
    meaning: kb_cdm:Cluster
  Contig:
    text: Contig
    meaning: kb_cdm:Contig
  ContigCollection:
    text: ContigCollection
    meaning: kb_cdm:ContigCollection
  EncodedFeature:
    text: EncodedFeature
    description: The output of transcribing a sequence; includes mRNA, tRNA, etc.
    meaning: kb_cdm:EncodedFeature
  Feature:
    text: Feature
    meaning: kb_cdm:Feature
  Protein:
    text: Protein
    meaning: kb_cdm:Protein
  Sample:
    text: Sample
    meaning: kb_cdm:Sample
  Organization:
    text: Organization
    meaning: kb_cdm:Organization
  Contributor:
    text: Contributor
    meaning: kb_cdm:Contributor
  Project:
    text: Project
    meaning: kb_cdm:Project
  Experiment:
    text: Experiment
    meaning: kb_cdm:Experiment