{
  "@context": {
    "@version": 1.1,
    "@protected": true,
    "id": "@id",
    "type": "@type",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "unece": "https://vocabulary.uncefact.org/",
    "cred": "https://www.w3.org/2018/credentials#",
    "VerifiableCredential": "cred:VerifiableCredential",
    "ShippersLetterOfInstructions": "unece: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": "unece:issueDateTime",
      "@type": "xsd:dateTime"
    },
    "despatchDate": {
      "@id": "unece:despatchDateTime",
      "@type": "xsd:dateTime"
    },
    "documentaryCreditNumber": "unece:identifier",
    "incoterms": "unece:applicableTradeDeliveryTerms",
    "handlingInstructions": "unece:handlingInstructions",
    "insuranceCondition": "unece:applicableInsurance",
    "authentication": "unece:authenticationText",
    "Consignor": "unece:TradeParty",
    "consignor": "unece:consignorParty",
    "Consignee": "unece:TradeParty",
    "consignee": "unece:consigneeTradeParty",
    "FreightForwarder": "unece:TradeParty",
    "freightForwarder": "unece:freightForwarderParty",
    "Buyer": "unece:TradeParty",
    "buyer": "unece:buyerTradeParty",
    "NotifyParty": "unece:TradeParty",
    "notifyParty": "unece:notifiedParty",
    "InsuredParty": "unece:TradeParty",
    "insuredParty": "unece:coverageParty",
    "placeOfDespatch": "unece:despatchLogisticsLocation",
    "placeOfIssue": "unece:issueLogisticsLocation",
    "originCountry": "unece:originCountry",
    "transportMeansIdentifier": "unece:transportMeansIdentifier",
    "vehicleRegistrationNumber": "unece:registrationCountry",
    "numberOfPackages": "unece:packageQuantity",
    "grossWeight": "unece:grossWeightMeasure",
    "netWeight": "unece:netWeightMeasure",
    "goods": {
      "@id": "unece:includedSupplyChainConsignmentItem",
      "@container": "@set"
    },
    "description": "unece:description",
    "hsCode": {
      "@id": "https://vocabulary.uncefact.org/ReferenceCodeList#HS"
    },
    "packagingType": "unece:typeCode",
    "shippingMarks": "unece:physicalShippingMarks",
    "quantity": "unece:grossVolumeMeasure",
    "volume": "unece:grossVolumeMeasure",
    "packageLength": "unece:linearSpatialDimension",
    "packageWidth": "unece:linearSpatialDimension",
    "value": "unece:declaredValueForCustomsAmount",
    "amount": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "unit": "schema:unitCode",
    "currency": "schema:currency",
    "unlocode": {
      "@id": "unece:identifier",
      "@type": "@id"
    }
  }
}
