query-41a105b26a09664dfd103e80e12ddda3

rq turtle/ttl

Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: إضافة خصائص مفقودة عن الآلات الموسيقية (Q8338)trumpet مثال على فئة فرعية لأداة: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: বাদ্যযন্ত্র সম্পর্কে অনুপস্থিত বৈশিষ্ট্যসমূহ যোগ করুন (Q8338)trumpet যন্ত্রের একটি উপশ্রেণীর উদাহরণ: Afegir propietats que falten sobre instruments musicals (Q8338)trumpet Exemple d'una subclasse d'instrument: Doplňujte vlastnosti hudebních nástrojů (Q8338)trumpet Example of a subclass of instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Hinzufügung fehlender Eigenschaften von Musikinstrumenten (Q8338)trumpet Beispiel einer Unterklasse eines Instruments: Momoruhang kowoowoyoon di aiso kokomoi kakamot muzik (Q8338)trumpet Poomitanan montok subkelas montok kakamot: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Ajouter les propriétés manquantes sur les instruments de musique (Q8338)trumpet Exemple de sous-classe d'instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Ƙara kaddarorin da suka ɓace game da nau'ikan kiɗan (Q8338)trumpet Misalin ƙaramin aji na kayan aiki: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Tambahkan properti yang hilang tentang alat musik (Q8338)trumpet Contoh subkelas instrumen: Aggiungere le proprietà mancanti sugli strumenti musicali (Q8338)trumpet Esempio di sottoclasse di strumento: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Tambahkan sifat yang hilang tentang alat muzik (Q8338)trumpet Contoh subkelas instrumen: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Ontbrekende eigenschappen over muziekinstrumenten toevoegen (Q8338)trumpet Voorbeeld van een subklasse van instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Adicionar propriedades ausentes sobre instrumentos musicais (Q8338)trumpet Example of a subclass of instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Add missing properties about musical instruments (Q8338)trumpet Exempel på en underklass till instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument: Add missing properties about musical instruments (Q8338)trumpet Example of a subclass of instrument:

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 ?instrument
  (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 {
  ?instrument wdt:P279* wd:Q34379.
  OPTIONAL{?instrument rdfs:label ?en_label. FILTER(LANG(?en_label) = "en")} OPTIONAL {?instrument rdfs:label ?any_label}
  OPTIONAL{?instrument wdt:P279 ?parent. ?parent rdfs:label ?parent_label. FILTER(LANG(?parent_label) = "en")}
  OPTIONAL{?instrument wdt:P571 ?inception}
  OPTIONAL{?instrument wdt:P495 ?origin. ?origin rdfs:label ?origin_label. FILTER(LANG(?origin_label) = "en")}
  OPTIONAL{?instrument wdt:P18 ?image}
  OPTIONAL{?instrument wdt:P51 ?audio}
  OPTIONAL{?instrument wdt:P10 ?video}
}
GROUP BY ?instrument 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 v13("?image"):::projected v13("?inception"):::projected v5("?instrument"):::projected v12("?label") v13("?origin") v2("?origin_label"):::projected v13("?parent") v3("?parent_label"):::projected v13("?video"):::projected c3(["wd:Q34379"]):::iri v5 --"wdt:P279"--> 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