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
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
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
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