Ship24 · JSON-LD Context

Ship24 Context

JSON-LD context defining the semantic vocabulary for Ship24 from Ship24.

22 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ship24: https://www.ship24.com/ns#

Classes

Tracker Shipment Event Courier trackerId trackingNumber shipmentReference clientTrackerId courierCode courierName isSubscribed isTracked statusCode statusCategory statusMilestone estimatedDeliveryDate deliveredDatetime occurrenceDatetime events location createdAt updatedAt

Properties

Property Type Container
destinationCountryCode schema:Country
originCountryCode schema:Country

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ship24": "https://www.ship24.com/ns#",
    "Tracker": "ship24:Tracker",
    "Shipment": "schema:ParcelDelivery",
    "Event": "ship24:Event",
    "Courier": "schema:DeliveryService",
    "trackerId": "ship24:trackerId",
    "trackingNumber": "schema:trackingNumber",
    "shipmentReference": "ship24:shipmentReference",
    "clientTrackerId": "ship24:clientTrackerId",
    "courierCode": "ship24:courierCode",
    "courierName": "schema:name",
    "isSubscribed": "ship24:isSubscribed",
    "isTracked": "ship24:isTracked",
    "destinationCountryCode": {
      "@id": "ship24:destinationCountryCode",
      "@type": "schema:Country"
    },
    "originCountryCode": {
      "@id": "ship24:originCountryCode",
      "@type": "schema:Country"
    },
    "statusCode": "ship24:statusCode",
    "statusCategory": "ship24:statusCategory",
    "statusMilestone": "ship24:statusMilestone",
    "estimatedDeliveryDate": "schema:expectedArrivalUntil",
    "deliveredDatetime": "schema:deliveryTime",
    "occurrenceDatetime": "schema:dateTime",
    "events": "schema:event",
    "location": "schema:location",
    "createdAt": "schema:dateCreated",
    "updatedAt": "schema:dateModified"
  }
}