Sprouts Farmers Market · JSON-LD Context

Sprouts Farmers Market Context

JSON-LD context defining the semantic vocabulary for Sprouts Farmers Market from Sprouts Farmers Market.

21 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
gs1: https://www.gs1.org/voc/
sprouts: https://www.sprouts.com/vocab/

Classes

GroceryStore Product Offer FoodEstablishment LocalBusiness name description address telephone openingHours priceRange servesCuisine productCategory brand price priceCurrency organic naturalFood dietary deliveryPartner storeLocation

Properties

Property Type Container
url reference
image reference
product reference

JSON-LD Document

sprouts-farmers-market-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "gs1": "https://www.gs1.org/voc/",
    "sprouts": "https://www.sprouts.com/vocab/",

    "GroceryStore": "schema:GroceryStore",
    "Product": "schema:Product",
    "Offer": "schema:Offer",
    "FoodEstablishment": "schema:FoodEstablishment",
    "LocalBusiness": "schema:LocalBusiness",

    "name": "schema:name",
    "description": "schema:description",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "image": {
      "@id": "schema:image",
      "@type": "@id"
    },
    "address": "schema:address",
    "telephone": "schema:telephone",
    "openingHours": "schema:openingHours",
    "priceRange": "schema:priceRange",
    "servesCuisine": "schema:servesCuisine",
    "product": {
      "@id": "schema:product",
      "@type": "@id"
    },
    "productCategory": "gs1:productCategory",
    "brand": "schema:brand",
    "price": "schema:price",
    "priceCurrency": "schema:priceCurrency",
    "organic": "sprouts:isOrganic",
    "naturalFood": "sprouts:isNaturalFood",
    "dietary": "sprouts:dietaryAttribute",
    "deliveryPartner": "sprouts:deliveryPartner",
    "storeLocation": "schema:location"
  }
}