Skip to content

Class: Processed Sample (ProcessedSample)

URI: nmdc:ProcessedSample

classDiagram class ProcessedSample click ProcessedSample href "../ProcessedSample" MaterialEntity <|-- ProcessedSample click MaterialEntity href "../MaterialEntity" ProcessedSample : alternative_identifiers ProcessedSample : biomaterial_purity ProcessedSample --> "0..1" QuantityValue : biomaterial_purity click QuantityValue href "../QuantityValue" ProcessedSample : description ProcessedSample : dna_absorb1 ProcessedSample : dna_concentration ProcessedSample : external_database_identifiers ProcessedSample : id ProcessedSample : name ProcessedSample : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
biomaterial_purity 0..1
QuantityValue
direct
dna_absorb1 0..1 recommended
Float
260/280 measurement of DNA sample purity direct
dna_concentration 0..1 recommended
Float
direct
external_database_identifiers *
ExternalIdentifier
Link to corresponding identifier in external database direct
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human readable label for an entity NamedThing
description 0..1
String
a human-readable description of a thing NamedThing
alternative_identifiers *
Uriorcurie
A list of alternative identifiers for the entity NamedThing
type 1
Uriorcurie
the class_uri of the class that has been instantiated NamedThing

Usages

used by used in type used
NucleotideSequencing has_input any_of[range] ProcessedSample
MassSpectrometry has_input any_of[range] ProcessedSample
Database processed_sample_set range ProcessedSample
Pooling has_output range ProcessedSample
Extraction has_input any_of[range] ProcessedSample
Extraction has_output range ProcessedSample
LibraryPreparation has_output range ProcessedSample
SubSamplingProcess has_input any_of[range] ProcessedSample
SubSamplingProcess has_output range ProcessedSample
MixingProcess has_input any_of[range] ProcessedSample
MixingProcess has_output range ProcessedSample
FiltrationProcess has_input any_of[range] ProcessedSample
FiltrationProcess has_output range ProcessedSample
ChromatographicSeparationProcess has_input any_of[range] ProcessedSample
ChromatographicSeparationProcess has_output range ProcessedSample
DissolvingProcess has_input any_of[range] ProcessedSample
DissolvingProcess has_output range ProcessedSample
ChemicalConversionProcess has_input any_of[range] ProcessedSample
ChemicalConversionProcess has_output range ProcessedSample
MaterialProcessing has_input any_of[range] ProcessedSample
MaterialProcessing has_output range ProcessedSample
DataGeneration has_input any_of[range] ProcessedSample

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nmdc:ProcessedSample
native nmdc:ProcessedSample

LinkML Source

Direct

name: ProcessedSample
title: Processed Sample
from_schema: https://w3id.org/nmdc/nmdc
is_a: MaterialEntity
slots:
- biomaterial_purity
- dna_absorb1
- dna_concentration
- external_database_identifiers
slot_usage:
  id:
    name: id
    domain_of:
    - NamedThing
    required: true
    structured_pattern:
      syntax: '{id_nmdc_prefix}:procsm-{id_shoulder}-{id_blade}$'
      interpolated: true
class_uri: nmdc:ProcessedSample

Induced

name: ProcessedSample
title: Processed Sample
from_schema: https://w3id.org/nmdc/nmdc
is_a: MaterialEntity
slot_usage:
  id:
    name: id
    domain_of:
    - NamedThing
    required: true
    structured_pattern:
      syntax: '{id_nmdc_prefix}:procsm-{id_shoulder}-{id_blade}$'
      interpolated: true
attributes:
  biomaterial_purity:
    name: biomaterial_purity
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    alias: biomaterial_purity
    owner: ProcessedSample
    domain_of:
    - ProcessedSample
    range: QuantityValue
  dna_absorb1:
    name: dna_absorb1
    description: 260/280 measurement of DNA sample purity
    title: DNA absorbance 260/280
    comments:
    - Recommended value is between 1 and 3.
    examples:
    - value: '2.02'
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 7
    is_a: biomaterial_purity
    alias: dna_absorb1
    owner: ProcessedSample
    domain_of:
    - Biosample
    - ProcessedSample
    slot_group: JGI-Metagenomics
    range: float
    recommended: true
  dna_concentration:
    name: dna_concentration
    title: DNA concentration in ng/ul
    comments:
    - Units must be in ng/uL. Enter the numerical part only. Must be calculated using
      a fluorometric method. Acceptable values are 0-2000.
    examples:
    - value: '100'
    from_schema: https://w3id.org/nmdc/nmdc
    see_also:
    - nmdc:nucleic_acid_concentration
    rank: 5
    alias: dna_concentration
    owner: ProcessedSample
    domain_of:
    - Biosample
    - ProcessedSample
    slot_group: JGI-Metagenomics
    range: float
    recommended: true
    minimum_value: 0
    maximum_value: 2000
  external_database_identifiers:
    name: external_database_identifiers
    description: Link to corresponding identifier in external database
    notes:
    - had tried ranges of external identifier and string
    comments:
    - The value of this field is always a registered CURIE
    from_schema: https://w3id.org/nmdc/nmdc
    close_mappings:
    - skos:closeMatch
    rank: 1000
    is_a: alternative_identifiers
    abstract: true
    alias: external_database_identifiers
    owner: ProcessedSample
    domain_of:
    - ProcessedSample
    range: external_identifier
    multivalued: true
    pattern: ^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$
  id:
    name: id
    description: A unique identifier for a thing. Must be either a CURIE shorthand
      for a URI or a complete URI
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    identifier: true
    alias: id
    owner: ProcessedSample
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
    pattern: ^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$
    structured_pattern:
      syntax: '{id_nmdc_prefix}:procsm-{id_shoulder}-{id_blade}$'
      interpolated: true
  name:
    name: name
    description: A human readable label for an entity
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    alias: name
    owner: ProcessedSample
    domain_of:
    - PersonValue
    - NamedThing
    - Protocol
    range: string
  description:
    name: description
    description: a human-readable description of a thing
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: ProcessedSample
    domain_of:
    - ImageValue
    - NamedThing
    range: string
  alternative_identifiers:
    name: alternative_identifiers
    description: A list of alternative identifiers for the entity.
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    alias: alternative_identifiers
    owner: ProcessedSample
    domain_of:
    - MetaboliteIdentification
    - NamedThing
    range: uriorcurie
    multivalued: true
    pattern: ^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$
  type:
    name: type
    description: the class_uri of the class that has been instantiated
    notes:
    - replaces legacy nmdc:type slot
    - makes it easier to read example data files
    - required for polymorphic MongoDB collections
    examples:
    - value: nmdc:Biosample
    - value: nmdc:Study
    from_schema: https://w3id.org/nmdc/nmdc
    see_also:
    - https://github.com/microbiomedata/nmdc-schema/issues/1048
    - https://github.com/microbiomedata/nmdc-schema/issues/1233
    - https://github.com/microbiomedata/nmdc-schema/issues/248
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: type
    owner: ProcessedSample
    domain_of:
    - EukEval
    - FunctionalAnnotationAggMember
    - MobilePhaseSegment
    - PortionOfSubstance
    - MagBin
    - MetaboliteIdentification
    - PeptideQuantification
    - ProteinQuantification
    - GenomeFeature
    - FunctionalAnnotation
    - AttributeValue
    - NamedThing
    - FailureCategorization
    - Protocol
    - CreditAssociation
    - Doi
    range: uriorcurie
    required: true
class_uri: nmdc:ProcessedSample