query-9af94e217d555e83e97bfbb5e065d662

rq turtle/ttl

10:27, 4 February 2024 (UTC)) talk (SM5PORAlso, it would be nice to see what the deprecated statementa are about (subject and object). : There were few typos in your query, the idea was good but no chance it would have worked as is. There is few enough results that it’s not useful to include values and property : SM5POR@

Use at

PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT ?reason  ?clarify ?stmt {
  ?stmt pq:P2241 ?reason ; 
        pq:P7930 ?clarify .

} ORDER BY ?reason ?clarify

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?clarify"):::projected v1("?reason"):::projected v3("?stmt"):::projected v3 --"pq:P2241"--> v1 v3 --"pq:P7930"--> v2