{
  "@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",
    "PreferentialCertificateOfOrigin": "unece:PreferentialCertificateOfOrigin",
    "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",
    "certificateNumber": "unece:identifier",
    "goodsDeclarationNumber": "unece:identifier",
    "issueDate": {
      "@id": "unece:issueDateTime",
      "@type": "xsd:dateTime"
    },
    "tradeAgreement": "unece:applicableTradeAgreement",
    "Exporter": "unece:TradeParty",
    "exporter": "unece:exporterTradeParty",
    "Importer": "unece:TradeParty",
    "importer": "unece:importerTradeParty",
    "Consignee": "unece:TradeParty",
    "consignee": "unece:consigneeTradeParty",
    "Consignor": "unece:TradeParty",
    "consignor": "unece:consignorParty",
    "placeOfIssue": "unece:issueLogisticsLocation",
    "placeOfDeparture": "unece:departureLogisticsLocation",
    "originCountry": "unece:originCountry",
    "destinationCountry": "unece:finalDestinationCountry",
    "transportContractNumber": "unece:transportContractDocument",
    "invoiceNumber": "unece:invoiceReferencedDocument",
    "contractNumber": "unece:contractReferencedDocument",
    "IssuingAuthority": "unece:TradeParty",
    "issuingAuthority": "unece:issuingAuthorityTradeParty",
    "CompetentAuthority": "unece:GovernmentRegistration",
    "competentAuthority": "unece:competentGovernmentBody",
    "numberOfPackages": "unece:packageQuantity",
    "certification": "unece:certificationText",
    "authentication": "unece:authenticationText",
    "goods": {
      "@id": "unece:includedSupplyChainConsignmentItem",
      "@container": "@set"
    },
    "description": "unece:description",
    "hsCode": {
      "@id": "https://vocabulary.uncefact.org/ReferenceCodeList#HS"
    },
    "originCriteria": "unece:originCriteriaText",
    "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"
    }
  }
}
