Skip to content

Class: Protocol

Set of instructions for preparing and imaging a sample

URI: microscopemetrics_schema:Protocol

classDiagram class Protocol NamedObject <|-- Protocol Protocol : authors Protocol --|> Experimenter : authors Protocol : description Protocol : name Protocol : url Protocol : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
version 1..1
String
The version of the protocol direct
authors 0..*
Experimenter
The authors of the protocol direct
url 1..1
String
The URL where the protocol can be found 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
Sample protocol range Protocol

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Protocol
description: Set of instructions for preparing and imaging a sample
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: NamedObject
attributes:
  version:
    name: version
    description: The version of the protocol
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    range: string
    required: true
  authors:
    name: authors
    description: The authors of the protocol
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: true
    range: Experimenter
    inlined: false
  url:
    name: url
    description: The URL where the protocol can be found
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    identifier: true
    range: string
    required: true

Induced

name: Protocol
description: Set of instructions for preparing and imaging a sample
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: NamedObject
attributes:
  version:
    name: version
    description: The version of the protocol
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    alias: version
    owner: Protocol
    domain_of:
    - Protocol
    range: string
    required: true
  authors:
    name: authors
    description: The authors of the protocol
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: true
    alias: authors
    owner: Protocol
    domain_of:
    - Protocol
    range: Experimenter
    inlined: false
  url:
    name: url
    description: The URL where the protocol can be found
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    identifier: true
    alias: url
    owner: Protocol
    domain_of:
    - Protocol
    range: string
    required: true
  name:
    name: name
    description: The name of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: name
    owner: Protocol
    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: Protocol
    domain_of:
    - NamedObject
    - Roi
    - Tag
    range: string