RDF 1.1 support is enabled by default in Jena 3.0.0 onwards

Some older versions of Jena 2.x and Fuseki can have this turned on but I
don't remember off hand where the switch is

Also even if you turn the switch on it doesn't affect existing data in TDB
databases because data loaded with RDF 1.1 support enabled is encoded
slightly differently to that loaded without

So basically use Jena 3.x (Fuseki 2.3.x) and reload the data if using a
pre-existing TDB database

Rob

On 04/09/2015 17:13, "Reto Gmür" <[email protected]> wrote:

>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




Reply via email to