TheMealDB · JSON-LD Context

Themealdb Context

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

6 Classes 21 Properties 4 Namespaces
View Context View on GitHub

Namespaces

mealdb: https://www.themealdb.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

FilterResponse CategoriesResponse MealsResponse Category ListResponse Meal

Properties

Property Type Container
meals string set
strMeal string
strMealThumb string
idMeal string
categories string set
idCategory string
strCategory string
strCategoryThumb string
strCategoryDescription string
strArea string
strInstructions string
strTags string
strYoutube string
strIngredient1 string
strIngredient2 string
strIngredient3 string
strMeasure1 string
strMeasure2 string
strMeasure3 string
strSource string
dateModified string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "mealdb": "https://www.themealdb.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "FilterResponse": "mealdb:FilterResponse",
    "CategoriesResponse": "mealdb:CategoriesResponse",
    "MealsResponse": "mealdb:MealsResponse",
    "Category": "mealdb:Category",
    "ListResponse": "mealdb:ListResponse",
    "Meal": "mealdb:Meal",
    "meals": {
      "@id": "mealdb:meals",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "strMeal": {
      "@id": "mealdb:strMeal",
      "@type": "xsd:string"
    },
    "strMealThumb": {
      "@id": "mealdb:strMealThumb",
      "@type": "xsd:string"
    },
    "idMeal": {
      "@id": "mealdb:idMeal",
      "@type": "xsd:string"
    },
    "categories": {
      "@id": "mealdb:categories",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "idCategory": {
      "@id": "mealdb:idCategory",
      "@type": "xsd:string"
    },
    "strCategory": {
      "@id": "mealdb:strCategory",
      "@type": "xsd:string"
    },
    "strCategoryThumb": {
      "@id": "mealdb:strCategoryThumb",
      "@type": "xsd:string"
    },
    "strCategoryDescription": {
      "@id": "mealdb:strCategoryDescription",
      "@type": "xsd:string"
    },
    "strArea": {
      "@id": "mealdb:strArea",
      "@type": "xsd:string"
    },
    "strInstructions": {
      "@id": "mealdb:strInstructions",
      "@type": "xsd:string"
    },
    "strTags": {
      "@id": "mealdb:strTags",
      "@type": "xsd:string"
    },
    "strYoutube": {
      "@id": "mealdb:strYoutube",
      "@type": "xsd:string"
    },
    "strIngredient1": {
      "@id": "mealdb:strIngredient1",
      "@type": "xsd:string"
    },
    "strIngredient2": {
      "@id": "mealdb:strIngredient2",
      "@type": "xsd:string"
    },
    "strIngredient3": {
      "@id": "mealdb:strIngredient3",
      "@type": "xsd:string"
    },
    "strMeasure1": {
      "@id": "mealdb:strMeasure1",
      "@type": "xsd:string"
    },
    "strMeasure2": {
      "@id": "mealdb:strMeasure2",
      "@type": "xsd:string"
    },
    "strMeasure3": {
      "@id": "mealdb:strMeasure3",
      "@type": "xsd:string"
    },
    "strSource": {
      "@id": "mealdb:strSource",
      "@type": "xsd:string"
    },
    "dateModified": {
      "@id": "mealdb:dateModified",
      "@type": "xsd:string"
    }
  }
}