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 : type ImageValue : url

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
type 1
Uriorcurie
the class_uri of the class that has been instantiated AttributeValue

Usages

used by used in type used
Study study_image range 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
class_uri: nmdc:ImageValue

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:
    - ImageValue
    - Protocol
    - DataObject
    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:
    - ImageValue
    - NamedThing
    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
    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
    alias: has_raw_value
    owner: ImageValue
    domain_of:
    - AttributeValue
    range: string
  type:
    name: type
    description: the class_uri of the class that has been instantiated
    notes:
    - replaces legacy nmdc:type slot
    - makes it easier to read example data files
    - required for polymorphic MongoDB collections
    examples:
    - value: nmdc:Biosample
    - value: nmdc:Study
    from_schema: https://w3id.org/nmdc/nmdc
    see_also:
    - https://github.com/microbiomedata/nmdc-schema/issues/1048
    - https://github.com/microbiomedata/nmdc-schema/issues/1233
    - https://github.com/microbiomedata/nmdc-schema/issues/248
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: type
    owner: ImageValue
    domain_of:
    - FunctionalAnnotationAggMember
    - MobilePhaseSegment
    - PortionOfSubstance
    - MagBin
    - MetaboliteIdentification
    - PeptideQuantification
    - ProteinQuantification
    - GenomeFeature
    - FunctionalAnnotation
    - AttributeValue
    - NamedThing
    - FailureCategorization
    - Protocol
    - CreditAssociation
    - Doi
    range: uriorcurie
    required: true
class_uri: nmdc:ImageValue