{
    "@context": {
        "cargo": "https://onerecord.iata.org/ns/cargo#",
        "unece": "https://vocabulary.uncefact.org/"
    },
    "@type": "cargo:Waybill",
    
    "cargo:waybillType": "cargo:MASTER",
    "cargo:declaredValueForCarriage": [
        {
            "@type": "cargo:CurrencyValue",            
            "cargo:numericalValue": 5000.00,
            "cargo:currencyUnit": [
                {
                    "@id": "unece:CurrencyCodeList#CHF"
                }
            ]
        }
    ]
}