Class: Image
A base object for all microscope-metrics images
- NOTE: this is an abstract class and should not be instantiated directly
URI: microscopemetrics_schema:Image
classDiagram
class Image
MetricsObject <|-- Image
Image <|-- ImageAsNumpy
Image <|-- ImageInline
Image : description
Image : image_url
Image : name
Image : source_image_url
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
image_url | 1..1 String |
An URL linking to the image | direct |
source_image_url | 0..* String |
A list of URLs linking to the images that were used as a source | direct |
name | 0..1 String |
The name of an entity | NamedObject |
description | 0..1 String |
A description of an entity | NamedObject |
Usages
used by | used in | type | used |
---|---|---|---|
Roi | image | range | Image |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microscopemetrics_schema:Image |
native | microscopemetrics_schema:Image |
LinkML Source
Direct
name: Image
description: A base object for all microscope-metrics images
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: MetricsObject
abstract: true
slots:
- image_url
- source_image_url
Induced
name: Image
description: A base object for all microscope-metrics images
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: MetricsObject
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: Image
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: Image
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: Image
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: Image
domain_of:
- NamedObject
- Roi
- Tag
range: string