query-4d5c16d23f9cfbac0b3e7fa2cffd5b27

rq turtle/ttl

مشكلة واحدة في هذا هي أننا لا نملك التسمية الخاصة بالمواد، وبالتالي فإن النتائج غير مناسبة للتفسير، إذا أضفنا فقط متغير التسمية، فسنحصل على خطأ: Un problema amb això és que no tenim l'etiqueta dels materials, així que els resultats no seran senzills d'interpretar. Si afegim la variable d'etiqueta, ens mostrarà aquest error: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: אחת הבעיות עם זה היא שאין לנו את התווית לחומרים, לכן לא כל כך נוח לפענח את התוצאות. אם פשוט נוסיף את משתנה התווית, נקבל שגיאה: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: ここでひとつ問題なのは、画材のラベルが取得されていないために、結果の解釈に少し不便であることです。以下のように単にラベル変数を追加しただけでは、エラーが発生します。 One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: Een probleem hiermee is dat we het label niet hebben voor de materialen, dus de resultaten zijn een beetje ongemakkelijk te interpreteren. Als we die variabele toevoegen, krijgen we een fout: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error: One problem with this is that we don’t have the label for the materials, so the results are a bit inconvenient to interpret. If we just add the label variable, we’ll get an error:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?material ?materialLabel (COUNT(?painting) AS ?count)
WHERE
{
  ?painting wdt:P31/wdt:P279* wd:Q3305213;
            p:P186 [ ps:P186 ?material; pq:P518 wd:Q861259 ].
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
GROUP BY ?material

Query found at