CINXE.COM
Amundsen, Roald
<!DOCTYPE html> <html lang="en" class="h-100" > <head> <meta charset="utf-8"> <title> Amundsen, Roald </title> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"> <link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.css" /> <link rel="stylesheet" href="/static/css/style.css" /> <link rel="apple-touch-icon" sizes="180x180" href="/static/img/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicon-16x16.png"> <link rel="manifest" href="/static/img/site.webmanifest"> <link rel="mask-icon" href="/static/img/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="/static/img/favicon.ico"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-config" content="/static/img/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" /> <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster/dist/MarkerCluster.Default.css" /> <link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster/dist/MarkerCluster.css" /> <script src="https://unpkg.com/leaflet/dist/leaflet.js"></script> <script src="https://unpkg.com/leaflet.markercluster/dist/leaflet.markercluster.js"></script> <script type="text/javascript"> var _paq = _paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { var u = "https://matomo.acdh.oeaw.ac.at/"; _paq.push(['setTrackerUrl', u + 'piwik.php']); _paq.push(['setSiteId', '124']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s); })();</script> </head> <body class="d-flex flex-column h-100"> <header> <nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top"> <div class="container-fluid"> <a class="navbar-brand" href="/"> <img src="/static/img/project-logo.svg" alt="PMB-Logo" /> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Info </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <li> <a class="dropdown-item" href="/about/">Über das Projekt</a> </li> <li> <a class="dropdown-item" href="/export/">Datenexport</a> </li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Entitäten </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <li> <a class="dropdown-item" href="/apis/entities/entity/person/list/"> <i class="bi bi-people apis-person"></i> Personen </a> </li> <li> <a class="dropdown-item" href="/apis/entities/entity/place/list/"> <i class="bi bi-map apis-place"></i> Orte </a> </li> <li> <a class="dropdown-item" href="/apis/entities/entity/work/list/"> <i class="bi bi-book apis-work"></i> Werke </a> </li> <li> <a class="dropdown-item" href="/apis/entities/entity/event/list/"> <i class="bi bi-calendar3 apis-event"></i> Ereignisse </a> </li> <li> <a class="dropdown-item" href="/apis/entities/entity/institution/list/"> <i class="bi bi-building-gear apis-institution"></i> Institutionen </a> </li> <li><hr class="dropdown-divider"></li> <li> <a class="dropdown-item" href="/apis/metainfo/apis/metainfo/uri/"> <i class="bi bi-link-45deg apis-uri"></i>URIs </a> </li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Relationen </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <li class="text-center"> <a class="dropdown-item" href="/network/edges/"> <i class="bi bi-share"></i> Alle Relationen <i class="bi bi-share"></i> </a> </li> <li><hr class="dropdown-divider"></li> <li> <a class="dropdown-item" href="/apis/relations/person-person/"> <i class="bi bi-people apis-person"></i> Personen und <i class="bi bi-people apis-person"></i> Personen </a> </li> <li> <a class="dropdown-item" href="/apis/relations/person-place/"> <i class="bi bi-people apis-person"></i> Personen und <i class="bi bi-map apis-place"></i> Orte </a> </li> <li> <a class="dropdown-item" href="/apis/relations/person-work/"> <i class="bi bi-people apis-person"></i> Personen und <i class="bi bi-book apis-work"></i> Werke </a> </li> <li> <a class="dropdown-item" href="/apis/relations/person-event/"> <i class="bi bi-people apis-person"></i> Personen und <i class="bi bi-calendar3 apis-event"></i> Ereignisse </a> </li> <li> <a class="dropdown-item" href="/apis/relations/person-institution/"> <i class="bi bi-people apis-person"></i> Personen und <i class="bi bi-building-gear apis-institution"></i> Institutionen </a> </li> <li><hr class="dropdown-divider"></li> <a class="dropdown-item" href="/apis/relations/institution-institution/"> <i class="bi bi-building-gear apis-institution"></i> Institutionen und <i class="bi bi-building-gear apis-institution"></i> Institutionen </a> <a class="dropdown-item" href="/apis/relations/institution-place/"> <i class="bi bi-building-gear apis-institution"></i> Institutionen und <i class="bi bi-building-gear apis-place"></i> Orte </a> <a class="dropdown-item" href="/apis/relations/institution-work/"> <i class="bi bi-building-gear apis-institution"></i> Institutionen und <i class="bi bi-book apis-work"></i> Werke </a> <a class="dropdown-item" href="/apis/relations/institution-event/"> <i class="bi bi-building-gear apis-institution"></i> Institutionen und <i class="bi bi-building-gear apis-event"></i> Ereignisse </a> <li><hr class="dropdown-divider"></li> <li> <a class="dropdown-item" href="/apis/relations/place_place/"> <i class="bi bi-map apis-place"></i> Orte und <i class="bi bi-map apis-place"></i> Orte </a> </li> <li> <a class="dropdown-item" href="/apis/relations/place-work/"> <i class="bi bi-map apis-place"></i> Orte und <i class="bi bi-book apis-work"></i> Werke </a> </li> <li> <a class="dropdown-item" href="/apis/relations/place-event/"> <i class="bi bi-map apis-place"></i> Orte und <i class="bi bi-calendar3 apis-event"></i> Ereignisse </a> </li> <li><hr class="dropdown-divider"></li> <a class="dropdown-item" href="/apis/relations/event-event/"> <i class="bi bi-map apis-event"></i> Ereignisse und <i class="bi bi-calendar3 apis-event"></i> Ereignisse </a> <a class="dropdown-item" href="/apis/relations/event-work/"> <i class="bi bi-map apis-event"></i> Ereignisse und <i class="bi bi-book apis-work"></i> Werke </a> <li><hr class="dropdown-divider"></li> <a class="dropdown-item" href="/apis/relations/work-work/"> <i class="bi bi-book apis-work"></i> Werke und <i class="bi bi-book apis-work"></i> Werke </a> </ul> </li> </ul> <a href="/login/"> <i class="bi bi-box-arrow-in-right fs-2 pe-3"></i> <span class="visually-hidden">log in</span> </a> </div> </div> </nav> </header> <main class="flex-shrink-0" style="margin-bottom: 100px;"> <style> a { color: var(--person); } .navbar { border-bottom: 5px solid var(--pmb); } #searchpane { border-right: 1px solid var(--person); } h1, h2 { color: var(--person); } tr.htmx-swapping td { opacity: 0; transition: opacity 1s ease-out; } </style> <div class="container-fluid pt-4 ps-4 pe-4"> <div class="row"> <div class="col-md-2"> <h2> <a href="/apis/entities/entity/person/112662/detail" style="float:right"> <i class="bi bi-chevron-left" title="vorige Entität"></i> </a> </h2> </div> <div class="col-md-8"> <h2 class="display-4 text-center"> <a href="/apis/entities/entity/person/list/" title="zurück zur Übersicht"> <i class="bi bi-people apis-person"></i> </a> Amundsen, Roald </h2> </div> <div class="col-md-2"> <h2> <a href="/apis/entities/entity/person/251551/detail" style="float:left"> <i class="bi bi-chevron-right" title="nächste Entität"></i> </a> </h2> </div> </div> <div class="row p-5"> <div class="col-md-4"> <table class="table table-borderless table-hover ps-3 "> <tr> <th class="w-25"> Name </th> <td> Amundsen, Roald </td> </tr> <tr> <th class="w-25"> ID </th> <td> 112663 </td> </tr> <tr> <th class="w-25"> Gender </th> <td> male </td> </tr> <tr> <th class="w-25"> Zeit </th> <td> <abbr title="16. Juli 1872">1872-07-16</abbr> - <abbr title="18. Juni 1928">1928-06-18</abbr> </td> </tr> <tr> <th class="w-25"> Berufe </th> <td> Geograf/Geografin, Polarforscher/Polarforscherin, Forschungsreisender/Forschungsreisende, Seemann/Seefrau </td> </tr> <tr> <th class="w-25">Export</th> <td> <a href="/apis/tei/person/112663" title="zur TEI-Ansicht der Entität"> <i class="bi bi-filetype-xml"></i> TEI </a> | <a href="/apis/api/entities/person/112663/"> <i class="bi bi-database" title="zur API-Ansicht der Entität"></i> JSON </a> </td> </tr> <tr> <th class="w-25"> PMB-URI </th> <td> <a href="https://pmb.acdh.oeaw.ac.at/entity/112663/">https://pmb.acdh.oeaw.ac.at/entity/112663/</a> </td> </tr> <tr> <th class="w-25"> Verknüpfte Datensätze </th> <td> <a class="m2 fs-5" href="https://d-nb.info/gnd/118502670" style="color:#006AB3"><span class="badge" style="background-color:#006AB3">gnd</span></a> <a class="m2 fs-5" href="https://fackel.oeaw.ac.at/?p=fackelp38199" style="color:#CE0F0B"><span class="badge" style="background-color:#CE0F0B">fackel</span></a> <a class="m2 fs-5" href="http://www.wikidata.org/entity/Q926" style="color:#0645ad"><span class="badge" style="background-color:#0645ad">wikidata</span></a> <a class="m2 fs-5" href="https://de.wikipedia.org/wiki/Roald_Amundsen" style="color:#0645AD"><span class="badge" style="background-color:#0645AD">wikipedia</span></a> </td> </tr> <tr> <th class="left-width"> Sammlungen </th> <td> Fackel<br /> </td> </tr> </table> </div> <div class="col-md-1"></div> <div class="col-md-7"> <h3 class="text-center mt-5"> Beziehungen <a href="/network/edges/?node_id=112663" title="Alle Relationen von Amundsen, Roald"><i class="ps-2 bi bi-box-arrow-up-right" aria-hidden="true"><span class="visually-hidden">Alle Relationen von Amundsen, Roald</span></i></a> <a href="/network/network/?node_id=112663&format=cosmograph" title="Alle Relationen von Amundsen, Roald als Netzwerk"><i class="ps-2 bi bi-share" aria-hidden="true"><span class="visually-hidden">Alle Relationen von Amundsen, Roald als Netzwerk</span></i></a> </h3> <h4>Place <a class="apis-place" title="Gehe zu Amundsen, Roald–Place Relationen" href="/apis/relations/person-place/?source=112663"><i class="bi bi-box-arrow-up-right" aria-hidden="true"><span class="visually-hidden">Gehe zu Amundsen, Roald - place Relationen</span></i></a> </h4> <div id="tab_PersonPlace" class="mb-5"> <div class="table-container"> <table class="table table-hover table-borderless table-relations"> <thead > <tr> <th class="orderable" scope="col"> <a href="?PePl-sort=start_date_written">Start</a> </th> <th class="orderable" scope="col"> <a href="?PePl-sort=end_date_written">End</a> </th> <th class="orderable" scope="col"> <a href="?PePl-sort=other_relation_type">Other relation type</a> </th> <th class="orderable" scope="col"> <a href="?PePl-sort=other_related_entity">Related Place</a> </th> </tr> </thead> <tbody > <tr class="even"> <td >—</td> <td >—</td> <td >geboren in</td> <td ><a href="/apis/entities/entity/place/112664/detail">Fredrikstad</a></td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </main> <footer class="footer mt-auto py-3 bg-body-tertiary"> <div class="container" tabindex="-1"> <div class="footer-separator"> KONTAKT </div> <div class="row justify-content-between"> <div class="col-lg-1 col-md-2 col-sm-2 col-xs-6 col-3"> <a href="/"> <img src="https://fundament.acdh.oeaw.ac.at/common-assets/images/acdh_logo.svg" class="image" alt="ACDH Logo" style="max-width: 100%; height: auto;" title="ACDH Logo"/> </a> </div> <!-- .--> <div class="col-lg-4 col-md-4 col-sm-6 col-9"> <p> ACDH-CH <br/> Austrian Centre for Digital Humanities and Cultural Heritage <br/> Österreichische Akademie der Wissenschaften </p> <p> Bäckerstraße 13 <br/> 1010 Wien </p> <p> T: +43 1 51581-2200 <br/> E: <a href="mailto:acdh-ch-helpdesk@oeaw.ac.at" >acdh-ch-helpdesk(at)oeaw.ac.at</a> </p> </div> <!-- .footer-widget --> <div class="footer-widget col-lg-3 col-md-4 col-sm-4 ml-auto"> <div class="textwidget custom-html-widget"> <span class="fs-6 fw-bold">Work in Progress</span><br /> <span class="fs-6 fw-bold">Lizenz der Inhalte: <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a></span> <p>Bei Fragen, Anmerkungen, Kritik, aber gerne auch Lob, wenden Sie sich bitte an den <a href="mailto:acdh-ch-helpdesk@oeaw.ac.at" class="footerlink">ACDH-CH Helpdesk</a> </p> <p> <a class="helpdesk-button" class="footerlink" href="mailto:acdh-ch-helpdesk@oeaw.ac.at">e-Mail</a> </p> </div> <div class="textwidget custom-html-widget"> <a href="https://github.com/arthur-schnitzler/pmb-service"> <i class="bi bi-github fs-2" class="footerlink" aria-hidden="true"></i> <span class="visually-hidden">GitHub repo</span> </a> </div> </div> <!-- .footer-widget --> </div> </div> <div class="footer-imprint-bar hide-reading" id="wrapper-footer-secondary" style="text-align:center; padding:0.4rem 0; font-size: 0.9rem;"> © Copyright OEAW | <a href="/imprint/">Impressum</a> </div> </footer> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> <script> function getCookie(name) { let cookieValue = null; if (document.cookie && document.cookie !== '') { const cookies = document.cookie.split(';'); for (let i = 0; i < cookies.length; i++) { const cookie = cookies[i].trim(); // Does this cookie string begin with the name we want? if (cookie.substring(0, name.length + 1) === (name + '=')) { cookieValue = decodeURIComponent(cookie.substring(name.length + 1)); break; } } } return cookieValue; } const csrftoken = getCookie('csrftoken'); </script> </body> </html>