query-796d2b2600a3262feb52d2c2850636d3

rq turtle/ttl

TODO

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#>
#title:Timeline tipografe (stampatora, editora, libraia e stampatora-libraia) per inizio fine periodo di attività
#defaultView:Timeline
SELECT ?tipografaLabel ?tipografaDescription ?luogolavLabel ?paeseLabel ?inizioatt ?fineatt
WHERE 
{
  ?tipografa wdt:P31 wd:Q5; wdt:P21 wd:Q6581072; wdt:P937 ?luogolav; wdt:P2031 ?inizioatt; wdt:P2032 ?fineatt ; wdt:P106 ?activity .
   values ?activity { wd:Q175151 wd:Q1229025 wd:Q998550 wd:Q2516866 wd:Q40881196 }
  ?luogolav wdt:P17 ?paese

  SERVICE wikibase:label { bd:serviceParam wikibase:language "it, en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?activity") v4("?fineatt"):::projected v3("?inizioatt"):::projected v2("?luogolav") v6("?paese") v1("?tipografa") c4(["wd:Q6581072"]):::iri c13(["it, en"]):::literal c11(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P21"--> c4 v1 --"wdt:P937"--> v2 v1 --"wdt:P2031"--> v3 v1 --"wdt:P2032"--> v4 v1 --"wdt:P106"--> v6 bind0[/VALUES ?activity/] bind0-->v6 bind00(["wd:Q175151"]) bind00 --> bind0 bind01(["wd:Q1229025"]) bind01 --> bind0 bind02(["wd:Q998550"]) bind02 --> bind0 bind03(["wd:Q2516866"]) bind03 --> bind0 bind04(["wd:Q40881196"]) bind04 --> bind0 v2 --"wdt:P17"--> v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end