Berkshire Grey · JSON-LD Context

Berkshire Grey Context

JSON-LD context defining the semantic vocabulary for Berkshire Grey from Berkshire Grey.

30 Classes 10 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
bg: https://www.berkshiregrey.com/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

BerkshireGrey name url description industry parentOrganization foundingLocation knowsAbout hasOfferCatalog RoboticSystem ProductLine FulfillmentSystem SortationSystem UnloadingSystem MobileRobotPlatform OperatingSystem WMSIntegration warehouseManagementSystem wmsIntegration restfulApi predictiveMaintenance remoteMonitoring fulfillmentWorkflow sortZone inductPoint orderSequencing curbsidePickup storeReplenishment ecommerceFulfillment parcelLogistics

Properties

Property Type Container
Core bg:RoboticSystem
Dispatch bg:SortationSystem
Scoop bg:UnloadingSystem
Stride bg:SortationSystem
BGFlex bg:MobileRobotPlatform
BGOS bg:OperatingSystem
throughput float
picksPerHour integer
skuAgnostic boolean
bopis bg:FulfillmentWorkflow

JSON-LD Document

berkshire-grey-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "bg": "https://www.berkshiregrey.com/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "BerkshireGrey": "schema:Organization",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "industry": "schema:industry",
    "parentOrganization": "schema:parentOrganization",
    "foundingLocation": "schema:foundingLocation",
    "knowsAbout": "schema:knowsAbout",
    "hasOfferCatalog": "schema:hasOfferCatalog",

    "RoboticSystem": "bg:RoboticSystem",
    "ProductLine": "bg:ProductLine",
    "FulfillmentSystem": "bg:FulfillmentSystem",
    "SortationSystem": "bg:SortationSystem",
    "UnloadingSystem": "bg:UnloadingSystem",
    "MobileRobotPlatform": "bg:MobileRobotPlatform",
    "OperatingSystem": "bg:OperatingSystem",
    "WMSIntegration": "bg:WMSIntegration",

    "Core": {
      "@id": "bg:Core",
      "@type": "bg:RoboticSystem",
      "schema:description": "AI robotic picking system for eCommerce fulfillment"
    },
    "Dispatch": {
      "@id": "bg:Dispatch",
      "@type": "bg:SortationSystem",
      "schema:description": "High-throughput parcel sortation system"
    },
    "Scoop": {
      "@id": "bg:Scoop",
      "@type": "bg:UnloadingSystem",
      "schema:description": "Autonomous trailer-unloading robotic system"
    },
    "Stride": {
      "@id": "bg:Stride",
      "@type": "bg:SortationSystem",
      "schema:description": "Shuttle-based sortation for retail replenishment"
    },
    "BGFlex": {
      "@id": "bg:BGFlex",
      "@type": "bg:MobileRobotPlatform",
      "schema:description": "Flexible autonomous mobile robot platform"
    },
    "BGOS": {
      "@id": "bg:BGOS",
      "@type": "bg:OperatingSystem",
      "schema:description": "Centralized fleet orchestration operating environment"
    },

    "throughput": {
      "@id": "bg:throughput",
      "@type": "xsd:float"
    },
    "picksPerHour": {
      "@id": "bg:picksPerHour",
      "@type": "xsd:integer"
    },
    "skuAgnostic": {
      "@id": "bg:skuAgnostic",
      "@type": "xsd:boolean"
    },
    "warehouseManagementSystem": "bg:warehouseManagementSystem",
    "wmsIntegration": "bg:wmsIntegration",
    "restfulApi": "bg:restfulApi",
    "predictiveMaintenance": "bg:predictiveMaintenance",
    "remoteMonitoring": "bg:remoteMonitoring",
    "fulfillmentWorkflow": "bg:fulfillmentWorkflow",
    "sortZone": "bg:sortZone",
    "inductPoint": "bg:inductPoint",
    "orderSequencing": "bg:orderSequencing",
    "bopis": {
      "@id": "bg:bopis",
      "schema:name": "Buy Online Pickup In Store",
      "@type": "bg:FulfillmentWorkflow"
    },
    "curbsidePickup": "bg:curbsidePickup",
    "storeReplenishment": "bg:storeReplenishment",
    "ecommerceFulfillment": "bg:ecommerceFulfillment",
    "parcelLogistics": "bg:parcelLogistics"
  }
}