query-8fdea8e1a68f56a697f1a02a3d850a7c

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?proprieta ?proprietaLabel ?risorsa
WHERE { ?proprieta wdt:P1921 ?risorsa .
        SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?proprieta"):::projected v2("?risorsa"):::projected c3(["bd:serviceParam"]):::iri c5(["it,en"]):::literal v1 --"wdt:P1921"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end