Re: [Virtuoso-users] Configuring new user

2011-08-04 Thread Houda kr
0:00 > http://www.w3.org/People/Connolly/#me > http://purl.org/dc/elements/1.1/date 2001-02-08T00:00:00 > > > Best Regards > Hugh Williams > Professional Services > OpenLink Software > Web: http://www.openlinksw.com > Support: http://support.openlinksw.com > Forums:

Re: [Virtuoso-users] Configuring new user

2011-08-03 Thread Houda kr
na', 3); > > Done. -- 251 msec. > SQL> > > > Best Regards > Hugh Williams > Professional Services > OpenLink Software > Web: http://www.openlinksw.com > Support: http://support.openlinksw.com > Forums: http://boards.openlinksw.com/support > Twi

[Virtuoso-users] Configuring new user

2011-08-03 Thread Houda kr
Hi, I am trying to create a new user (Anna) in Virtuoso and specify his permission (read/write) on a specific graph and only read for the rest of graphs. I follow the example provided in this link http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFGraphsSecurity, an

[Virtuoso-users] Subquery and SAMPLE keyword (SPARQL 1.1)

2011-08-02 Thread Houda kr
Hi, I need to know how to return one random label (for each item) when the item has several labels (using SPARQL). I tried the following query, but it returns the same label for all persons SELECT ?person ?name WHERE { ?person a foaf:Agent . { SELECT ?name WHERE { ?person rdfs:label ?name }

Re: [Virtuoso-users] HTML representation of RDF resources

2011-07-26 Thread Houda kr
# Proxy rules for Virtuoso ProxyPass /data http://hostname:8080/data ProxyPassReverse/data http://hostname:8080/data I cannot see where is the problem and why I have the NOT FOUND error ? any help ? Thanks in advance Houda 2011/7/26 Kingsley Idehen > ** > On 7/25/11 10

[Virtuoso-users] HTML representation of RDF resources

2011-07-25 Thread Houda kr
Hi, I want to serve HTML representation for my RDF resources. These resources are stored in a local virtuoso system storage. According to this wiki page http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtLinkedDataDeployment, I can redirect the client to the proxy /about/html. But, this proxy u