query-46ed00864c1f95564ff815747db8ba84

rq turtle/ttl

URL and shown textHi! Given a simple query like

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?treccani (URI(CONCAT("http://www.treccani.it/enciclopedia/",?treccani)) AS ?treccaniUrl)
WHERE {
  ?item wdt:P3365 ?treccani .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?treccani"):::projected v3("?treccaniUrl") v1 --"wdt:P3365"--> v2 bind0[/"concat('http://www.treccani.it/enciclopedia/',?treccani)"/] v2 --o bind0 bind0 --as--o v3