query-8564e2aedbda15e0bc6bebcd366de8ec
Get all sitelinks for items linked to a given WikiProject on a given wiki. I have tried to combine that with a SPARQL query (via the "Other sources/ SPARQL" form) of the kind PetScan ID 11518507 gives the list, and the current results can be found via this PetScan query, WikiProject African diasporaHi, I'm interested in getting an overview of the cross-wiki content based on a WikiProject tag in one "seed" wiki. I know how to use PetScan to get a list of pages within the scope of a WikiProject on the English Wikipedia. For
Use at
- https://query.wikidata.org/sparql
PREFIX schema: <http://schema.org/>
SELECT ?item WHERE {?sitelink schema:about ?item}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?sitelink")
v1 --"schema:about"--> v2