User:Kghbln/queries
- Wikibase instances that are hosted independently
PREFIX wdt: <https://wikibase.world/prop/direct/>
PREFIX wd: <https://wikibase.world/entity/>
SELECT ?item ?itemLabel ?url
WHERE {
?item wdt:P2 wd:Q5.
?item wdt:P1 ?url .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
tinyurl.com - short URL / wikibase.world/query/ - long URL
- Wikibase instances that are hosted independently which are online
SELECT ?item ?itemLabel ?website
WHERE {
?item wdt:P31 wd:Q47461344.
?item wdt:P856 ?website.
?item wdt:PXXX wd:Q54.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}