Skip to content

Class: Count Value (CountValue)

A class to hold a numerical value representing a counting measurement

URI: microbial_experiment_schema:CountValue

classDiagram class CountValue click CountValue href "../CountValue" NumberValue <|-- CountValue click NumberValue href "../NumberValue" CountValue : unit CountValue --> "1" CountUnitEnum : unit click CountUnitEnum href "../CountUnitEnum" CountValue : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
Decimal
The actual metadata value for an attribute NumberValue
unit 1
CountUnitEnum
The count unit corresponding to a metadata value NumberValue

Usages

used by used in type used
GenericTemplateDeprecated fc_acquisition_count_target range CountValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/usnistgov/microbial-experiment-schema

Mappings

Mapping Type Mapped Value
self microbial_experiment_schema:CountValue
native microbial_experiment_schema:CountValue

LinkML Source

Direct

name: CountValue
description: A class to hold a numerical value representing a counting measurement
title: Count Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: NumberValue
slot_usage:
  unit:
    name: unit
    description: The count unit corresponding to a metadata value
    range: CountUnitEnum
    required: true

Induced

name: CountValue
description: A class to hold a numerical value representing a counting measurement
title: Count Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: NumberValue
slot_usage:
  unit:
    name: unit
    description: The count unit corresponding to a metadata value
    range: CountUnitEnum
    required: true
attributes:
  value:
    name: value
    description: The actual metadata value for an attribute
    title: value
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: value
    owner: CountValue
    domain_of:
    - BooleanValue
    - NumberValue
    - StringValue
    - UriValue
    - DateValue
    - ArrayValue
    - ELabItemValue
    - FCInjectionModeValue
    - IncubationAtmosphereValue
    range: decimal
    required: true
  unit:
    name: unit
    description: The count unit corresponding to a metadata value
    title: unit
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: unit
    owner: CountValue
    domain_of:
    - NumberValue
    range: CountUnitEnum
    required: true