CINXE.COM

Cultural Objects Name Authority (Getty Research Institute)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="auto"> <head> <base href="https://www.getty.edu/research/tools/vocabularies/cona/"> <!-- Google Tag Manager --> <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], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-NRDC63K');</script><!-- End Google Tag Manager --> <title> Cultural Objects Name Authority (Getty Research Institute) </title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="DESCRIPTION" content="The Cultural Objects Name Authority (CONA) is a structured vocabulary describing and indexing the visual arts and architecture."> <meta name="KEYWORDS" content="Cultural Objects Name Authority, CONA, Art &amp; Architecture Thesaurus, AAT, Art and Architecture Thesaurus, vocabulary program, Getty Vocabulary Program, Getty Vocabularies, Art &amp; Architecture Thesaurus browser, AAT browser, hierarchies, hierarchical, controlled vocabularies, thesaurus, thesauri, vocabulary control, structured vocabularies, authorities, terminology, indexing terms, index, vocabulary terms, cataloguing, cataloging, Vocabulary Coordination Group, visual arts, architecture, material culture, cultural heritage, licensing, licenses, retrieval, access, vocabulary browsers, tesoro, l\xE9xico, tesoros, th\xE9saurus, Wortschatz, Lexikon"> <style type="text/css"> form { margin:0; padding:0; } table.graytbl { background-color:#E5E5E5; border-style:solid; border-color: #E5E5E5; border-width: 10px; table-layout: fixed; width: 404px; white-space: nowrap; } hr { border-left: 0px; border-right: 0px; margin-left: 0px; width:403px; } div.h_rule { border: none; border-bottom:1px solid black; border-top:1px solid black; clear:both; height:0; width: 404px; } </style> <script type="text/javascript"> document.onkeypress = processKey; function processKey(e) { if (null == e) e = window.event; if (e.keyCode == 13) { search_button(0); } } function search_button(option) { title = document.forms.search_form.title.value; wtype = document.forms.search_form.wtype.value; creator = document.forms.search_form.creator.value; material = document.forms.search_form.material.value; location = document.forms.search_form.location.value; number = document.forms.search_form.number.value; geographic = document.forms.search_form.geographic.value; createstart = document.forms.search_form.createstart.value; createend = document.forms.search_form.createend.value; general = document.forms.search_form.general.value; specsubject = document.forms.search_form.specsubject.value; name = document.forms.icon_search_form.name.value; if (option == 1) { searchCONA(); } if (option == 2) { searchICON(); } if (title != "" || wtype != "" || creator != "" || material != "" || location != "" || number != "" || geographic != "" || createstart != "" || createend != "" || general != "" || specsubject != "") { searchCONA(); } if (name != "") { searchICON(); } // don't return false, does funny things } function searchCONA() { // check for a leading wildcard title = document.forms.search_form.title.value; if (title == "" && wtype == "" && creator == "" && material == "" && location == "" && number == "" && geographic == "" && createstart == "" && createend == "" && general == "" && specsubject == "") return; // check validity of search strings and wildcard placement if (!valid_and_wildcard(title, "")) return false; document.forms.search_form.submit(); return false; } function searchICON() { // check for a leading wildcard name = document.forms.icon_search_form.name.value; if (name == "") return; // check validity of search strings and wildcard placement if (!valid_and_wildcard(name, "")) return false; document.forms.icon_search_form.submit(); return false; } function valid_and_wildcard(to_check, other_check) { a = to_check.substring(0, 1); index1 = to_check.indexOf("(*"); index2 = to_check.indexOf(")*"); index3 = to_check.indexOf(" *"); index4 = to_check.indexOf('"*'); index5 = to_check.indexOf("'*"); if (a == '*' || a == '%' || index1 != -1 || index2 != -1 || index3 != -1 || index4 != -1 || index5 != -1) { alert("Leading wildcards are not allowed in searches. Please refine your search."); form.focus(); form.select(); return false; } // check for quoted phrases within parens and // ... multiple quotes phrases with keywords number_of_quotes = 0; left_paren_count = 0; wildcard = false; for (i = 0; i < to_check.length; i++) { c = to_check.substring(i, i + 1); if (c == '"') { number_of_quotes++; if (number_of_quotes % 2 == 1 && left_paren_count > 0) { alert("Quoted matches are not allowed within parentheses. Please refine your search."); return false; } } else if (c == '(') left_paren_count++; else if (c == ')') left_paren_count--; else if (c == '*' || c == '%') wildcard = true; } // give users a chance to bail out on long searchs if ((wildcard && to_check.length <= 3) || (number_of_quotes > 0 && other_check != "")) { if (!confirm("This search may take several minutes.\n" + "Click OK to continue the search.\n" + "Click Cancel to cancel the search.")) return false; } return true; } function focus_search() { document.forms.icon_search_form.name.value = name; document.forms.search_form.title.value = title; document.forms.search_form.title.focus(); document.forms.search_form.title.select(); } function clear_form() { title = ''; wtype = ''; creator = ''; material = ''; location = ''; number = ''; geographic = ''; createstart = ''; createend = ''; general = ''; specsubject = ''; name = ''; focus_search(); } function help_popup() { win = window.open("/research/tools/vocabularies/cona/help.html", "help_popup", "innerwidth=740,width=740,innerheight=500,height=500," + "scrollbars=1,toolbar=0,location=0,directories=0," + "status=0,menubar=1,resizable=1"); win.focus(); } function get_arg(url, arg) { index = url.indexOf(arg); if (index == -1) return ""; index += arg.length + 1; end_index = url.substr(index).indexOf("&"); if (end_index == -1) return unescape(url.substr(index)); else return unescape(url.substr(index, end_index)); } function aat_lookup(field) { search_field = document.getElementById(field); aatlookupwin = window.open("/cona/AATLookup.aspx?field=" + field + "&value=" + search_field.value, "AAT Lookup", "width=600,height=800,scrollbars=1,resizable=1"); aatlookupwin.focus(); } function ulan_lookup(field) { search_field = document.getElementById(field); ulanlookupwin = window.open("/cona/ULANLookup.aspx?field=" + field + "&value=" + search_field.value, "ULAN Lookup", "width=600,height=800,scrollbars=1,resizable=1"); ulanlookupwin.focus(); } function tgn_lookup(field) { search_field = document.getElementById(field); tgnlookupwin = window.open("/cona/TGNLookup.aspx?field=" + field + "&value=" + search_field.value, "TGN Lookup", "width=600,height=800,scrollbars=1,resizable=1"); tgnlookupwin.focus(); } function ia_lookup(field) { search_field = document.getElementById(field); ialookupwin = window.open("/cona/IALookup.aspx?field=" + field + "&value=" + search_field.value, "IA Lookup", "width=600,height=800,scrollbars=1,resizable=1"); ialookupwin.focus(); } function general_lookup(field) { ialookupwin = window.open("/cona/GeneralSubjectLookup.aspx?field=" + field, "General Subject Lookup", "width=600,height=800,scrollbars=1,resizable=1"); ialookupwin.focus(); } </script> <script type="text/javascript" src="/global/jscript/global.js"></script> <script type="text/javascript" src="/global/jscript/global_video.js"></script> <script type="text/javascript" src="/art/collections/js/glossary.js"></script> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/layout.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/header.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/footer.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/header_menu.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/imagemap.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/leftcolumn.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/rightcolumn.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/bodystyles.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/lytebox.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/jquery/jquery.treeview.css"> <link rel="stylesheet" type="text/css" media="screen" href="/global/css/page_elements/ddsmoothmenu.css"> <script type="text/javascript" src="/global/jscript/lytebox.js"></script> <script type="text/javascript" src="/global/jscript/nav/topnav.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="/global/jscript/nav/ddsmoothmenu.js"> ////*********************************************** ////* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) ////* This notice MUST stay intact for legal use ////* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ////* http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm ////***********************************************/ </script> <script type="text/javascript" src="/global/jscript/nav/jquery/jquery.cookie.js"></script> <script type="text/javascript" src="/global/jscript/nav/jquery/jquery.treeview.js"></script> <script type="text/javascript" src="/global/jscript/nav/jquery/jquery.get_menu.js"></script> <script type="text/javascript" src="/visit/calendar/bin/client_side_include.js"></script><!-- Google Analytics snippet r1, start --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-8087223-1']); _gaq.push(['_trackPageview']); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script><!-- Google Analytics snippet r1, end --> <meta http-equiv="X-Translated-By" content="Google"> <meta http-equiv="X-Translated-To" content="en"> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.tKc6KWkFf-8.O/am=gAE/d=1/rs=AN8SPfrf36LIV3DkhtRBGWFnLWWzaykPyw/m=corsproxy" data-sourceurl="https://www.getty.edu/research/tools/vocabularies/cona/"></script> <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet"> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.tKc6KWkFf-8.O/am=gAE/d=1/exm=corsproxy/ed=1/rs=AN8SPfrf36LIV3DkhtRBGWFnLWWzaykPyw/m=phishing_protection" data-phishing-protection-enabled="false" data-forms-warning-enabled="true" data-source-url="https://www.getty.edu/research/tools/vocabularies/cona/"></script> <meta name="robots" content="none"> </head> <body> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.tKc6KWkFf-8.O/am=gAE/d=1/exm=corsproxy,phishing_protection/ed=1/rs=AN8SPfrf36LIV3DkhtRBGWFnLWWzaykPyw/m=navigationui" data-environment="prod" data-proxy-url="https://www-getty-edu.translate.goog" data-proxy-full-url="https://www-getty-edu.translate.goog/research/tools/vocabularies/cona/?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" data-source-url="https://www.getty.edu/research/tools/vocabularies/cona/" data-source-language="auto" data-target-language="en" data-display-language="en-GB" data-detected-source-language="en" data-is-source-untranslated="false" data-source-untranslated-url="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=https://www.getty.edu/research/tools/vocabularies/cona/&amp;anno=2" data-client="tr"></script><!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NRDC63K" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript><!-- End Google Tag Manager (noscript) --> <a name="top"></a> <!-- Begin Wrapper --> <div id="wrapper"><!-- Begin Header --> <div id="header"> </div><!-- End Header --> <!-- Begin ShareThis --> <div id="sharethis" class="nav"> <script type="text/javascript" src="/global/jscript/nav/gen_share_tools_bar.js"></script> </div><!-- End ShareThis --> <!-- Begin Content wrapper --> <div id="content"><!-- Begin Left Column --> <div id="leftcolumn"> <div class="lefthandcolheader"> <a href="https://www-getty-edu.translate.goog/research/tools/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Search Tools &amp; Databases</a> </div> <div id="lefthandnav"> <ul id="red" class="treeview-famfamfam"> <li class=" lhnbullet"><span><a href="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=http://primo.getty.edu" target="_self">Library Catalog</a></span></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/portal/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Getty Research Portal</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/portal/guidelines.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Become a Contributor</a></span></li> </ul></li> <li class=" lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/collections/collections?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Finding Aids for Research Collections</a></span></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/photo/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Photo Archive</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/photo/guide.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Guide to the Photo Archive</a></span></li> <li class="lhnbullet"><span><a href="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=http://piprod.getty.edu/starweb/psc/servlet.starweb?path%3Dpsc/psc.web" target="_self">Search the Photo Archive</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/photo/christian_art.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">The Index of Christian Art</a></span></li> </ul></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/guides_bibliographies/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Research Guides &amp; Bibliographies</a></span> <ul class="opennotonoverlay"> </ul></li> <li class=" lhnbullet"><span><a href="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=http://primo.getty.edu/primo_library/libweb/action/search.do?%2520%26scp.scps%3Dscope%253A%2528GETTY_ROSETTA%2529%26vid%3DGRI" target="_self">Digital Collections</a></span></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Article &amp; Research Databases</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/databases.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">A-Z List</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/ancient_arts.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Ancient Arts &amp; Cultures</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/art_architecture.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Art &amp; Architecture</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/collecting.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Art Sales &amp; Collecting</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/biographical.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Biographical Information</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/science.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Conservation, Science, &amp; Technology</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/dictionaries.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Dictionaries</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/general.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">General Resources</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/history.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">History, Archaeology, &amp; Cultural Studies</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/images.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Image Resources &amp; Museum Collections</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/language.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Language &amp; Literature</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/libraries.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Libraries</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/film.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Performing Arts</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/philosophy.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Philosophy &amp; Religion</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/reference.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Ready Reference</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/article_databases/social_sciences.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Social Sciences &amp; Education</a></span></li> </ul></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Collecting &amp; Provenance Research</a></span> <ul class="opennotonoverlay"> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/search.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Search the Databases</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=http://piprod.getty.edu/starweb/pi/servlet.starweb?path%3Dpi/pi.web" target="_self">Getty Provenance Index ® Database</a></span></li> <li class="lhnbullet"><span><a href="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=http://piprod.getty.edu/starweb/stockbooks/servlet.starweb?path%3Dstockbooks/stockbooks.web" target="_self">Dealer Stock Books</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/payments_to_artists/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Payments to Artists Database</a></span></li> </ul></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/charts.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">See What's Covered</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/faq.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Using the Databases</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/collaborators/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Collaborators &amp; Partners</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/collectors_files.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Collectors Files</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/german_sales.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">German Sales Catalogs, 1930–1945</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/provenance/sales_catalogs_files.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Sales Catalogs Files</a></span></li> <li class="lhnbullet"><span><a href="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=http://piprod.getty.edu/starweb/events/servlet.starweb?path%3Devents/events.web%26id%3Devents" target="_self">Events Related to the History of Collecting</a></span></li> </ul></li> <li class=" lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/bha/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">BHA &amp; RILA</a></span></li> <li class="parenton open"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Getty Vocabularies</a></span> <ul class="greyoverlay"> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/aat/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Art &amp; Architecture Thesaurus (AAT) ®</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/aat/about.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">About AAT</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/aat/help.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">How to use AAT</a></span></li> </ul></li> <li class="open"> <div class="lhnonbold"> <a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/cona/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Cultural Objects Name Authority (CONA) ®</a> </div> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/cona/about.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">About CONA</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/cona/faq.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">CONA: Frequently Asked Questions</a></span></li> </ul></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/tgn/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Getty Thesaurus of Geographic Names (TGN) ®</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/tgn/about.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">About TGN</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/tgn/faq.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">TGN: Frequently Asked Questions</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/tgn/help.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">How to use TGN</a></span></li> </ul></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/ulan/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Union List of Artist Names (ULAN) ® Names</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/ulan/about.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">About ULAN</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/ulan/faq.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">ULAN: Frequently Asked Questions</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/ulan/help.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">How to use ULAN</a></span></li> </ul></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/contribute.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Contribute</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/contributors.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Contributors</a></span></li> </ul></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/guidelines/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Editorial Guidelines</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/lod/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB" target="_self">Getty Vocabularies as Linked Open Data</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/faq.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Frequently Asked Questions</a></span></li> <li class="close"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/obtain/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Obtain the Getty Vocabularies</a></span> <ul class="opennotonoverlay"> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/obtain/download.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Download Center</a></span></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/obtain/openrefine.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">OpenRefine Reconciliation</a></span></li> </ul></li> <li class="lhnbullet"><span><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/training.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Training Materials</a></span></li> </ul></li> </ul> </div> <div id="lefthandnonnavbottom"> &nbsp; </div> </div><!-- End Left Column --> <!-- Begin center Column --> <div id="centercolumn"><br clear="all"><!-- start promo --> <!-- end promo --> <!-- start section title --> <div class="page_header"> Cultural Objects Name Authority<sup>®</sup> Online </div><br clear="all"><!-- end section title --> <!-- Center Column Content general_v2.tpl --> <!-- Center Column Content --> <form id="search_form" action="/cona/CONASearchResults.aspx" method="get"> <table class="graytbl"> <tbody> <tr> <td style="width:30%">Search CONA</td> <td style="width:50%"></td> <td style="width:20%"><a href="javascript:help_popup()?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB"><img src="/global/images/global_help.gif" alt="Help"></a></td> </tr> <tr> <td>Find Title or ID:</td> <td><input name="title" type="text" id="title" align="left" style="width:175px"></td> <td><a href="javascript:search_button(1)?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB"> <img src="/global/images/global_search.gif" alt="Search" width="44" height="14" border="0"></a></td> </tr> <tr> <td>Work Types:&nbsp;<br><a href="javascript:aat_lookup('wtype')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">AAT Lookup</a></td> <td><input name="wtype" type="text" id="wtype" align="left" style="width:175px"></td> <td><a href="javascript:clear_form()?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB"><img src="/global/images/global_clear.gif" alt="Clear" width="44" height="14" border="0"></a></td> </tr> <tr> <td>Creator, etc.:&nbsp;<br><a href="javascript:ulan_lookup('creator')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">ULAN Lookup</a></td> <td><input name="creator" type="text" id="creator" align="left" style="width:175px"></td> </tr> <tr> <td>Material:&nbsp;<br><a href="javascript:aat_lookup('material')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">AAT Lookup</a></td> <td><input name="material" type="text" id="material" align="left" style="width:175px"></td> </tr> <tr> <td valign="bottom">Location/<br> Repository:&nbsp;<br><a href="javascript:ulan_lookup('location')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">ULAN Lookup</a></td> <td valign="top"><p hidden>search</p><br><input name="location" type="text" id="location" align="left" style="width:175px"></td> <td valign="top">number<br><input name="number" type="text" id="number" align="center" style="width:60px"></td> </tr> <tr> <td>Geographic:&nbsp;<br><a href="javascript:tgn_lookup('geographic')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">TGN Lookup</a></td> <td><input name="geographic" type="text" id="geographic" align="left" style="width:175px" valign="bottom"><br><p style="font-size:10px">(Does not include works in repositories)</p></td> </tr> <tr> <td valign="bottom">Creation Date<br> Range:&nbsp;</td> <td valign="bottom">start year&nbsp;&nbsp;&nbsp;end year<br><input name="createstart" type="text" id="createstart" align="left" style="width:60px"> <input name="createend" type="text" id="createend" align="center" style="width:60px"></td> </tr> <tr> <td>General Subject:&nbsp;<br><a href="javascript:general_lookup('general')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Lookup</a></td> <td><input name="general" type="text" id="general" align="left" style="width:175px"></td> </tr> <tr> <td>Specific Subject:&nbsp;</td> <td><input name="specsubject" type="text" id="specsubject" align="center" style="width:175px"></td> </tr> <tr> <td style="vertical-align:top"><p style="font-size:10px"><a href="javascript:aat_lookup('specsubject')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">AAT Lookup</a>&nbsp;<a href="javascript:ulan_lookup('specsubject')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">ULAN Lookup</a>&nbsp;<a href="javascript:tgn_lookup('specsubject')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">TGN Lookup</a>&nbsp;<a href="javascript:ia_lookup('specsubject')?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">IA Lookup</a></p></td> </tr> <tr> <td></td> <td><a href="https://www-getty-edu.translate.goog/cona/CONAHierarchy.aspx?subid=700000000&amp;alpha&amp;_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Browse CONA hierarchies</a></td> </tr> </tbody> </table><input type="hidden" name="page" value="1"> </form> <div class="h_rule"></div> <form id="icon_search_form" action="/cona/CONAIconographySearchResults.aspx" method="get"> <table class="graytbl"> <tbody> <tr> <td><p style="text-align:center"><b>Search the Iconography Authority (IA)</b></p></td> </tr> <tr> <td>Iconography:&nbsp;<input name="name" type="text" id="name" align="center" style="width:175px"></td> </tr> <tr> <td style="text-align:center"><a href="https://www-getty-edu.translate.goog/cona/CONAIconographyHierarchy.aspx?iconid=901000000&amp;_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Browse IA hierarchies</a></td> </tr> </tbody> </table><input type="hidden" name="page" value="1"> </form> <div class="nav"> &nbsp;<br><a href="https://www-getty-edu.translate.goog/legal/copyright.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Copyright information</a><br> &nbsp; </div><!-- THE SPECIAL ANNOUNCEMENT TABLE STARTS HERE. UNCOMMENT THE TABLE BELOW TO DISPLAY A SPECIAL ANNOUCEMENT. <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" colspan="7" bgcolor="#FF6633"><img src="/global/images/ghost.gif" width="1" height="1" hspace="0" vspace="0" alt="" border="0"></td> </tr> <tr> <td valign="top" bgcolor="#FF6633"><img src="/global/images/ghost.gif" width="1" height="1" hspace="0" vspace="0" alt="" border="0"></td> <td valign="top" colspan="5"><img src="/global/images/ghost.gif" width="1" height="10" hspace="0" vspace="0" alt="" border="0"></td> <td valign="top" bgcolor="#FF6633"><img src="/global/images/ghost.gif" width="1" height="1" hspace="0" vspace="0" alt="" border="0"></td> </tr> <tr> <td valign="top" bgcolor="#FF6633"><img src="/global/images/ghost.gif" width="1" height="1" hspace="0" vspace="0" alt="" border="0"></td> <td valign="top"><img src="/global/images/ghost.gif" width="10" height="1" hspace="0" vspace="0" alt="" border="0"></td> <td valign="top" align="center"><img src="/global/images/global_alert.gif" width="39" height="40" border="0" alt="" hspace="0" vspace="0"></td> <td valign="top"><img src="/global/images/ghost.gif" width="10" height="1" hspace="0" vspace="0" alt="" border="0"></td> <td valign="top"><p><b> REPLACE THIS TEXT WITH YOUR SPECIAL ANNOUNCEMENT. </b></p></td> <td valign="top"><img src="/global/images/ghost.gif" width="10" height="1" hspace="0" vspace="0" alt="" border="0"></td> <td valign="top" bgcolor="#FF6633"><img src="/global/images/ghost.gif" width="1" height="1" hspace="0" vspace="0" alt="" border="0"></td> </tr> <tr> <td valign="top" bgcolor="#FF6633"><img src="/global/images/ghost.gif" width="1" height="1" hspace="0" vspace="0" alt="" border="0"></td> <td valign="top" colspan="5"><img src="/global/images/ghost.gif" width="1" height="10" hspace="0" vspace="0" alt="" border="0"></td> <td valign="top" bgcolor="#FF6633"><img src="/global/images/ghost.gif" width="1" height="1" hspace="0" vspace="0" alt="" border="0"></td> </tr> <tr> <td valign="top" colspan="7" bgcolor="#FF6633"><img src="/global/images/ghost.gif" width="1" height="1" hspace="0" vspace="0" alt="" border="0"></td> </tr> </table> <img src="/global/images/ghost.gif" width="1" height="12" border="0" alt=""><br>--> <p><b>Search Tips</b><br> For the current release of CONA, note that the number of records included in CONA is as yet limited. The total will grow through contributions over time; data is added and updated every month. Please contact us at <a href="mailto:vocab@getty.edu?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">vocab@getty.edu</a> if your institution wishes to contribute to CONA. As with the AAT, TGN, and ULAN, CONA and IA grow through contributions from the user community. Searching: Multiple terms may be entered in most fields in the form. Assume Boolean "or" between values within one field and Boolean "and" between fields. You may type search terms directly into the form. Alternatively, use the "Lookup" option to find terms in AAT, TGN ULAN, or IA. Choose terms from Lookup, and click "Return to CONA.” See <a href="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=http://www.getty.edu/research/tools/vocabularies/cona/faq.html%23search">additional search tips.</a> <br><br><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/cona/about.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB"><b>About CONA and IA</b></a><br> Learn about the purpose, scope, and structure of CONA and the IA. CONA compiles titles, attributions, depicted subjects, and other metadata about works of art, architecture, and cultural heritage, both extant and historical, physical and conceptual. Metadata is gathered and linked from museum collections, special collections, archives, libraries, scholarly research, and other sources. CONA is linked to the AAT, TGN, ULAN, and the IA (Iconography Authority). Through rich metadata and links, CONA may provide a powerful conduit for research and discovery for digital art history. The Getty Iconography Authority (IA) includes proper names and other information for named events, themes and narratives from religion/mythology, legendary and fictional characters, works of literature and performing arts, and legendary and fictional places.<br><br><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/cona/faq.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB"><b>F.A.Q. about CONA and IA</b></a><br> Here you will find a list of the most frequently asked questions about CONA and IA. <br><br><a href="mailto:CONA@getty.edu?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB"><b>CONA@getty.edu</b></a><br> Click here to send a message to the vocabulary editors about CONA or IA. <br><br><b><a href="https://www-getty-edu.translate.goog/research/tools/vocabularies/obtain/index.html?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Use of CONA and IA</a></b><br> Copyright © 2017 The J. Paul Getty Trust. All rights reserved. The Getty vocabularies are made available via the Web browsers to support limited research and cataloging efforts. Companies and institutions interested in <a href="https://translate.google.com/website?sl=auto&amp;tl=en&amp;hl=en-GB&amp;u=http://www.getty.edu/research/tools/vocabularies/obtain/download.html">more extensive use</a> of AAT, TGN, or ULAN are advised to explore the Linked Open Data releases. APIs are available. Relational tables and XML releases are also available, but may be discontinued in the future. All releases are available under the Open Data Commons Attribution License (ODC-By) 1.0. Releases of CONA and IA are under development. <br><br><br><br> Updated 11 May 2017</p> </div><!-- Begin Right Column --> <div id="rightcolumn"><!-- BEGIN CALLOUT BOX --> <table width="200" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td colspan="3" bgcolor="#FFFFFF"><img src="/global/images/ghost.gif" width="200" height="5" border="0"></td> </tr> <tr> <td colspan="3" bgcolor="#333333"><img src="/global/images/ghost.gif" width="200" height="2" border="0"></td> </tr> <tr> <td colspan="3" bgcolor="#FFFFFF"><img src="/global/images/ghost.gif" width="200" height="5" border="0"></td> </tr> <tr> <td><img src="/global/images/ghost.gif" width="1" height="1" border="0"></td> <td bgcolor="#FFFFFF"><img src="/global/images/ghost.gif" width="198" height="1" border="0"></td> <td><img src="/global/images/ghost.gif" width="1" height="1" border="0"></td> </tr> <tr> <td><img src="/global/images/ghost.gif" width="1" height="1" border="0"></td> <td bgcolor="#FFFFFF"><img src="/global/images/ghost.gif" width="198" height="1" border="0"></td> <td><img src="/global/images/ghost.gif" width="1" height="1" border="0"></td> </tr> <tr> <td><img src="/global/images/ghost.gif" width="1" height="1" border="0"></td> <td> <table width="198" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td><img src="/global/images/ghost.gif" width="12" height="1" border="0"></td> <td valign="top" width="174"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td valign="top" width="14"><a href="mailto:vocab@getty.edu?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB"><img src="/global/images/bullet_envelope.gif" width="14" height="12" border="0" alt="Contact Vocabulary Program"></a></td> <td width="10"><img src="/global/images/ghost.gif" width="10" height="5" border="0"></td> <td valign="top"><span class="footer"><a href="mailto:vocab@getty.edu?_x_tr_sl=auto&amp;_x_tr_tl=en&amp;_x_tr_hl=en-GB">Contact the Vocabulary Program</a></span></td> </tr> <tr> <td colspan="3"><img src="/global/images/ghost.gif" width="1" height="5" border="0"></td> </tr> </tbody> </table></td> <td><img src="/global/images/ghost.gif" width="12" height="1" border="0"></td> </tr> <tr> <td><img src="/global/images/ghost.gif" width="5" height="1" border="0"></td> <td><img src="/global/images/ghost.gif" width="1" height="12" border="0"></td> <td><img src="/global/images/ghost.gif" width="5" height="1" border="0"></td> </tr> </tbody> </table></td> <td><img src="/global/images/ghost.gif" width="1" height="1" border="0"></td> </tr> <tr> <td colspan="3"><img src="/global/images/ghost.gif" width="1" height="1" border="0"></td> </tr> </tbody> </table><!-- END CALLOUT BOX --> <!-- END Image --> </div><!-- End Right Column --> <!-- Begin ContentWrapper --> </div><!-- End Content wrapper --> <!-- Begin Footer --> <div id="footer"> </div><!-- End Footer --> </div><!-- End Wrapper --> <script>function gtElInit() {var lib = new google.translate.TranslateService();lib.translatePage('en', 'en', function () {});}</script> <script src="https://translate.google.com/translate_a/element.js?cb=gtElInit&amp;hl=en-GB&amp;client=wt" type="text/javascript"></script> </body> </html>

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