Trabex · JSON-LD Context

Trabex Context

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

39 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

trabex: https://api-evangelist.com/context/trabex/
customs: https://api-evangelist.com/context/customs/

Classes

Shipment shipmentId status screeningStatus aesStatus itn shipper consignee freightForwarder destinationCountry exportDate carrier trackingNumber referenceNumber lineItems Party name address city state country postalCode ExportLineItem description scheduleBNumber quantity unitOfMeasure valueUSD countryOfOrigin eccnNumber ScreeningResult riskLevel matches matchScore listName Company role AESFiling Document

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "trabex": "https://api-evangelist.com/context/trabex/",
    "customs": "https://api-evangelist.com/context/customs/",
    "Shipment": "schema:DeliveryEvent",
    "shipmentId": "schema:identifier",
    "status": "trabex:complianceStatus",
    "screeningStatus": "trabex:screeningStatus",
    "aesStatus": "trabex:aesStatus",
    "itn": "trabex:internalTransactionNumber",
    "shipper": "schema:sender",
    "consignee": "schema:recipient",
    "freightForwarder": "trabex:freightForwarder",
    "destinationCountry": "schema:addressCountry",
    "exportDate": "schema:departureDate",
    "carrier": "schema:provider",
    "trackingNumber": "schema:trackingNumber",
    "referenceNumber": "schema:referenceNumber",
    "lineItems": "schema:orderedItem",
    "Party": "schema:Organization",
    "name": "schema:name",
    "address": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "country": "schema:addressCountry",
    "postalCode": "schema:postalCode",
    "ExportLineItem": "customs:ExportLineItem",
    "description": "schema:description",
    "scheduleBNumber": "customs:scheduleBNumber",
    "quantity": "schema:orderQuantity",
    "unitOfMeasure": "customs:unitOfMeasure",
    "valueUSD": "schema:price",
    "countryOfOrigin": "customs:countryOfOrigin",
    "eccnNumber": "customs:eccnNumber",
    "ScreeningResult": "trabex:ScreeningResult",
    "riskLevel": "trabex:riskLevel",
    "matches": "trabex:screeningMatches",
    "matchScore": "trabex:matchScore",
    "listName": "trabex:listName",
    "Company": "schema:Organization",
    "role": "schema:roleName",
    "AESFiling": "trabex:AESFiling",
    "Document": "schema:DigitalDocument"
  }
}