Smalyshev created this task. Smalyshev assigned this task to Jonas. Smalyshev added a subscriber: Smalyshev. Smalyshev added a project: Wikidata-Query-Service. Herald added subscribers: StudiesWorld, Aklapper. Herald added projects: Wikidata, Discovery.
TASK DESCRIPTION When editing this query: ``` PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX schema: <http://schema.org/> SELECT (COUNT(DISTINCT ?sitelink) AS ?count) WHERE { ?item wdt:P31 wd:Q4167836 . ?sitelink schema:about ?item . ?sitelink schema:inLanguage "en" . FILTER (STRSTARTS(str(?sitelink), "https://commons.wikimedia.org/")) . } ``` If you hover over the item of `wd:Q4167836` you get the label, but this one has no description. The GUI shows "undefined" there. But I think it is better to not show anything - otherwise it is not clear that the description isn't actually the text "undefined". Alternatively, "undefined" can be shown in some special manner to ensure it's meta-data and not data. TASK DETAIL https://phabricator.wikimedia.org/T120321 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jonas, Smalyshev Cc: Aklapper, StudiesWorld, Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331 _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
