Re: [Virtuoso-users] SPARQL queries problems

2007-08-06 Thread Cesbron, Brice
Thank you all. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, dissemi

Re: [Virtuoso-users] SPARQL queries problems

2007-08-06 Thread Christian Weiske
Brice, > PREFIX rdfs: > SPARQL SELECT ?s from WHERE { ?s > rdfs:subClassOf ?o }; Put "sparql" at the beginning of the query (before 'prefix'). -- Regards/Mit freundlichen Grüßen Christian Weiske signature.asc Description: PGP signatu

Re: [Virtuoso-users] SPARQL queries problems

2007-08-06 Thread Tim Haynes
Cesbron, Brice wrote: > Hello, > > For now I'm using Virtuoso Open Source on an Ubuntu and I'm trying to do > some Sparql queries over my database. > Some are ok but I've an error with this one : > > PREFIX rdfs: > SPARQL SELECT ?s from WH

[Virtuoso-users] SPARQL queries problems

2007-08-06 Thread Cesbron, Brice
Hello, For now I'm using Virtuoso Open Source on an Ubuntu and I'm trying to do some Sparql queries over my database. Some are ok but I've an error with this one : PREFIX rdfs: SPARQL SELECT ?s from WHERE { ?s rdfs:subClassOf ?o };