query-5d416dc949f05817586cf0195d7fef90

rq turtle/ttl

Find all uses of using unconfirmed hypothesis (Q67203058) as a qualifier value for reason for deprecated rank (P2241) 17:04, 26 January 2023 (UTC)❫ ✉ ❪ChristianKl and it seems like the inverse statements gadget doesn't help here. Can someone provide a query that does the job? (P2241)reason for deprecated rank I want to better understand which values are actually used for

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT ?item ?property ?rank ?stmt_id WHERE {
  ?stmt_id pq:P2241 wd:Q67203058; wikibase:rank ?rank .
  ?item ?property ?stmt_id .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v4("?property"):::projected v2("?rank"):::projected v1("?stmt_id"):::projected c2(["wd:Q67203058"]):::iri v1 --"pq:P2241"--> c2 v1 --"wikibase:rank"--> v2 v3 -->v4--> v1