Skip to content

Class: FoodItem

URI: recipe:FoodItem

erDiagram FoodItem { string state } FoodType { string id string label } FoodItem ||--|o FoodType : "food"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
food 0..1
FoodType
the food item direct
state 0..1
String
the state of the food item (e direct

Usages

used by used in type used
Ingredient food_item range FoodItem
Step inputs range FoodItem
Step outputs range FoodItem

Identifier and Mapping Information

Annotations

property value
owl IntersectionOf

Schema Source

  • from schema: https://w3id.org/ontogpt/recipe

Mappings

Mapping Type Mapped Value
self recipe:FoodItem
native recipe:FoodItem

LinkML Source

Direct

name: FoodItem
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: https://w3id.org/ontogpt/recipe
is_a: CompoundExpression
attributes:
  food:
    name: food
    annotations:
      owl:
        tag: owl
        value: ObjectProperty, ObjectSomeValuesFrom
    description: the food item
    from_schema: https://w3id.org/ontogpt/recipe
    rank: 1000
    slot_uri: BFO:0000051
    range: FoodType
  state:
    name: state
    annotations:
      owl:
        tag: owl
        value: DataProperty, DataHasValue
    description: the state of the food item (e.g. chopped, diced)
    from_schema: https://w3id.org/ontogpt/recipe
    rank: 1000

Induced

name: FoodItem
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: https://w3id.org/ontogpt/recipe
is_a: CompoundExpression
attributes:
  food:
    name: food
    annotations:
      owl:
        tag: owl
        value: ObjectProperty, ObjectSomeValuesFrom
    description: the food item
    from_schema: https://w3id.org/ontogpt/recipe
    rank: 1000
    slot_uri: BFO:0000051
    alias: food
    owner: FoodItem
    domain_of:
    - FoodItem
    range: FoodType
  state:
    name: state
    annotations:
      owl:
        tag: owl
        value: DataProperty, DataHasValue
    description: the state of the food item (e.g. chopped, diced)
    from_schema: https://w3id.org/ontogpt/recipe
    rank: 1000
    alias: state
    owner: FoodItem
    domain_of:
    - FoodItem
    range: string