Hi all, I've noticed that with the graph
<http://localhost:8765/test-resource> <http://www.w3.org/2000/01/rdf-schema#comment> "A test resource"^^<http://www.w3.org/2001/XMLSchema#string> . running the query ASK {<http://localhost:8765/test-resource> <http://www.w3.org/2000/01/rdf-schema#comment> "A test resource".} with TDB 1.1.2 or with the Stian's fuseki 2.0.1-SNAPSHOT docker image returns false. Is there are setting to enable RDF 1.1 Literals, so that the above query would return true? Cheers, Reto
