query-852713091616c5e4730776f1fbe69b57
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?item ?itemLabelIt ?itemLabelEn (URI(CONCAT("http://www.treccani.it/enciclopedia/",?treccani)) AS ?treccaniUrl)
WHERE {
?item wdt:P3365 ?treccani .
optional {
?item rdfs:label ?itemLabelIt filter (lang(?itemLabelIt) = "it")
}
optional {
?item rdfs:label ?itemLabelEn filter (lang(?itemLabelEn) = "en")
}