Since 1901, the Nobel Prizes and the Prizes in Economic Sciences have been awarded 597 times. 950 people and organisations have received the award in the following categories: Physics, Chemistry, Physiology or Medicine, Literature, Peace, and Economic Sciences.
The official Nobel Prize Linked Data dataset is an authoritative source of information about Nobel Prizes and laureates. Importantly, the Nobel Prizes are often shared between multiple people, and the same person or organisation can receive multiple Nobel Prizes. RDF works really well for representing such relationships.
The Nobel Prize dataset both reuses classes and properties from existing vocabularies and utilises some custom classes and properties that are defined in the http://data.nobelprize.org/terms/ (nobel) namespace. For example, the nobel:Laureate class represents a person or organization that receives a Nobel Prize and is a subclass of foaf:Agent:
The same data in JSON-LD:
In the Nobel Prize Linked Data dataset, the URIs of all instances begin with http://data.nobelprize.org/resource/. For example, the fact that Wilhelm Röntgen was awarded the 1901 Nobel Prize in Physics is represented as follows:
The same data in JSON-LD:
The Nobel Prize data is available via the D2R Server running at http://data.nobelprize.org/. A SNORQL server is provided at http://data.nobelprize.org/snorql/ so that we can issue SPARQL queries directly in the browser.
You can run some interesting queries directly in NobelPrize.org's SNORQL browser. Some example queries are described below.
This query will list all Nobel Laureates who were born in New Zealand:
Query result:
laureate | laureateLabel |
---|---|
http://data.nobelprize.org/resource/laureate/374 | "Maurice Hugh Frederick Wilkins" |
http://data.nobelprize.org/resource/laureate/167 | "Ernest Rutherford" |
http://data.nobelprize.org/resource/laureate/730 | "Alan G. MacDiarmid" |
The Nobel Prize dataset not only uses existing established vocabularies but is also linked to other RDF datasets through owl:sameAs. For example, Nobel Prize Linked Data contains the following statement about Wilhelm Röntgen:
Using SPARQL federation we can simultaneously query all other linked data sources. This makes it possible to issue a wide range of queries that go beyond the Nobel Prize dataset.
The Nobel Prize dataset only specifies the names of the laureates in English, but since it has links to DBPedia for each laureate, we can get get the names of all Nobel Laureates who were born in New Zealand in Chinese using a single query:
Query result:
laureate | laureateLabel | dbpediaLaureateLabel |
---|---|---|
http://data.nobelprize.org/resource/laureate/374 | "Maurice Hugh Frederick Wilkins" | "莫里斯·威爾金斯" |
http://data.nobelprize.org/resource/laureate/167 | "Ernest Rutherford" | "欧内斯特·卢瑟福" |
http://data.nobelprize.org/resource/laureate/730 | "Alan G. MacDiarmid" | "艾伦·麦克德尔米德" |
To find out which Nobel laureates were honoured with the award multiple times, this query can be used:
Query result:
laureate | laureateLabel | prizeCount |
---|---|---|
http://data.nobelprize.org/resource/laureate/482 | "Comité international de la Croix Rouge (International Committee of the Red Cross) " | 3 |
http://data.nobelprize.org/resource/laureate/217 | "Linus Carl Pauling" | 2 |
http://data.nobelprize.org/resource/laureate/222 | "Frederick Sanger" | 2 |
http://data.nobelprize.org/resource/laureate/515 | "Office of the United Nations High Commissioner for Refugees (UNHCR) " | 2 |
http://data.nobelprize.org/resource/laureate/6 | "Marie Curie, née Sklodowska" | 2 |
http://data.nobelprize.org/resource/laureate/66 | "John Bardeen" | 2 |
The youngest recipients of the award in all categories can be retrieved using the following query:
Query result:
laureate | laureateLabel | laureateAgeWhenAwarded |
---|---|---|
http://data.nobelprize.org/resource/laureate/914 | "Malala Yousafzai" | 17 |
http://data.nobelprize.org/resource/laureate/21 | "William Lawrence Bragg" | 25 |
http://data.nobelprize.org/resource/laureate/38 | "Werner Karl Heisenberg" | 31 |
http://data.nobelprize.org/resource/laureate/40 | "Paul Adrien Maurice Dirac" | 31 |
http://data.nobelprize.org/resource/laureate/43 | "Carl David Anderson" | 31 |
Made by Anton Vasetenkov.
If you want to say hi, you can reach me on LinkedIn or via email. If you like my work, you can support me by buying me a coffee.