[Virtuoso-users] Long SPARQL query translation to SQL

2015-05-26 Thread Lorena Etcheverry
Hi I'm following the indications found in http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTipsAndTricksAanalyzingSPARQLQuery to obtain a explain plan of a long SPARQL query under Virtuoso 7. Although I have set blobs on, I receive the following error when trying to obtain the SQL e

Re: [Virtuoso-users] Forward Chaining in Virtuoso 7

2015-05-26 Thread Kingsley Idehen
On 5/26/15 7:10 AM, Julien Subercaze wrote: Thank you for the hints. We did just that, using the following detailed steps : 1) Load RDFS schema in a named graph : SPARQL LOAD ; 2) Check it has been successfully imported : SPARQL SELECT * FROM

Re: [Virtuoso-users] Forward Chaining in Virtuoso 7

2015-05-26 Thread Julien Subercaze
Thank you for the hints. We did just that, using the following detailed steps : 1) Load RDFS schema in a named graph : SPARQL LOAD ; 2) Check it has been successfully imported : SPARQL SELECT * FROM WHERE { ?s ?p