Skip to content

Class: ELabFTW Item (ELabItem)

A class to hold metadata sufficient to reference a resource (database item) record in an ELabFTW instance.

URI: microbial_experiment_schema:ELabItem

classDiagram class ELabItem click ELabItem href "../ELabItem" ELabRecord <|-- ELabItem click ELabRecord href "../ELabRecord" ELabItem : api_url ELabItem : category_title ELabItem : elabid ELabItem : id ELabItem : status_title ELabItem : title ELabItem : type ELabItem --> "1" ELabItemType : type click ELabItemType href "../ELabItemType" ELabItem : url

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 1
ELabItemType
Whether this item is a resource (database item) or an experiment direct
status_title 0..1
String
The status title of an ELabFTW resource ELabRecord
id 1
Integer
The integer identifier for this item used by this eLabFTW instance ELabRecord
elabid 1
String
The unique "eLabID" for this item ELabRecord
url 1
Uri
A (resolvable) URL for accessing this item via a web browser ELabRecord
api_url 1
Uri
A URL for accessing this item via the eLabFTW API ELabRecord
title 1
String
A short description of this item ELabRecord
category_title 1
String
The name of the category for this item (called an "item type") in eLabFTW ELabRecord

Usages

used by used in type used
ELabItemValue value range ELabItem
FluorescentProbeValue value range ELabItem
InstrumentIDValue value range ELabItem
LabCASInstrumentValue value range ELabItem
LabCASMicrobialMaterialIDValue value range ELabItem
LabCASOperatorValue value range ELabItem
LabCASProjectValue value range ELabItem
MicrobialMaterialIDValue value range ELabItem
OperatorIDValue value range ELabItem
ProjectIDValue value range ELabItem

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/usnistgov/microbial-experiment-schema

Mappings

Mapping Type Mapped Value
self microbial_experiment_schema:ELabItem
native microbial_experiment_schema:ELabItem

LinkML Source

Direct

name: ELabItem
description: A class to hold metadata sufficient to reference a resource (database
  item) record in an ELabFTW instance.
title: ELabFTW Item
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ELabRecord
slot_usage:
  status_title:
    name: status_title
    required: false
attributes:
  type:
    name: type
    description: Whether this item is a resource (database item) or an experiment
    title: Type
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    domain_of:
    - ELabItem
    - ELabExperiment
    range: ELabItemType
    required: true

Induced

name: ELabItem
description: A class to hold metadata sufficient to reference a resource (database
  item) record in an ELabFTW instance.
title: ELabFTW Item
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ELabRecord
slot_usage:
  status_title:
    name: status_title
    required: false
attributes:
  type:
    name: type
    description: Whether this item is a resource (database item) or an experiment
    title: Type
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: type
    owner: ELabItem
    domain_of:
    - ELabItem
    - ELabExperiment
    range: ELabItemType
    required: true
  status_title:
    name: status_title
    description: The status title of an ELabFTW resource
    title: StatusTitle
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: status_title
    owner: ELabItem
    domain_of:
    - ELabRecord
    range: string
    required: false
  id:
    name: id
    description: The integer identifier for this item used by this eLabFTW instance
    title: id
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    identifier: true
    alias: id
    owner: ELabItem
    domain_of:
    - ELabRecord
    range: integer
    required: true
  elabid:
    name: elabid
    description: The unique "eLabID" for this item
    title: eLabID
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: elabid
    owner: ELabItem
    domain_of:
    - ELabRecord
    range: string
    required: true
  url:
    name: url
    description: A (resolvable) URL for accessing this item via a web browser
    title: url
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: url
    owner: ELabItem
    domain_of:
    - ELabRecord
    range: uri
    required: true
  api_url:
    name: api_url
    description: A URL for accessing this item via the eLabFTW API
    title: API url
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: api_url
    owner: ELabItem
    domain_of:
    - ELabRecord
    range: uri
    required: true
  title:
    name: title
    description: A short description of this item
    title: Title
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: title
    owner: ELabItem
    domain_of:
    - ELabRecord
    range: string
    required: true
  category_title:
    name: category_title
    description: The name of the category for this item (called an "item type") in
      eLabFTW
    title: Category Title
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: category_title
    owner: ELabItem
    domain_of:
    - ELabRecord
    range: string
    required: true