query-f15206146810289cae7c1edfad48a8c7

rq turtle/ttl

Riviste italiane relative alla scienza dell'informazione e delle biblioteche SELECT DISTINCT ?rivista ?rivistaLabel WHERE { ?rivista wdt:P31 ?v . VALUES ?v { wd:Q5633421 wd:Q41298 } ?rivista wdt:P495 wd:Q38 ; wdt:P921 wd:Q13420675 . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". } } ORDER BY ?rivistaLabel

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#>
#Riviste italiane relative alla scienza dell'informazione e delle biblioteche
SELECT DISTINCT ?rivista ?rivistaLabel
WHERE {
  ?rivista wdt:P31 ?v . VALUES ?v { wd:Q5633421 wd:Q41298 }
  ?rivista wdt:P495 wd:Q38 ; wdt:P921 wd:Q13420675 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
}
ORDER BY ?rivistaLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?rivista"):::projected v1("?rivistaLabel"):::projected v4("?v") c3(["wd:Q38"]):::iri c9(["#91;AUTO_LANGUAGE#93;,it,en"]):::literal c7(["bd:serviceParam"]):::iri c5(["wd:Q13420675"]):::iri v2 --"wdt:P31"--> v4 bind0[/VALUES ?v/] bind0-->v4 bind00(["wd:Q5633421"]) bind00 --> bind0 bind01(["wd:Q41298"]) bind01 --> bind0 v2 --"wdt:P495"--> c3 v2 --"wdt:P921"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end