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
contig cdm:Contig
contig_collection cdm:ContigCollection
encoded_feature cdm:EncodedFeature
feature cdm:Feature
protein cdm:Protein
sample cdm:Sample

Slots

Name Description
entity_type The class of the entity

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

LinkML Source

name: EntityType
description: The type of an entity. Must be represented by a table in the CDM schema.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
permissible_values:
  contig:
    text: contig
    meaning: cdm:Contig
  contig_collection:
    text: contig_collection
    meaning: cdm:ContigCollection
  encoded_feature:
    text: encoded_feature
    meaning: cdm:EncodedFeature
  feature:
    text: feature
    meaning: cdm:Feature
  protein:
    text: protein
    meaning: cdm:Protein
  sample:
    text: sample
    meaning: cdm:Sample