query-047be20b271123acf71da9aa9a5ab7a6

rq turtle/ttl

redirects to other item. Similar query run on new SDC query service: (Q57935507)Monkey with violets. run on standard Wikidata query service finds that

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
SELECT ?commonsItem ?wikidataItem ?target
WHERE 
{
  #VALUES ?commonsItem { sdc:M50692878 }
  VALUES ?wikidataItem { wd:Q57935507 }
  ?commonsItem wdt:P6243 ?wikidataItem.
  OPTIONAL { ?wikidataItem owl:sameAs ?target. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?commonsItem"):::projected v3("?target"):::projected v1("?wikidataItem"):::projected bind0[/VALUES ?wikidataItem/] bind0-->v1 bind00(["wd:Q57935507"]) bind00 --> bind0 v2 --"wdt:P6243"--> v1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."owl:sameAs".-> v3 end