query-23de3634312a574062827f09f7eac1cc

rq turtle/ttl

title:100 most interesting Khalili Collections Islamic objects SELECT ?item ?itemLabel (SAMPLE(?typeLabel) AS ?what) ?itemDescription ?image ?s WHERE { VALUES ?coll {wd:Q66455355 wd:Q66458773} # Islamic Art and Hajj collection ?item wdt:P195 ?coll FILTER (?item NOT IN (wd:Q3114572, wd:Q109341408, wd:Q2997010, wd:Q108543136, wd:Q107663626) ).# Exclude objects in multiple collections ?item wdt:P18 ?image. ?item wdt:P31 ?type. ?item wikibase:statements ?s SERVICE wikibase:label { bd:serviceParam wikibase:language "ar,[AUTO_LANGUAGE],en". ?type rdfs:label ?typeLabel. ?item rdfs:label ?itemLabel. ?item schema:description ?itemDescription } } GROUP BY ?item ?itemLabel ?itemDescription ?image ?s ORDER BY DESC(?s) LIMIT 100

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:100 most interesting Khalili Collections Islamic objects
SELECT ?item ?itemLabel (SAMPLE(?typeLabel) AS ?what) ?itemDescription ?image ?s WHERE {
  VALUES ?coll {wd:Q66455355 wd:Q66458773} # Islamic Art and Hajj collection
  ?item wdt:P195 ?coll
  FILTER (?item NOT IN (wd:Q3114572, wd:Q109341408, wd:Q2997010, wd:Q108543136, wd:Q107663626) ).# Exclude objects in multiple collections
  ?item wdt:P18 ?image.
  ?item wdt:P31 ?type.
  ?item wikibase:statements ?s
  SERVICE wikibase:label { bd:serviceParam wikibase:language "ar,[AUTO_LANGUAGE],en".
  ?type rdfs:label ?typeLabel. ?item rdfs:label ?itemLabel. ?item schema:description ?itemDescription }
} GROUP BY ?item ?itemLabel ?itemDescription ?image ?s
ORDER BY DESC(?s)
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coll") v4("?image"):::projected v2("?item"):::projected v8("?itemDescription"):::projected v7("?itemLabel"):::projected v1("?s"):::projected v5("?type") v6("?typeLabel"):::projected v9("?what") c13(["ar,#91;AUTO_LANGUAGE#93;,en"]):::literal c11(["bd:serviceParam"]):::iri f0[["?item != 'wd:Q3114572'?item != 'wd:Q109341408'?item != 'wd:Q2997010'?item != 'wd:Q108543136'?item != 'wd:Q107663626'"]] f0 --> v2 bind1[/VALUES ?coll/] bind1-->v3 bind10(["wd:Q66455355"]) bind10 --> bind1 bind11(["wd:Q66458773"]) bind11 --> bind1 v2 --"wdt:P195"--> v3 v2 --"wdt:P18"--> v4 v2 --"wdt:P31"--> v5 v2 --"wikibase:statements"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 v5 --"rdfs:label"--> v6 v2 --"rdfs:label"--> v7 v2 --"schema:description"--> v8 end bind3[/"sample(?typeLabel)"/] v6 --o bind3 bind3 --as--o v9