Virtualizing data in AWS DocumentDB

I know that Stardog supports virtualizing data in MongoDB. I also know that AWS DocumentDB is largely compatible with MongoDB and connecting to DocumentDB programmatically is usually done with Mongo libraries.

Does anyone know if it is possible to virtualize data from AWS DocumentDB using the same method described here for MongoDB?