[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2019-08-29 Thread gerritbot
gerritbot added a comment. Change 533117 **merged** by jenkins-bot: [wikidata/query/rdf@master] Fix NME on bind variable both by LabelService and some other clause https://gerrit.wikimedia.org/r/533117 TASK DETAIL https://phabricator.wikimedia.org/T159723 EMAIL PREFERENCES https:/

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2019-08-29 Thread gerritbot
gerritbot added a comment. Change 533112 **merged** by Smalyshev: [wikidata/query/blazegraph@master] Support for uncertainVars in ServiceNode https://gerrit.wikimedia.org/r/533112 TASK DETAIL https://phabricator.wikimedia.org/T159723 EMAIL PREFERENCES https://phabricator.wikimedia.

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2019-08-28 Thread gerritbot
gerritbot added a comment. Change 533117 had a related patch set uploaded (by Igor Kim; owner: Igor Kim): [wikidata/query/rdf@master] Fix NME on bind variable both by LabelService and some other clause https://gerrit.wikimedia.org/r/533117 TASK DETAIL https://phabricator.wikimedia.or

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2019-08-28 Thread gerritbot
gerritbot added a comment. Change 533112 had a related patch set uploaded (by Igor Kim; owner: Igor Kim): [wikidata/query/blazegraph@master] Support for uncertainVars in ServiceNode https://gerrit.wikimedia.org/r/533112 TASK DETAIL https://phabricator.wikimedia.org/T159723 EMAIL PREF

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2017-03-12 Thread WikidataFacts
WikidataFacts added a comment. I think these are the same issue: SELECT ?x ?xLabel WHERE { BIND(wd:Q42 AS ?x). BIND("Douglas Adams"@en AS ?xLabel). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Link SELECT ?x ?xLabel WHERE { VALUES (?x ?xLabel) { (wd:Q42 "Dougl

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2017-03-08 Thread WikidataFacts
WikidataFacts added a comment. Here’s a variation that triggers the error: query It returns some partial results before the error message because the error is only triggered when the first “no value” is reached, in “abbot” – “applies to territorial jurisdiction” – no value. (To see the result list

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2017-03-07 Thread Smalyshev
Smalyshev added a comment. @WikidataFacts the query you provided however works. Could you provide a full query that didn't work for you? That'd make figuring out the problem easier.TASK DETAILhttps://phabricator.wikimedia.org/T159723EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2017-03-07 Thread Smalyshev
Smalyshev added a comment. Direct link to the full query.TASK DETAILhttps://phabricator.wikimedia.org/T159723EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, WikidataFacts, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, Jonas, F

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2017-03-06 Thread WikidataFacts
WikidataFacts added a comment. Here is the real query – the relevant part is: either a statement is a normal statement and has a proper object (?object), in which case I want its label, or it’s a “no value” statement, in which case I want to bind ?objectLabel to "no value"@en. (In the real query, i

[Wikidata-bugs] [Maniphest] [Commented On] T159723: NotMaterializedException when one branch of UNION binds ?variable and other branch binds ?variableLabel and label service is used

2017-03-06 Thread Smalyshev
Smalyshev added a comment. This is rather weird query - why you need a service if you already have the label bound?TASK DETAILhttps://phabricator.wikimedia.org/T159723EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, WikidataFac