Class: ELabFTW Experiment (ELabExperiment)
A class to hold metadata sufficient to reference an experiment record in an ELabFTW instance.
URI: microbial_experiment_schema:ELabExperiment
classDiagram
class ELabExperiment
click ELabExperiment href "../ELabExperiment"
ELabRecord <|-- ELabExperiment
click ELabRecord href "../ELabRecord"
ELabExperiment : api_url
ELabExperiment : category_title
ELabExperiment : elabid
ELabExperiment : id
ELabExperiment : status_title
ELabExperiment : title
ELabExperiment : type
ELabExperiment --> "1" ELabExperimentType : type
click ELabExperimentType href "../ELabExperimentType"
ELabExperiment : url
Inheritance
- ELabRecord
- ELabExperiment
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 1 ELabExperimentType |
Whether this item is a resource (database item) or an experiment | direct |
status_title | 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
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/usnistgov/microbial-experiment-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microbial_experiment_schema:ELabExperiment |
native | microbial_experiment_schema:ELabExperiment |
LinkML Source
Direct
name: ELabExperiment
description: A class to hold metadata sufficient to reference an experiment record
in an ELabFTW instance.
title: ELabFTW Experiment
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ELabRecord
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
domain_of:
- ELabItem
- ELabExperiment
range: ELabExperimentType
required: true
Induced
name: ELabExperiment
description: A class to hold metadata sufficient to reference an experiment record
in an ELabFTW instance.
title: ELabFTW Experiment
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ELabRecord
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
alias: type
owner: ELabExperiment
domain_of:
- ELabItem
- ELabExperiment
range: ELabExperimentType
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: ELabExperiment
domain_of:
- ELabRecord
range: string
required: true
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: ELabExperiment
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: ELabExperiment
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: ELabExperiment
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: ELabExperiment
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: ELabExperiment
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: ELabExperiment
domain_of:
- ELabRecord
range: string
required: true