CINXE.COM

Nobel Prizes as Linked Data

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700"> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons"> <title>Nobel Prizes as Linked Data</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script> <link rel="stylesheet" type="text/css" href="../libs/style.css"> <script src="https://unpkg.com/mermaid@8.9.0/dist/mermaid.min.js"></script> </head> <body class="h-entry"> <div class="head"> <p><a class="logo" href="https://nobelprize.org/"> <img alt="Logga f枚r Nobel Prize Outreach" src="../../assets/nobel-logo.svg"></a> </p> <h1 class="title">Nobel Prizes as Linked Data</h1> <h2 class="subtitle">RDF Vocabulary for expressing Nobel Prizes as Linked Data, 29 June 2021</h2> <div> <dl> <dt>Latest version:</dt> <dd><a href="https://data.nobelprize.org/specification/">https://data.nobelprize.org/specification/</a></dd> <dt>This version:</dt> <dd><a class="u-url" href="https://data.nobelprize.org/specification/2.0/">https://data.nobelprize.org/specification/2.0/</a></dd> <dt>Previous version:</dt> <dd><a class="u-url" href="https://www.nobelprize.org/about/linked-data-documentation/">https://www.nobelprize.org/about/linked-data-documentation/</a></dd> <dt class="editor">Editor:</dt> <dd class="editor p-author h-card vcard"><a class="p-name fn u-url url" href="mailto:matthias@metasolutions.se">Matthias Palm茅r</a> - <a href="https://entryscape.com/en/">MetaSolutions</a></dd> <dt class="editor">Contributors:</dt> <dd class="editor p-author h-card vcard"><a class="p-name fn u-url url" href="mailto:hans.mehlin@nobelprize.org">Hans Mehlin</a> - <a href="https://nobelprize.org">Nobel Prize Outreach</a></dd> <dd class="editor p-author h-card vcard"><a class="p-name fn u-url url" href="mailto:hannes@metasolutions.se">Hannes Ebner</a> - <a href="https://entryscape.com/en/">MetaSolutions</a></dd> <dt>Licens:</dt> <dd><a href="http://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a></dd> </dl> </div> <p class="copyright">Copyright 漏 2021 <a href="https://nobelprize.org">Nobel Prize Outreach</a></p> <hr title="Separator for header"> </div> <nav id="toc"></nav> <main> <section> <p>The Nobel Prize Linked Data dataset contains the authoritative information about Nobel Prizes and Nobel Laureates since 1901. This document specifies new classes and properties that have been defined as well as which classes and properties that has been reused from existing vocabularies.</p> <p>An important characteristic of the Nobel Prizes are that they can be shared between up to three persons, in addition, the same person can receive multiple Nobel Prizes. To capture this the Nobel Prize expression in RDF makes use of the three classes NobelPrize, LaureateAward, and Laureate. Every NobelPrize contains between one and three LaureateAwards that among other things contains a motivation. The Laureate, referenced from both the NobelPrize and LaureateAward is a subclass of foaf:Person (or foaf:Organization if the Laureate is an organization) containing generic biographic information.</p> <p>In addition to this specification there is an <a href="../../terms">OWL ontology available</a>.</p> <div id="diagram" class="mermaid"> classDiagram NobelPrize --> LaureateAward : hasPart NobelPrize --> Laureate : laureate Laureate --> City : birthPlace Laureate --> City : deathPlace Laureate --> Country : birthPlace Laureate --> Country : deathPlace Laureate --> University : affiliation LaureateAward --> Laureate : laureate LaureateAward --> University : university class NobelPrize { label category year motivation } class LaureateAward { label year share motivation contribution } class University { label country city } class Laureate { name givenName familyName gender sameAs dateOfBirth dateOfDeath } class City { label sameAs } class Country { label sameAs } </div> </section> </main> </body> <script src="https://lankadedata.se/spec/assets/fixup.js"></script> <script>mermaid.init(document.getElementById("diagram"));</script> <script src="../libs/bmd.rdforms.js"></script> <script src="../libs/rdfjson.js"></script> <script src="config.js"></script> <link rel="stylesheet" href="https://lankadedata.se/spec/assets/style.css"> </html>

Pages: 1 2 3 4 5 6 7 8 9 10