query-dd97be528c7ead0746e40b626fb50966

rq turtle/ttl

Objects in the Khalili Collections whose main text is in Naskh script

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
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 bd: <http://www.bigdata.com/rdf#>
#defaultView:ImageGrid{"hide" :["?image"]}
#title: Objects in the Khalili Collections whose main text is in Naskh script
SELECT (?link AS ?q) ?qLabel ?image WHERE {
  ?item wdt:P195/wdt:P361 wd:Q63160499; wdt:P9302 wd:Q1510712; wdt:P18 ?image ; wdt:P973 ?link.
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". ?item rdfs:label ?qLabel }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?image"):::projected v1("?item") v3("?link"):::projected v5("?q") v4("?qLabel"):::projected a1((" ")) c9(["bd:serviceParam"]):::iri c3(["wd:Q63160499"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c5(["wd:Q1510712"]):::iri v1 --"wdt:P195"--> a1 a1 --"wdt:P361"--> c3 v1 --"wdt:P9302"--> c5 v1 --"wdt:P18"--> v2 v1 --"wdt:P973"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 v1 --"rdfs:label"--> v4 end bind0[/"?link"/] v3 --o bind0 bind0 --as--o v5