Re: [Virtuoso-users] Virtuoso with PHP on Windows

2007-10-02 Thread Sören Auer
On 10/2/07, Patrick van Kleef wrote: > OpenLink provides a zip file with a complete build of VOS, now > including also the binary and support libraries for php5 hosting: > > http://virtuoso.openlinksw.com/wiki/main/Main/VOSDownload Thanks, that helps indeed. However, I think the installation

Re: [Virtuoso-users] Virtuoso with PHP on Windows

2007-10-02 Thread Patrick van Kleef
HI Sören, together with my team, we would like to bring our semantic collaboration platform OntoWiki [1] together with Virtuoso. Many first-time OntoWiki users (and also some developers such as me) use Windows to test-drive (or develop) OntoWiki. Hence, it is a fundamental requirement for us tha

[Virtuoso-users] Announcing OpenLink Virtuoso, Open-Source Edition v5.0.2

2007-10-02 Thread Tim Haynes
Hi, OpenLink Software are pleased to announce a new release of Virtuoso, Open-Source Edition, version 5.0.2. Features and Enhancements associated with this release include: * 64-bit Integer Support * RDF Sink Folders for WebDAV - enabling RDF Quad Store population by simply dropping RDF fi

[Virtuoso-users] Virtuoso with PHP on Windows

2007-10-02 Thread Sören Auer
Hi all, together with my team, we would like to bring our semantic collaboration platform OntoWiki [1] together with Virtuoso. Many first-time OntoWiki users (and also some developers such as me) use Windows to test-drive (or develop) OntoWiki. Hence, it is a fundamental requirement for us that ev

[Virtuoso-users] Getting seeAlso dereferencing and owl:sameAs inference working

2007-10-02 Thread Christian Becker
Hi all, First of all, thanks for this great product. I'm working on a linked data application in connection with DBpedia and I'm currently trying to get IRI dereferencing with input:grab-seealso as well as owl:sameAs inference working using the latest CVS version (updated yesterday). The first use

Re: [Virtuoso-users] Testing Virtuoso SPARQL endpoint

2007-10-02 Thread Rajeev J Sebastian
Hi Mitko, On 10/2/07, Mitko Iliev wrote: > I guess you didn't specified the graph(s) from where to fetch the data, > For testing i suppose you put test data in some graph(s), then should > use FROM e.g. "select * from where { ?x ?y ?z }" . Yes, in fact that is what I am doing. The problem is

Re: [Virtuoso-users] Testing Virtuoso SPARQL endpoint

2007-10-02 Thread Mitko Iliev
Hi Rajeev, I guess you didn't specified the graph(s) from where to fetch the data, e.g. "select * where { ?x ?y ?z }" . Thus all graphs kept in RDF_QUAD including the system one 'http://www.openlinksw.com/schemas/virtrdf#' are in effect. For testing i suppose you put test data in some graph(s), th