{
  "@context": {
    "@version": 1.1,
    "@protected": true,
    "id": "@id",
    "type": "@type",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "cred": "https://www.w3.org/2018/credentials#",
    "unece": "https://vocabulary.uncefact.org/",
    "VerifiableCredential": "cred:VerifiableCredential",
    "DangerousGoodsDeclaration": "unece:consignmentTransportDocument",
    "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",
    "Party": "schema:Organization",
    "Location": "schema:Place",
    "MonetaryAmount": "schema:MonetaryAmount",
    "Quantity": "schema:QuantitativeValue",
    "Consignor": "unece:TradeParty",
    "Consignee": "unece:TradeParty",
    "Carrier": "unece:TradeParty",
    "FreightForwarder": "unece:TradeParty",
    "TransportEquipmentOperator": "unece:TradeParty",
    "NotifyParty": "unece:TradeParty",
    "Buyer": "unece:TradeParty",
    "Importer": "unece:TradeParty",
    "InsuranceCompany": "unece:TradeParty",
    "Invoicee": "unece:TradeParty",
    "Payee": "unece:TradeParty",
    "AccountHolder": "unece:TradeParty",
    "IssuerDrawer": "unece:TradeParty",
    "DeliveryParty": "unece:TradeParty",
    "DespatchPickupParty": "unece:TradeParty",
    "Warehouse": "unece:TradeParty",
    "DocumentaryCreditApplicant": "unece:TradeParty",
    "DocumentaryCreditApplicantAgentBank": "unece:TradeParty",
    "DocumentaryCreditAvailableBank": "unece:TradeParty",
    "DocumentaryCreditBeneficiary": "unece:TradeParty",
    "DocumentaryCreditDrawee": "unece:TradeParty",
    "DocumentaryCreditReimbursingBank": "unece:TradeParty",
    "documentIdentifier": "unece:identifier",
    "dangerousGoodsDeclarationIdentifier": "unece:identifier",
    "houseWaybillDocumentIdentifier": "unece:identifier",
    "transportDocumentNumber": "unece:identifier",
    "ucr": "unece:identifier",
    "goodsItemSequenceIdentifier": "unece:identifier",
    "issueDate": {
      "@id": "unece:issueDateTime",
      "@type": "xsd:date"
    },
    "consignor": "unece:consignorParty",
    "name": "schema:name",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "consignee": "unece:consigneeParty",
    "deliveryLocation": "unece:finalDestinationLocation",
    "placeOfTakingOver": "unece:loadingLocation",
    "placeOfIssue": "unece:issueLocation",
    "emergencyContact": "unece:associatedParty",
    "phone": "schema:telephone",
    "handlingInstructions": "unece:handlingInstructions",
    "securityInformation": "unece:additionalInformation",
    "documentEndorsement": "unece:endorsement",
    "undgNumber": "unece:identifier",
    "dangerousGoodsTechnicalName": "unece:description",
    "dangerousGoodsRegulationCode": "unece:regulatoryProcedureCode",
    "packagingDangerLevel": "unece:dangerousGoodsPackingGroupCode",
    "dangerousGoodsClassNumber": "unece:dangerousGoodsClassificationCode",
    "transportMeansTypeCode": "unece:typeCode"
  }
}