The Shippers Group · JSON-LD Context

Shippers Group Context

JSON-LD context defining the semantic vocabulary for Shippers Group from The Shippers Group.

33 Classes 2 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
sg: https://api-evangelist.github.io/shippers-group/vocabulary/

Classes

Warehouse LogisticsService Shipment Location Organization id name description address street1 street2 city state zip country squareFootage type capabilities certifications operatingHours contactName contactPhone contactEmail warehousing distribution coPackaging fulfillment transportationManagement valueAddedServices crossDocking pickAndPack thirdPartyLogistics supplyChain

Properties

Property Type Container
createdAt dateTime
updatedAt dateTime

JSON-LD Document

shippers-group-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "sg": "https://api-evangelist.github.io/shippers-group/vocabulary/",

    "Warehouse": "schema:Warehouse",
    "LogisticsService": "schema:Service",
    "Shipment": "schema:ParcelDelivery",
    "Location": "schema:Place",
    "Organization": "schema:Organization",

    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "address": "schema:address",
    "street1": "schema:streetAddress",
    "street2": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "squareFootage": "schema:floorSize",
    "type": "schema:additionalType",
    "capabilities": "schema:hasOfferCatalog",
    "certifications": "schema:award",
    "operatingHours": "schema:openingHoursSpecification",
    "contactName": "schema:contactPoint",
    "contactPhone": "schema:telephone",
    "contactEmail": "schema:email",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },

    "warehousing": "sg:warehousing",
    "distribution": "sg:distribution",
    "coPackaging": "sg:coPackaging",
    "fulfillment": "sg:fulfillment",
    "transportationManagement": "sg:transportationManagement",
    "valueAddedServices": "sg:valueAddedServices",
    "crossDocking": "sg:crossDocking",
    "pickAndPack": "sg:pickAndPack",
    "thirdPartyLogistics": "sg:thirdPartyLogistics",
    "supplyChain": "sg:supplyChain"
  }
}