query-3d22e2950bd7a01c85b53840aa7553d5
and limit the items to 10. Of course, (P106)occupation This times out. For testing/optimization purposes, I wanted to cut this down to duplicate values for
Use at
- https://query.wikidata.org/sparql
PREFIX p: <http://www.wikidata.org/prop/>
SELECT DISTINCT ?item
WHERE
{
?item p:P106 [].
} LIMIT 10
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
v1 --"p:P106"--> a1