query-1b53af87912872a3ce6e850b1352fd3d
Harry Potter in music ]reply[13:41, 5 September 2018 (UTC)) talk (Simon Villeneuve. Thank you. I correct other like thisIt was a mistake and Hi, P155/P156. And honestly I doubt that we need such sequence as "discography of a composer". Some kind of such list we can generate by Sparql on the basis of publication dates:qualifiers with (P361)part of without qualifiers there, isn't it? So it is better to use (P156)followed by /(P155)follows - it would be very ambiguous to use (Q199)1 ! I believe that the sequence should be clear, and in your cases it is far from being obvious. Look at SimonHello, ]reply[10:48, 6 September 2018 (UTC)) talk (Simon VilleneuveCan you just discuss here rather than only cancel my modifications ? -- ]reply[13:48, 5 September 2018 (UTC)) talk (Simon VilleneuveFinally, I read more about this and I think it's correct. The sequence is the discography of the composer John Williams. Isn't correct ?
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?label ?year WHERE {
?item wdt:P31 wd:Q4176708.
?item wdt:P86 wd:Q363241.
OPTIONAL{?item wdt:P577 ?year.}
SERVICE wikibase:label {
bd:serviceParam wikibase:language "ru".
?item rdfs:label ?label.
}
}
ORDER BY ASC(?year)