query-d15bdf15a6bb11d7dbd9e9be7a1fbe58

rq turtle/ttl

Items of the class "Opera" with a listing of at least one aria Items of the class "Opera" with a listing of at least one aria Items of the class "Opera" with a listing of at least one aria Items van de class "Opera" met een lijst van minimaal één aria Items of the class "Opera" with a listing of at least one aria

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#>
SELECT DISTINCT ?opera ?operaLabel
WHERE 
{
  ?opera wdt:P31/wdt:P279* wd:Q1344.
  ?aria wdt:P31/wdt:P279* wd:Q178122.
  ?aria wdt:P361 ?opera.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en,de,fr,ru". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?aria") v1("?opera"):::projected a1((" ")) a2((" ")) c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,it,en,de,fr,ru"]):::literal c4(["wd:Q178122"]):::iri c3(["wd:Q1344"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c4 v2 --"wdt:P361"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end