{
  "@context": {
    "@version": 1.1,
    "@protected": true,
    "id": "@id",
    "type": "@type",

    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "trade": "https://vocabulary.uncefact.org/",
    "cred": "https://www.w3.org/2018/credentials#",

    "VerifiableCredential": "cred:VerifiableCredential",
    "ShippersLetterOfInstructions": "trade:ForwardingInstruction",

    "validFrom": {
      "@id": "cred:validFrom",
      "@type": "xsd:dateTime"
    },
    "validTo": {
      "@id": "cred:validTo",
      "@type": "xsd:dateTime"
    },
    "issuer": {
      "@id": "cred:issuer",
      "@type": "@id"
    },
    "credentialSubject": {
      "@id": "cred:credentialSubject",
      "@type": "@id"
    },
    "credentialSchema": "cred:credentialSchema",

    "name": "schema:name",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",

    "issueDate": {
      "@id": "trade:issueDateTime",
      "@type": "xsd:date"
    },
    "despatchDate": {
      "@id": "trade:despatchDateTime",
      "@type": "xsd:date"
    },
    "documentaryCreditNumber": "trade:identifier",
    "incoterms": "trade:applicableTradeDeliveryTerms",
    "handlingInstructions": "trade:handlingInstructions",
    "insuranceCondition": "trade:applicableInsurance",
    "authentication": "trade:authenticationText",

    "Consignor": "trade:TradeParty",
    "consignor": "trade:consignorParty",
    "Consignee": "trade:TradeParty",
    "consignee": "trade:consigneeTradeParty",
    "FreightForwarder": "trade:TradeParty",
    "freightForwarder": "trade:freightForwarderParty",
    "Buyer": "trade:TradeParty",
    "buyer": "trade:buyerTradeParty",
    "NotifyParty": "trade:TradeParty",
    "notifyParty": "trade:notifiedParty",
    "InsuredParty": "trade:TradeParty",
    "insuredParty": "trade:coverageParty",

    "placeOfDespatch": "trade:despatchLogisticsLocation",
    "placeOfIssue": "trade:issueLogisticsLocation",
    "originCountry": "trade:originCountry",

    "transportMeansIdentifier": "trade:transportMeansIdentifier",
    "vehicleRegistrationNumber": "trade:registrationCountry",

    "numberOfPackages": "trade:packageQuantity",
    "grossWeight": "trade:grossWeightMeasure",
    "netWeight": "trade:netWeightMeasure",

    "goods": "trade:includedSupplyChainConsignmentItem",
    "description": "trade:description",
    "hsCode": {
      "@id": "https://vocabulary.uncefact.org/ReferenceCodeList#HS"
    },
    "packagingType": "trade:typeCode",
    "shippingMarks": "trade:physicalShippingMarks",
    "quantity": "trade:grossVolumeMeasure",
    "volume": "trade:grossVolumeMeasure",
    "packageLength": "trade:linearSpatialDimension",
    "packageWidth": "trade:linearSpatialDimension",
    "value": "trade:declaredValueForCustomsAmount",

    "amount": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "unit": "schema:unitCode",
    "currency": "schema:currency",

    "unlocode": {
      "@id": "trade:identifier",
      "@type": "@id"
    }
  }
}
