query-773730a7996a9e435c8f49356a12a36a
Bubble chart of novels in srpELTeC and srpELTeC-extended by number of words
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#>
#defaultView:BubbleChart
SELECT DISTINCT ?novel ?novelLabel ?num_words
WHERE {
VALUES ?collection { wd:Q106936149 wd:Q109123373 }
?novel wdt:P1433 ?collection;
wdt:P6570 ?num_words;
SERVICE wikibase:label
{ bd:serviceParam wikibase:language "sr,[AUTO_LANGUAGE],en". }
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:WikiProject_ELTeC/Queries
- https://www.wikidata.org/wiki/Wikidata:WikiProject_SrpKor/Queries
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?collection")
v2("?novel"):::projected
v3("?num_words"):::projected
c4(["bd:serviceParam"]):::iri
c6(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?collection/]
bind0-->v1
bind00(["wd:Q106936149"])
bind00 --> bind0
bind01(["wd:Q109123373"])
bind01 --> bind0
v2 --"wdt:P1433"--> v1
v2 --"wdt:P6570"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end