Hi Daniel, This is not something I have done myself, but I came across the following ³Semantic Web/RDF Library for C#/.NET²:
http://razor.occams.info/code/semweb/ Which looks like a possible means of doing this using the Virtuoso SPARQL endpoint, and I would imagine is the preferred method of performing such Semantic Web / RDF / SPARQL type operations. Virtuoso also has an ADO.Net Provider which can execute SPARQL queries and is another possibility although not as elegant as querying the SPARQL endpoint, if the above library functions as expected. Hope this helps, if not let us know ... Best Regards, Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers On 19/03/2008 16:32, "Daniel Gagne" <da...@dannygagne.com> wrote: > So I'm building a CRUD application in C# and I want to use virtuoso open > source edition as back end data store. > > My plan is to create a custom attribute class in c# that ties classes and > fields to to RDFS classes/properties, and then write a little piece of code > that serializes that into a SPARQL insert/query. > > My questions: > 1. Is there code out there that already does this? > 2. Is this a bad architecture? How do other people do it? > 3. Any suggestions comments? > > thanks, > > danny > > btw, this code will be opensource. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users > >