query-bbbf0a2568fff281946ad7bbb8e1e894

rq turtle/ttl

More bad genre edits.) Q60854160 see for example, and not a collection at all. ((Q49084)short story is not a genre, and so is not a valid value. Further, many of these works are themselves a single (Q1279564)short story collection to many, many data items. (Q1279564)short story collection (P136)genre User:Marcok has incorrectly added I left a message on Marcok's talk page, but he seems to have been offline since mass adding the values. 00:22, 20 March 2019 (UTC)) talk (EncycloPetey as a "genre"? --(Q1279564)short story collection Is there someone with a bot who could edit all these items to remove 22:59, 27 March 2019 (UTC)) talk (Jheald to be "genre or form" ? (P136)genre Alternatively, why don't we just change the label of property 23:24, 27 March 2019 (UTC)) talk (EncycloPetey, assigned by FaBiO. Conflating the two concepts even further would not improve the quality of the data. --(P31)instance of Because (a) that affects multiple projects, and (b) the "form" is handled as a value for This query generates instructions to remove all such statements. The results just need to be pasted into Quickstatements:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (CONCAT("-",SUBSTR(STR(?item),32)) AS ?s) ("P136" AS ?p) ("Q1279564" AS ?o) WHERE {
?item wdt:P136 wd:Q1279564
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v4("?o") v3("?p") v2("?s") c2(["wd:Q1279564"]):::iri v1 --"wdt:P136"--> c2 bind0[/"concat('-',substring(str(?item),'32^^xsd:integer'))"/] v1 --o bind0 bind0 --as--o v2 bind1[/"'P136'"/] bind1 --as--o v3 bind2[/"'Q1279564'"/] bind2 --as--o v4