query-432fa9a87c5e62b3cff9b49976fe2c65
people whose birth place is Odisha, 876 items @19FEB2019
SELECT ?item ?statements ?linkcount ?itemLabel ?pic ?birth ?pobLabel ?VIAF ?IMDb
WHERE {
?item wdt:P31 wd:Q5 . # humans only
?item wdt:P19 / wdt:P131* wd:Q22048 # place of birth is within Odisha.
OPTIONAL { ?item wdt:P569 ?birth }
OPTIONAL { ?item wdt:P19 ?pob }
OPTIONAL { ?item wdt:P18 ?pic }
OPTIONAL { ?item wdt:P214 ?VIAF }
OPTIONAL { ?item wdt:P345 ?IMDb }
OPTIONAL { ?item wikibase:sitelinks ?linkcount. } #count sitelinks
?item wikibase:statements ?statements . # for counting statements
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } # for generating label
}
GROUP BY ?item ?statements ?linkcount ?itemLabel ?pic ?birth ?pobLabel ?VIAF ?IMDb
ORDER BY DESC(?linkcount)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# people whose birth place is Odisha, 876 items @19FEB2019
SELECT ?item ?statements ?linkcount ?itemLabel ?pic ?birth ?pobLabel ?VIAF ?IMDb
WHERE {
?item wdt:P31 wd:Q5 . # humans only
?item wdt:P19 / wdt:P131* wd:Q22048 # place of birth is within Odisha.
OPTIONAL { ?item wdt:P569 ?birth }
OPTIONAL { ?item wdt:P19 ?pob }
OPTIONAL { ?item wdt:P18 ?pic }
OPTIONAL { ?item wdt:P214 ?VIAF }
OPTIONAL { ?item wdt:P345 ?IMDb }
OPTIONAL { ?item wikibase:sitelinks ?linkcount. } #count sitelinks
?item wikibase:statements ?statements . # for counting statements
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } # for generating label
}
GROUP BY ?item ?statements ?linkcount ?itemLabel ?pic ?birth ?pobLabel ?VIAF ?IMDb
ORDER BY DESC(?linkcount)