query-6c79388966bdfeb9dd1ed346fa97544e

rq turtle/ttl

Visualization of timeline

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Timeline
SELECT ?item ?itemLabel ?value ?img
{
    ?item wdt:P8556 ?value .
    OPTIONAL {?item wdt:P18 ?img.}
    SERVICE wikibase:label { bd:serviceParam wikibase:language "ru,en"  }    
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?img"):::projected v1("?item"):::projected v2("?value"):::projected c4(["bd:serviceParam"]):::iri c6(["ru,en"]):::literal v1 --"wdt:P8556"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end