Hi, Just wondering why Fuseki 2.3.1 returns expanded content with construct queries, for example with following query:
PREFIX ex: <http://example.org/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> CONSTRUCT { ex:Example rdfs:label "Example" . } WHERE { } returns expanded content with full uris when same query in 2.3.0 returned prefixed content. Best Regards, Miika Alonen CSC - IT Center for Science [email protected]
