query-1c10566420eeb8432f57e600c5dc2f7b

rq turtle/ttl

Timeline of compositions by Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Chronologie des compositions de Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Linimasa komposisi oleh Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart ウォルフガング・アマデウス・モーツァルトの作曲年表 Tijdlijn van composities van Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Tidslinje över kompositioner av Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart Timeline of compositions by Wolfgang Amadeus Mozart 莫扎特作品时间表

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 ?item ?itemLabel ?catalog_code ?publication_date
WHERE {
    ?item wdt:P86 wd:Q254 ; # composer: W. A. Mozart
          wdt:P528 ?catalog_code ;
          wdt:P577 ?publication_date .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?catalog_code"):::projected v1("?item"):::projected v3("?publication_date"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q254"]):::iri v1 --"wdt:P86"--> c2 v1 --"wdt:P528"--> v2 v1 --"wdt:P577"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end