Yum Brands · JSON-LD Context

Yum Brands Context

JSON-LD context defining the semantic vocabulary for Yum Brands from Yum Brands.

12 Classes 19 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
yum: https://www.yum.com/vocab/

Classes

Restaurant Brand FranchiseLocation MenuItem MenuSection Menu LoyaltyProgram LoyaltyPoints DigitalOrder OrderItem DeliveryAddress Payment

Properties

Property Type Container
YumBrands reference
bytePlatform reference
digitalTransaction
loyaltyPoints
franchiseId
restaurantBrand
kitchenDisplaySystem reference
menuItemPrice
menuItemName
menuItemDescription
calories
restaurantAddress schema:PostalAddress
restaurantHours schema:OpeningHoursSpecification
orderStatus
estimatedDeliveryTime
country
postalCode
latitude
longitude

JSON-LD Document

yum-brands-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "yum": "https://www.yum.com/vocab/",

    "YumBrands": {
      "@id": "schema:FoodEstablishmentReservation",
      "@type": "@id"
    },
    "Restaurant": "schema:FoodEstablishment",
    "Brand": "schema:Brand",
    "FranchiseLocation": "schema:LocalBusiness",
    "MenuItem": "schema:MenuItem",
    "MenuSection": "schema:MenuSection",
    "Menu": "schema:Menu",
    "LoyaltyProgram": "schema:ProgramMembership",
    "LoyaltyPoints": "schema:MonetaryAmount",
    "DigitalOrder": "schema:Order",
    "OrderItem": "schema:OrderItem",
    "DeliveryAddress": "schema:PostalAddress",
    "Payment": "schema:PaymentMethod",

    "bytePlatform": {
      "@id": "yum:bytePlatform",
      "@type": "@id"
    },
    "digitalTransaction": {
      "@id": "yum:digitalTransaction"
    },
    "loyaltyPoints": {
      "@id": "yum:loyaltyPoints"
    },
    "franchiseId": {
      "@id": "yum:franchiseId"
    },
    "restaurantBrand": {
      "@id": "yum:restaurantBrand"
    },
    "kitchenDisplaySystem": {
      "@id": "yum:kitchenDisplaySystem",
      "@type": "@id"
    },
    "menuItemPrice": {
      "@id": "schema:price"
    },
    "menuItemName": {
      "@id": "schema:name"
    },
    "menuItemDescription": {
      "@id": "schema:description"
    },
    "calories": {
      "@id": "schema:calories"
    },
    "restaurantAddress": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    },
    "restaurantHours": {
      "@id": "schema:openingHoursSpecification",
      "@type": "schema:OpeningHoursSpecification"
    },
    "orderStatus": {
      "@id": "schema:orderStatus"
    },
    "estimatedDeliveryTime": {
      "@id": "schema:expectedArrivalFrom"
    },
    "country": {
      "@id": "schema:addressCountry"
    },
    "postalCode": {
      "@id": "schema:postalCode"
    },
    "latitude": {
      "@id": "schema:latitude"
    },
    "longitude": {
      "@id": "schema:longitude"
    }
  }
}