query-7ad6a8261b4538f0d70ed7c805dc197c

rq turtle/ttl

added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population added before 2016-10

SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P1082 ?population. FILTER(?population - ROUND(?population) != 0). SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?population

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#added before 2016-10

SELECT ?country ?countryLabel ?population
WHERE
{
  ?country wdt:P1082 ?population.
  FILTER(?population - ROUND(?population) != 0).
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ?population

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?country"):::projected v1("?population"):::projected c4(["bd:serviceParam"]):::iri c6(["en"]):::literal f0[["?population - numeric-round(?population) != '0^^xsd:integer'"]] f0 --> v1 v2 --"wdt:P1082"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end