Skip to content

Class: ELabFTW Record (ELabRecord) (Abstract)

An abstract data type representing a link to an record (experiment or resource/item) in an eLabFTW instance. Use one of the ELabItem or ELabRecord classes that implement this one rather than using it directly.

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

URI: microbial_experiment_schema:ELabRecord

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

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ELabRecord
description: An abstract data type representing a link to an record (experiment or
  resource/item) in an eLabFTW instance. Use one of the ELabItem or ELabRecord classes
  that implement this one rather than using it directly.
title: ELabFTW Record
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
abstract: true
slots:
- status_title
attributes:
  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
    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
    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
    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
    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
    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
    domain_of:
    - ELabRecord
    required: true

Induced

name: ELabRecord
description: An abstract data type representing a link to an record (experiment or
  resource/item) in an eLabFTW instance. Use one of the ELabItem or ELabRecord classes
  that implement this one rather than using it directly.
title: ELabFTW Record
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
abstract: true
attributes:
  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: ELabRecord
    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: ELabRecord
    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: ELabRecord
    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: ELabRecord
    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: ELabRecord
    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: ELabRecord
    domain_of:
    - ELabRecord
    range: string
    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: ELabRecord
    domain_of:
    - ELabRecord
    range: string
    required: true