query-864d536cba8da308fecd09991069792a
function returns the language of a monolingual string, and here we only select those labels that are in English. The full query is: LANGThe מחזירה את השפה של מחרוזת חד־לשונית, וכאן אנו בוחרים רק את התוויות האלה באנגלית. השאילתה המלאה היא: LANGהפונקציה function returns the language of a monolingual string, and here we only select those labels that are in English. The full query is: LANGThe 関数は単一言語文字列の言語を返します。ここでは、英語のラベルのみを選択します。完全なクエリは次のとおりです。 LANG function returns the language of a monolingual string, and here we only select those labels that are in English. The full query is: LANGThe geeft de taal van een eentalige string terug en hier selecteren we alleen de labels die in het Engels zijn. De volledige query is: LANGDe functie function returns the language of a monolingual string, and here we only select those labels that are in English. The full query is: LANGThe function returns the language of a monolingual string, and here we only select those labels that are in English. The full query is: LANGThe function returns the language of a monolingual string, and here we only select those labels that are in English. The full query is: LANGThe function returns the language of a monolingual string, and here we only select those labels that are in English. The full query is: LANGThe повертає мову одномовного рядка, і тут ми вибираємо лише ті назви, які задані англійською. Повний запит: LANGФункція function returns the language of a monolingual string, and here we only select those labels that are in English. The full query is: LANGThe
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?human ?label
WHERE
{
?human wdt:P31 wd:Q15632617;
rdfs:label ?label.
FILTER(LANG(?label) = "[AUTO_LANGUAGE]").
FILTER(STRSTARTS(?label, "Mr. ")).
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/en
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/he
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/hy
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/ja
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/lb
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/nl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/ru
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/sv
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/szl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/tr
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/uk
- https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/zh