Hello.
I wonder if I can know the queries you send to the database when I query with virtual graph.
For example
SPARQL
select * where {
graph <virtual://dept> {
?e a ex:Employee ; ex:name ?ename
}
}
the real queries Stardog send to hive or some database.
mysql
???
Does Stardog support this function?
If not, then can I know which sql is using??
Thanks. Mirae Jeong