TreeHouse Foods · JSON-LD Context

Treehouse Foods Context

JSON-LD context defining the semantic vocabulary for Treehouse Foods from TreeHouse Foods.

25 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

th: https://treehousefoods.com/ns/

Classes

Organization Product Brand name description url legalName tickerSymbol exchange address foundingDate numberOfEmployees industry category sku brand manufacturer privateLabel skuCount productCategory snacking beverage mealPreparation retailChannel foodserviceChannel

JSON-LD Document

treehouse-foods-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "th": "https://treehousefoods.com/ns/",
    "Organization": "schema:Organization",
    "Product": "schema:Product",
    "Brand": "schema:Brand",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "legalName": "schema:legalName",
    "tickerSymbol": "schema:tickerSymbol",
    "exchange": "schema:exchangeCode",
    "address": "schema:address",
    "foundingDate": "schema:foundingDate",
    "numberOfEmployees": "schema:numberOfEmployees",
    "industry": "schema:industry",
    "category": "schema:category",
    "sku": "schema:sku",
    "brand": "schema:brand",
    "manufacturer": "schema:manufacturer",
    "privateLabel": "th:privateLabel",
    "skuCount": "th:skuCount",
    "productCategory": "th:productCategory",
    "snacking": "th:snacking",
    "beverage": "th:beverage",
    "mealPreparation": "th:mealPreparation",
    "retailChannel": "th:retailChannel",
    "foodserviceChannel": "th:foodserviceChannel"
  }
}