Re: [Virtuoso-users] Objects of data properties are broken for QUAD maps/SPAQRL views

2014-04-15 Thread Hugh Williams
Hi Alex, The table schema and some sample data to load would be required for recreation. Also, did you create the RDFView mappings by hand or using the conductor Linked Data View wizard ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.o

Re: [Virtuoso-users] R on Virtuoso Server

2014-04-15 Thread Kingsley Idehen
On 4/14/14 7:43 PM, Joachim Baran wrote: Hello, Instead of using ODBC, it might be easier to use the SPARQL package in R: # install.packages('SPARQL') library(SPARQL) endpoint <- 'http://localhost:8890/sparql' query <- " SELECT * WHERE { ?s ?p ?o . } LIMIT 10 " result <- SPA

Re: [Virtuoso-users] REST Web Services

2014-04-15 Thread Hugh Williams
Hi Ricardo, Have your reviewed the documentation below on publishing stored procedures as web services: http://docs.openlinksw.com/virtuoso/expwsmodules.html#expwsmodules Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw

[Virtuoso-users] REST Web Services

2014-04-15 Thread Ricardo Mendes
Hi, how can I publish a REST web service through a Stored Procedure? I read the Virtuoso Server Pages (VSP), but it wasn't clear to me. I create the following procedure: create procedure "WS"."WS"."/i4m/electricity/average_consumption_by_month.vsp" (IN meterID VARCHAR, IN month_num tinyint, IN