Class: Recipe
URI: recipe:Recipe
classDiagram
class Recipe
Recipe : category
Recipe : description
Recipe : ingredients
Recipe : label
Recipe : steps
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
label | 0..1 NONE |
direct | |
description | 0..1 NONE |
direct | |
category | 0..* RecipeCategory |
a semicolon separated list of the categories to which this recipe belongs | direct |
ingredients | 0..* Ingredient |
a semicolon separated list of the ingredients plus quantities of the recipe | direct |
steps | 0..1 NONE |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/ai/templates/recipe
Mappings
Mapping Type | Mapped Value |
---|---|
self | recipe:Recipe |
native | recipe:Recipe |
LinkML Source
Direct
name: Recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
attributes:
label:
name: label
description: the name of the recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
description:
name: description
description: a brief textual description of the recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
category:
name: category
description: a semicolon separated list of the categories to which this recipe
belongs
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
range: RecipeCategory
ingredients:
name: ingredients
description: a semicolon separated list of the ingredients plus quantities of
the recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
range: Ingredient
steps:
name: steps
description: a semicolon separated list of the individual steps involved in this
recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
range: Step
Induced
name: Recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
attributes:
label:
name: label
description: the name of the recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
alias: label
owner: Recipe
domain_of:
- NamedEntity
- Recipe
- Reaction
- BiologicalProcess
range: string
description:
name: description
description: a brief textual description of the recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
alias: description
owner: Recipe
domain_of:
- Recipe
- Reaction
- MendelianDisease
- BiologicalProcess
range: string
category:
name: category
description: a semicolon separated list of the categories to which this recipe
belongs
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
alias: category
owner: Recipe
domain_of:
- Recipe
range: RecipeCategory
ingredients:
name: ingredients
description: a semicolon separated list of the ingredients plus quantities of
the recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
alias: ingredients
owner: Recipe
domain_of:
- Recipe
range: Ingredient
steps:
name: steps
description: a semicolon separated list of the individual steps involved in this
recipe
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
alias: steps
owner: Recipe
domain_of:
- Recipe
- BiologicalProcess
range: Step