query-b8851fdebf0ab76defc3abd8598b6c51

rq turtle/ttl

in the collection of the KB (Q2217259)miscellaneous manuscript Showing the

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 DISTINCT ?item ?itemLabel ?shelfmark
WHERE 
{
  ?item wdt:P31 wd:Q2217259 . 
  ?item wdt:P195 wd:Q1526131 . 
  ?item wdt:P217 ?shelfmark .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?shelfmark"):::projected c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q1526131"]):::iri c2(["wd:Q2217259"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P195"--> c4 v1 --"wdt:P217"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end