CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 22:39:34 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=ea0d9555b9cc829886a37cf0f4a1f8769c5a12976c838924ef8546be1e156e9fa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%227JjOfxkTh_xADNjnuJiw2hVlBJuyPwhi%22%3B%7D; HttpOnly; Path=/
cf-ray: 98c99d4f09b61712-BLR
1. List motto texts (wdt:P1451) of all states of the United States.SELECT ?s - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. List motto texts (wdt:P1451) of ALL states of the United States.
- SELECT ?state ?stateLabel ?motto WHERE {
- ?state wdt:P31 wd:Q35657;
- wdt:P1451 ?motto.
- SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
- }
- 2. List Q-numbers and (english) names of ALL Noble Prize winners that were born IN Wrocław.
- SELECT ?winner ?winnerLabel WHERE {
- ?winner wdt:P19 wd:Q1799;
- wdt:P166 [wdt:P31 wd:Q7191].
- SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
- }
- 3. List ALL persons that were born IN Poland and died at a place at the elevation above 8000 metres above sea level (be careful WITH units!).
- SELECT ?ppl ?pplLabel ?hM
- WHERE
- {
- ?ppl wdt:P19 [wdt:P17 wd:Q36].
- ?ppl wdt:P20 ?place.
- ?place p:P2044 ?stmnode. # height above sea lvl
- ?stmnode psv:P2044 ?valuenode.
- ?valuenode wikibase:quantityAmount ?height.
- ?valuenode wikibase:quantityUnit ?unit.
- # conversion to SI unit
- ?unit p:P2370 ?unitstmnode. # conversion to SI unit
- ?unitstmnode psv:P2370 ?unitvaluenode.
- ?unitvaluenode wikibase:quantityAmount ?conversion.
- ?unitvaluenode wikibase:quantityUnit wd:Q11573. # meter
- BIND(?height * ?conversion AS ?hM).
- FILTER(?hM>8000)
- SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
- }
- LIMIT 10
- 4. List 10 polish cities WITH the biggest number of scientists (according TO their place of birth). Show the names of the cities and the number of scientists. Sort the cities IN descending ORDER.
- SELECT ?city ?cityLabel (COUNT(DISTINCT ?person) AS ?COUNT)
- WHERE {
- ?person wdt:P19 ?city.
- ?city wdt:P31 wd:Q515; wdt:P17 wd:Q36.
- ?person wdt:P106 [wdt:P279 wd:Q901].
- SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
- }
- GROUP BY ?city ?cityLabel
- ORDER BY DESC(?COUNT)
- LIMIT 10
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 5 sec ago | 0.10 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 6
JavaScript | 7 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 17 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ L
JavaScript | 18 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ A
JavaScript | 29 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 30 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ O
JavaScript | 40 sec ago | 0.24 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 42 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand