Shelby Williams Industries · JSON-LD Context

Shelby Williams Industries Context

JSON-LD context defining the semantic vocabulary for Shelby Williams Industries from Shelby Williams Industries.

4 Classes 15 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
swi: https://api-evangelist.github.io/shelby-williams-industries/vocab#

Classes

name description url identifier

Properties

Property Type Container
FurnitureProduct reference
productLine schema:Text
material schema:Text
finish schema:Text
seatHeight schema:QuantitativeValue
overallHeight schema:QuantitativeValue
weightCapacity schema:QuantitativeValue
stackable schema:Boolean
stackHeight schema:Number
upholsteryGrade schema:Text
CustomOrder reference
orderQuantity schema:Number
leadTime schema:Text
comFabric schema:Boolean
manufacturer schema:Organization

JSON-LD Document

shelby-williams-industries-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "swi": "https://api-evangelist.github.io/shelby-williams-industries/vocab#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "identifier": "schema:identifier",
    "FurnitureProduct": {
      "@id": "schema:Product",
      "@type": "@id"
    },
    "productLine": {
      "@id": "schema:category",
      "@type": "schema:Text"
    },
    "material": {
      "@id": "schema:material",
      "@type": "schema:Text"
    },
    "finish": {
      "@id": "swi:finish",
      "@type": "schema:Text"
    },
    "seatHeight": {
      "@id": "swi:seatHeight",
      "@type": "schema:QuantitativeValue"
    },
    "overallHeight": {
      "@id": "swi:overallHeight",
      "@type": "schema:QuantitativeValue"
    },
    "weightCapacity": {
      "@id": "swi:weightCapacity",
      "@type": "schema:QuantitativeValue"
    },
    "stackable": {
      "@id": "swi:stackable",
      "@type": "schema:Boolean"
    },
    "stackHeight": {
      "@id": "swi:stackHeight",
      "@type": "schema:Number"
    },
    "upholsteryGrade": {
      "@id": "swi:upholsteryGrade",
      "@type": "schema:Text"
    },
    "CustomOrder": {
      "@id": "schema:Order",
      "@type": "@id"
    },
    "orderQuantity": {
      "@id": "schema:orderQuantity",
      "@type": "schema:Number"
    },
    "leadTime": {
      "@id": "swi:leadTime",
      "@type": "schema:Text"
    },
    "comFabric": {
      "@id": "swi:comFabric",
      "@type": "schema:Boolean"
    },
    "manufacturer": {
      "@id": "schema:manufacturer",
      "@type": "schema:Organization"
    }
  }
}