query-e6ad695b0f0f8cb71463af78754576d4

rq turtle/ttl

TODO

Use at

PREFIX schema: <http://schema.org/>
SELECT ?item ?desc {
  VALUES ?desc { "шаблон в проекте Викимедиа"@ru "шаблон проекта Викимедия"@ru } .
  ?item schema:description ?desc .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?desc"):::projected v2("?item"):::projected bind0[/VALUES ?desc/] bind0-->v1 bind00([sшаблон в проекте Викимедиа^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]) bind00 --> bind0 bind01([sшаблон проекта Викимедия^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]) bind01 --> bind0 v2 --"schema:description"--> v1