Skip to content

Class: Sample

A sample is a standard physical object that is imaged by a microscope

URI: microscopemetrics_schema:Sample

classDiagram class Sample NamedObject <|-- Sample Sample : description Sample : name Sample : protocol Sample --|> Protocol : protocol Sample : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 1..1
String
The type of the sample direct
protocol 1..1
Protocol
The protocol used to prepare the sample 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
ArgolightBDataset sample range Sample
ArgolightEDataset sample range Sample
MetricsDataset sample range Sample
FieldIlluminationDataset sample range Sample

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Sample
description: A sample is a standard physical object that is imaged by a microscope
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: NamedObject
attributes:
  type:
    name: type
    description: The type of the sample
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    identifier: true
    range: string
    required: true
  protocol:
    name: protocol
    description: The protocol used to prepare the sample
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: false
    range: Protocol
    required: true
    inlined: false

Induced

name: Sample
description: A sample is a standard physical object that is imaged by a microscope
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: NamedObject
attributes:
  type:
    name: type
    description: The type of the sample
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    identifier: true
    alias: type
    owner: Sample
    domain_of:
    - Sample
    range: string
    required: true
  protocol:
    name: protocol
    description: The protocol used to prepare the sample
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: false
    alias: protocol
    owner: Sample
    domain_of:
    - Sample
    range: Protocol
    required: true
    inlined: 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: Sample
    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: Sample
    domain_of:
    - NamedObject
    - Roi
    - Tag
    range: string