query-71f32a5396780ea0fb6e951c4e756897

rq turtle/ttl

Timeline visualization of novels in srpELTeC and srpELTeC-extended by year of first publication

Use at

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:Timeline
SELECT DISTINCT ?novel ?novelLabel ?image ?date ?author ?authorLabel 
WHERE {
  VALUES ?collection { wd:Q106936149 wd:Q109123373 }
  ?novel wdt:P31  wd:Q7725634;
         wdt:P747 ?edition;
         wdt:P747 ?edFirst.
  ?editon wdt:P1433 ?collection.
  ?edFirst wdt:P31 wd:Q10898227;
          wdt:P18 ?image.
  OPTIONAL { ?edition wdt:P577 ?date. }
  OPTIONAL { ?novel wdt:P50 ?author. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "sr,[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v8("?author"):::projected v1("?collection") v7("?date"):::projected v4("?edFirst") v3("?edition") v5("?editon") v6("?image"):::projected v2("?novel"):::projected c10(["bd:serviceParam"]):::iri c5(["wd:Q10898227"]):::iri c2(["wd:Q7725634"]):::iri c12(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?collection/] bind0-->v1 bind00(["wd:Q106936149"]) bind00 --> bind0 bind01(["wd:Q109123373"]) bind01 --> bind0 v2 --"wdt:P31"--> c2 v2 --"wdt:P747"--> v3 v2 --"wdt:P747"--> v4 v5 --"wdt:P1433"--> v1 v4 --"wdt:P31"--> c5 v4 --"wdt:P18"--> v6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P577".-> v7 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P50".-> v8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end