Skip to content

Class: FeatureAttributes

Additional attributes of a feature, parsed from column 9 of a GFF file.

URI: kb_cdm:FeatureAttributes

Slots

Name Cardinality and Range Description Inheritance
feature_id 1
UUID
Internal (CDM) unique identifier direct
attribute_name 0..1
String
The name of the attribute direct
attribute_value 0..1
String
The value of the attribute direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self kb_cdm:FeatureAttributes
native kb_cdm:FeatureAttributes

LinkML Source

Direct

name: FeatureAttributes
description: Additional attributes of a feature, parsed from column 9 of a GFF file.
from_schema: https://github.com/kbase/cdm-schema
attributes:
  feature_id:
    name: feature_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    identifier: true
    domain_of:
    - Feature
    - FeatureAttributes
    - FeatureXProtein
    range: UUID
    required: true
  attribute_name:
    name: attribute_name
    description: The name of the attribute.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - FeatureAttributes
  attribute_value:
    name: attribute_value
    description: The value of the attribute.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - FeatureAttributes

Induced

name: FeatureAttributes
description: Additional attributes of a feature, parsed from column 9 of a GFF file.
from_schema: https://github.com/kbase/cdm-schema
attributes:
  feature_id:
    name: feature_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    identifier: true
    alias: feature_id
    owner: FeatureAttributes
    domain_of:
    - Feature
    - FeatureAttributes
    - FeatureXProtein
    range: UUID
    required: true
  attribute_name:
    name: attribute_name
    description: The name of the attribute.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: attribute_name
    owner: FeatureAttributes
    domain_of:
    - FeatureAttributes
    range: string
  attribute_value:
    name: attribute_value
    description: The value of the attribute.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: attribute_value
    owner: FeatureAttributes
    domain_of:
    - FeatureAttributes
    range: string