SystemARQ.ValueExtensions = true ;
SystemARQ.SameValueAsString = true ;
SystemARQ.EnableRomanNumerals = false ;
Context context = new Context() ;
context.unset(optimization) ;
//context.set(hideNonDistiguishedVariables, true) ;
context.set(strictSPARQL, false) ;
context.set(constantBNodeLabels, true) ;
context.set(enablePropertyFunctions, true) ;
context.set(regexImpl, javaRegex) ;