WikidataFacts created this task.
WikidataFacts added a project: Wikidata-Query-Service.
Herald added a subscriber: Aklapper.
Herald added projects: Wikidata, Discovery.

TASK DESCRIPTION

@Daniel_Mietchen submitted this query:

SELECT DISTINCT ?item ?pubyear WHERE {
  ?item wdt:P577 ?pubdate;
        wdt:P31 wd:Q13442814.
  BIND(year(?pubdate) AS ?pubyear).
  MINUS { ?item schema:description ?itemDescription. }
}
LIMIT 10

Query link

Currently, it returns these results:

The first two items have been deleted, the rest are redirects. As far as I know, WDQS isn’t supposed to return deleted items at all, and redirects should only appear when explicitly selected with owl:sameAs, so I assume this must be stale data.

This may be a dupe of T136393, and I suppose T153513 would resolve this issue.


TASK DETAIL
https://phabricator.wikimedia.org/T155954

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WikidataFacts
Cc: Smalyshev, WikidataFacts, Daniel_Mietchen, Aklapper, EBjune, mschwarzer, merbst, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to