CINXE.COM

List of Werke

<!doctype html> <html lang="de"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="https://data.bnf.fr/data/icons/favicon.ico"> <title>List of Werke</title> <script> var BASE_URL = "https://data.bnf.fr/"; var DATADIR_URL = "https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/"; </script> <link rel="stylesheet" href="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/fontawesome/font-awesome.min.css" type="text/css" media="all" async/> <link rel="stylesheet" href="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/main.css" type="text/css" media="all" async/> <link rel="stylesheet" href="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/searchbar.css" type="text/css" media="all" async/> <link rel="stylesheet" href="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/header.css" type="text/css" media="all" async/> <link rel="stylesheet" href="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/footer.css" type="text/css" media="all" async/> <link rel="stylesheet" href="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/databnf_print.css" type="text/css" media="print" async/> </head> <body id=""> <header id="header"> <div class="content-header"> <div class="logos"> <a id="bnf-logo" href="http://www.bnf.fr" aria-label="Link zur BnF-Website" target="_blank"> <img src="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/databnf_logo.svg" alt="Bnf" /> </a> <a id="databnf-logo" href="https://data.bnf.fr/" aria-label="Link zur Startseite der Website data.bnf.fr"> Data </a> </div> <div id="searchform" data-search-url="https://data.bnf.fr/search"></div> <div class="liens-transverses"> <div class="dropdown widescreen-only"> <div class="dropdown-title">Data</div> <ul class="dropdown-content"> <li> <a href="https://data.bnf.fr/sparql_sparna_doc" rel="nofollow"> Sparql und Sparnatural </a> </li> <li> <a href="https://data.bnf.fr/sparql/" rel="nofollow"> Sparql </a> </li> <li> <a href="https://data.bnf.fr/sparnatural/" rel="nofollow"> sparnatural </a> </li> <li> <a href="https://api.bnf.fr/fr/dumps-de-databnffr" rel="nofollow"> Datens盲tze </a> </li> <li> <a href="https://data.bnf.fr/semanticweb" rel="nofollow"> Semantisches Web und Datenmodell </a> </li> <li> <a href="https://data.bnf.fr/vocabulary" rel="nofollow"> Bezugsrahmen </a> </li> <li> <a href="https://data.bnf.fr/dataviz" rel="nofollow"> Datenvisualisierungen </a> </li> </ul> </div> <div class="dropdown"> <div id="consultation" class="dropdown-title"></div> <ul class="dropdown-content"> <li> <a href="https://data.bnf.fr/summary" rel="nofollow"> Sich auf data.bnf.fr zurechtfinden </a> </li> <li> <a href="https://data.bnf.fr/askdata" rel="nofollow"> Was kann man von Data erwarten? </a> </li> <li class="widescreen-only"> <a href="https://data.bnf.fr/about" rel="nofollow"> Data Projekt </a> </li> <li class="widescreen-only"> <a href="https://data.bnf.fr/videotutorial" rel="nofollow"> Video </a> </li> <li class="widescreen-only"> <a href="https://data.bnf.fr/valorisation" rel="nofollow"> Verwertung </a> </li> </ul> </div> <div class="separator"></div> <div class="dropdown"> <div class="dropdown-title"><u>DE</u></div> <ul class="dropdown-content"> <li> <a href="https://data.bnf.fr/fr/index-work/page1" rel="nofollow">FR</a> </li> <li> <a href="https://data.bnf.fr/en/index-work/page1" rel="nofollow">EN</a> </li> </ul> </div> </div> </div> </header> <main> <div id="reactapp-index" data-index_type="work" data-title="List of Werke" data-page="1" data-searchletters="True" > </div> </main> <div id="returntop"> <a href="#" class="fa fa-arrow-up" role="button" aria-label="Back to top" > </a> </div> <script> let returnTopBtn = document .getElementById('returntop'); window.addEventListener('scroll', function () { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { returnTopBtn.style.display = 'block'; } else { returnTopBtn.style.display = 'none'; } }); </script> <footer> <div class="footer-links"> <div>infos updated on 2024-10-29</div> <div><a href="https://data.bnf.fr/licence">Rechtsinformation</a></div> <div><a href="https://data.bnf.fr/privacy">Datenschutzrichtlinie</a></div> <div><a href="https://data.bnf.fr/contact">Kontact</a></div> <div>Version 4.0.6</div> </div> <script src="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/bundle-v2_searchbar.js" defer></script> <script src="https://data.bnf.fr/data/b2dbfe0e34d093a3125845a3730c99dc/v2/bundle-v2_index.js" defer></script> </footer> <!-- Tarte au Citron (gestion des cookies) https://forge.bnf.fr/issues/81728 --> <script async type="text/javascript" src="https://tarteaucitron.io/load.js?domain=c.bnf.fr&amp;uuid=91ba7c974c752a888f0a2765181efcbea3a33ef9"></script> <!-- Initialisation de XITI defer--> <script> var currentLanguage = document.documentElement.lang; window.tarteaucitronForceLanguage = currentLanguage.toLowerCase(); //console.log(currentLanguage.toLowerCase()) function whenAvailable(name, callback) { const interval = 10; // ms //console.log('avant window.setTimeout'); window.setTimeout(function() { if (window[name]) { //console.log('callback(window[name])'); callback(window[name]); }else{ //console.log(' appel whenAvailable(name, callback)'); whenAvailable(name, callback); } }, interval); } whenAvailable("tarteaucitron", function(t) { let title; //console.log('debut whenAvailable tarteaucitron'); title = document.title; //console.log(title); tarteaucitron.reloadThePage=true; tarteaucitron.user.atLibUrl= "https://tag.aticdn.net/18798/smarttag.js" ; //console.log(tarteaucitron.user.atLibUrl); //tarteaucitron.user.atLibUrl= jQuery(".paramxiti #jspathnopro_var").text(); tarteaucitron.user.atinternetSendData=false; tarteaucitron.user.atMore = function () { //var tag = new ATInternet.Tracker.Tag(); tag.privacy.extendIncludeBuffer('s2'); //Pour avoir le s2 meme si on accepte pas ou que l'on refuse merci Yann P. ! //console.log('PASSAGE QUI POSITONNE LA PAGE + LE LEVEL'); tag.page.set({ name: title, level2: 37 }); tag.dispatch(); }; (tarteaucitron.job = tarteaucitron.job ||[]).push('atinternet'); }); var observer = new MutationObserver(function(mutations) { if (document.querySelector("#tarteaucitronPersonalize2")) { tarteaucitron.addClickEventToId("tarteaucitronPersonalize2", function () { window.location.reload(); }); observer.disconnect(); //We can disconnect observer once the element exist if we dont want observe more changes in the DOM } }); // Start observing observer.observe(document.body, { //document.body is node target to observe childList: true, //This is a must have for the observer with subtree subtree: true //Set to true if changes must also be observed in descendants. }); </script> </body> </html>

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