United Natural Foods (UNFI) · JSON-LD Context
United Natural Foods Context
JSON-LD context defining the semantic vocabulary for United Natural Foods from United Natural Foods (UNFI).
0 Classes
28 Properties
4 Namespaces
Namespaces
unfi:
https://schema.unfi.com/
schema:
https://schema.org/
gs1:
https://www.gs1.org/voc/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| Product | reference | |
| FoodProduct | reference | |
| productId | string | |
| upc | string | |
| gtin | string | |
| name | string | |
| brand | string | |
| description | string | |
| category | string | |
| certifications | string | set |
| unitSize | string | |
| unitsPerCase | integer | |
| retailPrice | decimal | |
| status | string | |
| PurchaseOrder | reference | |
| orderId | string | |
| purchaseOrderNumber | string | |
| orderDate | date | |
| requiredDeliveryDate | date | |
| supplierId | string | |
| warehouseId | string | |
| totalAmount | decimal | |
| Supplier | reference | |
| lineItems | reference | list |
| SalesInsight | reference | |
| totalSales | decimal | |
| unitsSold | integer | |
| fillRate | decimal |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"unfi": "https://schema.unfi.com/",
"schema": "https://schema.org/",
"gs1": "https://www.gs1.org/voc/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Product": {
"@id": "schema:Product",
"@type": "@id"
},
"FoodProduct": {
"@id": "unfi:FoodProduct",
"@type": "@id",
"subClassOf": "schema:Product"
},
"productId": { "@id": "unfi:productId", "@type": "xsd:string" },
"upc": { "@id": "gs1:gtin12", "@type": "xsd:string" },
"gtin": { "@id": "gs1:gtin14", "@type": "xsd:string" },
"name": { "@id": "schema:name", "@type": "xsd:string" },
"brand": { "@id": "schema:brand", "@type": "xsd:string" },
"description": { "@id": "schema:description", "@type": "xsd:string" },
"category": { "@id": "schema:category", "@type": "xsd:string" },
"certifications": { "@id": "unfi:hasCertification", "@type": "xsd:string", "@container": "@set" },
"unitSize": { "@id": "gs1:netContent", "@type": "xsd:string" },
"unitsPerCase": { "@id": "gs1:quantityOfLayers", "@type": "xsd:integer" },
"retailPrice": { "@id": "schema:price", "@type": "xsd:decimal" },
"status": { "@id": "schema:itemCondition", "@type": "xsd:string" },
"PurchaseOrder": {
"@id": "unfi:PurchaseOrder",
"@type": "@id",
"subClassOf": "schema:Order"
},
"orderId": { "@id": "schema:orderNumber", "@type": "xsd:string" },
"purchaseOrderNumber": { "@id": "unfi:purchaseOrderNumber", "@type": "xsd:string" },
"orderDate": { "@id": "schema:orderDate", "@type": "xsd:date" },
"requiredDeliveryDate": { "@id": "unfi:requiredDeliveryDate", "@type": "xsd:date" },
"supplierId": { "@id": "unfi:supplierId", "@type": "xsd:string" },
"warehouseId": { "@id": "unfi:warehouseId", "@type": "xsd:string" },
"totalAmount": { "@id": "schema:totalPrice", "@type": "xsd:decimal" },
"Supplier": {
"@id": "unfi:Supplier",
"@type": "@id",
"subClassOf": "schema:Organization"
},
"lineItems": { "@id": "unfi:hasLineItem", "@type": "@id", "@container": "@list" },
"SalesInsight": {
"@id": "unfi:SalesInsight",
"@type": "@id"
},
"totalSales": { "@id": "unfi:totalSales", "@type": "xsd:decimal" },
"unitsSold": { "@id": "unfi:unitsSold", "@type": "xsd:integer" },
"fillRate": { "@id": "unfi:fillRate", "@type": "xsd:decimal" }
}
}