Skip to content

Class: PlannedProcessConfiguration

URI: linkml_common:PlannedProcessConfiguration

classDiagram class PlannedProcessConfiguration click PlannedProcessConfiguration href "../PlannedProcessConfiguration" Intangible <|-- PlannedProcessConfiguration click Intangible href "../Intangible" PlannedProcessConfiguration : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
A type for a thing Typed

Usages

used by used in type used
InvestigativeProcess uses_configuration range PlannedProcessConfiguration
SampleCollectionProcess uses_configuration range PlannedProcessConfiguration
SampleProcessing uses_configuration range PlannedProcessConfiguration
DataGenerationFromSample uses_configuration range PlannedProcessConfiguration
PlannedProcess uses_configuration range PlannedProcessConfiguration
ComputationalPlannedProcess uses_configuration range PlannedProcessConfiguration
MaterialCollection uses_configuration range PlannedProcessConfiguration
MaterialProcessing uses_configuration range PlannedProcessConfiguration
EngineeringMaterialProcessing uses_configuration range PlannedProcessConfiguration
FoodProcessing uses_configuration range PlannedProcessConfiguration
FoodPreparation uses_configuration range PlannedProcessConfiguration

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:PlannedProcessConfiguration
native linkml_common:PlannedProcessConfiguration

LinkML Source

Direct

name: PlannedProcessConfiguration
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible

Induced

name: PlannedProcessConfiguration
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: PlannedProcessConfiguration
    domain_of:
    - Typed
    range: string