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.