Skip to content

Class: Boolean Value (BooleanValue)

A class to hold a boolean value

URI: microbial_experiment_schema:BooleanValue

classDiagram class BooleanValue click BooleanValue href "../BooleanValue" BooleanValue : value

Slots

Name Cardinality and Range Description Inheritance
value 1
Boolean
The actual metadata value for an attribute direct

Usages

used by used in type used
CytoFLEXVolumeCalibration passed_volume_calibration range BooleanValue
GenericTemplateDeprecated error_flag range BooleanValue
MicroscopyAcquisition series_images range BooleanValue
MicroscopyAcquisition single_images range BooleanValue
GenericTemplate passed_volume_calibration range BooleanValue
GenericTemplate series_images range BooleanValue
GenericTemplate single_images range BooleanValue

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: BooleanValue
description: A class to hold a boolean value
title: Boolean Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
slots:
- value
slot_usage:
  value:
    name: value
    range: boolean

Induced

name: BooleanValue
description: A class to hold a boolean value
title: Boolean Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
slot_usage:
  value:
    name: value
    range: boolean
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: BooleanValue
    domain_of:
    - BooleanValue
    - NumberValue
    - StringValue
    - UriValue
    - DateValue
    - ArrayValue
    - ELabItemValue
    - FCInjectionModeValue
    - IncubationAtmosphereValue
    range: boolean
    required: true