Wikibase Registry is now Wikibase World. Learn more on the project talk page.

User:Kghbln/queries: Difference between revisions

From Wikibase World
Jump to navigation Jump to search
(new)
 
(chg)
Line 1: Line 1:
; Wikibase instances that are hosted independently
<syntaxhighlight lang=sparql>
<syntaxhighlight lang=sparql>
PREFIX wdt: <https://wikibase.world/prop/direct/>
PREFIX wdt: <https://wikibase.world/prop/direct/>
Line 10: Line 11:
}
}
</syntaxhighlight>
</syntaxhighlight>
[https://tinyurl.com/yn4la8dc tinyurl.com - short URL] / [https://wikibase.world/query/#PREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0APREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20%3Furl%0AWHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP2%20wd%3AQ5.%0A%20%20%20%20%3Fitem%20wdt%3AP1%20%3Furl%20.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%0A https://wikibase.world/query/ - long URL]

Revision as of 12:18, 13 September 2023

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 / https://wikibase.world/query/ - long URL