Tempur Sealy International · JSON-LD Context

Tempur Sealy International Context

JSON-LD context defining the semantic vocabulary for Tempur Sealy International from Tempur Sealy International.

6 Classes 12 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
gs1: https://www.gs1.org/voc/
tsi: https://api-evangelist.com/topics/tempur-sealy-international/

Classes

name description url Product Tags Documentation

Properties

Property Type Container
Mattress schema:Product
productId schema:Text
brand schema:Brand
category schema:Text
firmness schema:Text
size schema:Text
price schema:Offer
msrp schema:Number
availability schema:ItemAvailability
materials schema:Text
warranty schema:WarrantyPromise
certifications schema:Text

JSON-LD Document

tempur-sealy-international-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "gs1": "https://www.gs1.org/voc/",
    "tsi": "https://api-evangelist.com/topics/tempur-sealy-international/",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "Product": "schema:Product",
    "Mattress": {
      "@id": "tsi:Mattress",
      "@type": "schema:Product"
    },
    "productId": {
      "@id": "schema:productID",
      "@type": "schema:Text"
    },
    "brand": {
      "@id": "schema:brand",
      "@type": "schema:Brand"
    },
    "category": {
      "@id": "schema:category",
      "@type": "schema:Text"
    },
    "firmness": {
      "@id": "tsi:firmness",
      "@type": "schema:Text"
    },
    "size": {
      "@id": "tsi:mattressSize",
      "@type": "schema:Text"
    },
    "price": {
      "@id": "schema:offers",
      "@type": "schema:Offer"
    },
    "msrp": {
      "@id": "schema:price",
      "@type": "schema:Number"
    },
    "availability": {
      "@id": "schema:availability",
      "@type": "schema:ItemAvailability"
    },
    "materials": {
      "@id": "schema:material",
      "@type": "schema:Text"
    },
    "warranty": {
      "@id": "schema:warranty",
      "@type": "schema:WarrantyPromise"
    },
    "certifications": {
      "@id": "tsi:certification",
      "@type": "schema:Text"
    },
    "Tags": "schema:keywords",
    "Documentation": "schema:documentation"
  }
}