Skip to content

Class: ImageValue

An attribute value representing an image.

URI: nmdc:ImageValue

classDiagram class ImageValue click ImageValue href "../ImageValue" AttributeValue <|-- ImageValue click AttributeValue href "../AttributeValue" ImageValue : description ImageValue : display_order ImageValue : has_raw_value ImageValue : url ImageValue : was_generated_by ImageValue --> Activity : was_generated_by click Activity href "../Activity"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
url 0..1
String
direct
description 0..1
String
a human-readable description of a thing direct
display_order 0..1
Integer
When rendering information, this attribute to specify the order in which the ... 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

Usages

used by used in type used
Study study_image range ImageValue
ImageValue display_order domain ImageValue

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ImageValue
description: An attribute value representing an image.
from_schema: https://w3id.org/nmdc/nmdc
is_a: AttributeValue
slots:
- url
- description
- display_order

Induced

name: ImageValue
description: An attribute value representing an image.
from_schema: https://w3id.org/nmdc/nmdc
is_a: AttributeValue
attributes:
  url:
    name: url
    notes:
    - See issue 207 - this clashes with the mixs field
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    alias: url
    owner: ImageValue
    domain_of:
    - Protocol
    - DataObject
    - ImageValue
    range: string
  description:
    name: description
    description: a human-readable description of a thing
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: ImageValue
    domain_of:
    - Study
    - NamedThing
    - ImageValue
    range: string
  display_order:
    name: display_order
    description: When rendering information, this attribute to specify the order in
      which the information should be rendered.
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    domain: ImageValue
    alias: display_order
    owner: ImageValue
    domain_of:
    - ImageValue
    range: integer
  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: ImageValue
    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: ImageValue
    domain_of:
    - DataObject
    - AttributeValue
    - FunctionalAnnotation
    range: Activity