query-58d5657289d97292bb7d6077a21fe425

rq turtle/ttl

01:35, 31 July 2020 (UTC)) talk (Jarektdoes not seem to work.--. Remember when using it that WCQS is in beta testing, only updated once a week, and sometimes offline.https://wcqs-beta.wmflabs.org/: Try this in the Wikimedia Commons Query Service at Jarekt@

Use at

PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT DISTINCT ?file {
  ?file p:P6305 ?statement1.
  ?file p:P6305 ?statement2.
  ?statement1 ps:P6305 ?value .
  ?statement2 ps:P6305 ?value .
  FILTER(?statement1 != ?statement2)
}
limit 50

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?file"):::projected v1("?statement1") v2("?statement2") v4("?value") f0[["?statement1 != ?statement2"]] f0 --> v1 f0 --> v2 v3 --"p:P6305"--> v1 v3 --"p:P6305"--> v2 v1 --"p:statement/P6305"--> v4 v2 --"p:statement/P6305"--> v4