I have code for a query builder that I would like to contribute... but I don't see a good place to put the code.
It is not Jena specific. it has the following methods addFilter() addGraph() addOptional() addOrderBy() addPrefix() addSubQuery() addUnion() addVar() addWhere() build() clone() the build() method creates a SELECT statement string. the clone() makes a deep copy so it is easy to create a base query in code and then extend it. Anybody have any idea if and where it might go in the Jena source? Perhaps the jena-commons experimental code? If we decide that it doesn't belong, I'll just create a git hub project for it. Claude -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
