Oracle Retail · JSON-LD Context
Oracle Retail Context
JSON-LD context defining the semantic vocabulary for Oracle Retail from Oracle Retail.
0 Classes
30 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
retail:
https://docs.oracle.com/en/industries/retail/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
gr:
http://purl.org/goodrelations/v1#
Properties
| Property | Type | Container |
|---|---|---|
| Item | reference | |
| item | ||
| itemDesc | ||
| itemDescSecond | ||
| status | ||
| dept | integer | |
| class | integer | |
| subclass | integer | |
| unitRetail | decimal | |
| currencyCode | ||
| unitCost | decimal | |
| supplier | ||
| originCountry | ||
| PurchaseOrder | reference | |
| orderId | ||
| orderDate | dateTime | |
| orderTotal | decimal | |
| Supplier | reference | |
| supplierName | ||
| primaryContactName | ||
| primaryEmail | ||
| primaryPhone | ||
| Order | reference | |
| channelId | ||
| customerId | ||
| shippingAddress | ||
| billingAddress | ||
| InventoryPosition | reference | |
| stockOnHand | decimal | |
| availableToSell | decimal |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"retail": "https://docs.oracle.com/en/industries/retail/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"gr": "http://purl.org/goodrelations/v1#",
"Item": {
"@id": "schema:Product",
"@type": "@id"
},
"item": {
"@id": "schema:productID"
},
"itemDesc": {
"@id": "schema:name"
},
"itemDescSecond": {
"@id": "schema:description"
},
"status": {
"@id": "schema:itemCondition"
},
"dept": {
"@id": "retail:department",
"@type": "xsd:integer"
},
"class": {
"@id": "retail:class",
"@type": "xsd:integer"
},
"subclass": {
"@id": "retail:subclass",
"@type": "xsd:integer"
},
"unitRetail": {
"@id": "gr:hasPriceSpecification",
"@type": "xsd:decimal"
},
"currencyCode": {
"@id": "schema:priceCurrency"
},
"unitCost": {
"@id": "retail:unitCost",
"@type": "xsd:decimal"
},
"supplier": {
"@id": "schema:supplier"
},
"originCountry": {
"@id": "schema:countryOfOrigin"
},
"PurchaseOrder": {
"@id": "schema:Order",
"@type": "@id"
},
"orderId": {
"@id": "schema:orderNumber"
},
"orderDate": {
"@id": "schema:orderDate",
"@type": "xsd:dateTime"
},
"orderTotal": {
"@id": "schema:price",
"@type": "xsd:decimal"
},
"Supplier": {
"@id": "schema:Organization",
"@type": "@id"
},
"supplierName": {
"@id": "schema:name"
},
"primaryContactName": {
"@id": "schema:contactPoint"
},
"primaryEmail": {
"@id": "schema:email"
},
"primaryPhone": {
"@id": "schema:telephone"
},
"Order": {
"@id": "schema:Order",
"@type": "@id"
},
"channelId": {
"@id": "retail:salesChannel"
},
"customerId": {
"@id": "schema:customer"
},
"shippingAddress": {
"@id": "schema:deliveryAddress"
},
"billingAddress": {
"@id": "schema:billingAddress"
},
"InventoryPosition": {
"@id": "schema:ItemAvailability",
"@type": "@id"
},
"stockOnHand": {
"@id": "retail:stockOnHand",
"@type": "xsd:decimal"
},
"availableToSell": {
"@id": "retail:availableToSell",
"@type": "xsd:decimal"
}
}
}