query-e862585097fd4d144afa35f2e4ebcfe3

rq turtle/ttl

Descriptions of things in the History of Science Museum

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item ?description (lang(?description) as ?lang) WHERE {
?item wdt:P195 wd:Q6941088.
?item schema:description ?description
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?description"):::projected v1("?item"):::projected v3("?lang") c2(["wd:Q6941088"]):::iri v1 --"wdt:P195"--> c2 v1 --"schema:description"--> v2 bind0[/"?description"/] v2 --o bind0 bind0 --as--o v3