query-87f6dccbf00836a7394e67b7a0e6f4db

rq turtle/ttl

الأغاني ذات أطول لحن(P1236)Parsons code الخصائص المستخدمة: Songs with longest melody Songs with longest melody Písně s nejdelší melodií(P1236)Parsons code Použité vlastnosti: Songs with longest melody(P1236)Parsons code Brugte egenskaber: Songs with longest melody Songs with longest melody Songs with longest melody Songs with longest melody Songs with longest melody(P1236)Parsons code Propiedades utilizadas: Songs with longest melody Chansons avec les mélodies les plus longues(P1236)Parsons code Propriétés utilisées : Songs with longest melody(P1236)Parsons code מאפיינים משמשים: Songs with longest melody Songs with longest melody Canzoni con la melodia più lunga(P1236)Parsons code Proprietà utilizzate: Songs with longest melody(P1236)Parsons code 使用するプロパティ: Songs with longest melody(P1236)Parsons code 다음 속성이 사용됨 Songs with longest melody Songs with longest melody Songs with longest melody Songs met de langste melodie(P1236)Parsons code Gebruikte eigenschappen: Songs with longest melody(P1236)Parsons code Wykorzystujące właściwości: Songs with longest melody Songs with longest melody Songs with longest melody Songs with longest melody Låtar med längsta melodi(P1236)Parsons code Använda egenskaper: Songs with longest melody Songs with longest melody Songs with longest melody(P1236)Parsons code Використані властивості: Songs with longest melody Songs with longest melody(P1236)Parsons code 使用属性:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?song ?songLabel ?code
WHERE
{
  ?song wdt:P1236 ?code.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY DESC(STRLEN(REPLACE(?code, " ", "")))
LIMIT 10

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?code"):::projected v2("?song"):::projected c5(["bd:serviceParam"]):::iri c7(["en"]):::literal v2 --"wdt:P1236"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end