query-9f5beccaa5b5ac6439cecf728038de1c

rq turtle/ttl

Statements qualified with P1

Use at

PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT DISTINCT ?statement where {
  ?statement pq:P1 _:x.
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?statement"):::projected a1((" ")) v1 --"pq:P1"--> a1