Re: [Virtuoso-users] [Dbpedia-discussion] SNORQL explorer

2009-08-25 Thread Richard Cyganiak
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

Re: [Virtuoso-users] SNORQL explorer

2009-08-25 Thread Hugh Williams
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

Re: [Virtuoso-users] loading a very large rdf file

2009-08-25 Thread Hugh Williams
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:

[Virtuoso-users] loading a very large rdf file

2009-08-25 Thread Kurt J
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

[Virtuoso-users] SNORQL explorer

2009-08-25 Thread Kurt J
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