Can I check sended verision query (virtual graph SPARQL)?

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

Using the query explain command on the command line will show the SQL query.

Jess

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.