# Processing Operation - Can [`dpv:AccountManagement`](https://w3c.github.io/dpv/2.1/dpv/modules/purposes.html#AccountManagement) be a processing operation? Can it be both? If AccountManagement is not applicable, are these good options? - [dpv:Processing](https://w3c.github.io/dpv/2.1/dpv/#Processing) - [odrl:use](https://www.w3.org/TR/odrl-vocab/#term-use) (most abstract term) - [odrl:read](https://www.w3.org/TR/odrl-vocab/#term-read) - [odrl:transform](https://www.w3.org/TR/odrl-vocab/#term-transform) - [odrl:grantUse](https://www.w3.org/TR/odrl-vocab/#term-grantUse) - [odrl:inform](https://www.w3.org/TR/odrl-vocab/#term-inform) - [odrl:install](https://www.w3.org/TR/odrl-vocab/#term-install) Current approach: ``` odrl:permission [ odrl:action dpv:Processing, odrl:use ; #dpv:AccountManagement ... ] ```
Processing Operation
dpv:AccountManagementbe a processing operation?Can it be both?
If AccountManagement is not applicable, are these good options?
Current approach: