Logo ProcessCore

Recipe

Description of a planned procedure. Recipes define what a Process executes, including intended use, equipment, reagents, and software.

Schema.org type: bioschemas.org/LabProtocol

Decorations specialize Recipe: - ISA: Recipe - Workflow Run: Workflow Protocol (SoftwareSourceCode + ComputationalWorkflow + Recipe)

Properties

Property

Type

Required

Description

id

Text

COULD

URL or identifier for the recipe

type

Text

MUST

Recipe

additionalType

Text

COULD

Decoration discriminator, e.g. Recipe

name

Text

SHOULD

Main title

parameters

FormalParameter

COULD

Prospectively specifies parameters for which values should be given in the execution of the recipe. Maps to input in the Bioschemas type.

description

Text

SHOULD

Short description or abstract

intendedUse

DefinedTerm, Text

SHOULD

Recipe type as ontology term

additionalProperty

Annotation

COULD

Extensible recipe metadata

components

Annotation

COULD

Equipment, software, reagents, materials, or other components used in the recipe

version

Text

COULD

Version identifier

url

URL

COULD

External recipe resource

Relationships

flowchart TD

    na@{ shape: stadium, label: "string" }
    de@{ shape: stadium, label: "string" }
    ve@{ shape: stadium, label: "string" }
    ur@{ shape: stadium, label: "URL" }
    av[Annotation]
    co[Annotation]

    Process --executesRecipe--> Recipe
    Recipe --intendedUse--> DefinedTerm
    Recipe --additionalProperty--> av
    Recipe --components--> co
    Recipe --parameters--> FormalParameter
    Recipe --name--> na
    Recipe --description--> de
    Recipe --version--> ve
    Recipe --url--> ur

Type something to start searching.