query-0a65a168659fcf12bafc9e4a3ccc925e

rq turtle/ttl

ItemsThe Illuminatus! Trilogy (Q1460253)

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?label ?description (LANG(?description) AS ?langTag)
WHERE {
  wd:Q1460253 rdfs:label ?label;
    schema:description ?description .
  FILTER (LANG(?label)=LANG(?description))
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?description"):::projected v1("?label"):::projected v3("?langTag") c1(["wd:Q1460253"]):::iri f0[["?label = ?description"]] f0 --> v1 f0 --> v2 c1 --"rdfs:label"--> v1 c1 --"schema:description"--> v2 bind1[/"?description"/] v2 --o bind1 bind1 --as--o v3