Whole Foods Market Context
JSON-LD context defining the semantic vocabulary for Whole Foods Market from Whole Foods Market.
28 Classes
5 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
gs1:
https://www.gs1.org/voc/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
name
description
url
brand
image
Organization
GroceryStore
Product
FoodProduct
Offer
Order
NutritionInformation
gtin
gtin12
gtin14
sku
price
priceCurrency
category
countryOfOrigin
servingSize
calories
fatContent
sodiumContent
carbohydrateContent
proteinContent
ingredients
availableAtOrFrom
Properties
| Property |
Type |
Container |
| certifications |
reference |
|
| organic |
boolean |
|
| nonGMO |
boolean |
|
| allergens |
string |
|
| primeDiscount |
decimal |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"gs1": "https://www.gs1.org/voc/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"name": "schema:name",
"description": "schema:description",
"url": "schema:url",
"brand": "schema:brand",
"image": "schema:image",
"Organization": "schema:Organization",
"GroceryStore": "schema:GroceryStore",
"Product": "schema:Product",
"FoodProduct": "schema:FoodProduct",
"Offer": "schema:Offer",
"Order": "schema:Order",
"NutritionInformation": "schema:NutritionInformation",
"gtin": "schema:gtin",
"gtin12": "schema:gtin12",
"gtin14": "schema:gtin14",
"sku": "schema:sku",
"price": "schema:price",
"priceCurrency": "schema:priceCurrency",
"category": "schema:category",
"countryOfOrigin": "schema:countryOfOrigin",
"servingSize": "schema:servingSize",
"calories": "schema:calories",
"fatContent": "schema:fatContent",
"sodiumContent": "schema:sodiumContent",
"carbohydrateContent": "schema:carbohydrateContent",
"proteinContent": "schema:proteinContent",
"ingredients": "schema:ingredients",
"certifications": {
"@id": "schema:hasCertification",
"@type": "@id"
},
"organic": {
"@id": "schema:additionalProperty",
"@type": "xsd:boolean"
},
"nonGMO": {
"@id": "schema:additionalProperty",
"@type": "xsd:boolean"
},
"allergens": {
"@id": "schema:allergyOrIntoleranceSource",
"@type": "xsd:string"
},
"availableAtOrFrom": "schema:availableAtOrFrom",
"primeDiscount": {
"@id": "schema:discount",
"@type": "xsd:decimal"
}
}
}