From: Jeremy J C. <jj...@sy...> - 2015-04-29 20:23:25
|
A long time ago, maybe two years even, analytic query mode had correctness issues to do with literals that were in the query but not in the data or something like that …. Are these issues believed resolved? IIRC the sort of problem case was e.g: select * { BIND (Concat("Plain","Literal") as ?foo) graph ?g { ?s ?p ?foo } } LIMIT 20 where the data includes the graph <http://www.w3.org/1999/02/22-rdf-syntax-ns> which includes the triple rdf:PlainLiteral rdfs:label “PlainLiteral” This now does work both in Analytic mode and not. thanks Jeremy |