{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://w3id.org/traceability/v1"
    ],
    "id": "did:key:z6MkmbqKc6KncFZUbVJwUppttTkiMAtnVJ5wzC5oVBWci3pc",
    "type": [
        "VerifiableCredential",
        "HouseBillOfLadingCredential"
    ],
    "name": "House Bill Of Lading",
    "issuanceDate": "2022-03-04T13:40:00Z",
    "issuer": {
        "type": [
            "Organization"
        ],
        "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
        "name": "World Forward, Inc.",
        "location": {
            "type": [
                "Place"
            ],
            "address": {
                "type": [
                    "PostalAddress"
                ],
                "name": "MCL Multi Container Line LTD.",
                "streetAddress": "Well Fung Ind Centre",
                "addressLocality": "Kwai Chung",
                "addressRegion": "Hong Kong",
                "addressCountry": "Hong Kong"
            }
        }
    },
    "credentialSubject": {
        "type": [
            "HouseBillOfLading"
        ],
        "billOfLadingNumber": "FF873363210A",
        "bookingNumber": [
            "FF873363210"
        ],
        "shipper": {
            "type": [
                "Organization"
            ],
            "name": "Espresso Italiano Co.",
            "location": {
                "type": [
                    "Place"
                ],
                "address": {
                    "type": [
                        "PostalAddress"
                    ],
                    "streetAddress": "Via Vico Ferrovia 5",
                    "addressLocality": "Goro",
                    "addressRegion": "Ferrara",
                    "postalCode": "44020",
                    "addressCountry": "IT"
                }
            },
            "email": "sales@espresso-italiano.example.com",
            "phoneNumber": "+39 0351 9067195"
        },
        "consignee": {
            "type": [
                "Organization"
            ],
            "name": "Prosumer Coffee Supplies, Ltd.",
            "description": "Coffee Machine Imports",
            "location": {
                "type": [
                    "Place"
                ],
                "address": {
                    "type": [
                        "PostalAddress"
                    ],
                    "streetAddress": "3934 Spinnaker Lane",
                    "addressLocality": "Joliet",
                    "addressRegion": "Illinois",
                    "postalCode": "60432",
                    "addressCountry": "US"
                }
            }
        },
        "notifyParty": [
            {
                "type": [
                    "Organization"
                ],
                "name": "Prosumer Coffee Supplies, Ltd.",
                "description": "Coffee Machine Imports",
                "location": {
                    "type": [
                        "Place"
                    ],
                    "address": {
                        "type": [
                            "PostalAddress"
                        ],
                        "streetAddress": "3934 Spinnaker Lane",
                        "addressLocality": "Joliet",
                        "addressRegion": "Illinois",
                        "postalCode": "60432",
                        "addressCountry": "US"
                    }
                }
            }
        ],
        "carrier": {
            "type": [
                "Organization"
            ],
            "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
            "name": "World Forward, Inc.",
            "location": {
                "type": [
                    "Place"
                ],
                "address": {
                    "type": [
                        "PostalAddress"
                    ],
                    "name": "MCL Multi Container Line LTD.",
                    "streetAddress": "Well Fung Ind Centre",
                    "addressLocality": "Kwai Chung",
                    "addressRegion": "Hong Kong",
                    "addressCountry": "Hong Kong"
                }
            }
        },
        "mainCarriageTransportMovement": {
            "type": [
                "Transport"
            ],
            "vesselNumber": "MS Seven Seas",
            "voyageNumber": "Atl-W0425"
        },
        "portOfLoading": {
            "type": [
                "Place"
            ],
            "unLocode": "ITMIL"
        },
        "portOfDischarge": {
            "type": [
                "Place"
            ],
            "unLocode": "USLGB"
        },
        "totalNumberOfPackages": 2200,
        "transportEquipmentQuantity": 2,
        "includedConsignmentItems": [
            {
                "type": [
                    "ConsignmentItem"
                ],
                "marksAndNumbers": "Espresso Italiano",
                "commodity": {
                    "type": [
                        "Commodity"
                    ],
                    "commodityCode": "851671",
                    "commodityCodeType": "HS"
                },
                "packageQuantity": 220,
                "netWeight": {
                    "type": [
                        "QuantitativeValue"
                    ],
                    "unitCode": "kg",
                    "value": "1460"
                },
                "grossWeight": {
                    "type": [
                        "QuantitativeValue"
                    ],
                    "unitCode": "kg",
                    "value": "1590"
                },
                "grossVolume": {
                    "type": [
                        "QuantitativeValue"
                    ],
                    "value": "85",
                    "unitCode": "cmb"
                }
            }
        ],
        "freightAndCharges": [
            {
                "type": [
                    "ServiceCharge"
                ],
                "chargeCode": "basicFreight",
                "paymentTerm": "collect",
                "chargeText": "Negotiated ocean freight",
                "rate": {
                    "type": [
                        "PriceSpecification"
                    ],
                    "price": 225,
                    "priceCurrency": "USD"
                },
                "calculationBasis": "Per container",
                "appliedAmount": {
                    "type": [
                        "PriceSpecification"
                    ],
                    "price": 450,
                    "priceCurrency": "USD"
                }
            }
        ],
        "declaredValue": {
            "type": [
                "PriceSpecification"
            ],
            "price": 24000,
            "priceCurrency": "USD"
        },
        "termsAndConditions": "https://terms-of-shipment.freightforwarder.example.com"
    }
}
