Re: [Virtuoso-users] Support for Describe sparql

2008-01-21 Thread Ivan Mikhailov
Hello Rajeev, Yes, Virtuoso supports DESCRIBE for everything that can be SELECTed. Internally, DESCRIBE, CONSTRUCT, INSERT, DELETE and MODIFY are implemented as user-defined aggregates applied to the output of appropriate SELECT statement so they do not bring any additional restrictions to SELECT

[Virtuoso-users] Support for Describe sparql

2008-01-21 Thread Rajeev J Sebastian
Hello all, Does Virtuoso 5.0.3 support queries of the form: describe ?x where { ?x foaf:name "foo" } ? Regards Rajeev J Sebastian

Re: [Virtuoso-users] Support for "float" literals

2008-01-21 Thread Christian Becker
Rajeev, in this case we're using properties from the W3C Geo Vocabulary (http://www.w3.org/2003/01/geo/ ) which implicitly uses floats. As the data will be published for others to use, I'd prefer to obey the ontology :) However, maybe you're right and we *should* be using double instead. I ju

Re: [Virtuoso-users] SPARQL Demo

2008-01-21 Thread Garry M. Biggs
Hi Reto, You can refer to the following URL for information regarding inserting RDF data into virtuoso - http://virtuoso.openlinksw.com/wiki/main/Main/VirtRDFInsert This Wiki page is still a work in progress so if you require any further information, please ask? Also, the following examples

Re: [Virtuoso-users] SPARQL Demo

2008-01-21 Thread Garry M. Biggs
Hi Reto, You can refer to the following URL for information regarding inserting RDF data into virtuoso - http://virtuoso.openlinksw.com/wiki/main/Main/VirtRDFInsert This Wiki page is still a work in progress so if you require any further information, please ask? Also, the following examples

[Virtuoso-users] SPARQL Demo

2008-01-21 Thread Reto Bachmann-Gmür
Now that I've solved the installation issues, I was playing around with the sparql-demo. I've been trying to upload my own RDF files using "Import RDF Data" in the demo. First I tried to upload an n-triples files without any effect, I then uploaded an RDF/XML file. The data I now accessible wi

Re: [Virtuoso-users] Virtuoso installation question

2008-01-21 Thread Ivan Mikhailov
Hello Reto, > A little problem I encountered: I got the message > > > The file virtuoso.lck exists. > > This probably means that virtuoso-t is already running. > > If you are sure that this is not the case, please remove the file > > virtuoso.lck and start again. > > I just couldn't find virtu

Re: [Virtuoso-users] Virtuoso installation question

2008-01-21 Thread Reto Bachmann-Gmür
Thanks. I'm getting further now, I'll let you know how far :) A little problem I encountered: I got the message The file virtuoso.lck exists. This probably means that virtuoso-t is already running. If you are sure that this is not the case, please remove the file virtuoso.lck and start again.