Re: [Virtuoso-users] Describe not available for an existing resource

2013-08-23 Thread Hugh Williams
Hi Roland, Glad to hear you have resolved the problem, but it is still unclear to me the form of the describe queries being run with and without the graph IRI, thus can you provide two sample queries please ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. //

Re: [Virtuoso-users] Describe not available for an existing resource

2013-08-23 Thread Hugh Williams
Hi Roland, What is the VOS7 version you are using (virtuoso-t -?) , as describe works fine for me in the scenario you provide, using the latest git develop/7 branch build I have on my machine with sample data I have loaded, both from isql and the /sparql endpoint (including n3/turtle form): SQ

[Virtuoso-users] Describe not available for an existing resource

2013-08-23 Thread Roland Cornelissen
Hi, I have some triples in VOS7 that are all presented by this query: select * { ?p ?o} Now when i do a DESCRIBE i get empty Turtle, against my expectations. I loaded the triples with this command: ttlp_mt (file_to_string_output ('/opt/data/rce/dbnl.nt'), '', 'http://data.metamatter.nl/rce/');