query-4365015b0d27d037244a238e6755c898

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX p: <http://www.wikidata.org/prop/>
select ?item { 
   {
     select distinct ?item {
       ?item p:P10565  ?itemP10565stmt1, ?itemP10565stmt2
                        filter(?itemP10565stmt1 != ?itemP10565stmt2) .
       ?itemP10565stmt1 a wikibase:BestRank .
              ?itemP10565stmt1 a wikibase:BestRank .
     } 
   } }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v1("?itemP10565stmt1") v2("?itemP10565stmt2") c3(["wikibase:BestRank"]):::iri f0[["?itemP10565stmt1 != ?itemP10565stmt2"]] f0 --> v1 f0 --> v2 v3 --"p:P10565"--> v1 v3 --"p:P10565"--> v2 v1 --"a"--> c3 v1 --"a"--> c3