query-003a82a4c2b3a3fe965216e6ae9861e8

rq turtle/ttl

OPTIONALفي التمرينات أعلاه ، كان لدينا استعلام عن جميع الكتب التي كتبها السير آرثر كونان دويل: TODO OPTIONALEn els exercicis anterior, hi teníem una consulta de tots els llibres de Sir Arthur Conan Doyle: TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONALBei den obigen Aufgaben hatten wir eine Abfrage für alle Bücher von Sir Arthur Conan Doyle: OPTIONALIn the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONALIn the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPCIONALEn uno de los ejercicios anteriores tuvimos una consulta acerca de todos los libros escritos por Arthur Conan Doyle: OPTIONALEelnevates harjutustes oli meil päring Arthur Conan Doyle'i kõigi raamatute kohta. OPTIONAL (רשות)בתרגיל שלעיל, התבקשנו לבנות שאילתה שתמצא את כל הספרים מאת סר ארתור קונאן דויל: TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONALPada latihan-latihan di atas, kita sudah memiliki kueri untuk semua buku oleh Sir Arthur Conan Doyle: OPTIONALNegli esercizi di cui sopra, c'era una query che estraeva tutti i libri di Sir Arthur Conan Doyle: OPTIONAL上記の演習では、サー・アーサー・コナン・ドイルのすべての本を検索しました。 TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONALIn de oefeningen hierboven staat een query voor alle boeken van Sir Arthur Conan Doyle: TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO OPTIONAL In the exercises above, we had a query for all books by Sir Arthur Conan Doyle: TODO TODO 可选(OPTIONAL) In the exercises above, we had a query for all books by Sir Arthur Conan Doyle:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?book ?bookLabel
WHERE
{
  ?book wdt:P50 wd:Q35610.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?book"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;"]):::literal c2(["wd:Q35610"]):::iri v1 --"wdt:P50"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end