Skip to content

Class: BooleanValue

A value that is a boolean

URI: nmdc:BooleanValue

classDiagram class BooleanValue AttributeValue <|-- BooleanValue BooleanValue : has_boolean_value BooleanValue : has_raw_value BooleanValue : was_generated_by BooleanValue --|> Activity : was_generated_by

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_boolean_value 0..1
Boolean
Links a quantity value to a boolean direct
has_raw_value 0..1
String
The value that was specified for an annotation in raw form, i AttributeValue
was_generated_by 0..1
Activity
AttributeValue

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: BooleanValue
description: A value that is a boolean
from_schema: https://w3id.org/nmdc/nmdc
is_a: AttributeValue
slots:
- has_boolean_value

Induced

name: BooleanValue
description: A value that is a boolean
from_schema: https://w3id.org/nmdc/nmdc
is_a: AttributeValue
attributes:
  has_boolean_value:
    name: has_boolean_value
    description: Links a quantity value to a boolean
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    multivalued: false
    alias: has_boolean_value
    owner: BooleanValue
    domain_of:
    - BooleanValue
    range: boolean
  has_raw_value:
    name: has_raw_value
    description: The value that was specified for an annotation in raw form, i.e.
      a string. E.g. "2 cm" or "2-4 cm"
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    domain: AttributeValue
    multivalued: false
    alias: has_raw_value
    owner: BooleanValue
    domain_of:
    - AttributeValue
    - QuantityValue
    range: string
  was_generated_by:
    name: was_generated_by
    from_schema: https://w3id.org/nmdc/nmdc
    mappings:
    - prov:wasGeneratedBy
    rank: 1000
    alias: was_generated_by
    owner: BooleanValue
    domain_of:
    - DataObject
    - AttributeValue
    - FunctionalAnnotation
    range: Activity