User:SixTwoEight/Entities with disputed items, but without "item disputed by"

From Wikidata
Jump to navigation Jump to search
SELECT DISTINCT ?item ?itemLabel WHERE {
  ?item ?prop ?statement.
  ?statement pq:P1310 ?propDisputer.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  MINUS {
    ?item wdt:P7378 ?itemDisputer.
  }
}
LIMIT 100
Try it!