Class: PurchasedMaterial
[NEW ABSTRACT CLASS] Lightweight base for non-sample physical lab materials
that are not instruments. Currently Strain is the only concrete subtype.
Activities reference Strain via the strain_ref FK slot.
- NOTE: this is an abstract class and should not be instantiated directly
URI: basalt_schema:PurchasedMaterial
classDiagram
class PurchasedMaterial
click PurchasedMaterial href "../PurchasedMaterial/"
PurchasedMaterial : description
PurchasedMaterial : id
PurchasedMaterial : name
PurchasedMaterial : purchased_material_type
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| purchased_material_type | 1 String |
Discriminator for purchasedMaterial subtype (e | direct |
| name | 1 String |
Human-readable name for the entity or activity | direct |
| description | 0..1 String |
Human-readable description for the entity or activity | direct |
| id | 1 Uuid |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| MassSpectrometryStandardRun | calibration_standard | range | PurchasedMaterial |
Identifier and Mapping Information
Schema Source
- from schema: https://EMSL-Computing.github.io/BASALT-Schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | basalt_schema:PurchasedMaterial |
| native | basalt_schema:PurchasedMaterial |
LinkML Source
Direct
name: PurchasedMaterial
description: '[NEW ABSTRACT CLASS] Lightweight base for non-sample physical lab materials
that are not instruments. Currently Strain is the only concrete subtype.
Activities reference Strain via the strain_ref FK slot.'
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
abstract: true
slots:
- purchased_material_type
- name
- description
attributes:
id:
name: id
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/media-strain-culture-plate
identifier: true
domain_of:
- Activity
- Entity
- DataProduct
- DataGenerationActivity
- DataProcessingActivity
- AlternativeIdentifier
- FunctionalAnnotationIdentifier
- Instrument
- OntologyClass
- ContainerType
- Custodian
- InstrumentAlternativeIdentifier
- LabDevice
- SampleProcessing
- ProcessingSampleLink
- Configuration
- MobilePhaseSegment
- MassSpectrometryStandardRun
- PurchasedMaterial
- LabProcessingActivity
- organism
- MAOMProduct
- WEOMProduct
- Site
- Sample
- AerosolArmSample
- AerosolSample
- AMP2UserSample
- CommerciallyPurchasedSample
- CultureEnvironmentalSample
- EngineeredStrainSample
- FieldDeployedTerraformSample
- MixedCultureSample
- MonetSoilSample
- OtherUndescribedSample
- PlantSample
- PureCultureSample
- SedimentSample
- SoilSample
- SynthesizedMaterialSample
- TerraformSample
- WaterSample
- ProcessedSample
- CoreSection
- SamplingActivity
- AerosolArmSamplingActivity
- AerosolSamplingActivity
- CommerciallyPurchasedSamplingActivity
- CultureEnvironmentalSamplingActivity
- EngineeredStrainSamplingActivity
- FieldDeployedTerraformSamplingActivity
- MixedCultureSamplingActivity
- MonetSoilSamplingActivity
- OtherUndescribedSamplingActivity
- PlantSamplingActivity
- PureCultureSamplingActivity
- SedimentSamplingActivity
- SoilSamplingActivity
- SynthesizedMaterialSamplingActivity
- TerraformSamplingActivity
- WaterSamplingActivity
- Study
- ProjectParticipant
- TimestampValue
- TextValue
- SoftwareControlledTermValue
- ControlledTermValue
- PersonValue
- QuantityValue
- ConditioningValue
- zipDownload
range: uuid
required: true
Induced
name: PurchasedMaterial
description: '[NEW ABSTRACT CLASS] Lightweight base for non-sample physical lab materials
that are not instruments. Currently Strain is the only concrete subtype.
Activities reference Strain via the strain_ref FK slot.'
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
abstract: true
attributes:
id:
name: id
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/media-strain-culture-plate
identifier: true
alias: id
owner: PurchasedMaterial
domain_of:
- Activity
- Entity
- DataProduct
- DataGenerationActivity
- DataProcessingActivity
- AlternativeIdentifier
- FunctionalAnnotationIdentifier
- Instrument
- OntologyClass
- ContainerType
- Custodian
- InstrumentAlternativeIdentifier
- LabDevice
- SampleProcessing
- ProcessingSampleLink
- Configuration
- MobilePhaseSegment
- MassSpectrometryStandardRun
- PurchasedMaterial
- LabProcessingActivity
- organism
- MAOMProduct
- WEOMProduct
- Site
- Sample
- AerosolArmSample
- AerosolSample
- AMP2UserSample
- CommerciallyPurchasedSample
- CultureEnvironmentalSample
- EngineeredStrainSample
- FieldDeployedTerraformSample
- MixedCultureSample
- MonetSoilSample
- OtherUndescribedSample
- PlantSample
- PureCultureSample
- SedimentSample
- SoilSample
- SynthesizedMaterialSample
- TerraformSample
- WaterSample
- ProcessedSample
- CoreSection
- SamplingActivity
- AerosolArmSamplingActivity
- AerosolSamplingActivity
- CommerciallyPurchasedSamplingActivity
- CultureEnvironmentalSamplingActivity
- EngineeredStrainSamplingActivity
- FieldDeployedTerraformSamplingActivity
- MixedCultureSamplingActivity
- MonetSoilSamplingActivity
- OtherUndescribedSamplingActivity
- PlantSamplingActivity
- PureCultureSamplingActivity
- SedimentSamplingActivity
- SoilSamplingActivity
- SynthesizedMaterialSamplingActivity
- TerraformSamplingActivity
- WaterSamplingActivity
- Study
- ProjectParticipant
- TimestampValue
- TextValue
- SoftwareControlledTermValue
- ControlledTermValue
- PersonValue
- QuantityValue
- ConditioningValue
- zipDownload
range: uuid
required: true
purchased_material_type:
name: purchased_material_type
description: Discriminator for purchasedMaterial subtype (e.g. 'media', 'strain')
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: purchased_material_type
owner: PurchasedMaterial
domain_of:
- PurchasedMaterial
range: string
required: true
name:
name: name
description: Human-readable name for the entity or activity.
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: name
owner: PurchasedMaterial
domain_of:
- Activity
- Entity
- DataProduct
- DataGenerationActivity
- Instrument
- OntologyClass
- ContainerAxis
- Configuration
- MobilePhaseSegment
- MassSpectrometryStandardRun
- PurchasedMaterial
- LabProcessingActivity
- organism
- Site
- Sample
- SamplingActivity
- SoilSamplingActivity
- Study
- SoftwareControlledTermValue
range: string
required: true
description:
name: description
description: Human-readable description for the entity or activity
title: description
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
alias: description
owner: PurchasedMaterial
domain_of:
- Activity
- Entity
- DataProduct
- DataGenerationActivity
- DataProcessingActivity
- OntologyClass
- ContainerType
- LabDevice
- Configuration
- MassSpectrometryStandardRun
- PurchasedMaterial
- LabProcessingActivity
- organism
- Site
- Sample
- SamplingActivity
- SoilSamplingActivity
- Study
- TimestampValue
- TextValue
- SoftwareControlledTermValue
- ControlledTermValue
- QuantityValue
range: string