query-542ba1dd2a224127f8eae7be1704bfc5

rq turtle/ttl

Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The إضافة خصائص مفقودة عن مثيلات الآلات الموسيقية (Q316302)Organ of the Basilica of St. Martin مثال على مثيل أداة: Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The বাদ্যযন্ত্রের উদাহরণ সম্পর্কে অনুপস্থিত বৈশিষ্ট্য যোগ করুন (Q316302)Organ of the Basilica of St. Martin একটি যন্ত্র উদাহরণের উদাহরণ: Afegir propietats que falten sobre instruments musicals (Q316302)Organ of the Basilica of St. Martin Exemple d'instrument: l' Přidávejte chybějící vlastnosti hudebním nástrojům (Q316302)Organ of the Basilica of St. Martin Příklad hudebního nástroje: Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Hinzufügung fehlender Eigenschaften über Instanzen von Musikinstrumenten (Q316302)Organ of the Basilica of St. Martin Beispiel einer Instanz eines Instrumentes: Die Momoruhang kowoowoyoon di aiso kokomoi poomitanan kakamot muzik (Q316302)Organ of the Basilica of St. Martin Poomitanan kokomoi kakamot: Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Ajouter des propriétés manquantes à propos des instances d'instruments de musique (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Ƙara kaddarorin da suka ɓace game da nau'ikan kiɗan (Q316302)Organ of the Basilica of St. Martin Misalin misalin kayan aiki: Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Tambahkan properti yang hilang tentang contoh alat musik (Q316302)Organ of the Basilica of St. Martin Contoh contoh instrumen: Aggiungere le proprietà mancanti sulle istanze degli strumenti musicali (Q316302)Organ of the Basilica of St. Martin Esempio di istanza di uno strumento: Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Tambahkan ciri-ciri yang hilang tentang contoh alat muzik (Q316302)Organ of the Basilica of St. Martin Contoh kepada contoh instrumen: Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Ontbrekende eigenschappen over instanties van muziekinstrumenten toevoegen (Q316302)Organ of the Basilica of St. Martin Voorbeeld van een instrumentinstantie: De Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Adicionar propriedades ausentes sobre instâncias de instrumentos musicais (Q316302)Organ of the Basilica of St. Martin Exemplo de instância de instrumento: O Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Lägg till saknade egenskaper i instans av musikinstrument (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The Add missing properties about instances of musical instruments (Q316302)Organ of the Basilica of St. Martin Example of an instrument instance: The

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#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT DISTINCT ?instrument
  (SAMPLE(COALESCE(?en_label, ?any_label)) as ?label)
  (GROUP_CONCAT(DISTINCT ?class_label ; separator=", ") as ?class)
  (SAMPLE(?inception) as ?inception)
  (GROUP_CONCAT(DISTINCT ?origin_label ; separator=", ") as ?origin)
  (SAMPLE(?image) as ?image)
  (SAMPLE(?audio) as ?audio)
  (SAMPLE(?video) as ?video)
  (SAMPLE(?coordinates) as ?coordinates)
WHERE {
  ?instrument p:P31/ps:P31/wdt:P279* wd:Q34379.
  OPTIONAL{?instrument rdfs:label ?en_label. FILTER(LANG(?en_label) = "en")} OPTIONAL {?instrument rdfs:label ?any_label}
  OPTIONAL{?instrument wdt:P31 ?class. ?class rdfs:label ?class_label. FILTER(LANG(?class_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}
  OPTIONAL{?instrument wdt:P625 ?coordinates.}
}
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 v14("?audio"):::projected v14("?class") v3("?class_label"):::projected v14("?coordinates"):::projected v4("?en_label"):::projected v14("?image"):::projected v14("?inception"):::projected v5("?instrument"):::projected v13("?label") v14("?origin") v2("?origin_label"):::projected v14("?video"):::projected a1((" ")) a2((" ")) c5(["wd:Q34379"]):::iri v5 --"p:P31"--> a1 a1 --"p:statement/P31"--> a2 a2 --"p:direct/P279"--> c5 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 -."p:direct/P31".-> v14 v14 --"rdfs:label"--> v3 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v5 -."p:direct/P571".-> v14 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v5 -."p:direct/P495".-> v14 v14 --"rdfs:label"--> v2 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v5 -."p:direct/P18".-> v14 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v5 -."p:direct/P51".-> v14 end subgraph optional7["(optional)"] style optional7 fill:#bbf,stroke-dasharray: 5 5; v5 -."p:direct/P10".-> v14 end subgraph optional8["(optional)"] style optional8 fill:#bbf,stroke-dasharray: 5 5; v5 -."p:direct/P625".-> v14 end bind8[/"sample(?en_label?any_label)"/] v4 --o bind8 v6 --o bind8 bind8 --as--o v13 bind9[/"?class_label"/] v3 --o bind9 bind9 --as--o v14 bind10[/"sample(?inception)"/] v14 --o bind10 bind10 --as--o v14 bind11[/"?origin_label"/] v2 --o bind11 bind11 --as--o v14 bind12[/"sample(?image)"/] v14 --o bind12 bind12 --as--o v14 bind13[/"sample(?audio)"/] v14 --o bind13 bind13 --as--o v14 bind14[/"sample(?video)"/] v14 --o bind14 bind14 --as--o v14 bind15[/"sample(?coordinates)"/] v14 --o bind15 bind15 --as--o v14