Hi Kurt,
I'm the author of Snorql. It was originally created for D2R Server,
but I've also set it up for various other SPARQL endpoints, including
DBpedia and data.semanticweb.org, which might require some small
adaptions.
Snorql is not available as a standalone download, and there are no
Hi Kurt,
SNORQL was not built by OpenLink and is not hosted on our server. I
would imagine it is built and maintained by the DBpedia team and
simply queries the DBpedia SPARQL endpoint hosted in Virtuoso to
perform its SPARQL operations ...
Best Regards
Hugh Williams
Professional Services
HI Kurt,
Use the "file_to_string_output" function rather then file_to_string
which is limited to 16MB file sizes:
http://docs.openlinksw.com/virtuoso/fn_file_to_string_output.html
Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http:
Hi,
I'm trying to load a large rdf file (~84mb)
in iSQL i try:
DB.DBA.RDF_LOAD_RDFXML_MT(file_to_string('/www/virtuoso/jamendo.rdf'),
'', 'http://localhost.test/jamendo');
I get the following:
SQLState: 39000
Message: FA008: File '/www/virtuoso/jamendo.rdf' too long, cannot
return string cont
Hello,
How can i put a SNORQL interface on top of my Virtuoso instance ala
http://dbpedia.org/snorql/
googling for snorql points me to some other explorers but no download
page or anything. i understand it is part of D2R... do i just use
this?
???
thanks!
-kurt