Skip to content

Class: ImageInline

A base object for all microscope-metrics images that are stored as arrays in line

  • NOTE: this is an abstract class and should not be instantiated directly

URI: microscopemetrics_schema:ImageInline

classDiagram class ImageInline Image <|-- ImageInline ImageInline <|-- ImageMask ImageInline <|-- Image2D ImageInline <|-- Image5D ImageInline : description ImageInline : image_url ImageInline : name ImageInline : source_image_url

Inheritance

Slots

Name Cardinality and Range Description Inheritance
image_url 1..1
String
An URL linking to the image Image
source_image_url 0..*
String
A list of URLs linking to the images that were used as a source Image
name 0..1
String
The name of an entity NamedObject
description 0..1
String
A description of an entity NamedObject

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema

Mappings

Mapping Type Mapped Value
self microscopemetrics_schema:ImageInline
native microscopemetrics_schema:ImageInline

LinkML Source

Direct

name: ImageInline
description: A base object for all microscope-metrics images that are stored as arrays
  in line
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: Image
abstract: true

Induced

name: ImageInline
description: A base object for all microscope-metrics images that are stored as arrays
  in line
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: Image
abstract: true
attributes:
  image_url:
    name: image_url
    description: An URL linking to the image
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    identifier: true
    alias: image_url
    owner: ImageInline
    domain_of:
    - Image
    range: string
    required: true
  source_image_url:
    name: source_image_url
    description: A list of URLs linking to the images that were used as a source
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: true
    alias: source_image_url
    owner: ImageInline
    domain_of:
    - Image
    range: string
    required: false
  name:
    name: name
    description: The name of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: name
    owner: ImageInline
    domain_of:
    - NamedObject
    - Experimenter
    - Column
    range: string
    required: false
  description:
    name: description
    description: A description of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: description
    owner: ImageInline
    domain_of:
    - NamedObject
    - Roi
    - Tag
    range: string