Talk:Public Accountability Initiative
Add topicAppearance
Latest comment: 1 year ago by Back ache in topic Querys
| This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
| |||||||||||
Querys
[edit]#Show 10 wikipedia pages for organisations in the littlesis database
SELECT ?item ?itemLabel ?wikipediaArticle
WHERE {
?item p:P3393 ?statement0.
?statement0 (ps:P3393) _:anyValueP3393.
?wikipediaArticle schema:about ?item ;
schema:isPartOf <https://en.wikipedia.org/> .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 10
Click here to launch the Wikidata query
#Show 10 wikipedia pages for people in the littlesis database
SELECT ?item ?itemLabel ?wikipediaArticle
WHERE {
?item p:P3388 ?statement0.
?statement0 (ps:P3388) _:anyValueP3388.
?wikipediaArticle schema:about ?item ;
schema:isPartOf <https://en.wikipedia.org/> .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 10
Click here to launch the Wikidata query
Back ache (talk) 08:10, 4 April 2025 (UTC)