United States Steel · JSON-LD Context

United States Steel Steeltrack Context

JSON-LD context defining the semantic vocabulary for United States Steel Steeltrack from United States Steel.

8 Classes 33 Properties 4 Namespaces
View Context View on GitHub

Namespaces

uss: https://ussteel.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

InventoryItem InventoryList OrderList Order ShipmentList Shipment TestReportList TestReport

Properties

Property Type Container
itemId string
customerId string
orderId string
product string
grade string
coilId string
weight decimal
weightUnit string
location string
status string
total integer
items string set
orders string set
purchaseOrder string
facility string
quantity decimal
quantityUnit string
orderDate date
requiredDate date
estimatedDeliveryDate date
shipments string set
shipmentId string
shipDate date
carrier string
destination string
reports string set
reportId string
reportType string
certified boolean
reportDate date
yieldStrength decimal
tensileStrength decimal
elongation decimal

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "uss": "https://ussteel.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "InventoryItem": "uss:InventoryItem",
    "InventoryList": "uss:InventoryList",
    "OrderList": "uss:OrderList",
    "Order": "uss:Order",
    "ShipmentList": "uss:ShipmentList",
    "Shipment": "uss:Shipment",
    "TestReportList": "uss:TestReportList",
    "TestReport": "uss:TestReport",
    "itemId": {
      "@id": "uss:itemId",
      "@type": "xsd:string"
    },
    "customerId": {
      "@id": "uss:customerId",
      "@type": "xsd:string"
    },
    "orderId": {
      "@id": "uss:orderId",
      "@type": "xsd:string"
    },
    "product": {
      "@id": "uss:product",
      "@type": "xsd:string"
    },
    "grade": {
      "@id": "uss:grade",
      "@type": "xsd:string"
    },
    "coilId": {
      "@id": "uss:coilId",
      "@type": "xsd:string"
    },
    "weight": {
      "@id": "uss:weight",
      "@type": "xsd:decimal"
    },
    "weightUnit": {
      "@id": "uss:weightUnit",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "uss:location",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "uss:status",
      "@type": "xsd:string"
    },
    "total": {
      "@id": "uss:total",
      "@type": "xsd:integer"
    },
    "items": {
      "@id": "uss:items",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "orders": {
      "@id": "uss:orders",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "purchaseOrder": {
      "@id": "uss:purchaseOrder",
      "@type": "xsd:string"
    },
    "facility": {
      "@id": "uss:facility",
      "@type": "xsd:string"
    },
    "quantity": {
      "@id": "uss:quantity",
      "@type": "xsd:decimal"
    },
    "quantityUnit": {
      "@id": "uss:quantityUnit",
      "@type": "xsd:string"
    },
    "orderDate": {
      "@id": "uss:orderDate",
      "@type": "xsd:date"
    },
    "requiredDate": {
      "@id": "uss:requiredDate",
      "@type": "xsd:date"
    },
    "estimatedDeliveryDate": {
      "@id": "uss:estimatedDeliveryDate",
      "@type": "xsd:date"
    },
    "shipments": {
      "@id": "uss:shipments",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "shipmentId": {
      "@id": "uss:shipmentId",
      "@type": "xsd:string"
    },
    "shipDate": {
      "@id": "uss:shipDate",
      "@type": "xsd:date"
    },
    "carrier": {
      "@id": "uss:carrier",
      "@type": "xsd:string"
    },
    "destination": {
      "@id": "uss:destination",
      "@type": "xsd:string"
    },
    "reports": {
      "@id": "uss:reports",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "reportId": {
      "@id": "uss:reportId",
      "@type": "xsd:string"
    },
    "reportType": {
      "@id": "uss:reportType",
      "@type": "xsd:string"
    },
    "certified": {
      "@id": "uss:certified",
      "@type": "xsd:boolean"
    },
    "reportDate": {
      "@id": "uss:reportDate",
      "@type": "xsd:date"
    },
    "yieldStrength": {
      "@id": "uss:yieldStrength",
      "@type": "xsd:decimal"
    },
    "tensileStrength": {
      "@id": "uss:tensileStrength",
      "@type": "xsd:decimal"
    },
    "elongation": {
      "@id": "uss:elongation",
      "@type": "xsd:decimal"
    }
  }
}