query-aff1327e89ee0decffd12fdcc64a84dc

rq turtle/ttl

Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: إضافة خصائص مفقودة حول الأنواع الموسيقيةافتح جدول كل الأنواع الموسيقية ("جربه" أدناه) وقم بتعبئة الفراغات: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: সঙ্গীত ঘারানা সম্পর্কিত অনুপস্থিত বৈশিষ্ট্যগুলো যোগ করুনসমস্ত সঙ্গীত ঘরানার টেবিল খুলুন (নীচে "এটি চেষ্টা করুন" সংযোগ) এবং শূন্যস্থান পূরণ করুন: Afegir propietats que falten sobre gèneres musicalsObriu la taula de tots els gèneres musicals (enllaç "Proveu-ho", a sota) i ompliu els espais en blanc: Doplňujte vlastnosti hudebních žánrůOtevřete si tabulku hudebních žánrů (klikněte níže na „Vyzkoušet“) a doplňujte prázdná políčka: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Hinzufügung fehlender Eigenschaften von MusikgenresUm die fehlenden Musikgenres zu finden, kann die nachstehende Tabelle geöffnet werden („Versuche es!“-Link im Anschluss): Momoruhang kowoowoyoon di aiso kokomoi genre muzik id siriba) om monuang boogian di aiso suang. UmbalaiMongukab nuludan montok toinsanan genre muzik (popioput Add missing properties about music genresOpen the table of all music genres ("Try it" link below) and fill in the blanks: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Ajouter des propriétés manquantes sur les genres de musique Open the table of all music genres ("Try it" link below) and fill in the blanks: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Ƙara kaddarorin da suka ɓace game da nau'ikan kiɗanBude teburin dukkan nau'ikan kiɗa (" Gwada shi" hanyar haɗi a ƙasa) kuma cika gurbi: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Tambahkan properti yang belum ada tentang genre musikBuka tabel semua genre musik (tautan "Cobalah" di bawah) dan isi bagian yang kosong: Aggiungere le proprietà mancanti sui generi musicali qui sotto) e riempi gli spazi vuoti: ProvaloApri la tabella di tutti i generi musicali (Link Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Tambahkan ciri-ciri yang belum ada tentang genre muzikBuka jadual bagi semua genre muzik (pautan "Cubalah" di bawah) dan isi bahagian yang kosong: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Ontbrekende eigenschappen over muziekgenres toevoegenOpen de tabel met alle muziekgenres (Link "Probeer het" hieronder) en vul de lege plekken in: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Adicionar propriedades ausentes sobre gêneros musicaisAbra a tabela de todos os gêneros musicais (link "Experimente" abaixo) e preencha os espaços em branco: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Lägg till saknade egenskaper om musikgenrer Open the table of all music genres ("Try it" link below) and fill in the blanks: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks: Add missing properties about music genres Open the table of all music genres ("Try it" link below) and fill in the blanks:

Use at

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#>
SELECT DISTINCT ?genre
  (SAMPLE(COALESCE(?en_label, ?any_label)) as ?label)
  (GROUP_CONCAT(DISTINCT ?parent_label ; separator=", ") as ?parent)
  (SAMPLE(?inception) as ?inception)
  (GROUP_CONCAT(DISTINCT ?origin_label ; separator=", ") as ?origin)
  (SAMPLE(?image) as ?image)
  (SAMPLE(?audio) as ?audio)
  (SAMPLE(?video) as ?video)
WHERE {
  ?genre wdt:P31 wd:Q188451.
  OPTIONAL{?genre rdfs:label ?en_label. FILTER(LANG(?en_label) = "en")} OPTIONAL {?genre rdfs:label ?any_label}
  OPTIONAL{?genre wdt:P279 ?parent. ?parent rdfs:label ?parent_label. FILTER(LANG(?parent_label) = "en")}
  OPTIONAL{?genre wdt:P571 ?inception}
  OPTIONAL{?genre wdt:P495 ?origin. ?origin rdfs:label ?origin_label. FILTER(LANG(?origin_label) = "en")}
  OPTIONAL{?genre wdt:P18 ?image}
  OPTIONAL{?genre wdt:P51 ?audio}
  OPTIONAL{?genre wdt:P10 ?video}
}
GROUP BY ?genre ORDER BY ?origin

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?any_label"):::projected v13("?audio"):::projected v4("?en_label"):::projected v5("?genre"):::projected v13("?image"):::projected v13("?inception"):::projected v12("?label") v13("?origin") v2("?origin_label"):::projected v13("?parent") v3("?parent_label"):::projected v13("?video"):::projected c3(["wd:Q188451"]):::iri v5 --"wdt:P31"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v5 -."rdfs:label".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v5 -."rdfs:label".-> v6 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v5 -."wdt:P279".-> v13 v13 --"rdfs:label"--> v3 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v5 -."wdt:P571".-> v13 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v5 -."wdt:P495".-> v13 v13 --"rdfs:label"--> v2 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v5 -."wdt:P18".-> v13 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v5 -."wdt:P51".-> v13 end subgraph optional7["(optional)"] style optional7 fill:#bbf,stroke-dasharray: 5 5; v5 -."wdt:P10".-> v13 end bind7[/"sample(?en_label?any_label)"/] v4 --o bind7 v6 --o bind7 bind7 --as--o v12 bind8[/"?parent_label"/] v3 --o bind8 bind8 --as--o v13 bind9[/"sample(?inception)"/] v13 --o bind9 bind9 --as--o v13 bind10[/"?origin_label"/] v2 --o bind10 bind10 --as--o v13 bind11[/"sample(?image)"/] v13 --o bind11 bind11 --as--o v13 bind12[/"sample(?audio)"/] v13 --o bind12 bind12 --as--o v13 bind13[/"sample(?video)"/] v13 --o bind13 bind13 --as--o v13