Identity is the root of many challenges that arise during system usage troubleshooting, especially in situation where fine-grained attribute-based access controls are in use. Thus, it imperative that you (the identity principal) possess knowledge about how to you are being identified to a Virtuoso instance.
Basically, this is about Virtuoso's equivalent of the "whoami" command on Unix and Linux.
How to determine your Virtuoso SQL session identity, following a successful login.
SELECT get_user();
SPARQL SELECT bif:get_user() {};
/sparql
input form:
SELECT bif:get_user() {}