Topic on User talk:MisterSynergy

Jump to navigation Jump to search
Shisma (talkcontribs)

Hi,

You just deleted Q9163098. Since it was in my watch list I wanted to know what it was. But the interface won't tell me. So what was it?

MisterSynergy (talkcontribs)
Shisma (talkcontribs)

please do. I can add references and backlinks. šŸ˜€

MisterSynergy (talkcontribs)

DoneĀ :-)

Shisma (talkcontribs)

thanks. I think I fixed it. do you have a query to find items like it? I mean items with

No references, no sitelinks, no backlinks

MisterSynergy (talkcontribs)

SELECT ?item WHERE { ?item wikibase:sitelinks 0; wikibase:statements 0 . MINUS { [] ?any ?item } MINUS { [] wikibase:claim ?p . ?item ?p [] } MINUS { [] schema:about ?item } FILTER(?item NOT IN (wd:Q16943273, wd:Q17566023)) } ORDER BY ASC(xsd:integer(STRAFTER(STR(?item), 'Q')))

is for "empty items" (with no statements as well, thus of course no references). If you have some experience with SPARQL, I think you should be able to reuse ideas of that query for your own ones. Otherwise I am open to provide advice, of course.