Shipping Context
JSON-LD context defining the semantic vocabulary for Shipping from Shipping.com.
31 Classes
4 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
gs1:
https://www.gs1.org/voc/
sh:
https://api-evangelist.github.io/shipping/vocabulary/
Classes
ShippingRate
FreightCarrier
Port
Shipment
Surcharge
Container
id
carrierId
carrierName
serviceLevel
origin
destination
name
country
region
rate
amount
currency
unit
transitTime
sailingFrequency
surcharges
commodity
FCL
LCL
TEU
FEU
BAF
PSS
GRI
THC
Properties
| Property |
Type |
Container |
| unlocode |
string |
|
| validFrom |
date |
|
| validTo |
date |
|
| createdAt |
dateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"gs1": "https://www.gs1.org/voc/",
"sh": "https://api-evangelist.github.io/shipping/vocabulary/",
"ShippingRate": "schema:PriceSpecification",
"FreightCarrier": "schema:Organization",
"Port": "schema:Place",
"Shipment": "schema:ParcelDelivery",
"Surcharge": "schema:PriceSpecification",
"Container": "sh:Container",
"id": "@id",
"carrierId": "schema:identifier",
"carrierName": "schema:name",
"serviceLevel": "schema:serviceType",
"origin": "schema:originAddress",
"destination": "schema:deliveryAddress",
"unlocode": {
"@id": "sh:unlocode",
"@type": "xsd:string"
},
"name": "schema:name",
"country": "schema:addressCountry",
"region": "schema:addressRegion",
"rate": "schema:priceSpecification",
"amount": "schema:price",
"currency": "schema:priceCurrency",
"unit": "schema:unitCode",
"validFrom": {
"@id": "schema:validFrom",
"@type": "xsd:date"
},
"validTo": {
"@id": "schema:validThrough",
"@type": "xsd:date"
},
"transitTime": "sh:transitTimeDays",
"sailingFrequency": "sh:sailingFrequency",
"surcharges": "sh:surcharges",
"commodity": "sh:commodity",
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"FCL": "sh:FullContainerLoad",
"LCL": "sh:LessThanContainerLoad",
"TEU": "sh:TwentyFootEquivalentUnit",
"FEU": "sh:FortyFootEquivalentUnit",
"BAF": "sh:BunkerAdjustmentFactor",
"PSS": "sh:PeakSeasonSurcharge",
"GRI": "sh:GeneralRateIncrease",
"THC": "sh:TerminalHandlingCharge"
}
}