Ryerson Holding · JSON-LD Context

Ryerson Holding Context

JSON-LD context defining the semantic vocabulary for Ryerson Holding from Ryerson Holding.

0 Classes 15 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
MetalProduct reference
productId schema:Text
sku schema:Text
name schema:Text
material schema:Text
grade schema:Text
form schema:Text
dimensions reference
thickness schema:Number
width schema:QuantitativeValue
length schema:QuantitativeValue
unit schema:Text
pricePerUnit schema:Number
availability schema:ItemAvailability
minimumOrderQuantity schema:Number

JSON-LD Document

ryerson-holding-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ryerson": "https://www.ryerson.com/vocab/",
    "MetalProduct": {
      "@id": "schema:Product",
      "@type": "@id"
    },
    "productId": {
      "@id": "schema:identifier",
      "@type": "schema:Text"
    },
    "sku": {
      "@id": "schema:sku",
      "@type": "schema:Text"
    },
    "name": {
      "@id": "schema:name",
      "@type": "schema:Text"
    },
    "material": {
      "@id": "schema:material",
      "@type": "schema:Text"
    },
    "grade": {
      "@id": "ryerson:grade",
      "@type": "schema:Text"
    },
    "form": {
      "@id": "ryerson:form",
      "@type": "schema:Text"
    },
    "dimensions": {
      "@id": "ryerson:dimensions",
      "@type": "@id"
    },
    "thickness": {
      "@id": "ryerson:thickness",
      "@type": "schema:Number"
    },
    "width": {
      "@id": "schema:width",
      "@type": "schema:QuantitativeValue"
    },
    "length": {
      "@id": "schema:depth",
      "@type": "schema:QuantitativeValue"
    },
    "unit": {
      "@id": "schema:unitCode",
      "@type": "schema:Text"
    },
    "pricePerUnit": {
      "@id": "schema:price",
      "@type": "schema:Number"
    },
    "availability": {
      "@id": "schema:availability",
      "@type": "schema:ItemAvailability"
    },
    "minimumOrderQuantity": {
      "@id": "schema:minValue",
      "@type": "schema:Number"
    }
  }
}