Re: [Virtuoso-users] Entity Framework provider

2010-01-05 Thread Kingsley Idehen
Alexander Sidorov wrote: Hi Hugh, At the moment I'm especially interested in working with Virtuoso using .NET. Are there some other frameworks excepting dotnetRDF and LINQTORDF? I'm also interested in EF, but not in this context. Documentation says your EF-provider can be used to access non-

Re: [Virtuoso-users] Entity Framework provider

2010-01-05 Thread Alexander Sidorov
Hi Hugh, At the moment I'm especially interested in working with Virtuoso using .NET. Are there some other frameworks excepting dotnetRDF and LINQTORDF? I'm also interested in EF, but not in this context. Documentation says your EF-provider can be used to access non-relation data stores. I expect

Re: [Virtuoso-users] Entity Framework provider

2010-01-05 Thread Hugh Williams
Hi Alexander, Yes, we did perform some work to provide LiNQ2RDF support for Virtuoso which was committed to the project in 2008, see: http://virtuoso.openlinksw.com/Whitepapers/html/linqtordf/linqtordf1.htm I thought you were more interested in EF support which I why I did not include

Re: [Virtuoso-users] Entity Framework provider

2010-01-05 Thread Alexander Sidorov
Hi High, Thank you for dotnetRDF link: I didn't know about this framework before. I have also found one more .NET framework with Virtuoso support - LINQ2RDF. Now I'm choosing which of them to use. Regards, Alexander 2010/1/3 Hugh Williams > Hi Alexander, > > The walk-throughs provide sample ap

Re: [Virtuoso-users] Entity Framework provider

2010-01-03 Thread Kingsley Idehen
Alexander Sidorov wrote: Hi, Hugh! These examples demonstrate RDF-store access by EF using Views. But I would like some more dynamic way: I don't like the idea of creating a view for every query. The one dynamic example in that list called "Creating Silverlight Application for Browsing RDF Da

Re: [Virtuoso-users] Entity Framework provider

2010-01-03 Thread Hugh Williams
Hi Alexander, The walk-throughs provide sample applications of various methods for querying the Virtuoso RDF & SQL stores in .Net using both the ADO.Net Provider and HTTP. The Entity Framework samples require a SQL/relational mapping and creating a SQL View of the RDF SPARQL query seems the o

Re: [Virtuoso-users] Entity Framework provider

2010-01-02 Thread Alexander Sidorov
Hi, Hugh! These examples demonstrate RDF-store access by EF using Views. But I would like some more dynamic way: I don't like the idea of creating a view for every query. The one dynamic example in that list called "Creating Silverlight Application for Browsing RDF Data

Re: [Virtuoso-users] Entity Framework provider

2010-01-02 Thread Hugh Williams
Hi Alexander, There are a number of "Sample Walk-through Application" examples on accessing using the Virtuoso ADO.Net Provider for accessing the RDF-store via various methods, in the documentation at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAdoNet35Provider I hope

[Virtuoso-users] Entity Framework provider

2010-01-02 Thread Alexander Sidorov
Hello! Are there any examples of using Virtuoso provider for accessing non-relational sources (I am especially in accessing RDF-store)? Regards, Alexander