Add methods in the SPARQLParser to parse a SPARQL request expressed in an URL
Support the ASK construct
Fix the greater than comparator being printed as less than
Add categories to all unit tests
Fix the EXISTS and NOT EXISTS expressions not handled correctly
Fix some IRI usages not correctly parsed
Fix some type usages not correctly parsed
Add YEAR, MONTH, DAY, HOURS, MINUTES, SECONDS, NOW, TZ, TIMEZONE functions
Add the IRI function
Add the isBLANK function
Add the LCASE and UCASE functions
Add the STRBEFORE and STRAFTER functions
Add the DATATYPE function
Add the AVG function
Fix some cases where some expressions where not correctly parsed
Fix the parsing to take correctly into account qualified names in expressions
Use MDIUtilities 1.3.26
Use docJGenerator 1.6.16 for the wiki
Avoid to create several variables of the same name if the same variable is encountered more than one time in a request
Allow to get the types or the properties associated with a variable
Allow to remove a variable from a SELECT expression
Replace rdfs:subClassOf by rdf:type/rdfs:subClassOf
Fix the addInsertData method in the SparqlRequest creating an INSERT form rather than an INSERT DATA form
Fix cases in an INSERT DATA expression where some rdf:type expressions would not be correctly parsed
Fix setting values for Individuals
Correctly parse SPARQL content with VALUES definition setting an Individual
Allow to add an auto variable in the SELECT content
Rename WhereType to WhereExpression
Allow to define a radix for the name of an additional variable
Add configuration class
Add methods to get the variables used in the ORDER BY expression
Add methods to get the preferred variable in a SPARQLRequest