query-2838aefc49fe3cab9846eede105db0ec

rq turtle/ttl

lista rudnika sa nazivima i opisom SELECT DISTINCT ?rudnik ?rudnikLabel ?rudnikDescription WHERE { ?rudnik wdt:P31 wd:Q820477. SERVICE wikibase:label { bd:serviceParam wikibase:language "sr,[AUTO_LANGUAGE],en". } } LIMIT 200

Use at

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#>
# lista rudnika sa nazivima i opisom
SELECT DISTINCT ?rudnik ?rudnikLabel ?rudnikDescription
WHERE {
  ?rudnik wdt:P31 wd:Q820477.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "sr,[AUTO_LANGUAGE],en". }
} LIMIT 200

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?rudnik"):::projected c2(["wd:Q820477"]):::iri c4(["bd:serviceParam"]):::iri c6(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end