CINXE.COM
77168635
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/65682830-e5f2-4745-8419-d4455d00dc72/OtAutoBlock.js"/> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="65682830-e5f2-4745-8419-d4455d00dc72"/> <script type="text/javascript"> function OptanonWrapper() { } </script> <script> (function(w,d,s,l,i){ w[l]=w[l]||[]; w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'}); var f=d.getElementsByTagName(s)[0]; var j=d.createElement(s); j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i; f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WQ95RR2');</script> <meta content="IE=edge" http-equiv="X-UA-Compatible"/> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="referrer" content="origin"/> <script type="text/javascript" src="/viaf/scripts/raphael.js">//</script> <script type="text/javascript" src="//code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous">//</script> <script type="text/javascript" src="/viaf/scripts/viaf.js">//</script> <link type="text/css" rel="stylesheet" href="/viaf/css/viaf.css"/> <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.13.2/themes/smoothness/jquery-ui.css"/> <script type="text/javascript" src="//code.jquery.com/ui/1.13.2/jquery-ui.min.js" integrity="sha256-lSjKY0/srUM9BE3dPm+c4fBo1dky2v27Gdjm2uoZaL0=" crossorigin="anonymous">//</script> <script type="text/javascript" src="/viaf/scripts/jquery.columnizer.js">//</script> <script type="text/javascript" src="/viaf/scripts/jquery.dataTables.min.js">//</script> <link rel="shortcut icon" href="/viaf/images/viaf.ico"/> <link rel="search" title="VIAF Search" type="application/opensearchdescription+xml" href="http://viaf.org/allFieldsSearch.xml"/> <link rel="profile" href="http://a9.com/-/spec/opensearch/1.1/"/> <title>77168635</title> <link rel="canonical" href="http://viaf.org/viaf/77168635"/> <link rel="alternate" href="http://viaf.org/viaf/77168635/rdf.xml" type="application/rdf+xml"/> <link rel="alternate" href="http://viaf.org/viaf/77168635/marc21.xml" type="application/x-marc21+xml"/> <link rel="alternate" href="http://viaf.org/viaf/77168635/viaf.xml" type="application/x-viaf+xml"/> <link rel="alternate" href="http://viaf.org/viaf/77168635/justlinks.json" type="application/vnd.oclc.links+json"/> <link type="text/css" rel="stylesheet" href="/viaf/css/jquery.dataTables.min.css"/> <script type="text/javascript"> $(document).ready(function(){ var mylist=$('#listOfLinks'); var listitems = mylist.children('li').get(); listitems.sort(function(a, b) { return $(a).text().trim().toUpperCase().localeCompare($(b).text().trim().toUpperCase()); }) $.each(listitems, function(idx, itm) { mylist.append(itm); }); // canvasSize declared in viaf.js //canvasSize = 90 + (nodes.length * 10); canvas=document.getElementById("svgcanvas"); if(canvas) { canvasSize = 140 + (nodes.length * 8); if (nodes.length==1){canvasSize = 70;} var paper = Raphael(document.getElementById("svgcanvas"), canvasSize, canvasSize); drawGraph(paper); $('#SelectedTitles h3').click(function(event) { $('#SelectedTitlesContent').slideToggle("slow"); $('img#SelectedTitlesContentOpen').toggle(); $('img#SelectedTitlesContentClose').toggle(); }); $('#SelectedCoauthors h3').click(function(event) { $('#SelectedCoauthorsContent').slideToggle("slow"); $('img#SelectedCoauthorsContentOpen').toggle(); $('img#SelectedCoauthorsContentClose').toggle(); }); $('#Graph h3').click(function(event) { $('#GraphContent').slideToggle("slow"); $('img#GraphContentOpen').toggle(); $('img#GraphContentClose').toggle(); }); $('#Countries h3').click(function(event) { $('#CountriesContent').slideToggle("slow"); $('img#CountriesContentOpen').toggle(); $('img#CountriesContentClose').toggle(); }); $('#About h3').click(function(event) { $('#AboutContent').slideToggle("slow"); $('img#AboutContentOpen').toggle(); $('img#AboutContentClose').toggle(); }); $('#Timeline h3').click(function(event) { $('#TimelineContent').slideToggle("slow"); $('img#TimelineContentOpen').toggle(); $('img#TimelineContentClose').toggle(); }); $('#AltForms h3').click(function(event) { $('#AltFormsContent').slideToggle("slow"); $('img#AltFormsContentOpen').toggle(); $('img#AltFormsContentClose').toggle(); }); $('#TitleLinks h3').click(function(event) { $('#TitleLinksContent').slideToggle("slow"); $('img#TitleLinksContentOpen').toggle(); $('img#TitleLinksContentClose').toggle(); }); $('#RelatedNames h3').click(function(event) { $('#RelatedNamesContent').slideToggle("slow"); $('img#RelatedNamesContentOpen').toggle(); $('img#RelatedNamesContentClose').toggle(); }); $('#Publishers h3').click(function(event) { $('#PublishersContent').slideToggle("slow"); $('img#PublishersContentOpen').toggle(); $('img#PublishersContentClose').toggle(); }); $('#RecordViews h3').click(function(event) { $('#RecordViewsContent').slideToggle("slow"); $('img#RecordViewsContentOpen').toggle(); $('img#RecordViewsContentClose').toggle(); }); $('#History h3').click(function(event) { $('#HistoryContent').slideToggle("slow"); $('img#HistoryContentOpen').toggle(); $('img#HistoryContentClose').toggle(); }); $(".exprLabel").click(function() { //alert("clicked"); $(this).parent().find("ul").toggle('slow'); if ($(this).parent().find("h4").hasClass('listClose')){ $(this).parent().find("h4").addClass('listOpen').removeClass('listClose'); } else { $(this).parent().find("h4").addClass('listClose').removeClass('listOpen'); } }); } }); </script> <script type="text/javascript"><!-- $(document).ready(function() { if ($('#expressionTable').length) $('#expressionTable').dataTable( { "aoColumnDefs": [ { 'bSortable': false, 'aTargets': [ -1 ] } ] }); if ($('#workTable').length) $('#workTable').dataTable( { "aoColumnDefs": [ { 'bSortable': false, 'aTargets': [ -1 ] } ] }); function fixupHeader(XMLHttpRequest){ XMLHttpRequest.setRequestHeader('Content-Type', "text/xml"); } $( "input#searchTerms" ).autocomplete({ source: function( request, response ){ $.ajax({ url: "//viaf.org/viaf/AutoSuggest", dataType: "jsonp", data: { query: request.term }, success: function (data){ var mr = []; var result = data['result'] for (var i=0, len=result.length; i < len; i++){ ri = result[i]; var term = ri['term']; mr.push({label:term, value:term}); } response(mr); } }); }, minLength: 1 }); }); --></script> </head> <body onload="document.getElementById('searchTerms').focus()"> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WQ95RR2" height="0" width="0" style="display:none;visibility:hidden"/> </noscript> <script type="text/javascript"> var viafBase = '/viaf/'; var xslMatchedBirthDeath = 'Matched on birth/death dates'; var xslMatchedAnd = 'and'; </script> <div id="masthead"> <div id="mastTitles"> <h1> <a class="mast-title" href="http://viaf.org/">VIAF</a> </h1> <h2>Virtual International Authority File</h2> </div> </div> <div id="body"> <div id="maincontent"> <div id="searchdisplay"> <div id="searchdisplay-inner"> <h4 class="searchh4">Search</h4> <div id="searchInner" class="yui-skin-sam"> <form onsubmit="return doSearch(this);" id="visibleForm" action="?"> <fieldset id="fieldset-field"> <label> <span class="langHi0">Select Field:</span> </label> <select name="selector0" size="1"> <option value="cql.any">All Fields</option> <option selected="selected" value="local.names">All Headings</option> <option value="local.corporateNames">Corporate Names</option> <option value="local.geographicNames">Geographic Names</option> <option value="local.personalNames">Personal Names</option> <option value="local.uniformTitleWorks">Works</option> <option value="local.uniformTitleExpressions">Expressions</option> <option value="local.mainHeadingEl">Preferred Headings</option> <option value="Xlocal.names">Exact Heading</option> <option value="local.title">Bibliographic Titles</option> </select> </fieldset> <fieldset id="fieldset-index"> <label>Select Index:</label> <select size="1" name="selector1"> <option selected="selected" value="viaf">All VIAF</option> <option value="arbabn">Argentina</option> <option value="nla">Australia</option> <option value="vlacc">Belgium (Flemish)</option> <option value="blbnb">Brazil</option> <option value="caoonl">Canada</option> <option value="bnc">Catalunya</option> <option value="bnchl">Chile</option> <option value="nsk">Croatia</option> <option value="nkc">Czech</option> <option value="dbc">Denmark (DBC)</option> <option value="egaxa">Egypt</option> <option value="errr">Estonia</option> <option value="fast">FAST</option> <option value="bnf">France (BnF)</option> <option value="sudoc">France (Sudoc)</option> <option value="dnb">Germany</option> <option value="jpg">Getty (ULAN)</option> <option value="grateve">Greece</option> <option value="bnc bne">Hispánica</option> <option value="nszl">Hungary</option> <option value="uiy">Iceland</option> <option value="n6i">Ireland</option> <option value="isni">ISNI</option> <option value="j9u">Israel</option> <option value="iccu">Italy</option> <option value="ndl">Japan (NDL)</option> <option value="nii">Japan (NII)</option> <option value="krnlk">Korea</option> <option value="LNB">Latvia</option> <option value="LNL">Lebanon</option> <option value="lc">LC (NACO)</option> <option value="lih">Lithuania</option> <option value="bnl">Luxembourg</option> <option value="mrbnr">Morocco</option> <option value="nta">Netherlands</option> <option value="bibsys">Norway (BIBSYS)</option> <option value="w2z">Norway (National Library)</option> <option value="uiy">Iceland</option> <option value="perseus">Perseus</option> <option value="plwabn">Poland (National Library)</option> <option value="nukat">Poland (NUKAT)</option> <option value="ptbnp">Portugal</option> <option value="b2q">Québec</option> <option value="nynyrilm">RILM</option> <option value="de633">RISM</option> <option value="nlr">Russia</option> <option value="nlb">Singapore</option> <option value="skmasnl">Slovakia</option> <option value="simacob">Slovenia</option> <option value="bne">Spain</option> <option value="selibr">Sweden</option> <option value="sz">Swiss (National Library)</option> <option value="rero">Swiss (RERO)</option> <option value="srp">Syriac</option> <option value="cyt">Taiwan</option> <option value="uae">United Arab Emirates</option> <option value="bav">Vatican</option> <option value="wkp">Wikipedia</option> <option value="xa">xA</option> <option value="xr">xR</option> </select> </fieldset> <fieldset id="fieldset-textenter"> <label>Search Terms:</label> <div class="ui-widget"> <input size="40" id="searchTerms"/> </div> </fieldset> <fieldset id="fieldset-submit"> <input value="Search" id="btnSearch2" title="Search VIAF" type="submit"/> </fieldset> </form> </div> </div> </div> <div id="content"> <div id="Title-Wrap"> <div id="Title"> <h2 id="nameEntry1" class="nameEntry">Staszic, Stanisław, 1755-1826<span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="National Library of Australia" title="National Library of Australia" src="/viaf/images/flags/NLA.png"/> <img alt="National Library of the Netherlands" title="National Library of the Netherlands" src="/viaf/images/flags/NTA.png"/> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> <img alt="National Library of the Czech Republic" title="National Library of the Czech Republic" src="/viaf/images/flags/NKC.png"/> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </h2> <h2 id="nameEntry2" class="nameEntry">Staszic, Stanisław<span class="flags"> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> <img alt="BIBSYS" title="BIBSYS" src="/viaf/images/flags/BIBSYS.png"/> </span> </h2> <h2 id="nameEntry3" class="nameEntry">Staszic, Stanisław Wawrzyniec, 1755-1826<span class="flags"> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> </span> </h2> <h2 id="nameEntry4" class="nameEntry">Stanisław Staszic polski działacz oświeceniowy, pisarz i publicysta, filozof i tłumacz<span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </span> </h2> <h2 id="nameEntry5" class="nameEntry">Stanisław Staszic<span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </h2> <h2 id="nameEntry6" class="nameEntry">Сташиц, Станислав, 1755-1826<span class="flags"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> </span> </h2> <h1 class="nameID">VIAF ID: 77168635 (Personal) </h1> <h1 class="nameID">Permalink: http://viaf.org/viaf/77168635</h1> </div> </div> <div id="Graph" class="mainSection" style="position:relative;"> <h3> <img id="GraphContentOpen" class="msgHeader" src="/viaf/images/open.gif" alt="Open Section"/> <img id="GraphContentClose" class="msgHeader" src="/viaf/images/close.gif" alt="Close Section"/> <span class="langHi0">Preferred Forms</span> </h3> <div id="GraphContent" class="content"> <div id="GraphContent-wrap"> <div> <ul id="mainHeadingElements"> <li id="PreferredForms1" class="PreferredForms"> <a href="//www.wikidata.org/entity/Q708435#sitelinks-wikipedia" title="Authority/Source Record" class="pfFlagA"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </a>100 0 _ <a href="/processed/WKP%7CQ708435" id="WKP-Q708435" onmouseover="selectNode('WKP-Q708435')" onmouseout="unselectNode('WKP-Q708435')" title="Internal VIAF Processed Record"> ‡a <span>Stanisław Staszic</span> </a> </li> <li id="PreferredForms2" class="PreferredForms"> <a href="http://isni.org/isni/0000000403599514" title="Authority/Source Record" class="pfFlagA"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </a>100 0 _ <a href="/processed/ISNI%7C0000000403599514" id="ISNI-0000000403599514" onmouseover="selectNode('ISNI-0000000403599514')" onmouseout="unselectNode('ISNI-0000000403599514')" title="Internal VIAF Processed Record"> ‡a <span>Stanisław Staszic</span> ‡c <span>polski działacz oświeceniowy, pisarz i publicysta, filozof i tłumacz</span> </a> </li> <li id="PreferredForms3" class="PreferredForms"> <a href="http://catalogue.bnf.fr/ark:/12148/cb112479417" title="Authority/Source Record" class="pfFlagA"> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> </a>200 _ | <a href="/processed/BNF%7C11247941" id="BNF-11247941" onmouseover="selectNode('BNF-11247941')" onmouseout="unselectNode('BNF-11247941')" title="Internal VIAF Processed Record"> ‡a <span>Staszic</span> ‡b <span>Stanisław Wawrzyniec</span> ‡f <span>1755-1826</span> </a> </li> <li id="PreferredForms4" class="PreferredForms"> <div class="pfFlag"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </div>200 _ 1 <a href="/processed/LIH%7CLNB:SQ_t_;=B_u_" id="LIH-LNB:SQ_t_;=B_u_" onmouseover="selectNode('LIH-LNB:SQ_t_;=B_u_')" onmouseout="unselectNode('LIH-LNB:SQ_t_;=B_u_')" title="Internal VIAF Processed Record"> ‡a <span>Staszic</span> ‡b <span>Stanisław</span> ‡f <span>1755-1826</span> </a> </li> <li id="PreferredForms5" class="PreferredForms"> <div class="pfFlag"> <img alt="BIBSYS" title="BIBSYS" src="/viaf/images/flags/BIBSYS.png"/> </div>100 1 _ <a href="/processed/BIBSYS%7C90098016" id="BIBSYS-90098016" onmouseover="selectNode('BIBSYS-90098016')" onmouseout="unselectNode('BIBSYS-90098016')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisĺaw</span> </a> </li> <li id="PreferredForms6" class="PreferredForms"> <a href="http://ci.nii.ac.jp/author/DA14282942" title="Authority/Source Record" class="pfFlagA"> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> </a>100 1 _ <a href="/processed/NII%7CDA14282942" id="NII-DA14282942" onmouseover="selectNode('NII-DA14282942')" onmouseout="unselectNode('NII-DA14282942')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław</span> </a> </li> <li id="PreferredForms7" class="PreferredForms"> <div class="pfFlag"> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> </div>100 1 _ <a href="/processed/RERO%7CA003858823" id="RERO-A003858823" onmouseover="selectNode('RERO-A003858823')" onmouseout="unselectNode('RERO-A003858823')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław</span> </a> </li> <li id="PreferredForms8" class="PreferredForms"> <div class="pfFlag"> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> </div>100 1 _ <a href="/processed/SKMASNL%7Cvtls010084777" id="SKMASNL-vtls010084777" onmouseover="selectNode('SKMASNL-vtls010084777')" onmouseout="unselectNode('SKMASNL-vtls010084777')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław Wawrzyniec,</span> ‡d <span>1755-1826</span> </a> </li> <li id="PreferredForms9" class="PreferredForms"> <div class="pfFlag"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </div>100 1 _ <a href="/processed/PLWABN%7C9810673356005606" id="PLWABN-9810673356005606" onmouseover="selectNode('PLWABN-9810673356005606')" onmouseout="unselectNode('PLWABN-9810673356005606')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław</span> ‡d <span>(1755-1826)</span> </a> </li> <li id="PreferredForms10" class="PreferredForms"> <div class="pfFlag"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </div>100 1 _ <a href="/processed/NUKAT%7Cn 93081305" id="NUKAT-n93081305" onmouseover="selectNode('NUKAT-n93081305')" onmouseout="unselectNode('NUKAT-n93081305')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław</span> ‡d <span>(1755-1826).</span> </a> </li> <li id="PreferredForms11" class="PreferredForms"> <a href="http://d-nb.info/gnd/121331075" title="Authority/Source Record" class="pfFlagA"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </a>100 1 _ <a href="/processed/DNB%7C121331075" id="DNB-121331075" onmouseover="selectNode('DNB-121331075')" onmouseout="unselectNode('DNB-121331075')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław</span> ‡d <span>1755-1826</span> </a> </li> <li id="PreferredForms12" class="PreferredForms"> <div class="pfFlag"> <img alt="National Library of the Czech Republic" title="National Library of the Czech Republic" src="/viaf/images/flags/NKC.png"/> </div>100 1 _ <a href="/processed/NKC%7Cjs2006342130" id="NKC-js2006342130" onmouseover="selectNode('NKC-js2006342130')" onmouseout="unselectNode('NKC-js2006342130')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław,</span> ‡d <span>1755-1826</span> </a> </li> <li id="PreferredForms13" class="PreferredForms"> <div class="pfFlag"> <img alt="National Library of the Netherlands" title="National Library of the Netherlands" src="/viaf/images/flags/NTA.png"/> </div>100 1 _ <a href="/processed/NTA%7C288111508" id="NTA-288111508" onmouseover="selectNode('NTA-288111508')" onmouseout="unselectNode('NTA-288111508')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław,</span> ‡d <span>1755-1826</span> </a> </li> <li id="PreferredForms14" class="PreferredForms"> <div class="pfFlag"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> </div>100 1 _ <a href="/processed/J9U%7C987007268312605171" id="J9U-987007268312605171" onmouseover="selectNode('J9U-987007268312605171')" onmouseout="unselectNode('J9U-987007268312605171')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław,</span> ‡d <span>1755-1826</span> </a> </li> <li id="PreferredForms15" class="PreferredForms"> <div class="pfFlag"> <img alt="National Library of Australia" title="National Library of Australia" src="/viaf/images/flags/NLA.png"/> </div>100 1 _ <a href="/processed/NLA%7C000035639556" id="NLA-000035639556" onmouseover="selectNode('NLA-000035639556')" onmouseout="unselectNode('NLA-000035639556')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław,</span> ‡d <span>1755-1826</span> </a> </li> <li id="PreferredForms16" class="PreferredForms"> <a href="//id.loc.gov/authorities/names/n84184029" title="Authority/Source Record" class="pfFlagA"> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </a>100 1 _ <a href="/processed/LC%7Cn 84184029" id="LC-n84184029" onmouseover="selectNode('LC-n84184029')" onmouseout="unselectNode('LC-n84184029')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław,</span> ‡d <span>1755-1826</span> </a> </li> <li id="PreferredForms17" class="PreferredForms"> <a href="//www.idref.fr/10049580X/id" title="Authority/Source Record" class="pfFlagA"> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> </a>100 1 _ <a href="/processed/SUDOC%7C10049580X" id="SUDOC-10049580X" onmouseover="selectNode('SUDOC-10049580X')" onmouseout="unselectNode('SUDOC-10049580X')" title="Internal VIAF Processed Record"> ‡a <span>Staszic, Stanisław,</span> ‡d <span>1755-1826</span> </a> </li> <li id="PreferredForms18" class="PreferredForms"> <div class="pfFlag"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> </div>100 1 _ <a href="/processed/J9U%7C987007268312605171" id="J9U-987007268312605171" onmouseover="selectNode('J9U-987007268312605171')" onmouseout="unselectNode('J9U-987007268312605171')" title="Internal VIAF Processed Record"> ‡a <span>Сташиц, Станислав,</span> ‡d <span>1755-1826</span> </a> </li> </ul> <script type="text/javascript"> new Node("WKP-Q708435", "WKP", "Wikidata"); addLink("WKP-Q708435", "LC-n84184029"); addMatch("WKP-Q708435", "LC-n84184029", "", "suggested", "", "", ""); addLink("WKP-Q708435", "ISNI-0000000403599514"); addMatch("WKP-Q708435", "ISNI-0000000403599514", "", "suggested", "", "", ""); addLink("WKP-Q708435", "ISNI-0000000403599514"); addMatch("WKP-Q708435", "ISNI-0000000403599514", "", "suggested", "", "", ""); addLink("WKP-Q708435", "ISNI-0000000403599514"); addMatch("WKP-Q708435", "ISNI-0000000403599514", "", "suggested", "", "", ""); addLink("WKP-Q708435", "ISNI-0000000403599514"); addMatch("WKP-Q708435", "ISNI-0000000403599514", "", "suggested", "", "", ""); addLink("WKP-Q708435", "NUKAT-n93081305"); addMatch("WKP-Q708435", "NUKAT-n93081305", "", "suggested", "", "", ""); addLink("WKP-Q708435", "RERO-A003858823"); addMatch("WKP-Q708435", "RERO-A003858823", "", "exact title", "", "", ""); addLink("WKP-Q708435", "NKC-js2006342130"); addMatch("WKP-Q708435", "NKC-js2006342130", "", "suggested", "", "", ""); addLink("WKP-Q708435", "BIBSYS-90098016"); addMatch("WKP-Q708435", "BIBSYS-90098016", "", "suggested", "", "", ""); addLink("WKP-Q708435", "NLA-000035639556"); addMatch("WKP-Q708435", "NLA-000035639556", "", "suggested", "", "", ""); addLink("WKP-Q708435", "NTA-288111508"); addMatch("WKP-Q708435", "NTA-288111508", "", "suggested", "", "", ""); addLink("WKP-Q708435", "J9U-987007268312605171"); addMatch("WKP-Q708435", "J9U-987007268312605171", "", "suggested", "", "", ""); addLink("WKP-Q708435", "J9U-987007268312605171"); addMatch("WKP-Q708435", "J9U-987007268312605171", "", "suggested", "", "", ""); addLink("WKP-Q708435", "SUDOC-10049580X"); addMatch("WKP-Q708435", "SUDOC-10049580X", "", "suggested", "", "", ""); addLink("WKP-Q708435", "PLWABN-9810673356005606"); addMatch("WKP-Q708435", "PLWABN-9810673356005606", "", "exact title", "", "", ""); addLink("WKP-Q708435", "DNB-121331075"); addMatch("WKP-Q708435", "DNB-121331075", "", "suggested", "", "", ""); addLink("WKP-Q708435", "NII-DA14282942"); addMatch("WKP-Q708435", "NII-DA14282942", "", "suggested", "", "", ""); addLink("WKP-Q708435", "BNF-11247941"); addMatch("WKP-Q708435", "BNF-11247941", "", "suggested", "", "", ""); </script> <script type="text/javascript"> new Node("ISNI-0000000403599514", "ISNI", "ISNI"); addLink("ISNI-0000000403599514", "NKC-js2006342130"); addMatch("ISNI-0000000403599514", "NKC-js2006342130", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "NUKAT-n93081305"); addMatch("ISNI-0000000403599514", "NUKAT-n93081305", "", "viafid", "", "", ""); addLink("ISNI-0000000403599514", "RERO-A003858823"); addMatch("ISNI-0000000403599514", "RERO-A003858823", "", "joint author", "", "", ""); addLink("ISNI-0000000403599514", "SKMASNL-vtls010084777"); addMatch("ISNI-0000000403599514", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "LIH-LNB:SQ_t_;=B_u_"); addMatch("ISNI-0000000403599514", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "SUDOC-10049580X"); addMatch("ISNI-0000000403599514", "SUDOC-10049580X", "", "suggested", "", "", ""); addLink("ISNI-0000000403599514", "PLWABN-9810673356005606"); addMatch("ISNI-0000000403599514", "PLWABN-9810673356005606", "", "viafid", "", "", ""); addLink("ISNI-0000000403599514", "NLA-000035639556"); addMatch("ISNI-0000000403599514", "NLA-000035639556", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "NTA-288111508"); addMatch("ISNI-0000000403599514", "NTA-288111508", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "J9U-987007268312605171"); addMatch("ISNI-0000000403599514", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "J9U-987007268312605171"); addMatch("ISNI-0000000403599514", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "BNF-11247941"); addMatch("ISNI-0000000403599514", "BNF-11247941", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "BIBSYS-90098016"); addMatch("ISNI-0000000403599514", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("ISNI-0000000403599514", "DNB-121331075"); addMatch("ISNI-0000000403599514", "DNB-121331075", "", "double date", "", "", ""); addLink("ISNI-0000000403599514", "WKP-Q708435"); addMatch("ISNI-0000000403599514", "WKP-Q708435", "", "suggested", "", "", ""); addLink("ISNI-0000000403599514", "LC-n84184029"); addMatch("ISNI-0000000403599514", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("BNF-11247941", "BNF", "National Library of France"); addLink("BNF-11247941", "ISNI-0000000403599514"); addMatch("BNF-11247941", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("BNF-11247941", "ISNI-0000000403599514"); addMatch("BNF-11247941", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("BNF-11247941", "ISNI-0000000403599514"); addMatch("BNF-11247941", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("BNF-11247941", "ISNI-0000000403599514"); addMatch("BNF-11247941", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("BNF-11247941", "NUKAT-n93081305"); addMatch("BNF-11247941", "NUKAT-n93081305", "", "viafid", "", "", ""); addLink("BNF-11247941", "WKP-Q708435"); addMatch("BNF-11247941", "WKP-Q708435", "", "suggested", "", "", ""); addLink("BNF-11247941", "SKMASNL-vtls010084777"); addMatch("BNF-11247941", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("BNF-11247941", "LIH-LNB:SQ_t_;=B_u_"); addMatch("BNF-11247941", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("BNF-11247941", "NKC-js2006342130"); addMatch("BNF-11247941", "NKC-js2006342130", "", "double date", "", "", ""); addLink("BNF-11247941", "BIBSYS-90098016"); addMatch("BNF-11247941", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("BNF-11247941", "NLA-000035639556"); addMatch("BNF-11247941", "NLA-000035639556", "", "double date", "", "", ""); addLink("BNF-11247941", "NTA-288111508"); addMatch("BNF-11247941", "NTA-288111508", "", "double date", "", "", ""); addLink("BNF-11247941", "J9U-987007268312605171"); addMatch("BNF-11247941", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("BNF-11247941", "J9U-987007268312605171"); addMatch("BNF-11247941", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("BNF-11247941", "SUDOC-10049580X"); addMatch("BNF-11247941", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("BNF-11247941", "PLWABN-9810673356005606"); addMatch("BNF-11247941", "PLWABN-9810673356005606", "", "viafid", "", "", ""); addLink("BNF-11247941", "DNB-121331075"); addMatch("BNF-11247941", "DNB-121331075", "", "double date", "", "", ""); addLink("BNF-11247941", "RERO-A003858823"); addMatch("BNF-11247941", "RERO-A003858823", "", "exact title", "", "", ""); addLink("BNF-11247941", "NII-DA14282942"); addMatch("BNF-11247941", "NII-DA14282942", "", "exact title", "", "", ""); addLink("BNF-11247941", "LC-n84184029"); addMatch("BNF-11247941", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("LIH-LNB:SQ_t_;=B_u_", "LIH", "National Library of Lithuania"); addLink("LIH-LNB:SQ_t_;=B_u_", "ISNI-0000000403599514"); addMatch("LIH-LNB:SQ_t_;=B_u_", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "ISNI-0000000403599514"); addMatch("LIH-LNB:SQ_t_;=B_u_", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "ISNI-0000000403599514"); addMatch("LIH-LNB:SQ_t_;=B_u_", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "ISNI-0000000403599514"); addMatch("LIH-LNB:SQ_t_;=B_u_", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "BNF-11247941"); addMatch("LIH-LNB:SQ_t_;=B_u_", "BNF-11247941", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "SKMASNL-vtls010084777"); addMatch("LIH-LNB:SQ_t_;=B_u_", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "NKC-js2006342130"); addMatch("LIH-LNB:SQ_t_;=B_u_", "NKC-js2006342130", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "BIBSYS-90098016"); addMatch("LIH-LNB:SQ_t_;=B_u_", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "NLA-000035639556"); addMatch("LIH-LNB:SQ_t_;=B_u_", "NLA-000035639556", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "NTA-288111508"); addMatch("LIH-LNB:SQ_t_;=B_u_", "NTA-288111508", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "J9U-987007268312605171"); addMatch("LIH-LNB:SQ_t_;=B_u_", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "J9U-987007268312605171"); addMatch("LIH-LNB:SQ_t_;=B_u_", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "SUDOC-10049580X"); addMatch("LIH-LNB:SQ_t_;=B_u_", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "NUKAT-n93081305"); addMatch("LIH-LNB:SQ_t_;=B_u_", "NUKAT-n93081305", "", "viafid", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "PLWABN-9810673356005606"); addMatch("LIH-LNB:SQ_t_;=B_u_", "PLWABN-9810673356005606", "", "viafid", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "DNB-121331075"); addMatch("LIH-LNB:SQ_t_;=B_u_", "DNB-121331075", "", "double date", "", "", ""); addLink("LIH-LNB:SQ_t_;=B_u_", "LC-n84184029"); addMatch("LIH-LNB:SQ_t_;=B_u_", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("BIBSYS-90098016", "BIBSYS", "BIBSYS"); addLink("BIBSYS-90098016", "LC-n84184029"); addMatch("BIBSYS-90098016", "LC-n84184029", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "ISNI-0000000403599514"); addMatch("BIBSYS-90098016", "ISNI-0000000403599514", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "ISNI-0000000403599514"); addMatch("BIBSYS-90098016", "ISNI-0000000403599514", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "ISNI-0000000403599514"); addMatch("BIBSYS-90098016", "ISNI-0000000403599514", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "ISNI-0000000403599514"); addMatch("BIBSYS-90098016", "ISNI-0000000403599514", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "NUKAT-n93081305"); addMatch("BIBSYS-90098016", "NUKAT-n93081305", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "WKP-Q708435"); addMatch("BIBSYS-90098016", "WKP-Q708435", "", "suggested", "", "", ""); addLink("BIBSYS-90098016", "LIH-LNB:SQ_t_;=B_u_"); addMatch("BIBSYS-90098016", "LIH-LNB:SQ_t_;=B_u_", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "RERO-A003858823"); addMatch("BIBSYS-90098016", "RERO-A003858823", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "NKC-js2006342130"); addMatch("BIBSYS-90098016", "NKC-js2006342130", "", "exact title", "", "", ""); addLink("BIBSYS-90098016", "PLWABN-9810673356005606"); addMatch("BIBSYS-90098016", "PLWABN-9810673356005606", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "NLA-000035639556"); addMatch("BIBSYS-90098016", "NLA-000035639556", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "NTA-288111508"); addMatch("BIBSYS-90098016", "NTA-288111508", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "J9U-987007268312605171"); addMatch("BIBSYS-90098016", "J9U-987007268312605171", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "J9U-987007268312605171"); addMatch("BIBSYS-90098016", "J9U-987007268312605171", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "SUDOC-10049580X"); addMatch("BIBSYS-90098016", "SUDOC-10049580X", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "DNB-121331075"); addMatch("BIBSYS-90098016", "DNB-121331075", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "SKMASNL-vtls010084777"); addMatch("BIBSYS-90098016", "SKMASNL-vtls010084777", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "NII-DA14282942"); addMatch("BIBSYS-90098016", "NII-DA14282942", "", "viafid", "", "", ""); addLink("BIBSYS-90098016", "BNF-11247941"); addMatch("BIBSYS-90098016", "BNF-11247941", "", "viafid", "", "", ""); </script> <script type="text/javascript"> new Node("NII-DA14282942", "NII", "NII (Japan)"); addLink("NII-DA14282942", "NUKAT-n93081305"); addMatch("NII-DA14282942", "NUKAT-n93081305", "", "exact title", "", "", ""); addLink("NII-DA14282942", "WKP-Q708435"); addMatch("NII-DA14282942", "WKP-Q708435", "", "suggested", "", "", ""); addLink("NII-DA14282942", "SKMASNL-vtls010084777"); addMatch("NII-DA14282942", "SKMASNL-vtls010084777", "", "exact title", "", "", ""); addLink("NII-DA14282942", "SUDOC-10049580X"); addMatch("NII-DA14282942", "SUDOC-10049580X", "", "exact title", "", "", ""); addLink("NII-DA14282942", "PLWABN-9810673356005606"); addMatch("NII-DA14282942", "PLWABN-9810673356005606", "", "exact title", "", "", ""); addLink("NII-DA14282942", "NTA-288111508"); addMatch("NII-DA14282942", "NTA-288111508", "", "exact title", "", "", ""); addLink("NII-DA14282942", "NKC-js2006342130"); addMatch("NII-DA14282942", "NKC-js2006342130", "", "exact title", "", "", ""); addLink("NII-DA14282942", "BNF-11247941"); addMatch("NII-DA14282942", "BNF-11247941", "", "exact title", "", "", ""); addLink("NII-DA14282942", "BIBSYS-90098016"); addMatch("NII-DA14282942", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("NII-DA14282942", "RERO-A003858823"); addMatch("NII-DA14282942", "RERO-A003858823", "", "exact title", "", "", ""); addLink("NII-DA14282942", "LC-n84184029"); addMatch("NII-DA14282942", "LC-n84184029", "", "exact title", "", "", ""); </script> <script type="text/javascript"> new Node("RERO-A003858823", "RERO", "RERO - Library Network of Western Switzerland"); addLink("RERO-A003858823", "ISNI-0000000403599514"); addMatch("RERO-A003858823", "ISNI-0000000403599514", "", "joint author", "", "", ""); addLink("RERO-A003858823", "ISNI-0000000403599514"); addMatch("RERO-A003858823", "ISNI-0000000403599514", "", "joint author", "", "", ""); addLink("RERO-A003858823", "ISNI-0000000403599514"); addMatch("RERO-A003858823", "ISNI-0000000403599514", "", "joint author", "", "", ""); addLink("RERO-A003858823", "ISNI-0000000403599514"); addMatch("RERO-A003858823", "ISNI-0000000403599514", "", "joint author", "", "", ""); addLink("RERO-A003858823", "NUKAT-n93081305"); addMatch("RERO-A003858823", "NUKAT-n93081305", "", "viafid", "", "", ""); addLink("RERO-A003858823", "WKP-Q708435"); addMatch("RERO-A003858823", "WKP-Q708435", "", "exact title", "", "", ""); addLink("RERO-A003858823", "NKC-js2006342130"); addMatch("RERO-A003858823", "NKC-js2006342130", "", "exact title", "", "", ""); addLink("RERO-A003858823", "PLWABN-9810673356005606"); addMatch("RERO-A003858823", "PLWABN-9810673356005606", "", "viafid", "", "", ""); addLink("RERO-A003858823", "NTA-288111508"); addMatch("RERO-A003858823", "NTA-288111508", "", "exact title", "", "", ""); addLink("RERO-A003858823", "SUDOC-10049580X"); addMatch("RERO-A003858823", "SUDOC-10049580X", "", "exact title", "", "", ""); addLink("RERO-A003858823", "BNF-11247941"); addMatch("RERO-A003858823", "BNF-11247941", "", "exact title", "", "", ""); addLink("RERO-A003858823", "BIBSYS-90098016"); addMatch("RERO-A003858823", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("RERO-A003858823", "SKMASNL-vtls010084777"); addMatch("RERO-A003858823", "SKMASNL-vtls010084777", "", "exact title", "", "", ""); addLink("RERO-A003858823", "NII-DA14282942"); addMatch("RERO-A003858823", "NII-DA14282942", "", "exact title", "", "", ""); addLink("RERO-A003858823", "LC-n84184029"); addMatch("RERO-A003858823", "LC-n84184029", "", "standard number", "", "", ""); </script> <script type="text/javascript"> new Node("SKMASNL-vtls010084777", "SKMASNL", "Slovak National Library"); addLink("SKMASNL-vtls010084777", "ISNI-0000000403599514"); addMatch("SKMASNL-vtls010084777", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "ISNI-0000000403599514"); addMatch("SKMASNL-vtls010084777", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "ISNI-0000000403599514"); addMatch("SKMASNL-vtls010084777", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "ISNI-0000000403599514"); addMatch("SKMASNL-vtls010084777", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "BNF-11247941"); addMatch("SKMASNL-vtls010084777", "BNF-11247941", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "RERO-A003858823"); addMatch("SKMASNL-vtls010084777", "RERO-A003858823", "", "exact title", "", "", ""); addLink("SKMASNL-vtls010084777", "LIH-LNB:SQ_t_;=B_u_"); addMatch("SKMASNL-vtls010084777", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "NKC-js2006342130"); addMatch("SKMASNL-vtls010084777", "NKC-js2006342130", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "PLWABN-9810673356005606"); addMatch("SKMASNL-vtls010084777", "PLWABN-9810673356005606", "", "viafid", "", "", ""); addLink("SKMASNL-vtls010084777", "NLA-000035639556"); addMatch("SKMASNL-vtls010084777", "NLA-000035639556", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "NTA-288111508"); addMatch("SKMASNL-vtls010084777", "NTA-288111508", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "J9U-987007268312605171"); addMatch("SKMASNL-vtls010084777", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "J9U-987007268312605171"); addMatch("SKMASNL-vtls010084777", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "SUDOC-10049580X"); addMatch("SKMASNL-vtls010084777", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "NUKAT-n93081305"); addMatch("SKMASNL-vtls010084777", "NUKAT-n93081305", "", "viafid", "", "", ""); addLink("SKMASNL-vtls010084777", "BIBSYS-90098016"); addMatch("SKMASNL-vtls010084777", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("SKMASNL-vtls010084777", "DNB-121331075"); addMatch("SKMASNL-vtls010084777", "DNB-121331075", "", "double date", "", "", ""); addLink("SKMASNL-vtls010084777", "NII-DA14282942"); addMatch("SKMASNL-vtls010084777", "NII-DA14282942", "", "exact title", "", "", ""); addLink("SKMASNL-vtls010084777", "LC-n84184029"); addMatch("SKMASNL-vtls010084777", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("PLWABN-9810673356005606", "PLWABN", "National Library of Poland"); addLink("PLWABN-9810673356005606", "ISNI-0000000403599514"); addMatch("PLWABN-9810673356005606", "ISNI-0000000403599514", "", "viafid", "", "", ""); addLink("PLWABN-9810673356005606", "ISNI-0000000403599514"); addMatch("PLWABN-9810673356005606", "ISNI-0000000403599514", "", "viafid", "", "", ""); addLink("PLWABN-9810673356005606", "ISNI-0000000403599514"); addMatch("PLWABN-9810673356005606", "ISNI-0000000403599514", "", "viafid", "", "", ""); addLink("PLWABN-9810673356005606", "ISNI-0000000403599514"); addMatch("PLWABN-9810673356005606", "ISNI-0000000403599514", "", "viafid", "", "", ""); addLink("PLWABN-9810673356005606", "NUKAT-n93081305"); addMatch("PLWABN-9810673356005606", "NUKAT-n93081305", "", "forced single date", "", "", ""); addLink("PLWABN-9810673356005606", "RERO-A003858823"); addMatch("PLWABN-9810673356005606", "RERO-A003858823", "", "viafid", "", "", ""); addLink("PLWABN-9810673356005606", "SKMASNL-vtls010084777"); addMatch("PLWABN-9810673356005606", "SKMASNL-vtls010084777", "", "forced single date", "", "", ""); addLink("PLWABN-9810673356005606", "LIH-LNB:SQ_t_;=B_u_"); addMatch("PLWABN-9810673356005606", "LIH-LNB:SQ_t_;=B_u_", "", "viafid", "", "", ""); addLink("PLWABN-9810673356005606", "NKC-js2006342130"); addMatch("PLWABN-9810673356005606", "NKC-js2006342130", "", "double date", "", "", ""); addLink("PLWABN-9810673356005606", "BIBSYS-90098016"); addMatch("PLWABN-9810673356005606", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("PLWABN-9810673356005606", "NLA-000035639556"); addMatch("PLWABN-9810673356005606", "NLA-000035639556", "", "double date", "", "", ""); addLink("PLWABN-9810673356005606", "NTA-288111508"); addMatch("PLWABN-9810673356005606", "NTA-288111508", "", "double date", "", "", ""); addLink("PLWABN-9810673356005606", "J9U-987007268312605171"); addMatch("PLWABN-9810673356005606", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("PLWABN-9810673356005606", "J9U-987007268312605171"); addMatch("PLWABN-9810673356005606", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("PLWABN-9810673356005606", "SUDOC-10049580X"); addMatch("PLWABN-9810673356005606", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("PLWABN-9810673356005606", "DNB-121331075"); addMatch("PLWABN-9810673356005606", "DNB-121331075", "", "forced single date", "", "", ""); addLink("PLWABN-9810673356005606", "WKP-Q708435"); addMatch("PLWABN-9810673356005606", "WKP-Q708435", "", "exact title", "", "", ""); addLink("PLWABN-9810673356005606", "NII-DA14282942"); addMatch("PLWABN-9810673356005606", "NII-DA14282942", "", "exact title", "", "", ""); addLink("PLWABN-9810673356005606", "BNF-11247941"); addMatch("PLWABN-9810673356005606", "BNF-11247941", "", "forced single date", "", "", ""); addLink("PLWABN-9810673356005606", "LC-n84184029"); addMatch("PLWABN-9810673356005606", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("NUKAT-n93081305", "NUKAT", "NUKAT Center of Warsaw University Library"); addLink("NUKAT-n93081305", "ISNI-0000000403599514"); addMatch("NUKAT-n93081305", "ISNI-0000000403599514", "", "forced single date", "", "", ""); addLink("NUKAT-n93081305", "ISNI-0000000403599514"); addMatch("NUKAT-n93081305", "ISNI-0000000403599514", "", "forced single date", "", "", ""); addLink("NUKAT-n93081305", "ISNI-0000000403599514"); addMatch("NUKAT-n93081305", "ISNI-0000000403599514", "", "forced single date", "", "", ""); addLink("NUKAT-n93081305", "ISNI-0000000403599514"); addMatch("NUKAT-n93081305", "ISNI-0000000403599514", "", "forced single date", "", "", ""); addLink("NUKAT-n93081305", "BNF-11247941"); addMatch("NUKAT-n93081305", "BNF-11247941", "", "forced single date", "", "", ""); addLink("NUKAT-n93081305", "WKP-Q708435"); addMatch("NUKAT-n93081305", "WKP-Q708435", "", "suggested", "", "", ""); addLink("NUKAT-n93081305", "SKMASNL-vtls010084777"); addMatch("NUKAT-n93081305", "SKMASNL-vtls010084777", "", "viafid", "", "", ""); addLink("NUKAT-n93081305", "LIH-LNB:SQ_t_;=B_u_"); addMatch("NUKAT-n93081305", "LIH-LNB:SQ_t_;=B_u_", "", "forced single date", "", "", ""); addLink("NUKAT-n93081305", "SUDOC-10049580X"); addMatch("NUKAT-n93081305", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("NUKAT-n93081305", "BIBSYS-90098016"); addMatch("NUKAT-n93081305", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("NUKAT-n93081305", "NLA-000035639556"); addMatch("NUKAT-n93081305", "NLA-000035639556", "", "double date", "", "", ""); addLink("NUKAT-n93081305", "NTA-288111508"); addMatch("NUKAT-n93081305", "NTA-288111508", "", "double date", "", "", ""); addLink("NUKAT-n93081305", "J9U-987007268312605171"); addMatch("NUKAT-n93081305", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("NUKAT-n93081305", "J9U-987007268312605171"); addMatch("NUKAT-n93081305", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("NUKAT-n93081305", "NKC-js2006342130"); addMatch("NUKAT-n93081305", "NKC-js2006342130", "", "double date", "", "", ""); addLink("NUKAT-n93081305", "PLWABN-9810673356005606"); addMatch("NUKAT-n93081305", "PLWABN-9810673356005606", "", "forced single date", "", "", ""); addLink("NUKAT-n93081305", "DNB-121331075"); addMatch("NUKAT-n93081305", "DNB-121331075", "", "viafid", "", "", ""); addLink("NUKAT-n93081305", "RERO-A003858823"); addMatch("NUKAT-n93081305", "RERO-A003858823", "", "viafid", "", "", ""); addLink("NUKAT-n93081305", "NII-DA14282942"); addMatch("NUKAT-n93081305", "NII-DA14282942", "", "exact title", "", "", ""); addLink("NUKAT-n93081305", "LC-n84184029"); addMatch("NUKAT-n93081305", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("DNB-121331075", "DNB", "German National Library"); addLink("DNB-121331075", "ISNI-0000000403599514"); addMatch("DNB-121331075", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("DNB-121331075", "ISNI-0000000403599514"); addMatch("DNB-121331075", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("DNB-121331075", "ISNI-0000000403599514"); addMatch("DNB-121331075", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("DNB-121331075", "ISNI-0000000403599514"); addMatch("DNB-121331075", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("DNB-121331075", "BNF-11247941"); addMatch("DNB-121331075", "BNF-11247941", "", "double date", "", "", ""); addLink("DNB-121331075", "WKP-Q708435"); addMatch("DNB-121331075", "WKP-Q708435", "", "suggested", "", "", ""); addLink("DNB-121331075", "LIH-LNB:SQ_t_;=B_u_"); addMatch("DNB-121331075", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("DNB-121331075", "NKC-js2006342130"); addMatch("DNB-121331075", "NKC-js2006342130", "", "double date", "", "", ""); addLink("DNB-121331075", "BIBSYS-90098016"); addMatch("DNB-121331075", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("DNB-121331075", "NLA-000035639556"); addMatch("DNB-121331075", "NLA-000035639556", "", "double date", "", "", ""); addLink("DNB-121331075", "NTA-288111508"); addMatch("DNB-121331075", "NTA-288111508", "", "double date", "", "", ""); addLink("DNB-121331075", "J9U-987007268312605171"); addMatch("DNB-121331075", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("DNB-121331075", "J9U-987007268312605171"); addMatch("DNB-121331075", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("DNB-121331075", "SUDOC-10049580X"); addMatch("DNB-121331075", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("DNB-121331075", "NUKAT-n93081305"); addMatch("DNB-121331075", "NUKAT-n93081305", "", "viafid", "", "", ""); addLink("DNB-121331075", "PLWABN-9810673356005606"); addMatch("DNB-121331075", "PLWABN-9810673356005606", "", "viafid", "", "", ""); addLink("DNB-121331075", "SKMASNL-vtls010084777"); addMatch("DNB-121331075", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("DNB-121331075", "LC-n84184029"); addMatch("DNB-121331075", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("NKC-js2006342130", "NKC", "National Library of the Czech Republic"); addLink("NKC-js2006342130", "ISNI-0000000403599514"); addMatch("NKC-js2006342130", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NKC-js2006342130", "ISNI-0000000403599514"); addMatch("NKC-js2006342130", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NKC-js2006342130", "ISNI-0000000403599514"); addMatch("NKC-js2006342130", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NKC-js2006342130", "ISNI-0000000403599514"); addMatch("NKC-js2006342130", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NKC-js2006342130", "NII-DA14282942"); addMatch("NKC-js2006342130", "NII-DA14282942", "", "exact title", "", "", ""); addLink("NKC-js2006342130", "WKP-Q708435"); addMatch("NKC-js2006342130", "WKP-Q708435", "", "suggested", "", "", ""); addLink("NKC-js2006342130", "SKMASNL-vtls010084777"); addMatch("NKC-js2006342130", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("NKC-js2006342130", "LIH-LNB:SQ_t_;=B_u_"); addMatch("NKC-js2006342130", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("NKC-js2006342130", "PLWABN-9810673356005606"); addMatch("NKC-js2006342130", "PLWABN-9810673356005606", "", "double date", "", "", ""); addLink("NKC-js2006342130", "NLA-000035639556"); addMatch("NKC-js2006342130", "NLA-000035639556", "", "double date", "", "", ""); addLink("NKC-js2006342130", "NTA-288111508"); addMatch("NKC-js2006342130", "NTA-288111508", "", "double date", "", "", ""); addLink("NKC-js2006342130", "J9U-987007268312605171"); addMatch("NKC-js2006342130", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("NKC-js2006342130", "J9U-987007268312605171"); addMatch("NKC-js2006342130", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("NKC-js2006342130", "SUDOC-10049580X"); addMatch("NKC-js2006342130", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("NKC-js2006342130", "NUKAT-n93081305"); addMatch("NKC-js2006342130", "NUKAT-n93081305", "", "double date", "", "", ""); addLink("NKC-js2006342130", "BIBSYS-90098016"); addMatch("NKC-js2006342130", "BIBSYS-90098016", "", "exact title", "", "", ""); addLink("NKC-js2006342130", "DNB-121331075"); addMatch("NKC-js2006342130", "DNB-121331075", "", "double date", "", "", ""); addLink("NKC-js2006342130", "RERO-A003858823"); addMatch("NKC-js2006342130", "RERO-A003858823", "", "exact title", "", "", ""); addLink("NKC-js2006342130", "LC-n84184029"); addMatch("NKC-js2006342130", "LC-n84184029", "", "double date", "", "", ""); addLink("NKC-js2006342130", "BNF-11247941"); addMatch("NKC-js2006342130", "BNF-11247941", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("NTA-288111508", "NTA", "National Library of the Netherlands"); addLink("NTA-288111508", "ISNI-0000000403599514"); addMatch("NTA-288111508", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NTA-288111508", "ISNI-0000000403599514"); addMatch("NTA-288111508", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NTA-288111508", "ISNI-0000000403599514"); addMatch("NTA-288111508", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NTA-288111508", "ISNI-0000000403599514"); addMatch("NTA-288111508", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NTA-288111508", "NII-DA14282942"); addMatch("NTA-288111508", "NII-DA14282942", "", "exact title", "", "", ""); addLink("NTA-288111508", "WKP-Q708435"); addMatch("NTA-288111508", "WKP-Q708435", "", "suggested", "", "", ""); addLink("NTA-288111508", "LIH-LNB:SQ_t_;=B_u_"); addMatch("NTA-288111508", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("NTA-288111508", "RERO-A003858823"); addMatch("NTA-288111508", "RERO-A003858823", "", "exact title", "", "", ""); addLink("NTA-288111508", "SUDOC-10049580X"); addMatch("NTA-288111508", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("NTA-288111508", "BIBSYS-90098016"); addMatch("NTA-288111508", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("NTA-288111508", "NLA-000035639556"); addMatch("NTA-288111508", "NLA-000035639556", "", "double date", "", "", ""); addLink("NTA-288111508", "J9U-987007268312605171"); addMatch("NTA-288111508", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("NTA-288111508", "J9U-987007268312605171"); addMatch("NTA-288111508", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("NTA-288111508", "NKC-js2006342130"); addMatch("NTA-288111508", "NKC-js2006342130", "", "double date", "", "", ""); addLink("NTA-288111508", "NUKAT-n93081305"); addMatch("NTA-288111508", "NUKAT-n93081305", "", "double date", "", "", ""); addLink("NTA-288111508", "PLWABN-9810673356005606"); addMatch("NTA-288111508", "PLWABN-9810673356005606", "", "double date", "", "", ""); addLink("NTA-288111508", "DNB-121331075"); addMatch("NTA-288111508", "DNB-121331075", "", "double date", "", "", ""); addLink("NTA-288111508", "SKMASNL-vtls010084777"); addMatch("NTA-288111508", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("NTA-288111508", "LC-n84184029"); addMatch("NTA-288111508", "LC-n84184029", "", "double date", "", "", ""); addLink("NTA-288111508", "BNF-11247941"); addMatch("NTA-288111508", "BNF-11247941", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("J9U-987007268312605171", "J9U", "National Library of Israel"); addLink("J9U-987007268312605171", "ISNI-0000000403599514"); addMatch("J9U-987007268312605171", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "ISNI-0000000403599514"); addMatch("J9U-987007268312605171", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "ISNI-0000000403599514"); addMatch("J9U-987007268312605171", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "ISNI-0000000403599514"); addMatch("J9U-987007268312605171", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "NUKAT-n93081305"); addMatch("J9U-987007268312605171", "NUKAT-n93081305", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "WKP-Q708435"); addMatch("J9U-987007268312605171", "WKP-Q708435", "", "suggested", "", "", ""); addLink("J9U-987007268312605171", "LIH-LNB:SQ_t_;=B_u_"); addMatch("J9U-987007268312605171", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "SUDOC-10049580X"); addMatch("J9U-987007268312605171", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "PLWABN-9810673356005606"); addMatch("J9U-987007268312605171", "PLWABN-9810673356005606", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "NLA-000035639556"); addMatch("J9U-987007268312605171", "NLA-000035639556", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "NTA-288111508"); addMatch("J9U-987007268312605171", "NTA-288111508", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "NKC-js2006342130"); addMatch("J9U-987007268312605171", "NKC-js2006342130", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "BNF-11247941"); addMatch("J9U-987007268312605171", "BNF-11247941", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "BIBSYS-90098016"); addMatch("J9U-987007268312605171", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("J9U-987007268312605171", "DNB-121331075"); addMatch("J9U-987007268312605171", "DNB-121331075", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "SKMASNL-vtls010084777"); addMatch("J9U-987007268312605171", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "LC-n84184029"); addMatch("J9U-987007268312605171", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("NLA-000035639556", "NLA", "National Library of Australia"); addLink("NLA-000035639556", "ISNI-0000000403599514"); addMatch("NLA-000035639556", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NLA-000035639556", "ISNI-0000000403599514"); addMatch("NLA-000035639556", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NLA-000035639556", "ISNI-0000000403599514"); addMatch("NLA-000035639556", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NLA-000035639556", "ISNI-0000000403599514"); addMatch("NLA-000035639556", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("NLA-000035639556", "NUKAT-n93081305"); addMatch("NLA-000035639556", "NUKAT-n93081305", "", "double date", "", "", ""); addLink("NLA-000035639556", "WKP-Q708435"); addMatch("NLA-000035639556", "WKP-Q708435", "", "suggested", "", "", ""); addLink("NLA-000035639556", "LIH-LNB:SQ_t_;=B_u_"); addMatch("NLA-000035639556", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("NLA-000035639556", "SUDOC-10049580X"); addMatch("NLA-000035639556", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("NLA-000035639556", "PLWABN-9810673356005606"); addMatch("NLA-000035639556", "PLWABN-9810673356005606", "", "double date", "", "", ""); addLink("NLA-000035639556", "NTA-288111508"); addMatch("NLA-000035639556", "NTA-288111508", "", "double date", "", "", ""); addLink("NLA-000035639556", "J9U-987007268312605171"); addMatch("NLA-000035639556", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("NLA-000035639556", "J9U-987007268312605171"); addMatch("NLA-000035639556", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("NLA-000035639556", "NKC-js2006342130"); addMatch("NLA-000035639556", "NKC-js2006342130", "", "double date", "", "", ""); addLink("NLA-000035639556", "BNF-11247941"); addMatch("NLA-000035639556", "BNF-11247941", "", "double date", "", "", ""); addLink("NLA-000035639556", "BIBSYS-90098016"); addMatch("NLA-000035639556", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("NLA-000035639556", "DNB-121331075"); addMatch("NLA-000035639556", "DNB-121331075", "", "double date", "", "", ""); addLink("NLA-000035639556", "SKMASNL-vtls010084777"); addMatch("NLA-000035639556", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("NLA-000035639556", "LC-n84184029"); addMatch("NLA-000035639556", "LC-n84184029", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("LC-n84184029", "LC", "Library of Congress/NACO"); addLink("LC-n84184029", "ISNI-0000000403599514"); addMatch("LC-n84184029", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("LC-n84184029", "ISNI-0000000403599514"); addMatch("LC-n84184029", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("LC-n84184029", "ISNI-0000000403599514"); addMatch("LC-n84184029", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("LC-n84184029", "ISNI-0000000403599514"); addMatch("LC-n84184029", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("LC-n84184029", "NUKAT-n93081305"); addMatch("LC-n84184029", "NUKAT-n93081305", "", "double date", "", "", ""); addLink("LC-n84184029", "WKP-Q708435"); addMatch("LC-n84184029", "WKP-Q708435", "", "suggested", "", "", ""); addLink("LC-n84184029", "LIH-LNB:SQ_t_;=B_u_"); addMatch("LC-n84184029", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("LC-n84184029", "RERO-A003858823"); addMatch("LC-n84184029", "RERO-A003858823", "", "standard number", "", "", ""); addLink("LC-n84184029", "NKC-js2006342130"); addMatch("LC-n84184029", "NKC-js2006342130", "", "double date", "", "", ""); addLink("LC-n84184029", "BIBSYS-90098016"); addMatch("LC-n84184029", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("LC-n84184029", "NLA-000035639556"); addMatch("LC-n84184029", "NLA-000035639556", "", "double date", "", "", ""); addLink("LC-n84184029", "NTA-288111508"); addMatch("LC-n84184029", "NTA-288111508", "", "double date", "", "", ""); addLink("LC-n84184029", "J9U-987007268312605171"); addMatch("LC-n84184029", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("LC-n84184029", "J9U-987007268312605171"); addMatch("LC-n84184029", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("LC-n84184029", "SUDOC-10049580X"); addMatch("LC-n84184029", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("LC-n84184029", "BNF-11247941"); addMatch("LC-n84184029", "BNF-11247941", "", "double date", "", "", ""); addLink("LC-n84184029", "PLWABN-9810673356005606"); addMatch("LC-n84184029", "PLWABN-9810673356005606", "", "double date", "", "", ""); addLink("LC-n84184029", "DNB-121331075"); addMatch("LC-n84184029", "DNB-121331075", "", "double date", "", "", ""); addLink("LC-n84184029", "SKMASNL-vtls010084777"); addMatch("LC-n84184029", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("LC-n84184029", "NII-DA14282942"); addMatch("LC-n84184029", "NII-DA14282942", "", "exact title", "", "", ""); </script> <script type="text/javascript"> new Node("SUDOC-10049580X", "SUDOC", "Sudoc [ABES], France"); addLink("SUDOC-10049580X", "ISNI-0000000403599514"); addMatch("SUDOC-10049580X", "ISNI-0000000403599514", "", "suggested", "", "", ""); addLink("SUDOC-10049580X", "ISNI-0000000403599514"); addMatch("SUDOC-10049580X", "ISNI-0000000403599514", "", "suggested", "", "", ""); addLink("SUDOC-10049580X", "ISNI-0000000403599514"); addMatch("SUDOC-10049580X", "ISNI-0000000403599514", "", "suggested", "", "", ""); addLink("SUDOC-10049580X", "ISNI-0000000403599514"); addMatch("SUDOC-10049580X", "ISNI-0000000403599514", "", "suggested", "", "", ""); addLink("SUDOC-10049580X", "NII-DA14282942"); addMatch("SUDOC-10049580X", "NII-DA14282942", "", "exact title", "", "", ""); addLink("SUDOC-10049580X", "WKP-Q708435"); addMatch("SUDOC-10049580X", "WKP-Q708435", "", "suggested", "", "", ""); addLink("SUDOC-10049580X", "SKMASNL-vtls010084777"); addMatch("SUDOC-10049580X", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "LIH-LNB:SQ_t_;=B_u_"); addMatch("SUDOC-10049580X", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "PLWABN-9810673356005606"); addMatch("SUDOC-10049580X", "PLWABN-9810673356005606", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "NLA-000035639556"); addMatch("SUDOC-10049580X", "NLA-000035639556", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "NTA-288111508"); addMatch("SUDOC-10049580X", "NTA-288111508", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "J9U-987007268312605171"); addMatch("SUDOC-10049580X", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "J9U-987007268312605171"); addMatch("SUDOC-10049580X", "J9U-987007268312605171", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "NKC-js2006342130"); addMatch("SUDOC-10049580X", "NKC-js2006342130", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "NUKAT-n93081305"); addMatch("SUDOC-10049580X", "NUKAT-n93081305", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "BIBSYS-90098016"); addMatch("SUDOC-10049580X", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("SUDOC-10049580X", "DNB-121331075"); addMatch("SUDOC-10049580X", "DNB-121331075", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "RERO-A003858823"); addMatch("SUDOC-10049580X", "RERO-A003858823", "", "exact title", "", "", ""); addLink("SUDOC-10049580X", "LC-n84184029"); addMatch("SUDOC-10049580X", "LC-n84184029", "", "double date", "", "", ""); addLink("SUDOC-10049580X", "BNF-11247941"); addMatch("SUDOC-10049580X", "BNF-11247941", "", "double date", "", "", ""); </script> <script type="text/javascript"> new Node("J9U-987007268312605171", "J9U", "National Library of Israel"); addLink("J9U-987007268312605171", "ISNI-0000000403599514"); addMatch("J9U-987007268312605171", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "ISNI-0000000403599514"); addMatch("J9U-987007268312605171", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "ISNI-0000000403599514"); addMatch("J9U-987007268312605171", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "ISNI-0000000403599514"); addMatch("J9U-987007268312605171", "ISNI-0000000403599514", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "NUKAT-n93081305"); addMatch("J9U-987007268312605171", "NUKAT-n93081305", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "WKP-Q708435"); addMatch("J9U-987007268312605171", "WKP-Q708435", "", "suggested", "", "", ""); addLink("J9U-987007268312605171", "LIH-LNB:SQ_t_;=B_u_"); addMatch("J9U-987007268312605171", "LIH-LNB:SQ_t_;=B_u_", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "SUDOC-10049580X"); addMatch("J9U-987007268312605171", "SUDOC-10049580X", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "PLWABN-9810673356005606"); addMatch("J9U-987007268312605171", "PLWABN-9810673356005606", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "NLA-000035639556"); addMatch("J9U-987007268312605171", "NLA-000035639556", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "NTA-288111508"); addMatch("J9U-987007268312605171", "NTA-288111508", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "NKC-js2006342130"); addMatch("J9U-987007268312605171", "NKC-js2006342130", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "BNF-11247941"); addMatch("J9U-987007268312605171", "BNF-11247941", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "BIBSYS-90098016"); addMatch("J9U-987007268312605171", "BIBSYS-90098016", "", "viafid", "", "", ""); addLink("J9U-987007268312605171", "DNB-121331075"); addMatch("J9U-987007268312605171", "DNB-121331075", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "SKMASNL-vtls010084777"); addMatch("J9U-987007268312605171", "SKMASNL-vtls010084777", "", "double date", "", "", ""); addLink("J9U-987007268312605171", "LC-n84184029"); addMatch("J9U-987007268312605171", "LC-n84184029", "", "double date", "", "", ""); </script> </div> <div id="leftfloat"> <div id="svgcanvas"> </div> <div id="nodeInfo"> <h4> </h4> <p> </p> </div> </div> </div> </div> </div> <div class="clearing"> </div> <div id="AltForms" class="mainSection"> <h3> <img id="AltFormsContentOpen" class="msgHeader" src="/viaf/images/open.gif" alt="Open Section"/> <img id="AltFormsContentClose" class="msgHeader" src="/viaf/images/close.gif" alt="Close Section"/> <span class="langHi0">4xx's: Alternate Name Forms</span> (66) </h3> <div style="display: none;" id="AltFormsContent" class="content"> <ul> <li>400 _ 0 ‡5 <span>e</span> ‡a <span>Autor Uwag nad Zamoyskim</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 _ 0 ‡5 <span>e</span> ‡a <span>Autor Uwag nad tymże Dziełem napisanych</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 _ 0 ‡5 <span>e</span> ‡a <span>Obywatel zakordonowy</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 _ 0 ‡5 <span>e</span> ‡a <span>Pisarz Uwag nad życiem Jana Zamoyskiego</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 _ 0 ‡5 <span>e</span> ‡a <span>S.S.</span> ‡f <span>1755-1826</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 _ 0 ‡5 <span>e</span> ‡a <span>S.</span> ‡f <span>1755-1826</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 0 _ ‡a <span>Stanisław Staszic</span> ‡c <span>Philosopher and writer</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </span> </li> <li>400 0 _ ‡a <span>Stanisław Staszic</span> ‡c <span>Polish philosopher and writer (1755-1826)</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Stanisław Staszic</span> ‡c <span>Pools taalkundige (1755-1826)</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Stanisław Staszic</span> ‡c <span>filósofo e escritor polonês</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Stanisław Staszic</span> ‡c <span>polnischer Schriftsteller, Publizist, Politiker und Priester</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Stanisław Staszic</span> ‡c <span>polski działacz oświeceniowy, pisarz i publicysta, filozof i tłumacz</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Stanisław Staszic</span> ‡c <span>presbitero, filosofo e scrittore polacco</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Stanisław Staszic</span> ‡c <span>écrivain et philosophe polonais</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 _ 1 ‡a <span>Stasic</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 0 _ ‡a <span>Stasic</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </span> </li> <li>400 1 _ ‡a <span>Stasic, Stanisław Ksaweryv</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 1 _ ‡a <span>Stasic, Stanisław</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 1 _ ‡a <span>Stasic.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 0 _ ‡a <span>Stasic</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 0 _ ‡a <span>Staszic</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic</span> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, S. W.,</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, S.,</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, St.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stan.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanislas</span> <span class="flags"> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanislas,</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanislas</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanislav,</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanislaw W.,</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanislaw,</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanisłau</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanisław Ksawery</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanisław Ksawery.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanisław Ksawery</span> ‡d <span>1755-1826</span> ‡4 <span>navo</span> ‡4 <span>https://d-nb.info/standards/elementset/gnd#FullerFormOfNameOfThePerson</span> ‡e <span>Vollstaendiger Name</span> <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanisław Wawrzyniec</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanisław Wawrzyniec.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic, Stanisław</span> ‡c <span>Wawrzyniec</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszic.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 _ 1 ‡a <span>Staszic</span> ‡b <span>Stanisław Wawrzyniec</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanislaw,</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanislaw</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanisław</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanisław Ksawery</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanisław Ksawery.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanisław Ksawery</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanisław,</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanisław.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 1 _ ‡a <span>Staszyc, Stanisław</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>400 _ 1 ‡a <span>Staszyc</span> ‡b <span>Stanisław</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 1 _ ‡a <span>Stašic, Stanislav</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>400 1 _ ‡a <span>Stašic, Stanislav.</span> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>400 _ 0 ‡5 <span>e</span> ‡a <span>Zakordonowy Obywatel Pruski</span> <span class="flags"> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>400 0 _ ‡a <span>Στανίσουαφ Στάσιτς</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Станислав Сташиц</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Станіслав Сташиць</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </span> </li> <li>400 0 _ ‡a <span>Станіслав Сташиць</span> ‡c <span>польський освітянин, письменник, публіцист, перекладач, філософ</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Станіслаў Сташыц</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>Станіслаў Сташыц</span> ‡c <span>польскі асьветнік, перакладнік, пісьменьнік, філёзаф</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 1 _ ‡a <span>Сташиц, Станислав</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </span> </li> <li>400 1 _ ‡a <span>Сташиц, Станислав</span> ‡d <span>1755-1826</span> <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> </span> </li> <li>400 0 _ ‡a <span>סטניסלב סטאשיץ</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>ستانيساو ستاسيتش</span> ‡c <span>كاتب وفيسلوف بولندي (1826-1755)</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>スタニスワフ・スタシッツ</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>400 0 _ ‡a <span>斯坦尼斯瓦夫·斯塔希茨</span> <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> </ul> </div> </div> <div id="RelatedNames" class="mainSection"> <h3> <img id="RelatedNamesContentOpen" class="msgHeader" src="/viaf/images/open.gif" alt="Open Section"/> <img id="RelatedNamesContentClose" class="msgHeader" src="/viaf/images/close.gif" alt="Close Section"/> <span class="langHi0">5xx's: Related Names</span> (2) </h3> <div id="RelatedNamesContent" class="content" style="display:block;"> <ul> <li>551 _ _ <a href="../246680467"> ‡a <span>Schneidemühl</span> ‡4 <span>ortg</span> ‡4 <span>https://d-nb.info/standards/elementset/gnd#placeOfBirth</span> </a> <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>551 _ _ <a href="../146267734"> ‡a <span>Warschau</span> ‡4 <span>orts</span> ‡4 <span>https://d-nb.info/standards/elementset/gnd#placeOfDeath</span> </a> <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> </ul> </div> </div> <div id="SelectedTitles" class="mainSection"> <h3> <img alt="Open Section" src="/viaf/images/open.gif" class="msgHeader" id="SelectedTitlesContentOpen"/> <img alt="Close Section" src="/viaf/images/close.gif" class="msgHeader" id="SelectedTitlesContentClose"/>Works</h3> <div style="display: block;" id="SelectedTitlesContent" class="content"> <table class="dataTable" id="workTable" cellspacing="0"> <thead> <tr role="row"> <th class="sorting" role="columnheader">Title</th> <th class="no-sort" role="columnheader">Sources</th> </tr> </thead> <tbody> <tr> <td> <a href="/viaf/586160364967263680009">Autobiografia</a> </td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </td> </tr> <tr> <td>Brevis et accurata regiminis ac status zupparum Vielicens[ium] et Bochnensium sub annum Christi 1518 descriptio.</td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Być narodowi użytecznym, 1976:</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Do Boga : [na chór żeński i organy]</td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/7084165271655610690004">Dzieła Stanisława Staszica</a> </td> <td> <span class="flags"> <img alt="National Library of the Netherlands" title="National Library of the Netherlands" src="/viaf/images/flags/NTA.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/7519149844970702960003">Dzienniki podróży (1789-1805)</a> </td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Epoki natury</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Époques de la nature</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Étude critique d'une carte ancienne de Pologne, dressée par Stanislas Staszic (1806)</td> <td> <span class="flags"> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </td> </tr> <tr> <td>Iliada Homera.</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Ilias</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Izbrannoe</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </td> </tr> <tr> <td>Jerzy Sikora</td> <td> <span class="flags"> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/3581165326471816290000">Krótki rys życia mego</a> </td> <td> <span class="flags"> <img alt="xR Extended Relationships" title="xR Extended Relationships" src="/viaf/images/flags/XR.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Mądry Polak Po Szkodzie.</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </td> </tr> <tr> <td>Mysli o rownowadze politycznei w Europie</td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Numa Pompiliusz, Drugi Król Rzymu.</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Pisma filozoficzne i społeczne</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="National Library of the Czech Republic" title="National Library of the Czech Republic" src="/viaf/images/flags/NKC.png"/> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> </span> </td> </tr> <tr> <td>Pisma i wypowiedzi pedagogiczne.</td> <td> <span class="flags"> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/1071165326550816290005">Pochwała Jana Zamoyskiego Kanclerza i Hetmana Wielkiego Koronnego</a> </td> <td> <span class="flags"> <img alt="xR Extended Relationships" title="xR Extended Relationships" src="/viaf/images/flags/XR.png"/> </span> </td> </tr> <tr> <td>Pochwała Marka Aurelego</td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Poème sur le désastre de Lisbonne.</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Précis des connoissances sur la statistique de la Pologne</td> <td> <span class="flags"> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/9747165326484816290004">Przestrogi dla Polski z teraźniejszych, politycznych Europy związków i z praw natury wypadające</a> </td> <td> <span class="flags"> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="BIBSYS" title="BIBSYS" src="/viaf/images/flags/BIBSYS.png"/> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> <img alt="xR Extended Relationships" title="xR Extended Relationships" src="/viaf/images/flags/XR.png"/> <img alt="National Library of the Czech Republic" title="National Library of the Czech Republic" src="/viaf/images/flags/NKC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/3612165326514116290000">O przyczynach szkodliwości Żydów</a> </td> <td> <span class="flags"> <img alt="xR Extended Relationships" title="xR Extended Relationships" src="/viaf/images/flags/XR.png"/> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Reflexions d'un ami de l'humanité</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Religia : Poema Pana Rassyna</td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Religion</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/190145911046627060418">Ród ludzki</a> </td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </td> </tr> <tr> <td>Selected works. 1957. Russian. [from old catalog]</td> <td> <span class="flags"> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/8174165326417216290006">O statystyce Polski</a> </td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="xR Extended Relationships" title="xR Extended Relationships" src="/viaf/images/flags/XR.png"/> </span> </td> </tr> <tr> <td>Tatry z strony Polski</td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/415165326336916290004">Testament</a> </td> <td> <span class="flags"> <img alt="xR Extended Relationships" title="xR Extended Relationships" src="/viaf/images/flags/XR.png"/> </span> </td> </tr> <tr> <td>Ustawa Towarzystwa Rolniczego Hrubieszowskiego : 1822</td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td> <a href="/viaf/997154381059630292088">Uwagi nad życiem Jana Zamoyskiego</a> </td> <td> <span class="flags"> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="National Library of the Netherlands" title="National Library of the Netherlands" src="/viaf/images/flags/NTA.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="BIBSYS" title="BIBSYS" src="/viaf/images/flags/BIBSYS.png"/> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> </span> </td> </tr> <tr> <td>Uwagi zakordonowego obywatela pruskiego nad protestacją konfederacji targowickiej przeciwko wkroczeniu wojsk pruskich do Polski</td> <td> <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Wybór pism</td> <td> <span class="flags"> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> </span> </td> </tr> <tr> <td>Zagaienie posiedzenia przez St. Staszica</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>Zagajenie posiedzenia publicznego Towarzystwa Królewskiego Warszawskiego Przyjaciół Nauk</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </td> </tr> <tr> <td>Zgubne zasady talmudyzmu do serdecznej rozwagi Żydom i Chrześcianom wszelkiego stanu</td> <td> <span class="flags"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </td> </tr> <tr> <td>O ziemiorodztwie gór dawniey Sarmacyi, a późniey Polski pierwsza rozprawa o równinach tey krainy, o pasmie Łysogór, o części Beskidów i Bielaw czytana na posiedzeniu publiczném Tow. Warsz. przyiaciół Nauk, dnia 13. Grudnia 1805</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </td> </tr> <tr> <td>O ziemiorodztwie Karpatów i innych gór i równin Polski.</td> <td> <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="NII (Japan)" title="NII (Japan)" src="/viaf/images/flags/NII.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </td> </tr> <tr> <td>Избранное (Сташиц, Станислав)</td> <td> <span class="flags"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> </span> </td> </tr> </tbody> </table> </div> </div> <div id="SelectedCoauthors" class="mainSection"> <h3> <img alt="Open Section" src="/viaf/images/open.gif" class="msgHeader" id="SelectedCoauthorsContentOpen"/> <img alt="Close Section" src="/viaf/images/close.gif" class="msgHeader" id="SelectedCoauthorsContentClose"/> <span class="langHi0">Selected Co-authors</span> </h3> <div style="display: none;" id="SelectedCoauthorsContent" class="content"> <ol> <li>Czarnowski, Stefan 1879-1937 (25) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="BIBSYS" title="BIBSYS" src="/viaf/images/flags/BIBSYS.png"/> <img alt="National Library of the Netherlands" title="National Library of the Netherlands" src="/viaf/images/flags/NTA.png"/> <img alt="National Library of the Czech Republic" title="National Library of the Czech Republic" src="/viaf/images/flags/NKC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Florian, Jean-Pierre Claris de 1755-1794) (24) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Gröll, Michał 1722-1798) (20) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Homerus (8..-7.. p.n.e.). (10) <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Racine, Louis 1692-1763) (9) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Daszkowski, Zbigniew (9) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Państwowe Wydawnictwo Naukowe (1951-1992). (7) <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>Drukarnia Rządowa (Warszawa). (7) <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>Zakład Narodowy im. Ossolińskich. Wydawnictwo (6) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>Buffon, Georges Louis Leclerc de (1707-1788). (6) <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> </ol> </div> </div> <div id="Countries" class="mainSection"> <h3> <img id="CountriesContentOpen" class="msgHeader" src="/viaf/images/open.gif" alt="Open Section"/> <img id="CountriesContentClose" class="msgHeader" src="/viaf/images/close.gif" alt="Close Section"/> <span class="langHi0">Countries and Regions of Publication</span> (5) </h3> <div id="CountriesContent" class="content" style="display:none;"> <div id="mapcontainer"> <div class="mapsNote"> <span class="langHi0">View the list below for more details</span>. </div> <div id="mapButtons"> <form action="?"> <label> <span class="langHi0">Map View</span>:</label> <input id="mapbutton-world" class="mapbutton-on" type="button" value="World" onclick="mapSwitch('world');"/> <input id="mapbutton-euro" class="mapbutton-off" type="button" value="Europe" onclick="mapSwitch('euro');"/> <input id="mapbutton-asia" class="mapbutton-off" type="button" value="Asia" onclick="mapSwitch('asia');"/> </form> </div> <div id="maps"> <img id="map-world" alt="World" src="//chart.apis.google.com/chart?cht=t&chs=440x220&chd=t:80,40,30,10,10&chco=FFFFFF,feca31,ea8e00,d94817,bf2c00,a90606,64000f&chld=PLUALTRUFR&chtm=world&chf=bg,s,c5e0fb"/> <img id="map-euro" alt="Europe" src="//chart.apis.google.com/chart?cht=t&chs=440x220&chd=t:80,40,30,10,10&chco=FFFFFF,feca31,ea8e00,d94817,bf2c00,a90606,64000f&chld=PLUALTRUFR&chtm=europe&chf=bg,s,c5e0fb"/> <img id="map-asia" alt="Asia" src="//chart.apis.google.com/chart?cht=t&chs=440x220&chd=t:80,40,30,10,10&chco=FFFFFF,feca31,ea8e00,d94817,bf2c00,a90606,64000f&chld=PLUALTRUFR&chtm=asia&chf=bg,s,c5e0fb"/> </div> <div id="colorKey"> <span class="colorKeyNote"> <span class="langHi0">Low</span> </span> <img src="/viaf/images/spacer.gif" id="color1" class="colorKey" alt="Lowest Number of Publications"/> <img src="/viaf/images/spacer.gif" alt="spacer" id="color2" class="colorKey"/> <img src="/viaf/images/spacer.gif" alt="spacer" id="color3" class="colorKey"/> <img src="/viaf/images/spacer.gif" alt="spacer" id="color4" class="colorKey"/> <img src="/viaf/images/spacer.gif" alt="spacer" id="color5" class="colorKey"/> <img src="/viaf/images/spacer.gif" id="color6" class="colorKey" alt="Highest Number of Publications"/> <span class="colorKeyNote"> <span class="langHi0">High</span> </span> </div> <div id="viewLists"> <input type="button" id="viewListLink" class="mapbutton-off" value="View List" onclick="showhidelist('viewListLink'); return false;"/> <input type="button" id="hideListLink" class="mapbutton-on" value="Hide List" onclick="showhidelist('hideListLink'); return false;"/> </div> <div id="countryList"> <div class="mapsNote"> <span class="langHi0">The flags indicate which authority file had at least some publications from the country or region</span>:</div> <ul> <li>PL - Poland (294) <span class="flags"> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> <img alt="National Library of the Netherlands" title="National Library of the Netherlands" src="/viaf/images/flags/NTA.png"/> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> <img alt="National Library of the Czech Republic" title="National Library of the Czech Republic" src="/viaf/images/flags/NKC.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </li> <li>UA - Ukraine (13) <span class="flags"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>LT - Lithuania (6) <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>RU - Russian Federation (2) <span class="flags"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>FR - France (2) <span class="flags"> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> </span> </li> </ul> </div> </div> </div> </div> <div id="Timeline" class="mainSection"> <h3> <img id="TimelineContentOpen" class="msgHeader" src="/viaf/images/open.gif" alt="Open Section"/> <img id="TimelineContentClose" class="msgHeader" src="/viaf/images/close.gif" alt="Close Section"/> <span class="langHi0">Publication Statistics</span> </h3> <div id="TimelineContent" class="content" style="display:none;"> <script type="text/javascript"> function dateMsg(decade, count){ var tld = document.getElementById('TimeLineDisplay'); if (count) { if (count=='1') tld.innerHTML = count + ' publications in the '+decade+"'s"; else tld.innerHTML = count + ' publications in the '+decade+"'s"; } else { tld.innerHTML = ''; } } </script> <ul> <li> <h4 class="subHead"> <span class="langHi0">Publication History</span> </h4> <div id="TimeLineShell"> <div id="TimeLineMarkers"> <span class="date">1700</span> <span class="TimeLineMarkerStart">|</span> <img id="line1770" class="marker" style="height:18.6px;" onmouseover="dateMsg('177'+'0', '5');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1780" class="marker" style="height:30.75px;" onmouseover="dateMsg('178'+'0', '27');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1790" class="marker" style="height:29.9px;" onmouseover="dateMsg('179'+'0', '24');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1800" class="marker" style="height:30.2px;" onmouseover="dateMsg('180'+'0', '25');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1810" class="marker" style="height:39.05px;" onmouseover="dateMsg('181'+'0', '85');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1820" class="marker" style="height:29.9px;" onmouseover="dateMsg('182'+'0', '24');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1830" class="marker" style="height:21.05px;" onmouseover="dateMsg('183'+'0', '7');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1840" class="marker" style="height:14.9px;" onmouseover="dateMsg('184'+'0', '3');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1850" class="marker" style="height:14.9px;" onmouseover="dateMsg('185'+'0', '3');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1860" class="marker" style="height:18.6px;" onmouseover="dateMsg('186'+'0', '5');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1870" class="marker" style="height:19.9px;" onmouseover="dateMsg('187'+'0', '6');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1880" class="marker" style="height:18.6px;" onmouseover="dateMsg('188'+'0', '5');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1890" class="marker" style="height:14.9px;" onmouseover="dateMsg('189'+'0', '3');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1900" class="marker" style="height:17px;" onmouseover="dateMsg('190'+'0', '4');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1910" class="marker" style="height:24.3px;" onmouseover="dateMsg('191'+'0', '11');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1920" class="marker" style="height:26.55px;" onmouseover="dateMsg('192'+'0', '15');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1930" class="marker" style="height:22.85px;" onmouseover="dateMsg('193'+'0', '9');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1940" class="marker" style="height:22px;" onmouseover="dateMsg('194'+'0', '8');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1950" class="marker" style="height:34.599999999999991px;" onmouseover="dateMsg('195'+'0', '46');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1960" class="marker" style="height:14.9px;" onmouseover="dateMsg('196'+'0', '3');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1970" class="marker" style="height:22px;" onmouseover="dateMsg('197'+'0', '8');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1980" class="marker" style="height:18.6px;" onmouseover="dateMsg('198'+'0', '5');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line1990" class="marker" style="height:21.05px;" onmouseover="dateMsg('199'+'0', '7');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line2000" class="marker" style="height:33.6px;" onmouseover="dateMsg('200'+'0', '40');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <img id="line2010" class="marker" style="height:23.6px;" onmouseover="dateMsg('201'+'0', '10');" onmouseout="dateMsg('','');" src="/viaf/images/spacer.gif" alt="spacer"/> <span class="TimeLineMarkerEnd">|</span> <span class="date">2100</span> </div> </div> <div id="TimeLineDisplayBox"> <span id="TimeLineDisplay"/> </div> </li> <li> <h4 class="subHead"> <span class="langHi0">Identifiers</span> </h4> <ul class="subList"> <li>21 <span class="langHi0">unique ISBN's</span> </li> </ul> </li> </ul> </div> </div> <div id="Publishers" class="mainSection"> <h3> <img id="PublishersContentOpen" class="msgHeader" src="/viaf/images/open.gif" alt="Open Section"/> <img id="PublishersContentClose" class="msgHeader" src="/viaf/images/close.gif" alt="Close Section"/> <span class="langHi0">Selected Publishers</span> (15) </h3> <div id="PublishersContent" class="content" style="display:none;"> <ol> <li>Państwowe Wydawnictwo Naukowe (30) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Muzeum Stanisława Staszica (14) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Nakładem i Drukiem Michała Grölla [...] (12) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Michał Gröll (9) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Drukarnia Rządowa (9) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Zakładu Narodowego im. Ossolińskich [1952] (8) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="RERO - Library Network of Western Switzerland" title="RERO - Library Network of Western Switzerland" src="/viaf/images/flags/RERO.png"/> <img alt="Sudoc [ABES], France" title="Sudoc [ABES], France" src="/viaf/images/flags/SUDOC.png"/> <img alt="Library of Congress/NACO" title="Library of Congress/NACO" src="/viaf/images/flags/LC.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>w Druk. Rządowej (7) <span class="flags"> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>w Drukarni Rządowei (5) <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>wydawca nieznany (3) <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>w Drukarni XX Piarow (3) <span class="flags"> <img alt="National Library of Poland" title="National Library of Poland" src="/viaf/images/flags/PLWABN.png"/> </span> </li> <li>Nakladem Gazety wiejskiej (2) <span class="flags"> <img alt="National Library of Israel" title="National Library of Israel" src="/viaf/images/flags/J9U.png"/> </span> </li> <li>Wydawnictwo Ktoczyta.pl (1) <span class="flags"> <img alt="National Library of the Czech Republic" title="National Library of the Czech Republic" src="/viaf/images/flags/NKC.png"/> </span> </li> <li>Wydawnictwo IFiS PAN (1) <span class="flags"> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> </span> </li> <li>Wydawnictwo Geologiczne (1) <span class="flags"> <img alt="Slovak National Library" title="Slovak National Library" src="/viaf/images/flags/SKMASNL.png"/> </span> </li> <li>Nakładem Krakowskiej Spółki wyd. (1) <span class="flags"> <img alt="BIBSYS" title="BIBSYS" src="/viaf/images/flags/BIBSYS.png"/> </span> </li> </ol> </div> </div> <div class="mainSection" id="About"> <h3> <img alt="Open Section" src="/viaf/images/open.gif" class="msgHeader" id="AboutContentOpen"/> <img alt="Close Section" src="/viaf/images/close.gif" class="msgHeader" id="AboutContentClose"/> <span class="langHi0">About</span> </h3> <div style="display: none;" class="content" id="AboutContent"> <div id="personalinfo" class="subsection"> <h2> <span class="langHi0">Personal Information</span> </h2> <h4> <span class="subtitle"> <span class="langHi0"/> Gender : </span> <span class="langHi0"/> Male </h4> <h4> <span class="subtitle"> <span class="langHi0">Nationality or associated country</span>: </span> </h4> <ul> <li>PL - Poland<span class="flags"> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> <img alt="German National Library" title="German National Library" src="/viaf/images/flags/DNB.png"/> <img alt="ISNI" title="ISNI" src="/viaf/images/flags/ISNI.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> <li>Polska. - <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>Polish–Lithuanian Commonwealth - <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> <li>Congress Poland - <span class="flags"> <img alt="Wikidata" title="Wikidata" src="/viaf/images/flags/WKP.png"/> </span> </li> </ul> <h4> <span class="subtitle"> <span class="langHi0">Field of Activity</span>: </span> </h4> <ul> <li>spoldzielnie <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>publicystyka <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>masoneria <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>kaplanstwo <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>geologia <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>geografia <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>filozofia <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> </ul> <h4> <span class="subtitle"> <span class="langHi0">Occupation</span>: </span> </h4> <ul> <li>tlumacze <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>masoni <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>kaplani <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>geolodzy <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>geografowie <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> <li>filozofowie <span class="flags"> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> </span> </li> </ul> <h4> <span class="subtitle"> <span class="langHi0">Language</span>: </span> </h4> <ul> <li>pol - Polish<span class="flags"> <img alt="National Library of France" title="National Library of France" src="/viaf/images/flags/BNF.png"/> <img alt="NUKAT Center of Warsaw University Library" title="NUKAT Center of Warsaw University Library" src="/viaf/images/flags/NUKAT.png"/> <img alt="National Library of Lithuania" title="National Library of Lithuania" src="/viaf/images/flags/LIH.png"/> </span> </li> </ul> </div> <div id="externalLinks" class="subsection"> <h2> <span class="langHi0">External Links</span> </h2> <ul id="listOfLinks"> <li> <a href="https://ar.wikipedia.org/wiki/ستانيساو_ستاسيتش"> <span class="langHi0">Wikipedia</span> - https://ar.wikipedia.org/wiki/ستانيساو_ستاسيتش</a> </li> <li> <a href="https://arz.wikipedia.org/wiki/ستانيساو_ستاسيتش"> <span class="langHi0">Wikipedia</span> - https://arz.wikipedia.org/wiki/ستانيساو_ستاسيتش</a> </li> <li> <a href="https://be.wikipedia.org/wiki/Станіслаў_Сташыц"> <span class="langHi0">Wikipedia</span> - https://be.wikipedia.org/wiki/Станіслаў_Сташыц</a> </li> <li> <a href="https://bg.wikipedia.org/wiki/Станислав_Сташиц"> <span class="langHi0">Wikipedia</span> - https://bg.wikipedia.org/wiki/Станислав_Сташиц</a> </li> <li> <a href="https://cs.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://cs.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://da.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://da.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://de.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://de.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://el.wikipedia.org/wiki/Στανίσουαφ_Στάσιτς"> <span class="langHi0">Wikipedia</span> - https://el.wikipedia.org/wiki/Στανίσουαφ_Στάσιτς</a> </li> <li> <a href="https://en.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://en.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://eo.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://eo.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://es.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://es.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://fr.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://fr.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://it.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://it.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://no.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://no.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://pl.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://pl.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://pt.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://pt.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://ro.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://ro.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://ru.wikipedia.org/wiki/Сташиц,_Станислав"> <span class="langHi0">Wikipedia</span> - https://ru.wikipedia.org/wiki/Сташиц,_Станислав</a> </li> <li> <a href="https://sk.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://sk.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://sv.wikipedia.org/wiki/Stanisław_Staszic"> <span class="langHi0">Wikipedia</span> - https://sv.wikipedia.org/wiki/Stanisław_Staszic</a> </li> <li> <a href="https://uk.wikipedia.org/wiki/Станіслав_Сташиць"> <span class="langHi0">Wikipedia</span> - https://uk.wikipedia.org/wiki/Станіслав_Сташиць</a> </li> <li> <a href="//isni.org/isni/0000000403599514">ISNI - 0000 0004 0359 9514</a> </li> </ul> </div> </div> </div> <div class="mainSection" id="RecordViews"> <h3> <img alt="Open Section" src="/viaf/images/open.gif" class="msgHeader" id="RecordViewsContentOpen"/> <img alt="Close Section" src="/viaf/images/close.gif" class="msgHeader" id="RecordViewsContentClose"/> <span class="langHi0">Record Views</span> </h3> <div style="display:none;" class="content" id="RecordViewsContent"> <ul> <li> <a href="/viaf/77168635/marc21.xml" type="application/x-marc21+xml" rel="nofollow"> <span class="langHi0">MARC-21 record</span> </a> </li> <li> <a href="/viaf/77168635/viaf.xml" type="application/xml" rel="nofollow"> <span class="langHi0">VIAF Cluster in XML</span> </a> </li> <li> <a href="/viaf/77168635/rdf.xml" type="application/rdf+xml" rel="nofollow"> <span class="langHi0">RDF record</span> </a> </li> </ul> </div> </div> <div id="History" class="mainSection"> <h3> <img id="HistoryContentOpen" class="msgHeader" src="/viaf/images/open.gif" alt="Open Section"/> <img id="HistoryContentClose" class="msgHeader" src="/viaf/images/close.gif" alt="Close Section"/> <span class="langHi0">History of VIAF ID</span>:77168635 (29) </h3> <div id="HistoryContent" class="content" style="display:none;"> <table id="historyTable" cellspacing="0"> <tr> <th> <span class="langHi0">Record ID</span> </th> <th id="action"> <span class="langHi0">Action</span> </th> <th> <span class="langHi0">Time</span> </th> </tr> <tr> <td> <a href="/viaf/sourceID/DNB|121331075">DNB|121331075</a> </td> <td class="action">add</td> <td>2009-03-03T12:03:25+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/LC|n 84184029">LC|n 84184029</a> </td> <td class="action">add</td> <td>2009-03-03T12:03:31+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NKC|js2006342130">NKC|js2006342130</a> </td> <td class="action">add</td> <td>2009-05-07T09:11:04+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/J9Ulat|000126230">J9Ulat|000126230</a> </td> <td class="action">delete</td> <td>2009-09-21T11:33:24+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/BNF|11247941">BNF|11247941</a> </td> <td class="action">add</td> <td>2009-11-11T06:00:16+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NUKAT|s 95015273">NUKAT|s 95015273</a> </td> <td class="action">delete</td> <td>2011-02-17T05:22:51+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/SUDOC|10049580X">SUDOC|10049580X</a> </td> <td class="action">add</td> <td>2011-08-17T04:30:21+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/BIBSYS|x90098016">BIBSYS|x90098016</a> </td> <td class="action">delete</td> <td>2012-11-27T04:00:16+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NTA|288111508">NTA|288111508</a> </td> <td class="action">add</td> <td>2012-12-19T19:11:18+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NLIlat|000126230">NLIlat|000126230</a> </td> <td class="action">delete</td> <td>2013-05-13T19:14:22+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NLIcyr|000333598">NLIcyr|000333598</a> </td> <td class="action">delete</td> <td>2013-05-13T19:14:22+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/ISNI|0000000403599514">ISNI|0000000403599514</a> </td> <td class="action">add</td> <td>2014-05-14T22:19:01+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NUKAT|n 93081305">NUKAT|n 93081305</a> </td> <td class="action">add</td> <td>2014-10-27T16:17:29+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/WKP|Stanisław_Staszic">WKP|Stanisław_Staszic</a> </td> <td class="action">delete</td> <td>2015-04-14T18:56:54+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/WKP|Q708435">WKP|Q708435</a> </td> <td class="action">add</td> <td>2015-04-14T18:56:54+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/DNB|158551869">DNB|158551869</a> </td> <td class="action">delete</td> <td>2016-03-21T07:59:56.069088+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NLP|a1168026x">NLP|a1168026x</a> </td> <td class="action">delete</td> <td>2016-08-14T10:13:48.240567+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/BIBSYS|90098016">BIBSYS|90098016</a> </td> <td class="action">add</td> <td>2017-04-11T21:18:48.051165+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/LIH|LNB:SQt;=Bu">LIH|LNB:SQt;=Bu</a> </td> <td class="action">delete</td> <td>2018-12-03T07:15:05.138032+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/LIH|LNB:SQ_t_;=B_u_">LIH|LNB:SQ_t_;=B_u_</a> </td> <td class="action">add</td> <td>2018-12-03T10:10:52.622937+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NII|DA14282942">NII|DA14282942</a> </td> <td class="action">add</td> <td>2019-05-29T18:20:42.416847+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/PLWABN|9810673356005606">PLWABN|9810673356005606</a> </td> <td class="action">add</td> <td>2019-06-09T14:13:23.163669+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NLP|a11807519">NLP|a11807519</a> </td> <td class="action">delete</td> <td>2019-07-14T12:22:53.975770+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/SKMASNL|vtls010084777">SKMASNL|vtls010084777</a> </td> <td class="action">add</td> <td>2019-08-12T15:17:11.643416+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/J9U|987007268312605171">J9U|987007268312605171</a> </td> <td class="action">add</td> <td>2020-02-02T18:16:29.216386+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NLI|000126230">NLI|000126230</a> </td> <td class="action">delete</td> <td>2020-04-12T09:26:10.498840+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/RERO|vtls003858823">RERO|vtls003858823</a> </td> <td class="action">delete</td> <td>2020-06-17T01:19:46.652690+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/RERO|A003858823">RERO|A003858823</a> </td> <td class="action">add</td> <td>2020-10-19T01:11:05.654490+00:00</td> </tr> <tr> <td> <a href="/viaf/sourceID/NLA|000035639556">NLA|000035639556</a> </td> <td class="action">add</td> <td>2023-08-20T22:21:00.203303+00:00</td> </tr> </table> </div> </div> </div> <script type="text/javascript">updateSearchForms();</script> <div class="clearing"/> </div> </div> <div id="footer2-wrap"> <div id="footer2"> <div id="logo"> <img title="OCLC Logo" alt="OCLC Logo" src="/viaf/images/logo_col_v_white.gif"/> </div> <div id="legal"> <div id="copyright">© 2010-2024 OCLC <br/> <a href="//policies.oclc.org/en/privacy/privacy-statement.html">Privacy policy</a> <br/> <a href="https://policies.oclc.org/en/privacy/cookie-statement.html">Cookie Notice</a> <button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</button> </div> <div id="TandC"> <a href="//www.oclc.org">Hosted by OCLC</a> </div> <div id="VoID"> <a href="http://viaf.org/viaf/data">About the dataset</a> </div> <div id="lastUpdate"/> </div> <div id="footer-right"> <div class="footer" id="feedback"> <img alt="Send us a comment." title="Send us a comment." src="/viaf/images/mail.gif"/> <a href="mailto:bibchange@oclc.org?subject=VIAF feedback"> <span class="langHi0">Send us a comment.</span> </a> </div> <div class="footer" id="about"> <img alt="About VIAF" title="About VIAF" src="/viaf/images/info.gif"/> <a href="//www.oclc.org/viaf"> <span class="langHi0">About VIAF</span> </a> </div> </div> </div> </div> </body> </html>