Re: [Virtuoso-users] Adding default namespaces to SPARQL query page

2013-03-26 Thread Kingsley Idehen
On 3/19/13 6:50 AM, Feron, Thomas wrote: Hey, See http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSetPrefixNames and http://docs.openlinksw.com/virtuoso/fn_xml_set_ns_decl.html. In addition, you can just use the conductor (HTML based Admin UI). Just follow the Linked Data-->N

Re: [Virtuoso-users] Unable to connect to virtuoso : Connect failed to localhost:1111

2013-03-26 Thread Patrick van Kleef
Hi Sumit, > [root@rdesc db]# df -T > FilesystemType 1K-blocks Used Available Use% Mounted on > /dev/sda1 ext4 5039616 3946896836720 83% / > tmpfstmpfs 8165184 0 8165184 0% /dev/shm > /dev/sda7 ext4 4619200140364 4244188 4% /home > /

Re: [Virtuoso-users] Adding default namespaces to SPARQL query page

2013-03-26 Thread Feron, Thomas
Hey, See http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSetPrefixNames and http://docs.openlinksw.com/virtuoso/fn_xml_set_ns_decl.html. Cheers Tom From: Michele Pasin mailto:michele.pa...@gmail.com>> Date: Tuesday, 19 March 2013 10:20 To: "virtuoso-users@lists.sourceforge.net<

[Virtuoso-users] Adding default namespaces to SPARQL query page

2013-03-26 Thread Michele Pasin
Hi, apologies in advance if this sounds too trivial, but I've been trying to add a couple more default namespaces to the sparql query interface that comes by default with Virtuoso (mainly so to speed up typing in queries)... Any suggestion on how to accomplish that? Many thanks, michele

[Virtuoso-users] SPARQL, backslash in URIs

2013-03-26 Thread Alexey Zakhlestin
Hi. I have a dataset, which has backslash character in some of the Subject URIs. Whenever I try to use such URI in SPARQL Query, Virtuoso gives me this: Virtuoso 37000 Error SP030: SPARQL compiler, line 0: Invalid character in SPARQL expression at '\' Do I need to escape backslash somehow?