Re: [Virtuoso-users] question about html representations of RDF

2009-02-03 Thread Kurt J
whoo! that did the trick. thanks hugh! :-) On Tue, Feb 3, 2009 at 2:04 PM, Hugh Williams wrote: > Kurt, > On 3 Feb 2009, at 12:53, Kurt J wrote: > >> sounds very useful. however it doesn't seem to be working :( after >> adding SPARQL_UPDATE to SPARQL in the conductor UI i get this from the >>

Re: [Virtuoso-users] question about html representations of RDF

2009-02-03 Thread Hugh Williams
Kurt, On 3 Feb 2009, at 12:53, Kurt J wrote: sounds very useful. however it doesn't seem to be working :( after adding SPARQL_UPDATE to SPARQL in the conductor UI i get this from the endpoint: 42000 Error SR186: No permission to execute procedure DB.DBA.SPARQL_INSERT_DICT_CONTENT. SPARQL que

Re: [Virtuoso-users] question about html representations of RDF

2009-02-03 Thread Kurt J
sounds very useful. however it doesn't seem to be working :( after adding SPARQL_UPDATE to SPARQL in the conductor UI i get this from the endpoint: 42000 Error SR186: No permission to execute procedure DB.DBA.SPARQL_INSERT_DICT_CONTENT. SPARQL query: define sql:signal-void-variables 1 insert in

Re: [Virtuoso-users] question about html representations of RDF

2009-02-03 Thread Hugh Williams
Kurt, On 3 Feb 2009, at 11:19, Kurt J wrote: Do you have the SPARQL_SPONGE role enabled for SQL USER "SPARQL" ? This is ROLE isn't granted by default for security reasons. under System Admin -> User Accounts -> SPARQL -> Account Roles -> Selected SPARQL_SELECT SPARQL_SPONGE sort of unre

Re: [Virtuoso-users] question about html representations of RDF

2009-02-03 Thread Kurt J
Thanks Hugh - that's a really nice service i wasn't aware of. It seems to indicate my uris are good! Cheers. -kurt > Note you can also use the following linked data validator to test your URIs: > http://validator.linkeddata.org/vapour?vocabUri=http%3A%2F%2Fdbtune.org%2Fcmn%2Fresource%2FWAGN&cl

Re: [Virtuoso-users] question about html representations of RDF

2009-02-03 Thread Kurt J
> Do you have the SPARQL_SPONGE role enabled for SQL USER "SPARQL" ? This is > ROLE isn't granted by default for security reasons. under System Admin -> User Accounts -> SPARQL -> Account Roles -> Selected SPARQL_SELECT SPARQL_SPONGE sort of unrelated question, adding the role SPARQL_UPDATE to S

Re: [Virtuoso-users] question about html representations of RDF

2009-02-03 Thread Kurt J
> Can you provide the output of running the following query against the > Virtuoso server with isql to list all rewrite rules on your server: > select DB.DBA.URLREWRITE_DUMP_RULELIST_SQL (URRL_LIST) from > URL_REWRITE_RULE_LIST here you go http://pastebin.com/m11db0376 > Can you also provide mo

Re: [Virtuoso-users] question about html representations of RDF

2009-02-02 Thread Hugh Williams
Hi Kurt, Where are you actually seeing the rfc1808_parse_uri error, can this be produced with a curl command for example with something like: curl -I -H "Accept: text/html" http://dbtune.org/cmn/resource/WAGN Which produces the following on my machine: HTTP/1.1 303 See Other List-Post: vir

Re: [Virtuoso-users] question about html representations of RDF

2009-02-02 Thread Hugh Williams
Hi Kurt, Note you can also use the following linked data validator to test your URIs: http://validator.linkeddata.org/vapour?vocabUri=http%3A%2F% 2Fdbtune.org%2Fcmn%2Fresource%2FWAGN&classUri=http%3A%2F% 2F&propertyUri=http%3A%2F%2F&instanceUri=http%3A%2F% 2F&defaultResponse=dontmind Be

Re: [Virtuoso-users] question about html representations of RDF

2009-02-02 Thread Kingsley Idehen
On 2/2/09 2:51 PM, Kurt J wrote: For the HTML representation, you just want to redirect the resource identifier to the information resource description page (description.vsp) using: /about/html/ yes this is more like what's in the examples but now i

Re: [Virtuoso-users] question about html representations of RDF

2009-02-02 Thread Kurt J
> For the HTML representation, you just want to redirect the > resource identifier to the information resource description page > (description.vsp) using: > /about/html/ yes this is more like what's in the examples but now i get: Error 22023 SR014: Function

Re: [Virtuoso-users] question about html representations of RDF

2009-02-02 Thread Hugh Williams
Hi Kurt, As per output of: http://dbtune.org/cmn/sparql/?default-graph-uri=http%3A%2F% 2Fdbtune.org%2Fcmn%2Fresource&should-sponge=&query=SELECT+*+WHERE+%7B% 3Fs+%3Fp+%3Fo%7D&format=text%2Fhtml&debug=on The resource Identified by URI: is an entity in

Re: [Virtuoso-users] question about html representations of RDF

2009-02-02 Thread Kurt J
> Please give me a resource URI as that is going to be the easiest way to > explain the solution. http://dbtune.org/cmn/resource/WAGN is the uri for Wagner. i know it's a bit ugly - the caps abbreviated surnames are legacy and i need to refactor... http://dbtune.org/cmn/resource is the name in

Re: [Virtuoso-users] question about html representations of RDF

2009-02-02 Thread Kingsley Idehen
On 2/2/09 8:47 AM, Kurt J wrote: Hi, I'm trying to deploy some linked data about classical music composers. After some nice advice from the list I've been able to setup a resource - data - page framework for serving the data. http://dbtune.org/cmn/resource/WAGN redirects nicely to either data/

[Virtuoso-users] question about html representations of RDF

2009-02-02 Thread Kurt J
Hi, I'm trying to deploy some linked data about classical music composers. After some nice advice from the list I've been able to setup a resource - data - page framework for serving the data. http://dbtune.org/cmn/resource/WAGN redirects nicely to either data/WAGN for rdf or page/WAGN for html.