Class: Sample
A physical sample collected for analysis, identified by site, medium, and replicate.
URI: wss_test:Sample
classDiagram
class Sample
click Sample href "../Sample/"
Sample : id
Sample : measurements
Sample --> "*" Measurement : measurements
click Measurement href "../Measurement/"
Sample : medium
Sample : name
Sample : replicate
Sample : site_code
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 String |
A unique identifier | direct |
| name | 0..1 String |
A human-readable name | direct |
| site_code | 0..1 String |
Code identifying the sampling site (e | direct |
| medium | 0..1 String |
The environmental medium or matrix sampled (e | direct |
| replicate | 0..1 Integer |
Replicate number within a site and medium | direct |
| measurements | * Measurement |
The measurements performed on this sample | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Dataset | samples | range | Sample |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sierra-moxon/wss-test
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | wss_test:Sample |
| native | wss_test:Sample |
| undefined | bertron:Entity |
LinkML Source
Direct
name: Sample
description: A physical sample collected for analysis, identified by site, medium,
and replicate.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:Entity
slots:
- id
- name
- site_code
- medium
- replicate
- measurements
Induced
name: Sample
description: A physical sample collected for analysis, identified by site, medium,
and replicate.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:Entity
attributes:
id:
name: id
description: A unique identifier.
from_schema: https://w3id.org/sierra-moxon/wss-test
rank: 1000
identifier: true
alias: id
owner: Sample
domain_of:
- Dataset
- Sample
- Attribute
range: string
required: true
name:
name: name
description: A human-readable name.
from_schema: https://w3id.org/sierra-moxon/wss-test
rank: 1000
alias: name
owner: Sample
domain_of:
- Dataset
- Sample
range: string
site_code:
name: site_code
description: Code identifying the sampling site (e.g. CM_003, CM_004).
from_schema: https://w3id.org/sierra-moxon/wss-test
rank: 1000
alias: site_code
owner: Sample
domain_of:
- Sample
range: string
medium:
name: medium
description: The environmental medium or matrix sampled (e.g. OCN for ocean water).
from_schema: https://w3id.org/sierra-moxon/wss-test
rank: 1000
alias: medium
owner: Sample
domain_of:
- Sample
range: string
replicate:
name: replicate
description: Replicate number within a site and medium.
from_schema: https://w3id.org/sierra-moxon/wss-test
rank: 1000
alias: replicate
owner: Sample
domain_of:
- Sample
range: integer
measurements:
name: measurements
description: The measurements performed on this sample.
from_schema: https://w3id.org/sierra-moxon/wss-test
rank: 1000
alias: measurements
owner: Sample
domain_of:
- Sample
range: Measurement
multivalued: true
inlined: true
inlined_as_list: true