{
  "@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",
    "WarehouseReceipt": "schema:Order",
    "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",
    "WarehouseOperator": "unece:TradeParty",
    "Party": "schema:Organization",
    "name": "schema:name",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "documentIdentifier": "unece:identifier",
    "issueDate": {
      "@id": "unece:issueDateTime",
      "@type": "xsd:date"
    },
    "Depositor": "unece:TradeParty",
    "warehouseDepositor": "unece:associatedParty",
    "WarehouseKeeper": "unece:TradeParty",
    "warehouseKeeper": "unece:warehouseKeeperParty",
    "warehouse": "unece:specifiedLocation",
    "warehouseCode": "unece:identifier",
    "placeOfIssue": "unece:issueLocation",
    "transportContractNumber": "unece:identifier",
    "billOfLadingNumber": {
      "@id": "https://vocabulary.uncefact.org/ReferenceCodeList#BM"
    },
    "invoiceNumber": "unece:invoiceReferencedDocument",
    "actualArrivalDate": {
      "@id": "unece:actualArrivalRelatedDateTime",
      "@type": "xsd:date"
    },
    "actualDepartureDate": {
      "@id": "unece:departureRelatedDateTime",
      "@type": "xsd:date"
    },
    "storageStartDate": {
      "@id": "unece:startDateTime",
      "@type": "xsd:date"
    },
    "authentication": "schema:description",
    "documentEndorsement": "schema:description",
    "storageConditions": "schema:description",
    "handlingInstructions": "unece:HandlingInstructions",
    "deliveryInstructions": "unece:DeliveryInstructions",
    "totalGrossWeight": "unece:grossWeightMeasure",
    "totalVolume": "unece:grossVolumeMeasure",
    "totalPackages": "unece:packageQuantity",
    "storedGoods": {
      "@id": "unece:includedConsignmentItem",
      "@container": "@set"
    },
    "description": "unece:description",
    "quantity": "unece:grossVolumeMeasure",
    "numberOfPackages": "unece:packageQuantity",
    "packagingType": "unece:typeCode",
    "shippingMarks": "unece:physicalShippingMarks",
    "grossWeight": "unece:grossWeightMeasure",
    "storageLocation": "schema:location",
    "condition": "schema:description",
    "amount": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "unit": "schema:unitCode",
    "Location": "schema:Place",
    "Quantity": "schema:QuantitativeValue"
  }
}
