On 16 November 2011 06:39, Rupert Westenthaler <rupert.westentha...@gmail.com> wrote: > Hi Tommaso, all > > > On 16.11.2011, at 00:14, Tommaso Teofili wrote: > >> 2011/11/15 Enrico Daga <enricod...@gmail.com> > [..] >> BUT I think that's not possible at the moment due to licensing issues wich >> GPL2, see [1][2]. >> Am I wrong? >> Tommaso >> >> [1] : http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSLicense >> [2] : http://www.apache.org/legal/resolved.html >> > when looking at the POM file [1], I do not see any Virtuoso specific > dependencies other than the JDBC driver. > So in my opinion directly access to the data within the Virtuoso relational > database should be OK (license wise). > > However I could imagine that this could change as soon as Clerezza also > supports direct usage of the > SPARQL engine of Stores (CLEREZZA-466 ) and one would like to implement this > for Virtuoso. No, it doesn't, because the SPARQL implementation of virtuoso is based on a SQL preprocessor. For example you can do the following in SQL:
sparql select * from {?a ?b ?c} This means that the only change would be to implement SparqlTcProvider, without the need of additional deps. (This is an extremely interesting feature for me, is anybody active on that?) cheers Enrico > > best > Rupert > > > [1] > https://github.com/enridaga/clerezza-virtuoso/blob/master/clerezza-virtuoso/pom.xml > > >> >>> >>> (Last but not least, code reviews or any hint on the implementation is >>> welcome!) >>> >>> Bests, >>> Enrico >>> >>> On 10 November 2011 23:48, Reto Bachmann-Gmür <r...@apache.org> wrote: >>>> Enrico wrote: >>>>> >>>>> progress: >>>>> - implemented clerezza-virtuoso storage adapter (stanbol - >>>>> data.cnr.it integration) >>>>> >>>>> >>>>> >>>>> >>>>> >>> https://github.com/enridaga/clerezza-virtuoso/tree/master/clerezza-virtuoso >>>> >>>> Hi Enrico, >>>> >>>> This looks very cool! >>>> >>>> What are your expiriences, what are the benefits and trade-offs compared >>>> with tdb storage? >>>> >>>> Cheers, >>>> Reto >>>> >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Enrico Daga >>> >>> -- >>> http://www.enridaga.net >>> skype: enri-pan >>> > > -- Enrico Daga -- http://www.enridaga.net skype: enri-pan