Applied Industrial Technologies · JSON-LD Context

Applied Industrial Technologies Context

JSON-LD context defining the semantic vocabulary for Applied Industrial Technologies from Applied Industrial Technologies.

13 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ait: https://www.applied-industrial-technologies.com/vocab#

Classes

productId partNumber name description category manufacturer price inStock leadTimeDays orderId status totalAmount createdAt

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ait": "https://www.applied-industrial-technologies.com/vocab#",
    "productId": "schema:identifier",
    "partNumber": "schema:gtin",
    "name": "schema:name",
    "description": "schema:description",
    "category": "schema:category",
    "manufacturer": "schema:manufacturer",
    "price": "schema:price",
    "inStock": "schema:availability",
    "leadTimeDays": "ait:leadTimeDays",
    "orderId": "schema:identifier",
    "status": "schema:orderStatus",
    "totalAmount": "schema:totalPrice",
    "createdAt": "schema:orderDate"
  }
}