HI,

> I want to query my graphs in virtuoso via C# .Net, I note vi google there is 
> a dotnet dll to do that, any body has experience to query virtuoso via C# 
> -send sqprql to virtuoso and iterate query result data set- ???


Yes, the virtuoso open source version contains a OpenLink.Data.Virtuoso.dll 
which works with Mono.

You can execute any sparql query via the Virtuoso .NET Adapter by prefixing the 
query with the SPARQL keyword as shown here:

    http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsparqlinline

The resultset is returned as a set of rows which can be iterated over.


Patrick





Patrick
---
Patrick van Kleef
Program Manager
OpenLink Software

http://www.openlinksw.com/
http://twitter.com/openlink/


------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to