TheMealDB · JSON-LD Context

Mealdb Context

JSON-LD context defining the semantic vocabulary for Mealdb from TheMealDB.

56 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
mealdb: https://www.themealdb.com/api/json/v1/1/

Classes

Meal Category MealSummary idMeal strMeal strCategory strArea strInstructions strMealThumb strTags strYoutube strSource dateModified strIngredient1 strIngredient2 strIngredient3 strIngredient4 strIngredient5 strIngredient6 strIngredient7 strIngredient8 strIngredient9 strIngredient10 strIngredient11 strIngredient12 strIngredient13 strIngredient14 strIngredient15 strIngredient16 strIngredient17 strIngredient18 strIngredient19 strIngredient20 strMeasure1 strMeasure2 strMeasure3 strMeasure4 strMeasure5 strMeasure6 strMeasure7 strMeasure8 strMeasure9 strMeasure10 strMeasure11 strMeasure12 strMeasure13 strMeasure14 strMeasure15 strMeasure16 strMeasure17 strMeasure18 strMeasure19 strMeasure20 idCategory strCategoryThumb strCategoryDescription

Properties

Property Type Container
meals set
categories set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "mealdb": "https://www.themealdb.com/api/json/v1/1/",

    "Meal": "schema:Recipe",
    "Category": "schema:Thing",
    "MealSummary": "schema:Recipe",

    "idMeal": "@id",
    "strMeal": "schema:name",
    "strCategory": "schema:recipeCategory",
    "strArea": "schema:recipeCuisine",
    "strInstructions": "schema:recipeInstructions",
    "strMealThumb": "schema:image",
    "strTags": "schema:keywords",
    "strYoutube": "schema:video",
    "strSource": "schema:url",
    "dateModified": "schema:dateModified",

    "strIngredient1": "schema:recipeIngredient",
    "strIngredient2": "schema:recipeIngredient",
    "strIngredient3": "schema:recipeIngredient",
    "strIngredient4": "schema:recipeIngredient",
    "strIngredient5": "schema:recipeIngredient",
    "strIngredient6": "schema:recipeIngredient",
    "strIngredient7": "schema:recipeIngredient",
    "strIngredient8": "schema:recipeIngredient",
    "strIngredient9": "schema:recipeIngredient",
    "strIngredient10": "schema:recipeIngredient",
    "strIngredient11": "schema:recipeIngredient",
    "strIngredient12": "schema:recipeIngredient",
    "strIngredient13": "schema:recipeIngredient",
    "strIngredient14": "schema:recipeIngredient",
    "strIngredient15": "schema:recipeIngredient",
    "strIngredient16": "schema:recipeIngredient",
    "strIngredient17": "schema:recipeIngredient",
    "strIngredient18": "schema:recipeIngredient",
    "strIngredient19": "schema:recipeIngredient",
    "strIngredient20": "schema:recipeIngredient",

    "strMeasure1": "schema:value",
    "strMeasure2": "schema:value",
    "strMeasure3": "schema:value",
    "strMeasure4": "schema:value",
    "strMeasure5": "schema:value",
    "strMeasure6": "schema:value",
    "strMeasure7": "schema:value",
    "strMeasure8": "schema:value",
    "strMeasure9": "schema:value",
    "strMeasure10": "schema:value",
    "strMeasure11": "schema:value",
    "strMeasure12": "schema:value",
    "strMeasure13": "schema:value",
    "strMeasure14": "schema:value",
    "strMeasure15": "schema:value",
    "strMeasure16": "schema:value",
    "strMeasure17": "schema:value",
    "strMeasure18": "schema:value",
    "strMeasure19": "schema:value",
    "strMeasure20": "schema:value",

    "idCategory": "@id",
    "strCategory": "schema:name",
    "strCategoryThumb": "schema:image",
    "strCategoryDescription": "schema:description",

    "meals": {
      "@id": "schema:mainEntity",
      "@container": "@set"
    },
    "categories": {
      "@id": "schema:mainEntity",
      "@container": "@set"
    }
  }
}