query-d4ba3f7ae1ef94a804f23e76aa7a75f8

rq turtle/ttl

مصطلحات شائعة Common phrases Common phrases Běžné dotazy Common phrases Common phrases Common phrases Common phrases Common phrases Common phrases Common phrases Expressions courantes Common phrases Common phrases Common phrases Frasi comuni Common phrases 공통 메시지 Common phrases Common phrases Common phrases Veelvoorkomende zinnen Common phrases Common phrases Common phrases Common phrases Common phrases Vanliga fraser Common phrases Genel ifadeler Common phrases Common phrases 常用词组

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#>
SELECT ?q ?qLabel
WHERE
{
  ?q wdt:P31 wd:Q15841920.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

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