CARVIEW |
Select Language
HTTP/2 200
date: Tue, 14 Oct 2025 05:13: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=ce6adb6631044680893c9ebad29ff4a3d1dd0576dd54d79be5fdf1ac72649157a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Nav0nScXd8pIcGFN6oaF_7jXYmmbaIpK%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e496959f709dfa-BLR
PREFIX dbpedia: <https://dbpedia.org/resource/>PREFIX rdf: <https://www.w3.org/1 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PREFIX dbpedia: <https://dbpedia.org/resource/>
- PREFIX rdf: <https://www.w3.org/1999/02/22-rdf-syntax-ns#>
- PREFIX rdfs: <https://www.w3.org/2000/01/rdf-schema#>
- PREFIX nobel: <https://data.nobelprize.org/terms/>
- PREFIX dbpedia-owl: <https://dbpedia.org/ontology/>
- PREFIX owl: <https://www.w3.org/2002/07/owl#>
- #SELECT DISTINCT ?instance ?category ?laureate ?continent
- SELECT DISTINCT (COUNT(?instance) AS ?nr) ?continent
- WHERE {
- ?instance a nobel:LaureateAward.
- ?instance nobel:category ?category.
- ?instance nobel:laureate ?laureate.
- ?laureate dbpedia-owl:birthPlace ?birthPlace.
- ?birthPlace rdf:type dbpedia-owl:Country;
- owl:sameAs ?country
- {
- SELECT *
- WHERE {
- SERVICE <https://dbpedia.org/sparql>
- {
- ?country dbpedia-owl:abstract ?ABS.
- FILTER LANGMATCHES(LANG(?ABS),'en').
- BIND(
- IF(CONTAINS(?ABS,'Australia'),'Australia',
- IF(CONTAINS(?ABS,'South America')|| CONTAINS(?ABS,'Costa Rica')|| CONTAINS(?ABS,'Guatemala'),'South America',
- IF(CONTAINS(?ABS,'North America'),'North America',
- IF(CONTAINS(?ABS,'Asia'),'Asia',
- IF(CONTAINS(?ABS,'Africa'),'Africa',
- IF(CONTAINS(?ABS,'Europe') || CONTAINS(?ABS,'United Kingdom'),'Europe',
- 'N/A')))))) AS ?continent)
- }
- }
- }
- FILTER (
- ?category NOT IN (
- <https://data.nobelprize.org/resource/category/Literature>,
- <https://data.nobelprize.org/resource/category/Peace>
- ) &&
- ?continent IN ('Europe', 'Asia')
- )
- }
- GROUP BY ?continent
- ORDER BY ?instance
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 2 min ago | 0.15 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 2 min ago | 0.15 KB
-
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 2 min ago | 0.15 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 2 min ago | 0.15 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 2 min ago | 0.15 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 2 min ago | 0.15 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 2 min ago | 0.15 KB
-
Latest log Render Error
Java | 2 min ago | 156.04 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