{
  "@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",
    "CertificateOfOrigin": "unece:SpecifiedCertificate",
    "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",
    "IssuingAuthority": "unece:TradeParty",
    "Party": "schema:Organization",
    "name": "schema:name",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "certificateNumber": "unece:identifier",
    "issueDate": {
      "@id": "unece:issueDateTime",
      "@type": "xsd:date"
    },
    "Exporter": "unece:TradeParty",
    "exporter": "unece:exporterParty",
    "Importer": "unece:TradeParty",
    "importer": "unece:importerParty",
    "Consignee": "unece:TradeParty",
    "consignee": "unece:consigneeParty",
    "Seller": "unece:TradeParty",
    "seller": "unece:sellerParty",
    "placeOfIssue": "unece:issueLocation",
    "originCountry": "unece:originCountry",
    "exportationCountry": "unece:exportCountry",
    "destinationCountry": "unece:finalDestinationCountry",
    "originalLoadingLocation": "unece:loadingLocation",
    "baseportUnloadingLocation": "unece:unloadingLocation",
    "transportContractNumber": "unece:identifier",
    "invoiceNumber": "unece:invoiceReferencedDocument",
    "contractNumber": "unece:identifier",
    "issuingAuthority": "unece:associatedParty",
    "CompetentAuthority": "unece:TradeParty",
    "competentAuthority": "unece:associatedParty",
    "numberOfPackages": "unece:packageQuantity",
    "certification": "schema:description",
    "authentication": "schema:description",
    "goods": {
      "@id": "unece:includedConsignmentItem",
      "@container": "@set"
    },
    "description": "unece:description",
    "hsCode": {
      "@id": "https://vocabulary.uncefact.org/ReferenceCodeList#HS"
    },
    "quantity": "unece:grossVolumeMeasure",
    "netWeight": "unece:netWeightMeasure",
    "grossWeight": "unece:grossWeightMeasure",
    "value": "unece:declaredValueForCustomsAmount",
    "countryOfOrigin": "unece:originCountry",
    "amount": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "unit": "schema:unitCode",
    "currency": "schema:currency",
    "unlocode": {
      "@id": "unece:identifier",
      "@type": "@id"
    },
    "Location": "schema:Place",
    "MonetaryAmount": "schema:MonetaryAmount",
    "Quantity": "schema:QuantitativeValue"
  }
}
