CINXE.COM

N6I|vtls001142092

<!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>N6I|vtls001142092</title> <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> <table cellspacing="0" class="marc"> <tr> <th> <a href="//www.loc.gov/marc/authority/adleader.html"> <span class="langHi0">Leader</span> </a> </th> <td> </td> <td> </td> <td>00000cz a2200037n 45 0</td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad001.html">001</a> </th> <td> </td> <td> </td> <td>N6I|vtls001142092  <a href="/viaf/sourceID/N6I%7Cvtls001142092">(VIAF cluster)</a> </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad003.html">003</a> </th> <td> </td> <td> </td> <td>N6I</td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad005.html">005</a> </th> <td> </td> <td> </td> <td>20120911015240.0</td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad008.html">008</a> </th> <td> </td> <td> </td> <td>120911n| acannaabn |a ana </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad035.html">035</a> </th> <td> </td> <td> </td> <td> ‎‡a  (N6I)vtls001142092‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad010.html">010</a> </th> <td> </td> <td> </td> <td> ‎‡a  n 80014970‏ ‎‡z  sh 85019080‏ ‎‡z  n 2010220321‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad034.html">034</a> </th> <td> </td> <td> </td> <td> ‎‡d  E1050000‏ ‎‡e  E1050000‏ ‎‡f  N0130000‏ ‎‡g  N0130000‏ ‎‡2  other‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad035.html">035</a> </th> <td> </td> <td> </td> <td> ‎‡a  (OCoLC)oca00397424‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad035.html">035</a> </th> <td> </td> <td> </td> <td> ‎‡a  (DLC)n 80014970‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad039.html">039</a> </th> <td> </td> <td>9</td> <td> ‎‡y  201209110152‏ ‎‡z  VLOAD‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad040.html">040</a> </th> <td> </td> <td> </td> <td> ‎‡a  DLC‏ ‎‡b  eng‏ ‎‡c  DLC‏ ‎‡d  DLC‏ ‎‡d  DLC-S‏ ‎‡d  DLC‏ ‎‡d  NjP‏ ‎‡d  WaU‏ ‎‡d  DLC‏ ‎‡d  OCoLC‏ ‎‡d  DLC‏ ‎‡d  IEN‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad043.html">043</a> </th> <td> </td> <td> </td> <td> ‎‡a  a-cb---‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad151.html">151</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodia‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodge‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Khmer Republic‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cam Bot‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambotja‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  République khmère‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kambodscha‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kamboja‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kambodža‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Tchin-la‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Chien-pʻu-chai‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Democratic Kampuchea‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kambujā‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Democratic Cambodia‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Camboja‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Preah Reach Ana Chak Kampuchea‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kâmpŭchéa Prâchéathĭpâteyy‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kampuchea démocratique‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  République du Cambodge‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Campuchia‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kampuchea (Coalition Government, 1983- )‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kampuchea‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kampuchii︠a︡‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kamphūchā‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kingdom of Cambodia‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Preăhréachéanachâkr Kâmpŭchéa‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambogia‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Roat Kampuchea‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  State of Cambodia‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodja‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad451.html">451</a> </th> <td> </td> <td> </td> <td> ‎‡a  Royal Government of Cambodia‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  Its Journal officiel du Cambodge, 10/7/70:‏ ‎‡b  t.p. (Royaume du Cambodge)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  Its Journal officiel de la République khmère, 10/10/70:‏ ‎‡b  t.p. (République khmère)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  BGN 1/3/83‏ ‎‡b  (Democratic Kampuchea [Kampuchea=brief], conventional; Kâmpŭchéa Prâchéathĭpâteyy [Khmer]; independent political entity, 13°00ʹN 105°00ʹE; variants: Cambodia; Democratic Cambodia; Cambodge; Camboja; Royaume du Cambodge; Preah Reach Ana Chak Kampuchea; Kingdom of Cambodia; République Khmère; République du Cambodge; Cam Bot; Cambotja; Kambuja; Kampuchea Démocratique; Le Cambodge; Khmer Republic; Kâmpŭchea)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  Nguyễn, D. P. Vài nét vê ... 1981:‏ ‎‡b  t.p. (Campuchia)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  The Growing success of the struggle of the Kampuchean people against the Vietnamese war of genocide, 1983:‏ ‎‡b  cover (Coalition Government of Democratic Kampuchea; founded 1983)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  BGN Foreign Names Committee qtrly. report, Oct.-Dec. 84‏ ‎‡b  (Cambodia is now official name; name Kampuchea has been dropped and Cambodia approved as only name; per advice from State Dept.)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  Enc. Brit., 15th ed.‏ ‎‡b  (Indochina; name given to area consisting of Vietnam, Laos, and Cambodia; French first considered it as an entity and ruled it from mid-19th to mid-20th cent. After World War II, the French founded the Indochinese Federation. In 1949-50 the French ratified separate treaties that recognized Vietnam, Laos, and Cambodia as independent states)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  Collier's enc., 1973‏ ‎‡b  (French Indochina)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  Kampuchii︠a︡--zhiznʹ posle smerti, 1985.‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  Thai kap panhā Kamphūchā, 1985.‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  Raṇasirs Ruapruam Jāti ṭoempī Kambujā Ekarāj, Qabyākrita, Santi, niṅ Sahapratipatti, Oct. 1983.‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  BGN. Foreign names info. bull., 1 Sept. 1994‏ ‎‡b  (former name: Cambodia; new name: Cambodia [brief], Kingdom of)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  BGN. Foreign names info. bull., 15 Apr. 1996‏ ‎‡b  (former name: Cambodia [brief], Kingdom of [conventional]; PCLI; new name: Cambodia [brief], Kingdom of [conventional]; Preăhréachéanachâkr Kâmpŭchéa [Kâmpŭchéa=brief] [Khmer]; PCLI; 13°00ʹN, 105°00ʹE)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  In Cambogia, c1997.‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  The statesman's year-book, 1995-1996:‏ ‎‡b  p. 249 (Cambodia; Roat Kampuchea (State of Cambodia))‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  The trade contacts in the cross border areas between Cambodja and Thailand, 2006:‏ ‎‡b  t.p. (Cambodja)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad670.html">670</a> </th> <td> </td> <td> </td> <td> ‎‡a  National strategic development plan update 2009-2013, 2009:‏ ‎‡b  t.p. (Kingdom of Cambodia; Royal Government of Cambodia)‏ </td> </tr> <tr> <th> <a href="//www.loc.gov/marc/authority/ad781.html">781</a> </th> <td> </td> <td>0</td> <td> ‎‡z  Cambodia‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca912">912</a> </th> <td> </td> <td> </td> <td> ‎‡a  statesmansyearbook1995‏ ‎‡A  The statesman's year-book, 1995-1996:‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca919">919</a> </th> <td> </td> <td> </td> <td> ‎‡a  journalofficieldelarepubliquekhmere101070‏ ‎‡A  Journal officiel de la République khmère, 10/10/70:‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca919">919</a> </th> <td> </td> <td> </td> <td> ‎‡a  vainetve‏ ‎‡A  Vài nét vê ... 1981:‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca919">919</a> </th> <td> </td> <td> </td> <td> ‎‡a  growingsuccessofthestruggleofthekampucheanpeopleagainstthevietnamesewarofgenocide‏ ‎‡A  The Growing success of the struggle of the Kampuchean people against the Vietnamese war of genocide, 1983:‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca919">919</a> </th> <td> </td> <td> </td> <td> ‎‡a  incambogia‏ ‎‡A  In Cambogia‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca919">919</a> </th> <td> </td> <td> </td> <td> ‎‡a  tradecontactsinthecrossborderareasbetweencambodjaandthailand‏ ‎‡A  The trade contacts in the cross border areas between Cambodja and Thailand, 2006:‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca919">919</a> </th> <td> </td> <td> </td> <td> ‎‡a  nationalstrategicdevelopmentplanupdate20092013‏ ‎‡A  National strategic development plan update 2009-2013, 2009:‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca919">919</a> </th> <td> </td> <td> </td> <td> ‎‡a  journalofficielducambodge10770‏ ‎‡A  Journal officiel du Cambodge, 10/7/70:‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca943">943</a> </th> <td> </td> <td> </td> <td> ‎‡a  198x‏ ‎‡A  1981‏ ‎‡9  2‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca943">943</a> </th> <td> </td> <td> </td> <td> ‎‡a  199x‏ ‎‡A  1996‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca943">943</a> </th> <td> </td> <td> </td> <td> ‎‡a  200x‏ ‎‡A  2006‏ ‎‡9  2‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca947">947</a> </th> <td> </td> <td> </td> <td> ‎‡a  KH‏ ‎‡9  1‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/DNB|984018492">DNB|984018492</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/DNB|001344161">DNB|001344161</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/WKP|Q424">WKP|Q424</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/ISNI|0000000122428567">ISNI|0000000122428567</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/WKP|Q1054184">WKP|Q1054184</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/DNB|040294005">DNB|040294005</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/BNF|11882628">BNF|11882628</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/NDL|00564851">NDL|00564851</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/CAOONL|ncf10142729">CAOONL|ncf10142729</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/BLBNB|000151917">BLBNB|000151917</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/SUDOC|026612119">SUDOC|026612119</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/SUDOC|027250644">SUDOC|027250644</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/WKP|Q21415367">WKP|Q21415367</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/UIY|000074994">UIY|000074994</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca996">996</a> </th> <td> </td> <td> </td> <td> ‎‡2  <a href="/processed/SZ|040294005">SZ|040294005</a>‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodia‏ ‎‡2  NII|DA06908061‏ ‎‡3  corpNameExact‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodia‏ ‎‡2  J9U|987007259315605171‏ ‎‡3  corpNameExact‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  Camboya‏ ‎‡2  BNE|XX450953‏ ‎‡3  lccn:n80-14970‏ ‎‡3  viafid‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodia‏ ‎‡2  J9U|987007559499205171‏ ‎‡3  lccn:n80-14970‏ ‎‡3  corpNameExact‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  קמבודיה‏ ‎‡2  J9U|987007559499205171‏ ‎‡3  lccn:n80-14970‏ ‎‡3  corpNameExact‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  كمبوديا‏ ‎‡2  J9U|987007559499205171‏ ‎‡3  lccn:n80-14970‏ ‎‡3  corpNameExact‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodia‏ ‎‡2  FAST|fst01207659‏ ‎‡3  lccn:n80-14970‏ ‎‡3  corpNameExact‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodia‏ ‎‡2  LC|n 80014970‏ ‎‡3  lccn:n80-14970‏ ‎‡3  corpNameExact‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  Дзяржава Камбоджа‏ ‎‡2  WKP|Q2387250‏ ‎‡3  viafid‏ </td> </tr> <tr> <th> <a href="/viaf/viaftags.xml#mrca998">998</a> </th> <td> </td> <td> </td> <td> ‎‡a  Cambodge‏ ‎‡2  CAOONL|ncf10142729‏ ‎‡3  lccn:n80-14970‏ </td> </tr> </table> <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>

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