query-e07548bf0f870810afd4450f74bb3313
Llibres, obres escrites i obres literĂ ries https://github.com/j-pastor/wd-literary-canonLiterary Canon:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
Obres escrites en catalĂ
SELECT ?item ?itemLabel ?obraLabel WHERE {
?item wdt:P31/wdt:P279* wd:Q47461344;
wdt:P407 wd:Q8752;
wdt:P31 ?obra
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}