query-9f5beccaa5b5ac6439cecf728038de1c
Statements qualified with P1
Use at
- https://query.wikidata.org/sparql
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