Automated Sorting Systems · JSON-LD Context

Automated Sorting Systems Context

JSON-LD context defining the semantic vocabulary for Automated Sorting Systems from Automated Sorting Systems.

30 Classes 16 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
mfg: https://schema.org/manufacturer/
qudt: http://qudt.org/vocab/unit/
ssn: http://www.w3.org/ns/ssn/
sosa: http://www.w3.org/ns/sosa/

Classes

name url description industry barcode trackingNumber weight dimensions timestamp eventType laneId orderId orderStatus carrier shipDate ruleId condition destination priority observedPeriod jamRate divertAccuracy errorCount exceptionType packageId faultCode resolvedAt erpSystem integrationProtocol apiVersion

Properties

Property Type Container
AutomatedSortingSystems reference
SortationSystem reference
ConveyorSystem reference
WarehouseManagementSystem reference
WarehouseControlSystem reference
Package reference
sortDestination reference
divertPoint reference
SortationEvent reference
throughput qudt:NUM
itemsPerHour qudt:NUM
SortOrder reference
DivertRule reference
ThroughputMetric reference
ExceptionEvent reference
WMSIntegration reference

JSON-LD Document

automated-sorting-systems-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "mfg": "https://schema.org/manufacturer/",
    "qudt": "http://qudt.org/vocab/unit/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "sosa": "http://www.w3.org/ns/sosa/",

    "AutomatedSortingSystems": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "industry": "schema:industry",

    "SortationSystem": {
      "@id": "ssn:System",
      "@type": "@id"
    },
    "ConveyorSystem": {
      "@id": "ssn:System",
      "@type": "@id"
    },
    "WarehouseManagementSystem": {
      "@id": "schema:SoftwareApplication",
      "@type": "@id"
    },
    "WarehouseControlSystem": {
      "@id": "schema:SoftwareApplication",
      "@type": "@id"
    },

    "Package": {
      "@id": "schema:Product",
      "@type": "@id"
    },
    "barcode": "schema:identifier",
    "trackingNumber": "schema:trackingNumber",
    "weight": "schema:weight",
    "dimensions": "schema:size",
    "sortDestination": {
      "@id": "schema:location",
      "@type": "@id"
    },
    "divertPoint": {
      "@id": "schema:Place",
      "@type": "@id"
    },

    "SortationEvent": {
      "@id": "schema:Event",
      "@type": "@id"
    },
    "timestamp": "schema:startDate",
    "eventType": "schema:eventStatus",
    "laneId": "schema:identifier",
    "throughput": {
      "@id": "schema:value",
      "@type": "qudt:NUM"
    },
    "itemsPerHour": {
      "@id": "schema:value",
      "@type": "qudt:NUM"
    },

    "SortOrder": {
      "@id": "schema:Order",
      "@type": "@id"
    },
    "orderId": "schema:orderNumber",
    "orderStatus": "schema:orderStatus",
    "carrier": "schema:provider",
    "shipDate": "schema:orderDate",

    "DivertRule": {
      "@id": "schema:Action",
      "@type": "@id"
    },
    "ruleId": "schema:identifier",
    "condition": "schema:description",
    "destination": "schema:location",
    "priority": "schema:position",

    "ThroughputMetric": {
      "@id": "schema:Observation",
      "@type": "@id"
    },
    "observedPeriod": "schema:temporalCoverage",
    "jamRate": "schema:value",
    "divertAccuracy": "schema:value",
    "errorCount": "schema:value",

    "ExceptionEvent": {
      "@id": "schema:Event",
      "@type": "@id"
    },
    "exceptionType": "schema:eventStatus",
    "packageId": "schema:identifier",
    "faultCode": "schema:value",
    "resolvedAt": "schema:endDate",

    "WMSIntegration": {
      "@id": "schema:SoftwareApplication",
      "@type": "@id"
    },
    "erpSystem": "schema:applicationCategory",
    "integrationProtocol": "schema:encodingFormat",
    "apiVersion": "schema:version"
  }
}