123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Linear B Lexicon</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
- </head>
- <body>
- <div id="lexicon">
- <table id="table">
- <caption>Linear B Lexicon</caption>
- </table>
- <script type="text/javascript">/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */
- !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=la(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=ma(b);function pa(){}pa.prototype=d.filters=d.pseudos,d.setFilters=new pa,g=fa.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=R.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(Q," ")}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fa.error(a):z(a,i).slice(0)};function qa(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))>-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0;
- }return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=n._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}}),function(){var a;l.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,e;return c=d.getElementsByTagName("body")[0],c&&c.style?(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(d.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(e),a):void 0}}();var T=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,U=new RegExp("^(?:([+-])=|)("+T+")([a-z%]*)$","i"),V=["Top","Right","Bottom","Left"],W=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)};function X(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,"")},i=h(),j=c&&c[3]||(n.cssNumber[b]?"":"px"),k=(n.cssNumber[b]||"px"!==j&&+i)&&U.exec(n.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,n.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var Y=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)Y(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav></:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:l.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|&#?\w+;/,ha=/<tbody/i;function ia(a){Z.test(a.type)&&(a.defaultChecked=a.checked)}function ja(a,b,c,d,e){for(var f,g,h,i,j,k,m,o=a.length,p=ca(b),q=[],r=0;o>r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?"<table>"!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&fa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=ma.test(f)?this.mouseHooks:la.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=g.srcElement||d),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,h.filter?h.filter(a,g):a},props:"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,e,f,g=b.button,h=b.fromElement;return null==a.pageX&&null!=b.clientX&&(e=a.target.ownerDocument||d,f=e.documentElement,c=e.body,a.pageX=b.clientX+(f&&f.scrollLeft||c&&c.scrollLeft||0)-(f&&f.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(f&&f.scrollTop||c&&c.scrollTop||0)-(f&&f.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&h&&(a.relatedTarget=h===a.target?b.toElement:h),a.which||void 0===g||(a.which=1&g?1:2&g?3:4&g?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ra()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===ra()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return n.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b),d.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=d.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)}:function(a,b,c){var d="on"+b;a.detachEvent&&("undefined"==typeof a[d]&&(a[d]=null),a.detachEvent(d,c))},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?pa:qa):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={constructor:n.Event,isDefaultPrevented:qa,isPropagationStopped:qa,isImmediatePropagationStopped:qa,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=pa,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=pa,a&&!this.isSimulated&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=pa,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),l.submit||(n.event.special.submit={setup:function(){return n.nodeName(this,"form")?!1:void n.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=n.nodeName(b,"input")||n.nodeName(b,"button")?n.prop(b,"form"):void 0;c&&!n._data(c,"submit")&&(n.event.add(c,"submit._submit",function(a){a._submitBubble=!0}),n._data(c,"submit",!0))})},postDispatch:function(a){a._submitBubble&&(delete a._submitBubble,this.parentNode&&!a.isTrigger&&n.event.simulate("submit",this.parentNode,a))},teardown:function(){return n.nodeName(this,"form")?!1:void n.event.remove(this,"._submit")}}),l.change||(n.event.special.change={setup:function(){return ka.test(this.nodeName)?("checkbox"!==this.type&&"radio"!==this.type||(n.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._justChanged=!0)}),n.event.add(this,"click._change",function(a){this._justChanged&&!a.isTrigger&&(this._justChanged=!1),n.event.simulate("change",this,a)})),!1):void n.event.add(this,"beforeactivate._change",function(a){var b=a.target;ka.test(b.nodeName)&&!n._data(b,"change")&&(n.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||n.event.simulate("change",this.parentNode,a)}),n._data(b,"change",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return n.event.remove(this,"._change"),!ka.test(this.nodeName)}}),l.focusin||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=n._data(d,b);e||d.addEventListener(a,c,!0),n._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=n._data(d,b)-1;e?n._data(d,b,e):(d.removeEventListener(a,c,!0),n._removeData(d,b))}}}),n.fn.extend({on:function(a,b,c,d){return sa(this,a,b,c,d)},one:function(a,b,c,d){return sa(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=qa),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ta=/ jQuery\d+="(?:null|\d+)"/g,ua=new RegExp("<(?:"+ba+")[\\s/>]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/<script|<style|<link/i,xa=/checked\s*(?:[^=]|=\s*.checked.)/i,ya=/^true\/(.*)/,za=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,Aa=ca(d),Ba=Aa.appendChild(d.createElement("div"));function Ca(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Da(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function Ea(a){var b=ya.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Fa(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Ga(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(Da(b).text=a.text,Ea(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Z.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}}function Ha(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&xa.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),Ha(f,b,c,d)});if(o&&(k=ja(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&&(k=e),e||d)){for(i=n.map(ea(k,"script"),Da),h=i.length;o>m;m++)g=k,m!==p&&(g=n.clone(g,!0,!0),h&&n.merge(i,ea(g,"script"))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Ea),m=0;h>m;m++)g=i[m],_.test(g.type||"")&&!n._data(g,"globalEval")&&n.contains(j,g)&&(g.src?n._evalUrl&&n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||"").replace(za,"")));k=e=null}return a}function Ia(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(ea(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&fa(ea(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(va,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Ba.innerHTML=a.outerHTML,Ba.removeChild(f=Ba.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=ea(f),h=ea(a),g=0;null!=(e=h[g]);++g)d[g]&&Ga(e,d[g]);if(b)if(c)for(h=h||ea(a),d=d||ea(f),g=0;null!=(e=h[g]);g++)Fa(e,d[g]);else Fa(a,f);return d=ea(f,"script"),d.length>0&&fa(d,!i&&ea(a,"script")),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||M(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k||"undefined"==typeof d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ha,detach:function(a){return Ia(this,a,!0)},remove:function(a){return Ia(this,a)},text:function(a){return Y(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.appendChild(a)}})},prepend:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(ea(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return Y(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(ta,""):void 0;if("string"==typeof a&&!wa.test(a)&&(l.htmlSerialize||!ua.test(a))&&(l.leadingWhitespace||!aa.test(a))&&!da[($.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ea(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ha(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(ea(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ja,Ka={HTML:"block",BODY:"block"};function La(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function Ma(a){var b=d,c=Ka[a];return c||(c=La(a,b),"none"!==c&&c||(Ja=(Ja||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Ja[0].contentWindow||Ja[0].contentDocument).document,b.write(),b.close(),c=La(a,b),Ja.detach()),Ka[a]=c),c}var Na=/^margin/,Oa=new RegExp("^("+T+")(?!px)[a-z%]+$","i"),Pa=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Qa=d.documentElement;!function(){var b,c,e,f,g,h,i=d.createElement("div"),j=d.createElement("div");if(j.style){j.style.cssText="float:left;opacity:.5",l.opacity="0.5"===j.style.opacity,l.cssFloat=!!j.style.cssFloat,j.style.backgroundClip="content-box",j.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===j.style.backgroundClip,i=d.createElement("div"),i.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",j.innerHTML="",i.appendChild(j),l.boxSizing=""===j.style.boxSizing||""===j.style.MozBoxSizing||""===j.style.WebkitBoxSizing,n.extend(l,{reliableHiddenOffsets:function(){return null==b&&k(),f},boxSizingReliable:function(){return null==b&&k(),e},pixelMarginRight:function(){return null==b&&k(),c},pixelPosition:function(){return null==b&&k(),b},reliableMarginRight:function(){return null==b&&k(),g},reliableMarginLeft:function(){return null==b&&k(),h}});function k(){var k,l,m=d.documentElement;m.appendChild(i),j.style.cssText="-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",b=e=h=!1,c=g=!0,a.getComputedStyle&&(l=a.getComputedStyle(j),b="1%"!==(l||{}).top,h="2px"===(l||{}).marginLeft,e="4px"===(l||{width:"4px"}).width,j.style.marginRight="50%",c="4px"===(l||{marginRight:"4px"}).marginRight,k=j.appendChild(d.createElement("div")),k.style.cssText=j.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",k.style.marginRight=k.style.width="0",j.style.width="1px",g=!parseFloat((a.getComputedStyle(k)||{}).marginRight),j.removeChild(k)),j.style.display="none",f=0===j.getClientRects().length,f&&(j.style.display="",j.innerHTML="<table><tr><td></td><td>t</td></tr></table>",j.childNodes[0].style.borderCollapse="separate",k=j.getElementsByTagName("td"),k[0].style.cssText="margin:0;border:0;padding:0;display:none",f=0===k[0].offsetHeight,f&&(k[0].style.display="",k[1].style.display="none",f=0===k[0].offsetHeight)),m.removeChild(i)}}}();var Ra,Sa,Ta=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ra=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c.getPropertyValue(b)||c[b]:void 0,""!==g&&void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&&!l.pixelMarginRight()&&Oa.test(g)&&Na.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0===g?g:g+""}):Qa.currentStyle&&(Ra=function(a){return a.currentStyle},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Oa.test(g)&&!Ta.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Ua(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Va=/alpha\([^)]*\)/i,Wa=/opacity\s*=\s*([^)]*)/i,Xa=/^(none|table(?!-c[ea]).+)/,Ya=new RegExp("^("+T+")(.*)$","i"),Za={position:"absolute",visibility:"hidden",display:"block"},$a={letterSpacing:"0",fontWeight:"400"},_a=["Webkit","O","Moz","ms"],ab=d.createElement("div").style;function bb(a){if(a in ab)return a;var b=a.charAt(0).toUpperCase()+a.slice(1),c=_a.length;while(c--)if(a=_a[c]+b,a in ab)return a}function cb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=n._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&W(d)&&(f[g]=n._data(d,"olddisplay",Ma(d.nodeName)))):(e=W(d),(c&&"none"!==c||!e)&&n._data(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function db(a,b,c){var d=Ya.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function eb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+V[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+V[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+V[f]+"Width",!0,e))):(g+=n.css(a,"padding"+V[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+V[f]+"Width",!0,e)));return g}function fb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ra(a),g=l.boxSizing&&"border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Sa(a,b,f),(0>e||null==e)&&(e=a.style[b]),Oa.test(e))return e;d=g&&(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+eb(a,b,c||(g?"border":"content"),d,f)+"px"}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Sa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":l.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;if(b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=U.exec(c))&&e[1]&&(c=X(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(n.cssNumber[h]?"":"px")),l.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Sa(a,b,d)),"normal"===f&&b in $a&&(f=$a[b]),""===c||c?(e=parseFloat(f),c===!0||isFinite(e)?e||0:f):f}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?Xa.test(n.css(a,"display"))&&0===a.offsetWidth?Pa(a,Za,function(){return fb(a,b,d)}):fb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ra(a);return db(a,c,d?eb(a,b,d,l.boxSizing&&"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),l.opacity||(n.cssHooks.opacity={get:function(a,b){return Wa.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=n.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===n.trim(f.replace(Va,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Va.test(f)?f.replace(Va,e):f+" "+e)}}),n.cssHooks.marginRight=Ua(l.reliableMarginRight,function(a,b){return b?Pa(a,{display:"inline-block"},Sa,[a,"marginRight"]):void 0}),n.cssHooks.marginLeft=Ua(l.reliableMarginLeft,function(a,b){return b?(parseFloat(Sa(a,"marginLeft"))||(n.contains(a.ownerDocument,a)?a.getBoundingClientRect().left-Pa(a,{
- marginLeft:0},function(){return a.getBoundingClientRect().left}):0))+"px":void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+V[d]+b]=f[d]||f[d-2]||f[0];return e}},Na.test(a)||(n.cssHooks[a+b].set=db)}),n.fn.extend({css:function(a,b){return Y(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Ra(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return cb(this,!0)},hide:function(){return cb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){W(this)?n(this).show():n(this).hide()})}});function gb(a,b,c,d,e){return new gb.prototype.init(a,b,c,d,e)}n.Tween=gb,gb.prototype={constructor:gb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=gb.propHooks[this.prop];return a&&a.get?a.get(this):gb.propHooks._default.get(this)},run:function(a){var b,c=gb.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):gb.propHooks._default.set(this),this}},gb.prototype.init.prototype=gb.prototype,gb.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&&!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},gb.propHooks.scrollTop=gb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},n.fx=gb.prototype.init,n.fx.step={};var hb,ib,jb=/^(?:toggle|show|hide)$/,kb=/queueHooks$/;function lb(){return a.setTimeout(function(){hb=void 0}),hb=n.now()}function mb(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=V[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function nb(a,b,c){for(var d,e=(qb.tweeners[b]||[]).concat(qb.tweeners["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ob(a,b,c){var d,e,f,g,h,i,j,k,m=this,o={},p=a.style,q=a.nodeType&&W(a),r=n._data(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,m.always(function(){m.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=n.css(a,"display"),k="none"===j?n._data(a,"olddisplay")||Ma(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(l.inlineBlockNeedsLayout&&"inline"!==Ma(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",l.shrinkWrapBlocks()||m.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],jb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(o))"inline"===("none"===j?Ma(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=n._data(a,"fxshow",{}),f&&(r.hidden=!q),q?n(a).show():m.done(function(){n(a).hide()}),m.done(function(){var b;n._removeData(a,"fxshow");for(b in o)n.style(a,b,o[b])});for(d in o)g=nb(q?r[d]:0,d,m),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function pb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function qb(a,b,c){var d,e,f=0,g=qb.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=hb||lb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:hb||lb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(pb(k,j.opts.specialEasing);g>f;f++)if(d=qb.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&&(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,nb,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(qb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return X(c.elem,a,U.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.match(G);for(var c,d=0,e=a.length;e>d;d++)c=a[d],qb.tweeners[c]=qb.tweeners[c]||[],qb.tweeners[c].unshift(b)},prefilters:[ob],prefilter:function(a,b){b?qb.prefilters.unshift(a):qb.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(W).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=qb(this,n.extend({},a),f);(e||n._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=n._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&kb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=n._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(mb(b,!0),a,d,e)}}),n.each({slideDown:mb("show"),slideUp:mb("hide"),slideToggle:mb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=n.timers,c=0;for(hb=n.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||n.fx.stop(),hb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){ib||(ib=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(ib),ib=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a,b=d.createElement("input"),c=d.createElement("div"),e=d.createElement("select"),f=e.appendChild(d.createElement("option"));c=d.createElement("div"),c.setAttribute("className","t"),c.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",a=c.getElementsByTagName("a")[0],b.setAttribute("type","checkbox"),c.appendChild(b),a=c.getElementsByTagName("a")[0],a.style.cssText="top:1px",l.getSetAttribute="t"!==c.className,l.style=/top/.test(a.getAttribute("style")),l.hrefNormalized="/a"===a.getAttribute("href"),l.checkOn=!!b.value,l.optSelected=f.selected,l.enctype=!!d.createElement("form").enctype,e.disabled=!0,l.optDisabled=!f.disabled,b=d.createElement("input"),b.setAttribute("value",""),l.input=""===b.getAttribute("value"),b.value="t",b.setAttribute("type","radio"),l.radioValue="t"===b.value}();var rb=/\r/g,sb=/[\x20\t\r\n\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a)).replace(sb," ")}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],(c.selected||i===e)&&(l.optDisabled?!c.disabled:null===c.getAttribute("disabled"))&&(!c.parentNode.disabled||!n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)if(d=e[g],n.inArray(n.valHooks.option.get(d),f)>-1)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>-1:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var tb,ub,vb=n.expr.attrHandle,wb=/^(?:checked|selected)$/i,xb=l.getSetAttribute,yb=l.input;n.fn.extend({attr:function(a,b){return Y(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?ub:tb)),void 0!==c?null===c?void n.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(G);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)?yb&&xb||!wb.test(c)?a[d]=!1:a[n.camelCase("default-"+c)]=a[d]=!1:n.attr(a,c,""),a.removeAttribute(xb?c:d)}}),ub={set:function(a,b,c){return b===!1?n.removeAttr(a,c):yb&&xb||!wb.test(c)?a.setAttribute(!xb&&n.propFix[c]||c,c):a[n.camelCase("default-"+c)]=a[c]=!0,c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=vb[b]||n.find.attr;yb&&xb||!wb.test(b)?vb[b]=function(a,b,d){var e,f;return d||(f=vb[b],vb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,vb[b]=f),e}:vb[b]=function(a,b,c){return c?void 0:a[n.camelCase("default-"+b)]?b.toLowerCase():null}}),yb&&xb||(n.attrHooks.value={set:function(a,b,c){return n.nodeName(a,"input")?void(a.defaultValue=b):tb&&tb.set(a,b,c)}}),xb||(tb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},vb.id=vb.name=vb.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},n.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:tb.set},n.attrHooks.contenteditable={set:function(a,b,c){tb.set(a,""===b?!1:b,c)}},n.each(["width","height"],function(a,b){n.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),l.style||(n.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var zb=/^(?:input|select|textarea|button|object)$/i,Ab=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return Y(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return a=n.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&n.isXMLDoc(a)||(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseInt(b,10):zb.test(a.nodeName)||Ab.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),l.hrefNormalized||n.each(["href","src"],function(a,b){n.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this}),l.enctype||(n.propFix.enctype="encoding");var Bb=/[\t\r\n\f]/g;function Cb(a){return n.attr(a,"class")||""}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,Cb(this)))});if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&&(" "+e+" ").replace(Bb," ")){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=n.trim(d),e!==h&&n.attr(c,"class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,Cb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&&(" "+e+" ").replace(Bb," ")){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=n.trim(d),e!==h&&n.attr(c,"class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,Cb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=n(this),f=a.match(G)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=Cb(this),b&&n._data(this,"__className__",b),n.attr(this,"class",b||a===!1?"":n._data(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+Cb(c)+" ").replace(Bb," ").indexOf(b)>-1)return!0;return!1}}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Db=a.location,Eb=n.now(),Fb=/\?/,Gb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;n.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=n.trim(b+"");return e&&!n.trim(e.replace(Gb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():n.error("Invalid JSON: "+b)},n.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new a.DOMParser,c=d.parseFromString(b,"text/xml")):(c=new a.ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||n.error("Invalid XML: "+b),c};var Hb=/#.*$/,Ib=/([?&])_=[^&]*/,Jb=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Kb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Lb=/^(?:GET|HEAD)$/,Mb=/^\/\//,Nb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Ob={},Pb={},Qb="*/".concat("*"),Rb=Db.href,Sb=Nb.exec(Rb.toLowerCase())||[];function Tb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(G)||[];if(n.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Ub(a,b,c,d){var e={},f=a===Pb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Vb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&n.extend(!0,a,c),a}function Wb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Xb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Rb,type:"GET",isLocal:Kb.test(Sb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Qb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Vb(Vb(a,n.ajaxSettings),b):Vb(n.ajaxSettings,a)},ajaxPrefilter:Tb(Ob),ajaxTransport:Tb(Pb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var d,e,f,g,h,i,j,k,l=n.ajaxSetup({},c),m=l.context||l,o=l.context&&(m.nodeType||m.jquery)?n(m):n.event,p=n.Deferred(),q=n.Callbacks("once memory"),r=l.statusCode||{},s={},t={},u=0,v="canceled",w={readyState:0,getResponseHeader:function(a){var b;if(2===u){if(!k){k={};while(b=Jb.exec(g))k[b[1].toLowerCase()]=b[2]}b=k[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===u?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return u||(a=t[c]=t[c]||a,s[a]=b),this},overrideMimeType:function(a){return u||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>u)for(b in a)r[b]=[r[b],a[b]];else w.always(a[w.status]);return this},abort:function(a){var b=a||v;return j&&j.abort(b),y(0,b),this}};if(p.promise(w).complete=q.add,w.success=w.done,w.error=w.fail,l.url=((b||l.url||Rb)+"").replace(Hb,"").replace(Mb,Sb[1]+"//"),l.type=c.method||c.type||l.method||l.type,l.dataTypes=n.trim(l.dataType||"*").toLowerCase().match(G)||[""],null==l.crossDomain&&(d=Nb.exec(l.url.toLowerCase()),l.crossDomain=!(!d||d[1]===Sb[1]&&d[2]===Sb[2]&&(d[3]||("http:"===d[1]?"80":"443"))===(Sb[3]||("http:"===Sb[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=n.param(l.data,l.traditional)),Ub(Ob,l,c,w),2===u)return w;i=n.event&&l.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!Lb.test(l.type),f=l.url,l.hasContent||(l.data&&(f=l.url+=(Fb.test(f)?"&":"?")+l.data,delete l.data),l.cache===!1&&(l.url=Ib.test(f)?f.replace(Ib,"$1_="+Eb++):f+(Fb.test(f)?"&":"?")+"_="+Eb++)),l.ifModified&&(n.lastModified[f]&&w.setRequestHeader("If-Modified-Since",n.lastModified[f]),n.etag[f]&&w.setRequestHeader("If-None-Match",n.etag[f])),(l.data&&l.hasContent&&l.contentType!==!1||c.contentType)&&w.setRequestHeader("Content-Type",l.contentType),w.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+Qb+"; q=0.01":""):l.accepts["*"]);for(e in l.headers)w.setRequestHeader(e,l.headers[e]);if(l.beforeSend&&(l.beforeSend.call(m,w,l)===!1||2===u))return w.abort();v="abort";for(e in{success:1,error:1,complete:1})w[e](l[e]);if(j=Ub(Pb,l,c,w)){if(w.readyState=1,i&&o.trigger("ajaxSend",[w,l]),2===u)return w;l.async&&l.timeout>0&&(h=a.setTimeout(function(){w.abort("timeout")},l.timeout));try{u=1,j.send(s,y)}catch(x){if(!(2>u))throw x;y(-1,x)}}else y(-1,"No Transport");function y(b,c,d,e){var k,s,t,v,x,y=c;2!==u&&(u=2,h&&a.clearTimeout(h),j=void 0,g=e||"",w.readyState=b>0?4:0,k=b>=200&&300>b||304===b,d&&(v=Wb(l,w,d)),v=Xb(l,v,w,k),k?(l.ifModified&&(x=w.getResponseHeader("Last-Modified"),x&&(n.lastModified[f]=x),x=w.getResponseHeader("etag"),x&&(n.etag[f]=x)),204===b||"HEAD"===l.type?y="nocontent":304===b?y="notmodified":(y=v.state,s=v.data,t=v.error,k=!t)):(t=y,!b&&y||(y="error",0>b&&(b=0))),w.status=b,w.statusText=(c||y)+"",k?p.resolveWith(m,[s,y,w]):p.rejectWith(m,[w,y,t]),w.statusCode(r),r=void 0,i&&o.trigger(k?"ajaxSuccess":"ajaxError",[w,l,k?s:t]),q.fireWith(m,[w,y]),i&&(o.trigger("ajaxComplete",[w,l]),--n.active||n.event.trigger("ajaxStop")))}return w},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&&a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){if(n.isFunction(a))return this.each(function(b){n(this).wrapAll(a.call(this,b))});if(this[0]){var b=n(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}});function Yb(a){return a.style&&a.style.display||n.css(a,"display")}function Zb(a){if(!n.contains(a.ownerDocument||d,a))return!0;while(a&&1===a.nodeType){if("none"===Yb(a)||"hidden"===a.type)return!0;a=a.parentNode}return!1}n.expr.filters.hidden=function(a){return l.reliableHiddenOffsets()?a.offsetWidth<=0&&a.offsetHeight<=0&&!a.getClientRects().length:Zb(a)},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var $b=/%20/g,_b=/\[\]$/,ac=/\r?\n/g,bc=/^(?:submit|button|image|reset|file)$/i,cc=/^(?:input|select|textarea|keygen)/i;function dc(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||_b.test(a)?d(a,e):dc(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)dc(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)dc(c,a[c],b,e);return d.join("&").replace($b,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&cc.test(this.nodeName)&&!bc.test(a)&&(this.checked||!Z.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(ac,"\r\n")}}):{name:b.name,value:c.replace(ac,"\r\n")}}).get()}}),n.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return this.isLocal?ic():d.documentMode>8?hc():/^(get|post|head|put|delete|options)$/i.test(this.type)&&hc()||ic()}:hc;var ec=0,fc={},gc=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in fc)fc[a](void 0,!0)}),l.cors=!!gc&&"withCredentials"in gc,gc=l.ajax=!!gc,gc&&n.ajaxTransport(function(b){if(!b.crossDomain||l.cors){var c;return{send:function(d,e){var f,g=b.xhr(),h=++ec;if(g.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(f in b.xhrFields)g[f]=b.xhrFields[f];b.mimeType&&g.overrideMimeType&&g.overrideMimeType(b.mimeType),b.crossDomain||d["X-Requested-With"]||(d["X-Requested-With"]="XMLHttpRequest");for(f in d)void 0!==d[f]&&g.setRequestHeader(f,d[f]+"");g.send(b.hasContent&&b.data||null),c=function(a,d){var f,i,j;if(c&&(d||4===g.readyState))if(delete fc[h],c=void 0,g.onreadystatechange=n.noop,d)4!==g.readyState&&g.abort();else{j={},f=g.status,"string"==typeof g.responseText&&(j.text=g.responseText);try{i=g.statusText}catch(k){i=""}f||!b.isLocal||b.crossDomain?1223===f&&(f=204):f=j.text?200:404}j&&e(f,i,j,g.getAllResponseHeaders())},b.async?4===g.readyState?a.setTimeout(c):g.onreadystatechange=fc[h]=c:c()},abort:function(){c&&c(void 0,!0)}}}});function hc(){try{return new a.XMLHttpRequest}catch(b){}}function ic(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=d.head||n("head")[0]||d.documentElement;return{send:function(e,f){b=d.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||f(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var jc=[],kc=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=jc.pop()||n.expando+"_"+Eb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(kc.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&kc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(kc,"$1"+e):b.jsonp!==!1&&(b.url+=(Fb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,jc.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&&[];return e?[b.createElement(e[1])]:(e=ja([a],b,f),f&&f.length&&n(f).remove(),n.merge([],e.childNodes))};var lc=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&lc)return lc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=n.trim(a.slice(h,a.length)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function mc(a){return n.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&n.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,n.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,n.contains(b,e)?("undefined"!=typeof e.getBoundingClientRect&&(d=e.getBoundingClientRect()),c=mc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===n.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(c=a.offset()),c.top+=n.css(a[0],"borderTopWidth",!0),c.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-n.css(d,"marginTop",!0),left:b.left-c.left-n.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Qa})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);n.fn[a]=function(d){return Y(this,function(a,d,e){var f=mc(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?n(f).scrollLeft():e,c?e:n(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Ua(l.pixelPosition,function(a,c){return c?(c=Sa(a,b),Oa.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({
- padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return Y(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var nc=a.jQuery,oc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=oc),b&&a.jQuery===n&&(a.jQuery=nc),n},b||(a.jQuery=a.$=n),n});
- </script>
- <script type="text/javascript">/*!
- DataTables 1.10.15
- ©2008-2017 SpryMedia Ltd - datatables.net/license
- */
- (function(h){"function"===typeof define&&define.amd?define(["jquery"],function(E){return h(E,window,document)}):"object"===typeof exports?module.exports=function(E,H){E||(E=window);H||(H="undefined"!==typeof window?require("jquery"):require("jquery")(E));return h(H,E,E.document)}:h(jQuery,window,document)})(function(h,E,H,k){function Y(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()),
- d[c]=e,"o"===b[1]&&Y(a[e])});a._hungarianMap=d}function J(a,b,c){a._hungarianMap||Y(a);var d;h.each(b,function(e){d=a._hungarianMap[e];if(d!==k&&(c||b[d]===k))"o"===d.charAt(0)?(b[d]||(b[d]={}),h.extend(!0,b[d],b[e]),J(a[d],b[d],c)):b[d]=b[e]})}function Fa(a){var b=m.defaults.oLanguage,c=a.sZeroRecords;!a.sEmptyTable&&(c&&"No data available in table"===b.sEmptyTable)&&F(a,a,"sZeroRecords","sEmptyTable");!a.sLoadingRecords&&(c&&"Loading..."===b.sLoadingRecords)&&F(a,a,"sZeroRecords","sLoadingRecords");
- a.sInfoThousands&&(a.sThousands=a.sInfoThousands);(a=a.sDecimal)&&fb(a)}function gb(a){A(a,"ordering","bSort");A(a,"orderMulti","bSortMulti");A(a,"orderClasses","bSortClasses");A(a,"orderCellsTop","bSortCellsTop");A(a,"order","aaSorting");A(a,"orderFixed","aaSortingFixed");A(a,"paging","bPaginate");A(a,"pagingType","sPaginationType");A(a,"pageLength","iDisplayLength");A(a,"searching","bFilter");"boolean"===typeof a.sScrollX&&(a.sScrollX=a.sScrollX?"100%":"");"boolean"===typeof a.scrollX&&(a.scrollX=
- a.scrollX?"100%":"");if(a=a.aoSearchCols)for(var b=0,c=a.length;b<c;b++)a[b]&&J(m.models.oSearch,a[b])}function hb(a){A(a,"orderable","bSortable");A(a,"orderData","aDataSort");A(a,"orderSequence","asSorting");A(a,"orderDataType","sortDataType");var b=a.aDataSort;"number"===typeof b&&!h.isArray(b)&&(a.aDataSort=[b])}function ib(a){if(!m.__browser){var b={};m.__browser=b;var c=h("<div/>").css({position:"fixed",top:0,left:-1*h(E).scrollLeft(),height:1,width:1,overflow:"hidden"}).append(h("<div/>").css({position:"absolute",
- top:1,left:1,width:100,overflow:"scroll"}).append(h("<div/>").css({width:"100%",height:10}))).appendTo("body"),d=c.children(),e=d.children();b.barWidth=d[0].offsetWidth-d[0].clientWidth;b.bScrollOversize=100===e[0].offsetWidth&&100!==d[0].clientWidth;b.bScrollbarLeft=1!==Math.round(e.offset().left);b.bBounding=c[0].getBoundingClientRect().width?!0:!1;c.remove()}h.extend(a.oBrowser,m.__browser);a.oScroll.iBarWidth=m.__browser.barWidth}function jb(a,b,c,d,e,f){var g,j=!1;c!==k&&(g=c,j=!0);for(;d!==
- e;)a.hasOwnProperty(d)&&(g=j?b(g,a[d],d,a):a[d],j=!0,d+=f);return g}function Ga(a,b){var c=m.defaults.column,d=a.aoColumns.length,c=h.extend({},m.models.oColumn,c,{nTh:b?b:H.createElement("th"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:"",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.mData:d,idx:d});a.aoColumns.push(c);c=a.aoPreSearchCols;c[d]=h.extend({},m.models.oSearch,c[d]);la(a,d,h(b).data())}function la(a,b,c){var b=a.aoColumns[b],d=a.oClasses,e=h(b.nTh);if(!b.sWidthOrig){b.sWidthOrig=
- e.attr("width")||null;var f=(e.attr("style")||"").match(/width:\s*(\d+[pxem%]+)/);f&&(b.sWidthOrig=f[1])}c!==k&&null!==c&&(hb(c),J(m.defaults.column,c),c.mDataProp!==k&&!c.mData&&(c.mData=c.mDataProp),c.sType&&(b._sManualType=c.sType),c.className&&!c.sClass&&(c.sClass=c.className),h.extend(b,c),F(b,c,"sWidth","sWidthOrig"),c.iDataSort!==k&&(b.aDataSort=[c.iDataSort]),F(b,c,"aDataSort"));var g=b.mData,j=R(g),i=b.mRender?R(b.mRender):null,c=function(a){return"string"===typeof a&&-1!==a.indexOf("@")};
- b._bAttrSrc=h.isPlainObject(g)&&(c(g.sort)||c(g.type)||c(g.filter));b._setter=null;b.fnGetData=function(a,b,c){var d=j(a,b,k,c);return i&&b?i(d,b,a,c):d};b.fnSetData=function(a,b,c){return S(g)(a,b,c)};"number"!==typeof g&&(a._rowReadObject=!0);a.oFeatures.bSort||(b.bSortable=!1,e.addClass(d.sSortableNone));a=-1!==h.inArray("asc",b.asSorting);c=-1!==h.inArray("desc",b.asSorting);!b.bSortable||!a&&!c?(b.sSortingClass=d.sSortableNone,b.sSortingClassJUI=""):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=
- d.sSortJUIAscAllowed):!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI=d.sSortJUIDescAllowed):(b.sSortingClass=d.sSortable,b.sSortingClassJUI=d.sSortJUI)}function Z(a){if(!1!==a.oFeatures.bAutoWidth){var b=a.aoColumns;Ha(a);for(var c=0,d=b.length;c<d;c++)b[c].nTh.style.width=b[c].sWidth}b=a.oScroll;(""!==b.sY||""!==b.sX)&&ma(a);s(a,null,"column-sizing",[a])}function $(a,b){var c=na(a,"bVisible");return"number"===typeof c[b]?c[b]:null}function aa(a,b){var c=na(a,"bVisible"),c=h.inArray(b,
- c);return-1!==c?c:null}function ba(a){var b=0;h.each(a.aoColumns,function(a,d){d.bVisible&&"none"!==h(d.nTh).css("display")&&b++});return b}function na(a,b){var c=[];h.map(a.aoColumns,function(a,e){a[b]&&c.push(e)});return c}function Ia(a){var b=a.aoColumns,c=a.aoData,d=m.ext.type.detect,e,f,g,j,i,h,l,q,r;e=0;for(f=b.length;e<f;e++)if(l=b[e],r=[],!l.sType&&l._sManualType)l.sType=l._sManualType;else if(!l.sType){g=0;for(j=d.length;g<j;g++){i=0;for(h=c.length;i<h;i++){r[i]===k&&(r[i]=B(a,i,e,"type"));
- q=d[g](r[i],a);if(!q&&g!==d.length-1)break;if("html"===q)break}if(q){l.sType=q;break}}l.sType||(l.sType="string")}}function kb(a,b,c,d){var e,f,g,j,i,n,l=a.aoColumns;if(b)for(e=b.length-1;0<=e;e--){n=b[e];var q=n.targets!==k?n.targets:n.aTargets;h.isArray(q)||(q=[q]);f=0;for(g=q.length;f<g;f++)if("number"===typeof q[f]&&0<=q[f]){for(;l.length<=q[f];)Ga(a);d(q[f],n)}else if("number"===typeof q[f]&&0>q[f])d(l.length+q[f],n);else if("string"===typeof q[f]){j=0;for(i=l.length;j<i;j++)("_all"==q[f]||h(l[j].nTh).hasClass(q[f]))&&
- d(j,n)}}if(c){e=0;for(a=c.length;e<a;e++)d(e,c[e])}}function N(a,b,c,d){var e=a.aoData.length,f=h.extend(!0,{},m.models.oRow,{src:c?"dom":"data",idx:e});f._aData=b;a.aoData.push(f);for(var g=a.aoColumns,j=0,i=g.length;j<i;j++)g[j].sType=null;a.aiDisplayMaster.push(e);b=a.rowIdFn(b);b!==k&&(a.aIds[b]=f);(c||!a.oFeatures.bDeferRender)&&Ja(a,e,c,d);return e}function oa(a,b){var c;b instanceof h||(b=h(b));return b.map(function(b,e){c=Ka(a,e);return N(a,c.data,e,c.cells)})}function B(a,b,c,d){var e=a.iDraw,
- f=a.aoColumns[c],g=a.aoData[b]._aData,j=f.sDefaultContent,i=f.fnGetData(g,d,{settings:a,row:b,col:c});if(i===k)return a.iDrawError!=e&&null===j&&(K(a,0,"Requested unknown parameter "+("function"==typeof f.mData?"{function}":"'"+f.mData+"'")+" for row "+b+", column "+c,4),a.iDrawError=e),j;if((i===g||null===i)&&null!==j&&d!==k)i=j;else if("function"===typeof i)return i.call(g);return null===i&&"display"==d?"":i}function lb(a,b,c,d){a.aoColumns[c].fnSetData(a.aoData[b]._aData,d,{settings:a,row:b,col:c})}
- function La(a){return h.map(a.match(/(\\.|[^\.])+/g)||[""],function(a){return a.replace(/\\\./g,".")})}function R(a){if(h.isPlainObject(a)){var b={};h.each(a,function(a,c){c&&(b[a]=R(c))});return function(a,c,f,g){var j=b[c]||b._;return j!==k?j(a,c,f,g):a}}if(null===a)return function(a){return a};if("function"===typeof a)return function(b,c,f,g){return a(b,c,f,g)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||-1!==a.indexOf("("))){var c=function(a,b,f){var g,j;if(""!==f){j=La(f);
- for(var i=0,n=j.length;i<n;i++){f=j[i].match(ca);g=j[i].match(V);if(f){j[i]=j[i].replace(ca,"");""!==j[i]&&(a=a[j[i]]);g=[];j.splice(0,i+1);j=j.join(".");if(h.isArray(a)){i=0;for(n=a.length;i<n;i++)g.push(c(a[i],b,j))}a=f[0].substring(1,f[0].length-1);a=""===a?g:g.join(a);break}else if(g){j[i]=j[i].replace(V,"");a=a[j[i]]();continue}if(null===a||a[j[i]]===k)return k;a=a[j[i]]}}return a};return function(b,e){return c(b,e,a)}}return function(b){return b[a]}}function S(a){if(h.isPlainObject(a))return S(a._);
- if(null===a)return function(){};if("function"===typeof a)return function(b,d,e){a(b,"set",d,e)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||-1!==a.indexOf("("))){var b=function(a,d,e){var e=La(e),f;f=e[e.length-1];for(var g,j,i=0,n=e.length-1;i<n;i++){g=e[i].match(ca);j=e[i].match(V);if(g){e[i]=e[i].replace(ca,"");a[e[i]]=[];f=e.slice();f.splice(0,i+1);g=f.join(".");if(h.isArray(d)){j=0;for(n=d.length;j<n;j++)f={},b(f,d[j],g),a[e[i]].push(f)}else a[e[i]]=d;return}j&&(e[i]=e[i].replace(V,
- ""),a=a[e[i]](d));if(null===a[e[i]]||a[e[i]]===k)a[e[i]]={};a=a[e[i]]}if(f.match(V))a[f.replace(V,"")](d);else a[f.replace(ca,"")]=d};return function(c,d){return b(c,d,a)}}return function(b,d){b[a]=d}}function Ma(a){return D(a.aoData,"_aData")}function pa(a){a.aoData.length=0;a.aiDisplayMaster.length=0;a.aiDisplay.length=0;a.aIds={}}function qa(a,b,c){for(var d=-1,e=0,f=a.length;e<f;e++)a[e]==b?d=e:a[e]>b&&a[e]--; -1!=d&&c===k&&a.splice(d,1)}function da(a,b,c,d){var e=a.aoData[b],f,g=function(c,d){for(;c.childNodes.length;)c.removeChild(c.firstChild);
- c.innerHTML=B(a,b,d,"display")};if("dom"===c||(!c||"auto"===c)&&"dom"===e.src)e._aData=Ka(a,e,d,d===k?k:e._aData).data;else{var j=e.anCells;if(j)if(d!==k)g(j[d],d);else{c=0;for(f=j.length;c<f;c++)g(j[c],c)}}e._aSortData=null;e._aFilterData=null;g=a.aoColumns;if(d!==k)g[d].sType=null;else{c=0;for(f=g.length;c<f;c++)g[c].sType=null;Na(a,e)}}function Ka(a,b,c,d){var e=[],f=b.firstChild,g,j,i=0,n,l=a.aoColumns,q=a._rowReadObject,d=d!==k?d:q?{}:[],r=function(a,b){if("string"===typeof a){var c=a.indexOf("@");
- -1!==c&&(c=a.substring(c+1),S(a)(d,b.getAttribute(c)))}},m=function(a){if(c===k||c===i)j=l[i],n=h.trim(a.innerHTML),j&&j._bAttrSrc?(S(j.mData._)(d,n),r(j.mData.sort,a),r(j.mData.type,a),r(j.mData.filter,a)):q?(j._setter||(j._setter=S(j.mData)),j._setter(d,n)):d[i]=n;i++};if(f)for(;f;){g=f.nodeName.toUpperCase();if("TD"==g||"TH"==g)m(f),e.push(f);f=f.nextSibling}else{e=b.anCells;f=0;for(g=e.length;f<g;f++)m(e[f])}if(b=b.firstChild?b:b.nTr)(b=b.getAttribute("id"))&&S(a.rowId)(d,b);return{data:d,cells:e}}
- function Ja(a,b,c,d){var e=a.aoData[b],f=e._aData,g=[],j,i,n,l,q;if(null===e.nTr){j=c||H.createElement("tr");e.nTr=j;e.anCells=g;j._DT_RowIndex=b;Na(a,e);l=0;for(q=a.aoColumns.length;l<q;l++){n=a.aoColumns[l];i=c?d[l]:H.createElement(n.sCellType);i._DT_CellIndex={row:b,column:l};g.push(i);if((!c||n.mRender||n.mData!==l)&&(!h.isPlainObject(n.mData)||n.mData._!==l+".display"))i.innerHTML=B(a,b,l,"display");n.sClass&&(i.className+=" "+n.sClass);n.bVisible&&!c?j.appendChild(i):!n.bVisible&&c&&i.parentNode.removeChild(i);
- n.fnCreatedCell&&n.fnCreatedCell.call(a.oInstance,i,B(a,b,l),f,b,l)}s(a,"aoRowCreatedCallback",null,[j,f,b])}e.nTr.setAttribute("role","row")}function Na(a,b){var c=b.nTr,d=b._aData;if(c){var e=a.rowIdFn(d);e&&(c.id=e);d.DT_RowClass&&(e=d.DT_RowClass.split(" "),b.__rowc=b.__rowc?sa(b.__rowc.concat(e)):e,h(c).removeClass(b.__rowc.join(" ")).addClass(d.DT_RowClass));d.DT_RowAttr&&h(c).attr(d.DT_RowAttr);d.DT_RowData&&h(c).data(d.DT_RowData)}}function mb(a){var b,c,d,e,f,g=a.nTHead,j=a.nTFoot,i=0===
- h("th, td",g).length,n=a.oClasses,l=a.aoColumns;i&&(e=h("<tr/>").appendTo(g));b=0;for(c=l.length;b<c;b++)f=l[b],d=h(f.nTh).addClass(f.sClass),i&&d.appendTo(e),a.oFeatures.bSort&&(d.addClass(f.sSortingClass),!1!==f.bSortable&&(d.attr("tabindex",a.iTabIndex).attr("aria-controls",a.sTableId),Oa(a,f.nTh,b))),f.sTitle!=d[0].innerHTML&&d.html(f.sTitle),Pa(a,"header")(a,d,f,n);i&&ea(a.aoHeader,g);h(g).find(">tr").attr("role","row");h(g).find(">tr>th, >tr>td").addClass(n.sHeaderTH);h(j).find(">tr>th, >tr>td").addClass(n.sFooterTH);
- if(null!==j){a=a.aoFooter[0];b=0;for(c=a.length;b<c;b++)f=l[b],f.nTf=a[b].cell,f.sClass&&h(f.nTf).addClass(f.sClass)}}function fa(a,b,c){var d,e,f,g=[],j=[],i=a.aoColumns.length,n;if(b){c===k&&(c=!1);d=0;for(e=b.length;d<e;d++){g[d]=b[d].slice();g[d].nTr=b[d].nTr;for(f=i-1;0<=f;f--)!a.aoColumns[f].bVisible&&!c&&g[d].splice(f,1);j.push([])}d=0;for(e=g.length;d<e;d++){if(a=g[d].nTr)for(;f=a.firstChild;)a.removeChild(f);f=0;for(b=g[d].length;f<b;f++)if(n=i=1,j[d][f]===k){a.appendChild(g[d][f].cell);
- for(j[d][f]=1;g[d+i]!==k&&g[d][f].cell==g[d+i][f].cell;)j[d+i][f]=1,i++;for(;g[d][f+n]!==k&&g[d][f].cell==g[d][f+n].cell;){for(c=0;c<i;c++)j[d+c][f+n]=1;n++}h(g[d][f].cell).attr("rowspan",i).attr("colspan",n)}}}}function O(a){var b=s(a,"aoPreDrawCallback","preDraw",[a]);if(-1!==h.inArray(!1,b))C(a,!1);else{var b=[],c=0,d=a.asStripeClasses,e=d.length,f=a.oLanguage,g=a.iInitDisplayStart,j="ssp"==y(a),i=a.aiDisplay;a.bDrawing=!0;g!==k&&-1!==g&&(a._iDisplayStart=j?g:g>=a.fnRecordsDisplay()?0:g,a.iInitDisplayStart=
- -1);var g=a._iDisplayStart,n=a.fnDisplayEnd();if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++,C(a,!1);else if(j){if(!a.bDestroying&&!nb(a))return}else a.iDraw++;if(0!==i.length){f=j?a.aoData.length:n;for(j=j?0:g;j<f;j++){var l=i[j],q=a.aoData[l];null===q.nTr&&Ja(a,l);l=q.nTr;if(0!==e){var r=d[c%e];q._sRowStripe!=r&&(h(l).removeClass(q._sRowStripe).addClass(r),q._sRowStripe=r)}s(a,"aoRowCallback",null,[l,q._aData,c,j]);b.push(l);c++}}else c=f.sZeroRecords,1==a.iDraw&&"ajax"==y(a)?c=f.sLoadingRecords:
- f.sEmptyTable&&0===a.fnRecordsTotal()&&(c=f.sEmptyTable),b[0]=h("<tr/>",{"class":e?d[0]:""}).append(h("<td />",{valign:"top",colSpan:ba(a),"class":a.oClasses.sRowEmpty}).html(c))[0];s(a,"aoHeaderCallback","header",[h(a.nTHead).children("tr")[0],Ma(a),g,n,i]);s(a,"aoFooterCallback","footer",[h(a.nTFoot).children("tr")[0],Ma(a),g,n,i]);d=h(a.nTBody);d.children().detach();d.append(h(b));s(a,"aoDrawCallback","draw",[a]);a.bSorted=!1;a.bFiltered=!1;a.bDrawing=!1}}function T(a,b){var c=a.oFeatures,d=c.bFilter;
- c.bSort&&ob(a);d?ga(a,a.oPreviousSearch):a.aiDisplay=a.aiDisplayMaster.slice();!0!==b&&(a._iDisplayStart=0);a._drawHold=b;O(a);a._drawHold=!1}function pb(a){var b=a.oClasses,c=h(a.nTable),c=h("<div/>").insertBefore(c),d=a.oFeatures,e=h("<div/>",{id:a.sTableId+"_wrapper","class":b.sWrapper+(a.nTFoot?"":" "+b.sNoFooter)});a.nHolding=c[0];a.nTableWrapper=e[0];a.nTableReinsertBefore=a.nTable.nextSibling;for(var f=a.sDom.split(""),g,j,i,n,l,q,k=0;k<f.length;k++){g=null;j=f[k];if("<"==j){i=h("<div/>")[0];
- n=f[k+1];if("'"==n||'"'==n){l="";for(q=2;f[k+q]!=n;)l+=f[k+q],q++;"H"==l?l=b.sJUIHeader:"F"==l&&(l=b.sJUIFooter);-1!=l.indexOf(".")?(n=l.split("."),i.id=n[0].substr(1,n[0].length-1),i.className=n[1]):"#"==l.charAt(0)?i.id=l.substr(1,l.length-1):i.className=l;k+=q}e.append(i);e=h(i)}else if(">"==j)e=e.parent();else if("l"==j&&d.bPaginate&&d.bLengthChange)g=qb(a);else if("f"==j&&d.bFilter)g=rb(a);else if("r"==j&&d.bProcessing)g=sb(a);else if("t"==j)g=tb(a);else if("i"==j&&d.bInfo)g=ub(a);else if("p"==
- j&&d.bPaginate)g=vb(a);else if(0!==m.ext.feature.length){i=m.ext.feature;q=0;for(n=i.length;q<n;q++)if(j==i[q].cFeature){g=i[q].fnInit(a);break}}g&&(i=a.aanFeatures,i[j]||(i[j]=[]),i[j].push(g),e.append(g))}c.replaceWith(e);a.nHolding=null}function ea(a,b){var c=h(b).children("tr"),d,e,f,g,j,i,n,l,q,k;a.splice(0,a.length);f=0;for(i=c.length;f<i;f++)a.push([]);f=0;for(i=c.length;f<i;f++){d=c[f];for(e=d.firstChild;e;){if("TD"==e.nodeName.toUpperCase()||"TH"==e.nodeName.toUpperCase()){l=1*e.getAttribute("colspan");
- q=1*e.getAttribute("rowspan");l=!l||0===l||1===l?1:l;q=!q||0===q||1===q?1:q;g=0;for(j=a[f];j[g];)g++;n=g;k=1===l?!0:!1;for(j=0;j<l;j++)for(g=0;g<q;g++)a[f+g][n+j]={cell:e,unique:k},a[f+g].nTr=d}e=e.nextSibling}}}function ta(a,b,c){var d=[];c||(c=a.aoHeader,b&&(c=[],ea(c,b)));for(var b=0,e=c.length;b<e;b++)for(var f=0,g=c[b].length;f<g;f++)if(c[b][f].unique&&(!d[f]||!a.bSortCellsTop))d[f]=c[b][f].cell;return d}function ua(a,b,c){s(a,"aoServerParams","serverParams",[b]);if(b&&h.isArray(b)){var d={},
- e=/(.*?)\[\]$/;h.each(b,function(a,b){var c=b.name.match(e);c?(c=c[0],d[c]||(d[c]=[]),d[c].push(b.value)):d[b.name]=b.value});b=d}var f,g=a.ajax,j=a.oInstance,i=function(b){s(a,null,"xhr",[a,b,a.jqXHR]);c(b)};if(h.isPlainObject(g)&&g.data){f=g.data;var n=h.isFunction(f)?f(b,a):f,b=h.isFunction(f)&&n?n:h.extend(!0,b,n);delete g.data}n={data:b,success:function(b){var c=b.error||b.sError;c&&K(a,0,c);a.json=b;i(b)},dataType:"json",cache:!1,type:a.sServerMethod,error:function(b,c){var d=s(a,null,"xhr",
- [a,null,a.jqXHR]);-1===h.inArray(!0,d)&&("parsererror"==c?K(a,0,"Invalid JSON response",1):4===b.readyState&&K(a,0,"Ajax error",7));C(a,!1)}};a.oAjaxData=b;s(a,null,"preXhr",[a,b]);a.fnServerData?a.fnServerData.call(j,a.sAjaxSource,h.map(b,function(a,b){return{name:b,value:a}}),i,a):a.sAjaxSource||"string"===typeof g?a.jqXHR=h.ajax(h.extend(n,{url:g||a.sAjaxSource})):h.isFunction(g)?a.jqXHR=g.call(j,b,i,a):(a.jqXHR=h.ajax(h.extend(n,g)),g.data=f)}function nb(a){return a.bAjaxDataGet?(a.iDraw++,C(a,
- !0),ua(a,wb(a),function(b){xb(a,b)}),!1):!0}function wb(a){var b=a.aoColumns,c=b.length,d=a.oFeatures,e=a.oPreviousSearch,f=a.aoPreSearchCols,g,j=[],i,n,l,k=W(a);g=a._iDisplayStart;i=!1!==d.bPaginate?a._iDisplayLength:-1;var r=function(a,b){j.push({name:a,value:b})};r("sEcho",a.iDraw);r("iColumns",c);r("sColumns",D(b,"sName").join(","));r("iDisplayStart",g);r("iDisplayLength",i);var ra={draw:a.iDraw,columns:[],order:[],start:g,length:i,search:{value:e.sSearch,regex:e.bRegex}};for(g=0;g<c;g++)n=b[g],
- l=f[g],i="function"==typeof n.mData?"function":n.mData,ra.columns.push({data:i,name:n.sName,searchable:n.bSearchable,orderable:n.bSortable,search:{value:l.sSearch,regex:l.bRegex}}),r("mDataProp_"+g,i),d.bFilter&&(r("sSearch_"+g,l.sSearch),r("bRegex_"+g,l.bRegex),r("bSearchable_"+g,n.bSearchable)),d.bSort&&r("bSortable_"+g,n.bSortable);d.bFilter&&(r("sSearch",e.sSearch),r("bRegex",e.bRegex));d.bSort&&(h.each(k,function(a,b){ra.order.push({column:b.col,dir:b.dir});r("iSortCol_"+a,b.col);r("sSortDir_"+
- a,b.dir)}),r("iSortingCols",k.length));b=m.ext.legacy.ajax;return null===b?a.sAjaxSource?j:ra:b?j:ra}function xb(a,b){var c=va(a,b),d=b.sEcho!==k?b.sEcho:b.draw,e=b.iTotalRecords!==k?b.iTotalRecords:b.recordsTotal,f=b.iTotalDisplayRecords!==k?b.iTotalDisplayRecords:b.recordsFiltered;if(d){if(1*d<a.iDraw)return;a.iDraw=1*d}pa(a);a._iRecordsTotal=parseInt(e,10);a._iRecordsDisplay=parseInt(f,10);d=0;for(e=c.length;d<e;d++)N(a,c[d]);a.aiDisplay=a.aiDisplayMaster.slice();a.bAjaxDataGet=!1;O(a);a._bInitComplete||
- wa(a,b);a.bAjaxDataGet=!0;C(a,!1)}function va(a,b){var c=h.isPlainObject(a.ajax)&&a.ajax.dataSrc!==k?a.ajax.dataSrc:a.sAjaxDataProp;return"data"===c?b.aaData||b[c]:""!==c?R(c)(b):b}function rb(a){var b=a.oClasses,c=a.sTableId,d=a.oLanguage,e=a.oPreviousSearch,f=a.aanFeatures,g='<input type="search" class="'+b.sFilterInput+'"/>',j=d.sSearch,j=j.match(/_INPUT_/)?j.replace("_INPUT_",g):j+g,b=h("<div/>",{id:!f.f?c+"_filter":null,"class":b.sFilter}).append(h("<label/>").append(j)),f=function(){var b=!this.value?
- "":this.value;b!=e.sSearch&&(ga(a,{sSearch:b,bRegex:e.bRegex,bSmart:e.bSmart,bCaseInsensitive:e.bCaseInsensitive}),a._iDisplayStart=0,O(a))},g=null!==a.searchDelay?a.searchDelay:"ssp"===y(a)?400:0,i=h("input",b).val(e.sSearch).attr("placeholder",d.sSearchPlaceholder).on("keyup.DT search.DT input.DT paste.DT cut.DT",g?Qa(f,g):f).on("keypress.DT",function(a){if(13==a.keyCode)return!1}).attr("aria-controls",c);h(a.nTable).on("search.dt.DT",function(b,c){if(a===c)try{i[0]!==H.activeElement&&i.val(e.sSearch)}catch(d){}});
- return b[0]}function ga(a,b,c){var d=a.oPreviousSearch,e=a.aoPreSearchCols,f=function(a){d.sSearch=a.sSearch;d.bRegex=a.bRegex;d.bSmart=a.bSmart;d.bCaseInsensitive=a.bCaseInsensitive};Ia(a);if("ssp"!=y(a)){yb(a,b.sSearch,c,b.bEscapeRegex!==k?!b.bEscapeRegex:b.bRegex,b.bSmart,b.bCaseInsensitive);f(b);for(b=0;b<e.length;b++)zb(a,e[b].sSearch,b,e[b].bEscapeRegex!==k?!e[b].bEscapeRegex:e[b].bRegex,e[b].bSmart,e[b].bCaseInsensitive);Ab(a)}else f(b);a.bFiltered=!0;s(a,null,"search",[a])}function Ab(a){for(var b=
- m.ext.search,c=a.aiDisplay,d,e,f=0,g=b.length;f<g;f++){for(var j=[],i=0,n=c.length;i<n;i++)e=c[i],d=a.aoData[e],b[f](a,d._aFilterData,e,d._aData,i)&&j.push(e);c.length=0;h.merge(c,j)}}function zb(a,b,c,d,e,f){if(""!==b){for(var g=[],j=a.aiDisplay,d=Ra(b,d,e,f),e=0;e<j.length;e++)b=a.aoData[j[e]]._aFilterData[c],d.test(b)&&g.push(j[e]);a.aiDisplay=g}}function yb(a,b,c,d,e,f){var d=Ra(b,d,e,f),f=a.oPreviousSearch.sSearch,g=a.aiDisplayMaster,j,e=[];0!==m.ext.search.length&&(c=!0);j=Bb(a);if(0>=b.length)a.aiDisplay=
- g.slice();else{if(j||c||f.length>b.length||0!==b.indexOf(f)||a.bSorted)a.aiDisplay=g.slice();b=a.aiDisplay;for(c=0;c<b.length;c++)d.test(a.aoData[b[c]]._sFilterRow)&&e.push(b[c]);a.aiDisplay=e}}function Ra(a,b,c,d){a=b?a:Sa(a);c&&(a="^(?=.*?"+h.map(a.match(/"[^"]+"|[^ ]+/g)||[""],function(a){if('"'===a.charAt(0))var b=a.match(/^"(.*)"$/),a=b?b[1]:a;return a.replace('"',"")}).join(")(?=.*?")+").*$");return RegExp(a,d?"i":"")}function Bb(a){var b=a.aoColumns,c,d,e,f,g,j,i,h,l=m.ext.type.search;c=!1;
- d=0;for(f=a.aoData.length;d<f;d++)if(h=a.aoData[d],!h._aFilterData){j=[];e=0;for(g=b.length;e<g;e++)c=b[e],c.bSearchable?(i=B(a,d,e,"filter"),l[c.sType]&&(i=l[c.sType](i)),null===i&&(i=""),"string"!==typeof i&&i.toString&&(i=i.toString())):i="",i.indexOf&&-1!==i.indexOf("&")&&(xa.innerHTML=i,i=$b?xa.textContent:xa.innerText),i.replace&&(i=i.replace(/[\r\n]/g,"")),j.push(i);h._aFilterData=j;h._sFilterRow=j.join(" ");c=!0}return c}function Cb(a){return{search:a.sSearch,smart:a.bSmart,regex:a.bRegex,
- caseInsensitive:a.bCaseInsensitive}}function Db(a){return{sSearch:a.search,bSmart:a.smart,bRegex:a.regex,bCaseInsensitive:a.caseInsensitive}}function ub(a){var b=a.sTableId,c=a.aanFeatures.i,d=h("<div/>",{"class":a.oClasses.sInfo,id:!c?b+"_info":null});c||(a.aoDrawCallback.push({fn:Eb,sName:"information"}),d.attr("role","status").attr("aria-live","polite"),h(a.nTable).attr("aria-describedby",b+"_info"));return d[0]}function Eb(a){var b=a.aanFeatures.i;if(0!==b.length){var c=a.oLanguage,d=a._iDisplayStart+
- 1,e=a.fnDisplayEnd(),f=a.fnRecordsTotal(),g=a.fnRecordsDisplay(),j=g?c.sInfo:c.sInfoEmpty;g!==f&&(j+=" "+c.sInfoFiltered);j+=c.sInfoPostFix;j=Fb(a,j);c=c.fnInfoCallback;null!==c&&(j=c.call(a.oInstance,a,d,e,f,g,j));h(b).html(j)}}function Fb(a,b){var c=a.fnFormatNumber,d=a._iDisplayStart+1,e=a._iDisplayLength,f=a.fnRecordsDisplay(),g=-1===e;return b.replace(/_START_/g,c.call(a,d)).replace(/_END_/g,c.call(a,a.fnDisplayEnd())).replace(/_MAX_/g,c.call(a,a.fnRecordsTotal())).replace(/_TOTAL_/g,c.call(a,
- f)).replace(/_PAGE_/g,c.call(a,g?1:Math.ceil(d/e))).replace(/_PAGES_/g,c.call(a,g?1:Math.ceil(f/e)))}function ha(a){var b,c,d=a.iInitDisplayStart,e=a.aoColumns,f;c=a.oFeatures;var g=a.bDeferLoading;if(a.bInitialised){pb(a);mb(a);fa(a,a.aoHeader);fa(a,a.aoFooter);C(a,!0);c.bAutoWidth&&Ha(a);b=0;for(c=e.length;b<c;b++)f=e[b],f.sWidth&&(f.nTh.style.width=v(f.sWidth));s(a,null,"preInit",[a]);T(a);e=y(a);if("ssp"!=e||g)"ajax"==e?ua(a,[],function(c){var f=va(a,c);for(b=0;b<f.length;b++)N(a,f[b]);a.iInitDisplayStart=
- d;T(a);C(a,!1);wa(a,c)},a):(C(a,!1),wa(a))}else setTimeout(function(){ha(a)},200)}function wa(a,b){a._bInitComplete=!0;(b||a.oInit.aaData)&&Z(a);s(a,null,"plugin-init",[a,b]);s(a,"aoInitComplete","init",[a,b])}function Ta(a,b){var c=parseInt(b,10);a._iDisplayLength=c;Ua(a);s(a,null,"length",[a,c])}function qb(a){for(var b=a.oClasses,c=a.sTableId,d=a.aLengthMenu,e=h.isArray(d[0]),f=e?d[0]:d,d=e?d[1]:d,e=h("<select/>",{name:c+"_length","aria-controls":c,"class":b.sLengthSelect}),g=0,j=f.length;g<j;g++)e[0][g]=
- new Option(d[g],f[g]);var i=h("<div><label/></div>").addClass(b.sLength);a.aanFeatures.l||(i[0].id=c+"_length");i.children().append(a.oLanguage.sLengthMenu.replace("_MENU_",e[0].outerHTML));h("select",i).val(a._iDisplayLength).on("change.DT",function(){Ta(a,h(this).val());O(a)});h(a.nTable).on("length.dt.DT",function(b,c,d){a===c&&h("select",i).val(d)});return i[0]}function vb(a){var b=a.sPaginationType,c=m.ext.pager[b],d="function"===typeof c,e=function(a){O(a)},b=h("<div/>").addClass(a.oClasses.sPaging+
- b)[0],f=a.aanFeatures;d||c.fnInit(a,b,e);f.p||(b.id=a.sTableId+"_paginate",a.aoDrawCallback.push({fn:function(a){if(d){var b=a._iDisplayStart,i=a._iDisplayLength,h=a.fnRecordsDisplay(),l=-1===i,b=l?0:Math.ceil(b/i),i=l?1:Math.ceil(h/i),h=c(b,i),k,l=0;for(k=f.p.length;l<k;l++)Pa(a,"pageButton")(a,f.p[l],l,h,b,i)}else c.fnUpdate(a,e)},sName:"pagination"}));return b}function Va(a,b,c){var d=a._iDisplayStart,e=a._iDisplayLength,f=a.fnRecordsDisplay();0===f||-1===e?d=0:"number"===typeof b?(d=b*e,d>f&&
- (d=0)):"first"==b?d=0:"previous"==b?(d=0<=e?d-e:0,0>d&&(d=0)):"next"==b?d+e<f&&(d+=e):"last"==b?d=Math.floor((f-1)/e)*e:K(a,0,"Unknown paging action: "+b,5);b=a._iDisplayStart!==d;a._iDisplayStart=d;b&&(s(a,null,"page",[a]),c&&O(a));return b}function sb(a){return h("<div/>",{id:!a.aanFeatures.r?a.sTableId+"_processing":null,"class":a.oClasses.sProcessing}).html(a.oLanguage.sProcessing).insertBefore(a.nTable)[0]}function C(a,b){a.oFeatures.bProcessing&&h(a.aanFeatures.r).css("display",b?"block":"none");
- s(a,null,"processing",[a,b])}function tb(a){var b=h(a.nTable);b.attr("role","grid");var c=a.oScroll;if(""===c.sX&&""===c.sY)return a.nTable;var d=c.sX,e=c.sY,f=a.oClasses,g=b.children("caption"),j=g.length?g[0]._captionSide:null,i=h(b[0].cloneNode(!1)),n=h(b[0].cloneNode(!1)),l=b.children("tfoot");l.length||(l=null);i=h("<div/>",{"class":f.sScrollWrapper}).append(h("<div/>",{"class":f.sScrollHead}).css({overflow:"hidden",position:"relative",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",
- {"class":f.sScrollHeadInner}).css({"box-sizing":"content-box",width:c.sXInner||"100%"}).append(i.removeAttr("id").css("margin-left",0).append("top"===j?g:null).append(b.children("thead"))))).append(h("<div/>",{"class":f.sScrollBody}).css({position:"relative",overflow:"auto",width:!d?null:v(d)}).append(b));l&&i.append(h("<div/>",{"class":f.sScrollFoot}).css({overflow:"hidden",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",{"class":f.sScrollFootInner}).append(n.removeAttr("id").css("margin-left",
- 0).append("bottom"===j?g:null).append(b.children("tfoot")))));var b=i.children(),k=b[0],f=b[1],r=l?b[2]:null;if(d)h(f).on("scroll.DT",function(){var a=this.scrollLeft;k.scrollLeft=a;l&&(r.scrollLeft=a)});h(f).css(e&&c.bCollapse?"max-height":"height",e);a.nScrollHead=k;a.nScrollBody=f;a.nScrollFoot=r;a.aoDrawCallback.push({fn:ma,sName:"scrolling"});return i[0]}function ma(a){var b=a.oScroll,c=b.sX,d=b.sXInner,e=b.sY,b=b.iBarWidth,f=h(a.nScrollHead),g=f[0].style,j=f.children("div"),i=j[0].style,n=j.children("table"),
- j=a.nScrollBody,l=h(j),q=j.style,r=h(a.nScrollFoot).children("div"),m=r.children("table"),p=h(a.nTHead),o=h(a.nTable),t=o[0],s=t.style,u=a.nTFoot?h(a.nTFoot):null,x=a.oBrowser,U=x.bScrollOversize,ac=D(a.aoColumns,"nTh"),P,L,Q,w,Wa=[],y=[],z=[],A=[],B,C=function(a){a=a.style;a.paddingTop="0";a.paddingBottom="0";a.borderTopWidth="0";a.borderBottomWidth="0";a.height=0};L=j.scrollHeight>j.clientHeight;if(a.scrollBarVis!==L&&a.scrollBarVis!==k)a.scrollBarVis=L,Z(a);else{a.scrollBarVis=L;o.children("thead, tfoot").remove();
- u&&(Q=u.clone().prependTo(o),P=u.find("tr"),Q=Q.find("tr"));w=p.clone().prependTo(o);p=p.find("tr");L=w.find("tr");w.find("th, td").removeAttr("tabindex");c||(q.width="100%",f[0].style.width="100%");h.each(ta(a,w),function(b,c){B=$(a,b);c.style.width=a.aoColumns[B].sWidth});u&&I(function(a){a.style.width=""},Q);f=o.outerWidth();if(""===c){s.width="100%";if(U&&(o.find("tbody").height()>j.offsetHeight||"scroll"==l.css("overflow-y")))s.width=v(o.outerWidth()-b);f=o.outerWidth()}else""!==d&&(s.width=
- v(d),f=o.outerWidth());I(C,L);I(function(a){z.push(a.innerHTML);Wa.push(v(h(a).css("width")))},L);I(function(a,b){if(h.inArray(a,ac)!==-1)a.style.width=Wa[b]},p);h(L).height(0);u&&(I(C,Q),I(function(a){A.push(a.innerHTML);y.push(v(h(a).css("width")))},Q),I(function(a,b){a.style.width=y[b]},P),h(Q).height(0));I(function(a,b){a.innerHTML='<div class="dataTables_sizing" style="height:0;overflow:hidden;">'+z[b]+"</div>";a.style.width=Wa[b]},L);u&&I(function(a,b){a.innerHTML='<div class="dataTables_sizing" style="height:0;overflow:hidden;">'+
- A[b]+"</div>";a.style.width=y[b]},Q);if(o.outerWidth()<f){P=j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")?f+b:f;if(U&&(j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")))s.width=v(P-b);(""===c||""!==d)&&K(a,1,"Possible column misalignment",6)}else P="100%";q.width=v(P);g.width=v(P);u&&(a.nScrollFoot.style.width=v(P));!e&&U&&(q.height=v(t.offsetHeight+b));c=o.outerWidth();n[0].style.width=v(c);i.width=v(c);d=o.height()>j.clientHeight||"scroll"==l.css("overflow-y");e="padding"+
- (x.bScrollbarLeft?"Left":"Right");i[e]=d?b+"px":"0px";u&&(m[0].style.width=v(c),r[0].style.width=v(c),r[0].style[e]=d?b+"px":"0px");o.children("colgroup").insertBefore(o.children("thead"));l.scroll();if((a.bSorted||a.bFiltered)&&!a._drawHold)j.scrollTop=0}}function I(a,b,c){for(var d=0,e=0,f=b.length,g,j;e<f;){g=b[e].firstChild;for(j=c?c[e].firstChild:null;g;)1===g.nodeType&&(c?a(g,j,d):a(g,d),d++),g=g.nextSibling,j=c?j.nextSibling:null;e++}}function Ha(a){var b=a.nTable,c=a.aoColumns,d=a.oScroll,
- e=d.sY,f=d.sX,g=d.sXInner,j=c.length,i=na(a,"bVisible"),n=h("th",a.nTHead),l=b.getAttribute("width"),k=b.parentNode,r=!1,m,p,o=a.oBrowser,d=o.bScrollOversize;(m=b.style.width)&&-1!==m.indexOf("%")&&(l=m);for(m=0;m<i.length;m++)p=c[i[m]],null!==p.sWidth&&(p.sWidth=Gb(p.sWidthOrig,k),r=!0);if(d||!r&&!f&&!e&&j==ba(a)&&j==n.length)for(m=0;m<j;m++)i=$(a,m),null!==i&&(c[i].sWidth=v(n.eq(m).width()));else{j=h(b).clone().css("visibility","hidden").removeAttr("id");j.find("tbody tr").remove();var t=h("<tr/>").appendTo(j.find("tbody"));
- j.find("thead, tfoot").remove();j.append(h(a.nTHead).clone()).append(h(a.nTFoot).clone());j.find("tfoot th, tfoot td").css("width","");n=ta(a,j.find("thead")[0]);for(m=0;m<i.length;m++)p=c[i[m]],n[m].style.width=null!==p.sWidthOrig&&""!==p.sWidthOrig?v(p.sWidthOrig):"",p.sWidthOrig&&f&&h(n[m]).append(h("<div/>").css({width:p.sWidthOrig,margin:0,padding:0,border:0,height:1}));if(a.aoData.length)for(m=0;m<i.length;m++)r=i[m],p=c[r],h(Hb(a,r)).clone(!1).append(p.sContentPadding).appendTo(t);h("[name]",
- j).removeAttr("name");p=h("<div/>").css(f||e?{position:"absolute",top:0,left:0,height:1,right:0,overflow:"hidden"}:{}).append(j).appendTo(k);f&&g?j.width(g):f?(j.css("width","auto"),j.removeAttr("width"),j.width()<k.clientWidth&&l&&j.width(k.clientWidth)):e?j.width(k.clientWidth):l&&j.width(l);for(m=e=0;m<i.length;m++)k=h(n[m]),g=k.outerWidth()-k.width(),k=o.bBounding?Math.ceil(n[m].getBoundingClientRect().width):k.outerWidth(),e+=k,c[i[m]].sWidth=v(k-g);b.style.width=v(e);p.remove()}l&&(b.style.width=
- v(l));if((l||f)&&!a._reszEvt)b=function(){h(E).on("resize.DT-"+a.sInstance,Qa(function(){Z(a)}))},d?setTimeout(b,1E3):b(),a._reszEvt=!0}function Gb(a,b){if(!a)return 0;var c=h("<div/>").css("width",v(a)).appendTo(b||H.body),d=c[0].offsetWidth;c.remove();return d}function Hb(a,b){var c=Ib(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h("<td/>").html(B(a,c,b,"display"))[0]:d.anCells[b]}function Ib(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;f<g;f++)c=B(a,f,b,"display")+"",c=c.replace(bc,
- ""),c=c.replace(/ /g," "),c.length>d&&(d=c.length,e=f);return e}function v(a){return null===a?"0px":"number"==typeof a?0>a?"0px":a+"px":a.match(/\d$/)?a+"px":a}function W(a){var b,c,d=[],e=a.aoColumns,f,g,j,i;b=a.aaSortingFixed;c=h.isPlainObject(b);var n=[];f=function(a){a.length&&!h.isArray(a[0])?n.push(a):h.merge(n,a)};h.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;a<n.length;a++){i=n[a][0];f=e[i].aDataSort;b=0;for(c=f.length;b<c;b++)g=f[b],j=e[g].sType||
- "string",n[a]._idx===k&&(n[a]._idx=h.inArray(n[a][1],e[g].asSorting)),d.push({src:i,col:g,dir:n[a][1],index:n[a]._idx,type:j,formatter:m.ext.type.order[j+"-pre"]})}return d}function ob(a){var b,c,d=[],e=m.ext.type.order,f=a.aoData,g=0,j,i=a.aiDisplayMaster,h;Ia(a);h=W(a);b=0;for(c=h.length;b<c;b++)j=h[b],j.formatter&&g++,Jb(a,j.col);if("ssp"!=y(a)&&0!==h.length){b=0;for(c=i.length;b<c;b++)d[i[b]]=b;g===h.length?i.sort(function(a,b){var c,e,g,j,i=h.length,k=f[a]._aSortData,m=f[b]._aSortData;for(g=
- 0;g<i;g++)if(j=h[g],c=k[j.col],e=m[j.col],c=c<e?-1:c>e?1:0,0!==c)return"asc"===j.dir?c:-c;c=d[a];e=d[b];return c<e?-1:c>e?1:0}):i.sort(function(a,b){var c,g,j,i,k=h.length,m=f[a]._aSortData,p=f[b]._aSortData;for(j=0;j<k;j++)if(i=h[j],c=m[i.col],g=p[i.col],i=e[i.type+"-"+i.dir]||e["string-"+i.dir],c=i(c,g),0!==c)return c;c=d[a];g=d[b];return c<g?-1:c>g?1:0})}a.bSorted=!0}function Kb(a){for(var b,c,d=a.aoColumns,e=W(a),a=a.oLanguage.oAria,f=0,g=d.length;f<g;f++){c=d[f];var j=c.asSorting;b=c.sTitle.replace(/<.*?>/g,
- "");var i=c.nTh;i.removeAttribute("aria-sort");c.bSortable&&(0<e.length&&e[0].col==f?(i.setAttribute("aria-sort","asc"==e[0].dir?"ascending":"descending"),c=j[e[0].index+1]||j[0]):c=j[0],b+="asc"===c?a.sSortAscending:a.sSortDescending);i.setAttribute("aria-label",b)}}function Xa(a,b,c,d){var e=a.aaSorting,f=a.aoColumns[b].asSorting,g=function(a,b){var c=a._idx;c===k&&(c=h.inArray(a[1],f));return c+1<f.length?c+1:b?null:0};"number"===typeof e[0]&&(e=a.aaSorting=[e]);c&&a.oFeatures.bSortMulti?(c=h.inArray(b,
- D(e,"0")),-1!==c?(b=g(e[c],!0),null===b&&1===e.length&&(b=0),null===b?e.splice(c,1):(e[c][1]=f[b],e[c]._idx=b)):(e.push([b,f[0],0]),e[e.length-1]._idx=0)):e.length&&e[0][0]==b?(b=g(e[0]),e.length=1,e[0][1]=f[b],e[0]._idx=b):(e.length=0,e.push([b,f[0]]),e[0]._idx=0);T(a);"function"==typeof d&&d(a)}function Oa(a,b,c,d){var e=a.aoColumns[c];Ya(b,{},function(b){!1!==e.bSortable&&(a.oFeatures.bProcessing?(C(a,!0),setTimeout(function(){Xa(a,c,b.shiftKey,d);"ssp"!==y(a)&&C(a,!1)},0)):Xa(a,c,b.shiftKey,d))})}
- function ya(a){var b=a.aLastSort,c=a.oClasses.sSortColumn,d=W(a),e=a.oFeatures,f,g;if(e.bSort&&e.bSortClasses){e=0;for(f=b.length;e<f;e++)g=b[e].src,h(D(a.aoData,"anCells",g)).removeClass(c+(2>e?e+1:3));e=0;for(f=d.length;e<f;e++)g=d[e].src,h(D(a.aoData,"anCells",g)).addClass(c+(2>e?e+1:3))}a.aLastSort=d}function Jb(a,b){var c=a.aoColumns[b],d=m.ext.order[c.sSortDataType],e;d&&(e=d.call(a.oInstance,a,b,aa(a,b)));for(var f,g=m.ext.type.order[c.sType+"-pre"],j=0,i=a.aoData.length;j<i;j++)if(c=a.aoData[j],
- c._aSortData||(c._aSortData=[]),!c._aSortData[b]||d)f=d?e[j]:B(a,j,b,"sort"),c._aSortData[b]=g?g(f):f}function za(a){if(a.oFeatures.bStateSave&&!a.bDestroying){var b={time:+new Date,start:a._iDisplayStart,length:a._iDisplayLength,order:h.extend(!0,[],a.aaSorting),search:Cb(a.oPreviousSearch),columns:h.map(a.aoColumns,function(b,d){return{visible:b.bVisible,search:Cb(a.aoPreSearchCols[d])}})};s(a,"aoStateSaveParams","stateSaveParams",[a,b]);a.oSavedState=b;a.fnStateSaveCallback.call(a.oInstance,a,
- b)}}function Lb(a,b,c){var d,e,f=a.aoColumns,b=function(b){if(b&&b.time){var g=s(a,"aoStateLoadParams","stateLoadParams",[a,b]);if(-1===h.inArray(!1,g)&&(g=a.iStateDuration,!(0<g&&b.time<+new Date-1E3*g)&&!(b.columns&&f.length!==b.columns.length))){a.oLoadedState=h.extend(!0,{},b);b.start!==k&&(a._iDisplayStart=b.start,a.iInitDisplayStart=b.start);b.length!==k&&(a._iDisplayLength=b.length);b.order!==k&&(a.aaSorting=[],h.each(b.order,function(b,c){a.aaSorting.push(c[0]>=f.length?[0,c[1]]:c)}));b.search!==
- k&&h.extend(a.oPreviousSearch,Db(b.search));if(b.columns){d=0;for(e=b.columns.length;d<e;d++)g=b.columns[d],g.visible!==k&&(f[d].bVisible=g.visible),g.search!==k&&h.extend(a.aoPreSearchCols[d],Db(g.search))}s(a,"aoStateLoaded","stateLoaded",[a,b])}}c()};if(a.oFeatures.bStateSave){var g=a.fnStateLoadCallback.call(a.oInstance,a,b);g!==k&&b(g)}else c()}function Aa(a){var b=m.settings,a=h.inArray(a,D(b,"nTable"));return-1!==a?b[a]:null}function K(a,b,c,d){c="DataTables warning: "+(a?"table id="+a.sTableId+
- " - ":"")+c;d&&(c+=". For more information about this error, please see http://datatables.net/tn/"+d);if(b)E.console&&console.log&&console.log(c);else if(b=m.ext,b=b.sErrMode||b.errMode,a&&s(a,null,"error",[a,d,c]),"alert"==b)alert(c);else{if("throw"==b)throw Error(c);"function"==typeof b&&b(a,d,c)}}function F(a,b,c,d){h.isArray(c)?h.each(c,function(c,d){h.isArray(d)?F(a,b,d[0],d[1]):F(a,b,d)}):(d===k&&(d=c),b[c]!==k&&(a[d]=b[c]))}function Mb(a,b,c){var d,e;for(e in b)b.hasOwnProperty(e)&&(d=b[e],
- h.isPlainObject(d)?(h.isPlainObject(a[e])||(a[e]={}),h.extend(!0,a[e],d)):a[e]=c&&"data"!==e&&"aaData"!==e&&h.isArray(d)?d.slice():d);return a}function Ya(a,b,c){h(a).on("click.DT",b,function(b){a.blur();c(b)}).on("keypress.DT",b,function(a){13===a.which&&(a.preventDefault(),c(a))}).on("selectstart.DT",function(){return!1})}function z(a,b,c,d){c&&a[b].push({fn:c,sName:d})}function s(a,b,c,d){var e=[];b&&(e=h.map(a[b].slice().reverse(),function(b){return b.fn.apply(a.oInstance,d)}));null!==c&&(b=h.Event(c+
- ".dt"),h(a.nTable).trigger(b,d),e.push(b.result));return e}function Ua(a){var b=a._iDisplayStart,c=a.fnDisplayEnd(),d=a._iDisplayLength;b>=c&&(b=c-d);b-=b%d;if(-1===d||0>b)b=0;a._iDisplayStart=b}function Pa(a,b){var c=a.renderer,d=m.ext.renderer[b];return h.isPlainObject(c)&&c[b]?d[c[b]]||d._:"string"===typeof c?d[c]||d._:d._}function y(a){return a.oFeatures.bServerSide?"ssp":a.ajax||a.sAjaxSource?"ajax":"dom"}function ia(a,b){var c=[],c=Nb.numbers_length,d=Math.floor(c/2);b<=c?c=X(0,b):a<=d?(c=X(0,
- c-2),c.push("ellipsis"),c.push(b-1)):(a>=b-1-d?c=X(b-(c-2),b):(c=X(a-d+2,a+d-1),c.push("ellipsis"),c.push(b-1)),c.splice(0,0,"ellipsis"),c.splice(0,0,0));c.DT_el="span";return c}function fb(a){h.each({num:function(b){return Ba(b,a)},"num-fmt":function(b){return Ba(b,a,Za)},"html-num":function(b){return Ba(b,a,Ca)},"html-num-fmt":function(b){return Ba(b,a,Ca,Za)}},function(b,c){x.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(x.type.search[b+a]=x.type.search.html)})}function Ob(a){return function(){var b=
- [Aa(this[m.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return m.ext.internal[a].apply(this,b)}}var m=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new t(Aa(this[x.iApiIndex])):new t(this)};this.fnAddData=function(a,b){var c=this.api(!0),d=h.isArray(a)&&(h.isArray(a[0])||h.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===k||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=
- function(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===k||a?b.draw(!1):(""!==d.sX||""!==d.sY)&&ma(c)};this.fnClearTable=function(a){var b=this.api(!0).clear();(a===k||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],h=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,h);(c===k||c)&&d.draw();return h};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(a)};
- this.fnFilter=function(a,b,c,d,e,h){e=this.api(!0);null===b||b===k?e.search(a,c,d,h):e.column(b).search(a,c,d,h);e.draw()};this.fnGetData=function(a,b){var c=this.api(!0);if(a!==k){var d=a.nodeName?a.nodeName.toLowerCase():"";return b!==k||"td"==d||"th"==d?c.cell(a,b).data():c.row(a).data()||null}return c.data().toArray()};this.fnGetNodes=function(a){var b=this.api(!0);return a!==k?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();
- return"TR"==c?b.row(a).index():"TD"==c||"TH"==c?(a=b.cell(a).index(),[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()};this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};this.fnPageChange=function(a,b){var c=this.api(!0).page(a);(b===k||b)&&c.draw(!1)};this.fnSetColumnVis=function(a,b,c){a=this.api(!0).column(a).visible(b);(c===k||c)&&a.columns.adjust().draw()};this.fnSettings=function(){return Aa(this[x.iApiIndex])};
- this.fnSort=function(a){this.api(!0).order(a).draw()};this.fnSortListener=function(a,b,c){this.api(!0).order.listener(a,b,c)};this.fnUpdate=function(a,b,c,d,e){var h=this.api(!0);c===k||null===c?h.row(b).data(a):h.cell(b,c).data(a);(e===k||e)&&h.columns.adjust();(d===k||d)&&h.draw();return 0};this.fnVersionCheck=x.fnVersionCheck;var b=this,c=a===k,d=this.length;c&&(a={});this.oApi=this.internal=x.internal;for(var e in m.ext.internal)e&&(this[e]=Ob(e));this.each(function(){var e={},g=1<d?Mb(e,a,!0):
- a,j=0,i,e=this.getAttribute("id"),n=!1,l=m.defaults,q=h(this);if("table"!=this.nodeName.toLowerCase())K(null,0,"Non-table node initialisation ("+this.nodeName+")",2);else{gb(l);hb(l.column);J(l,l,!0);J(l.column,l.column,!0);J(l,h.extend(g,q.data()));var r=m.settings,j=0;for(i=r.length;j<i;j++){var p=r[j];if(p.nTable==this||p.nTHead.parentNode==this||p.nTFoot&&p.nTFoot.parentNode==this){var t=g.bRetrieve!==k?g.bRetrieve:l.bRetrieve;if(c||t)return p.oInstance;if(g.bDestroy!==k?g.bDestroy:l.bDestroy){p.oInstance.fnDestroy();
- break}else{K(p,0,"Cannot reinitialise DataTable",3);return}}if(p.sTableId==this.id){r.splice(j,1);break}}if(null===e||""===e)this.id=e="DataTables_Table_"+m.ext._unique++;var o=h.extend(!0,{},m.models.oSettings,{sDestroyWidth:q[0].style.width,sInstance:e,sTableId:e});o.nTable=this;o.oApi=b.internal;o.oInit=g;r.push(o);o.oInstance=1===b.length?b:q.dataTable();gb(g);g.oLanguage&&Fa(g.oLanguage);g.aLengthMenu&&!g.iDisplayLength&&(g.iDisplayLength=h.isArray(g.aLengthMenu[0])?g.aLengthMenu[0][0]:g.aLengthMenu[0]);
- g=Mb(h.extend(!0,{},l),g);F(o.oFeatures,g,"bPaginate bLengthChange bFilter bSort bSortMulti bInfo bProcessing bAutoWidth bSortClasses bServerSide bDeferRender".split(" "));F(o,g,["asStripeClasses","ajax","fnServerData","fnFormatNumber","sServerMethod","aaSorting","aaSortingFixed","aLengthMenu","sPaginationType","sAjaxSource","sAjaxDataProp","iStateDuration","sDom","bSortCellsTop","iTabIndex","fnStateLoadCallback","fnStateSaveCallback","renderer","searchDelay","rowId",["iCookieDuration","iStateDuration"],
- ["oSearch","oPreviousSearch"],["aoSearchCols","aoPreSearchCols"],["iDisplayLength","_iDisplayLength"],["bJQueryUI","bJUI"]]);F(o.oScroll,g,[["sScrollX","sX"],["sScrollXInner","sXInner"],["sScrollY","sY"],["bScrollCollapse","bCollapse"]]);F(o.oLanguage,g,"fnInfoCallback");z(o,"aoDrawCallback",g.fnDrawCallback,"user");z(o,"aoServerParams",g.fnServerParams,"user");z(o,"aoStateSaveParams",g.fnStateSaveParams,"user");z(o,"aoStateLoadParams",g.fnStateLoadParams,"user");z(o,"aoStateLoaded",g.fnStateLoaded,
- "user");z(o,"aoRowCallback",g.fnRowCallback,"user");z(o,"aoRowCreatedCallback",g.fnCreatedRow,"user");z(o,"aoHeaderCallback",g.fnHeaderCallback,"user");z(o,"aoFooterCallback",g.fnFooterCallback,"user");z(o,"aoInitComplete",g.fnInitComplete,"user");z(o,"aoPreDrawCallback",g.fnPreDrawCallback,"user");o.rowIdFn=R(g.rowId);ib(o);var u=o.oClasses;g.bJQueryUI?(h.extend(u,m.ext.oJUIClasses,g.oClasses),g.sDom===l.sDom&&"lfrtip"===l.sDom&&(o.sDom='<"H"lfr>t<"F"ip>'),o.renderer)?h.isPlainObject(o.renderer)&&
- !o.renderer.header&&(o.renderer.header="jqueryui"):o.renderer="jqueryui":h.extend(u,m.ext.classes,g.oClasses);q.addClass(u.sTable);o.iInitDisplayStart===k&&(o.iInitDisplayStart=g.iDisplayStart,o._iDisplayStart=g.iDisplayStart);null!==g.iDeferLoading&&(o.bDeferLoading=!0,e=h.isArray(g.iDeferLoading),o._iRecordsDisplay=e?g.iDeferLoading[0]:g.iDeferLoading,o._iRecordsTotal=e?g.iDeferLoading[1]:g.iDeferLoading);var v=o.oLanguage;h.extend(!0,v,g.oLanguage);v.sUrl&&(h.ajax({dataType:"json",url:v.sUrl,success:function(a){Fa(a);
- J(l.oLanguage,a);h.extend(true,v,a);ha(o)},error:function(){ha(o)}}),n=!0);null===g.asStripeClasses&&(o.asStripeClasses=[u.sStripeOdd,u.sStripeEven]);var e=o.asStripeClasses,x=q.children("tbody").find("tr").eq(0);-1!==h.inArray(!0,h.map(e,function(a){return x.hasClass(a)}))&&(h("tbody tr",this).removeClass(e.join(" ")),o.asDestroyStripes=e.slice());e=[];r=this.getElementsByTagName("thead");0!==r.length&&(ea(o.aoHeader,r[0]),e=ta(o));if(null===g.aoColumns){r=[];j=0;for(i=e.length;j<i;j++)r.push(null)}else r=
- g.aoColumns;j=0;for(i=r.length;j<i;j++)Ga(o,e?e[j]:null);kb(o,g.aoColumnDefs,r,function(a,b){la(o,a,b)});if(x.length){var w=function(a,b){return a.getAttribute("data-"+b)!==null?b:null};h(x[0]).children("th, td").each(function(a,b){var c=o.aoColumns[a];if(c.mData===a){var d=w(b,"sort")||w(b,"order"),e=w(b,"filter")||w(b,"search");if(d!==null||e!==null){c.mData={_:a+".display",sort:d!==null?a+".@data-"+d:k,type:d!==null?a+".@data-"+d:k,filter:e!==null?a+".@data-"+e:k};la(o,a)}}})}var U=o.oFeatures,
- e=function(){if(g.aaSorting===k){var a=o.aaSorting;j=0;for(i=a.length;j<i;j++)a[j][1]=o.aoColumns[j].asSorting[0]}ya(o);U.bSort&&z(o,"aoDrawCallback",function(){if(o.bSorted){var a=W(o),b={};h.each(a,function(a,c){b[c.src]=c.dir});s(o,null,"order",[o,a,b]);Kb(o)}});z(o,"aoDrawCallback",function(){(o.bSorted||y(o)==="ssp"||U.bDeferRender)&&ya(o)},"sc");var a=q.children("caption").each(function(){this._captionSide=h(this).css("caption-side")}),b=q.children("thead");b.length===0&&(b=h("<thead/>").appendTo(q));
- o.nTHead=b[0];b=q.children("tbody");b.length===0&&(b=h("<tbody/>").appendTo(q));o.nTBody=b[0];b=q.children("tfoot");if(b.length===0&&a.length>0&&(o.oScroll.sX!==""||o.oScroll.sY!==""))b=h("<tfoot/>").appendTo(q);if(b.length===0||b.children().length===0)q.addClass(u.sNoFooter);else if(b.length>0){o.nTFoot=b[0];ea(o.aoFooter,o.nTFoot)}if(g.aaData)for(j=0;j<g.aaData.length;j++)N(o,g.aaData[j]);else(o.bDeferLoading||y(o)=="dom")&&oa(o,h(o.nTBody).children("tr"));o.aiDisplay=o.aiDisplayMaster.slice();
- o.bInitialised=true;n===false&&ha(o)};g.bStateSave?(U.bStateSave=!0,z(o,"aoDrawCallback",za,"state_save"),Lb(o,g,e)):e()}});b=null;return this},x,t,p,u,$a={},Pb=/[\r\n]/g,Ca=/<.*?>/g,cc=/^\d{2,4}[\.\/\-]\d{1,2}[\.\/\-]\d{1,2}([T ]{1}\d{1,2}[:\.]\d{2}([\.:]\d{2})?)?$/,dc=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)","g"),Za=/[',$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfk]/gi,M=function(a){return!a||!0===a||"-"===a?!0:!1},Qb=function(a){var b=parseInt(a,10);return!isNaN(b)&&
- isFinite(a)?b:null},Rb=function(a,b){$a[b]||($a[b]=RegExp(Sa(b),"g"));return"string"===typeof a&&"."!==b?a.replace(/\./g,"").replace($a[b],"."):a},ab=function(a,b,c){var d="string"===typeof a;if(M(a))return!0;b&&d&&(a=Rb(a,b));c&&d&&(a=a.replace(Za,""));return!isNaN(parseFloat(a))&&isFinite(a)},Sb=function(a,b,c){return M(a)?!0:!(M(a)||"string"===typeof a)?null:ab(a.replace(Ca,""),b,c)?!0:null},D=function(a,b,c){var d=[],e=0,f=a.length;if(c!==k)for(;e<f;e++)a[e]&&a[e][b]&&d.push(a[e][b][c]);else for(;e<
- f;e++)a[e]&&d.push(a[e][b]);return d},ja=function(a,b,c,d){var e=[],f=0,g=b.length;if(d!==k)for(;f<g;f++)a[b[f]][c]&&e.push(a[b[f]][c][d]);else for(;f<g;f++)e.push(a[b[f]][c]);return e},X=function(a,b){var c=[],d;b===k?(b=0,d=a):(d=b,b=a);for(var e=b;e<d;e++)c.push(e);return c},Tb=function(a){for(var b=[],c=0,d=a.length;c<d;c++)a[c]&&b.push(a[c]);return b},sa=function(a){var b;a:{if(!(2>a.length)){b=a.slice().sort();for(var c=b[0],d=1,e=b.length;d<e;d++){if(b[d]===c){b=!1;break a}c=b[d]}}b=!0}if(b)return a.slice();
- b=[];var e=a.length,f,g=0,d=0;a:for(;d<e;d++){c=a[d];for(f=0;f<g;f++)if(b[f]===c)continue a;b.push(c);g++}return b};m.util={throttle:function(a,b){var c=b!==k?b:200,d,e;return function(){var b=this,g=+new Date,h=arguments;d&&g<d+c?(clearTimeout(e),e=setTimeout(function(){d=k;a.apply(b,h)},c)):(d=g,a.apply(b,h))}},escapeRegex:function(a){return a.replace(dc,"\\$1")}};var A=function(a,b,c){a[b]!==k&&(a[c]=a[b])},ca=/\[.*?\]$/,V=/\(\)$/,Sa=m.util.escapeRegex,xa=h("<div>")[0],$b=xa.textContent!==k,bc=
- /<.*?>/g,Qa=m.util.throttle,Ub=[],w=Array.prototype,ec=function(a){var b,c,d=m.settings,e=h.map(d,function(a){return a.nTable});if(a){if(a.nTable&&a.oApi)return[a];if(a.nodeName&&"table"===a.nodeName.toLowerCase())return b=h.inArray(a,e),-1!==b?[d[b]]:null;if(a&&"function"===typeof a.settings)return a.settings().toArray();"string"===typeof a?c=h(a):a instanceof h&&(c=a)}else return[];if(c)return c.map(function(){b=h.inArray(this,e);return-1!==b?d[b]:null}).toArray()};t=function(a,b){if(!(this instanceof
- t))return new t(a,b);var c=[],d=function(a){(a=ec(a))&&(c=c.concat(a))};if(h.isArray(a))for(var e=0,f=a.length;e<f;e++)d(a[e]);else d(a);this.context=sa(c);b&&h.merge(this,b);this.selector={rows:null,cols:null,opts:null};t.extend(this,this,Ub)};m.Api=t;h.extend(t.prototype,{any:function(){return 0!==this.count()},concat:w.concat,context:[],count:function(){return this.flatten().length},each:function(a){for(var b=0,c=this.length;b<c;b++)a.call(this,this[b],b,this);return this},eq:function(a){var b=
- this.context;return b.length>a?new t(b[a],this[a]):null},filter:function(a){var b=[];if(w.filter)b=w.filter.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)a.call(this,this[c],c,this)&&b.push(this[c]);return new t(this.context,b)},flatten:function(){var a=[];return new t(this.context,a.concat.apply(a,this.toArray()))},join:w.join,indexOf:w.indexOf||function(a,b){for(var c=b||0,d=this.length;c<d;c++)if(this[c]===a)return c;return-1},iterator:function(a,b,c,d){var e=[],f,g,h,i,n,l=this.context,
- m,p,u=this.selector;"string"===typeof a&&(d=c,c=b,b=a,a=!1);g=0;for(h=l.length;g<h;g++){var s=new t(l[g]);if("table"===b)f=c.call(s,l[g],g),f!==k&&e.push(f);else if("columns"===b||"rows"===b)f=c.call(s,l[g],this[g],g),f!==k&&e.push(f);else if("column"===b||"column-rows"===b||"row"===b||"cell"===b){p=this[g];"column-rows"===b&&(m=Da(l[g],u.opts));i=0;for(n=p.length;i<n;i++)f=p[i],f="cell"===b?c.call(s,l[g],f.row,f.column,g,i):c.call(s,l[g],f,g,i,m),f!==k&&e.push(f)}}return e.length||d?(a=new t(l,a?
- e.concat.apply([],e):e),b=a.selector,b.rows=u.rows,b.cols=u.cols,b.opts=u.opts,a):this},lastIndexOf:w.lastIndexOf||function(a,b){return this.indexOf.apply(this.toArray.reverse(),arguments)},length:0,map:function(a){var b=[];if(w.map)b=w.map.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)b.push(a.call(this,this[c],c));return new t(this.context,b)},pluck:function(a){return this.map(function(b){return b[a]})},pop:w.pop,push:w.push,reduce:w.reduce||function(a,b){return jb(this,a,b,0,this.length,
- 1)},reduceRight:w.reduceRight||function(a,b){return jb(this,a,b,this.length-1,-1,-1)},reverse:w.reverse,selector:null,shift:w.shift,slice:function(){return new t(this.context,this)},sort:w.sort,splice:w.splice,toArray:function(){return w.slice.call(this)},to$:function(){return h(this)},toJQuery:function(){return h(this)},unique:function(){return new t(this.context,sa(this))},unshift:w.unshift});t.extend=function(a,b,c){if(c.length&&b&&(b instanceof t||b.__dt_wrapper)){var d,e,f,g=function(a,b,c){return function(){var d=
- b.apply(a,arguments);t.extend(d,d,c.methodExt);return d}};d=0;for(e=c.length;d<e;d++)f=c[d],b[f.name]="function"===typeof f.val?g(a,f.val,f):h.isPlainObject(f.val)?{}:f.val,b[f.name].__dt_wrapper=!0,t.extend(a,b[f.name],f.propExt)}};t.register=p=function(a,b){if(h.isArray(a))for(var c=0,d=a.length;c<d;c++)t.register(a[c],b);else for(var e=a.split("."),f=Ub,g,j,c=0,d=e.length;c<d;c++){g=(j=-1!==e[c].indexOf("()"))?e[c].replace("()",""):e[c];var i;a:{i=0;for(var n=f.length;i<n;i++)if(f[i].name===g){i=
- f[i];break a}i=null}i||(i={name:g,val:{},methodExt:[],propExt:[]},f.push(i));c===d-1?i.val=b:f=j?i.methodExt:i.propExt}};t.registerPlural=u=function(a,b,c){t.register(a,c);t.register(b,function(){var a=c.apply(this,arguments);return a===this?this:a instanceof t?a.length?h.isArray(a[0])?new t(a.context,a[0]):a[0]:k:a})};p("tables()",function(a){var b;if(a){b=t;var c=this.context;if("number"===typeof a)a=[c[a]];else var d=h.map(c,function(a){return a.nTable}),a=h(d).filter(a).map(function(){var a=h.inArray(this,
- d);return c[a]}).toArray();b=new b(a)}else b=this;return b});p("table()",function(a){var a=this.tables(a),b=a.context;return b.length?new t(b[0]):a});u("tables().nodes()","table().node()",function(){return this.iterator("table",function(a){return a.nTable},1)});u("tables().body()","table().body()",function(){return this.iterator("table",function(a){return a.nTBody},1)});u("tables().header()","table().header()",function(){return this.iterator("table",function(a){return a.nTHead},1)});u("tables().footer()",
- "table().footer()",function(){return this.iterator("table",function(a){return a.nTFoot},1)});u("tables().containers()","table().container()",function(){return this.iterator("table",function(a){return a.nTableWrapper},1)});p("draw()",function(a){return this.iterator("table",function(b){"page"===a?O(b):("string"===typeof a&&(a="full-hold"===a?!1:!0),T(b,!1===a))})});p("page()",function(a){return a===k?this.page.info().page:this.iterator("table",function(b){Va(b,a)})});p("page.info()",function(){if(0===
- this.context.length)return k;var a=this.context[0],b=a._iDisplayStart,c=a.oFeatures.bPaginate?a._iDisplayLength:-1,d=a.fnRecordsDisplay(),e=-1===c;return{page:e?0:Math.floor(b/c),pages:e?1:Math.ceil(d/c),start:b,end:a.fnDisplayEnd(),length:c,recordsTotal:a.fnRecordsTotal(),recordsDisplay:d,serverSide:"ssp"===y(a)}});p("page.len()",function(a){return a===k?0!==this.context.length?this.context[0]._iDisplayLength:k:this.iterator("table",function(b){Ta(b,a)})});var Vb=function(a,b,c){if(c){var d=new t(a);
- d.one("draw",function(){c(d.ajax.json())})}if("ssp"==y(a))T(a,b);else{C(a,!0);var e=a.jqXHR;e&&4!==e.readyState&&e.abort();ua(a,[],function(c){pa(a);for(var c=va(a,c),d=0,e=c.length;d<e;d++)N(a,c[d]);T(a,b);C(a,!1)})}};p("ajax.json()",function(){var a=this.context;if(0<a.length)return a[0].json});p("ajax.params()",function(){var a=this.context;if(0<a.length)return a[0].oAjaxData});p("ajax.reload()",function(a,b){return this.iterator("table",function(c){Vb(c,!1===b,a)})});p("ajax.url()",function(a){var b=
- this.context;if(a===k){if(0===b.length)return k;b=b[0];return b.ajax?h.isPlainObject(b.ajax)?b.ajax.url:b.ajax:b.sAjaxSource}return this.iterator("table",function(b){h.isPlainObject(b.ajax)?b.ajax.url=a:b.ajax=a})});p("ajax.url().load()",function(a,b){return this.iterator("table",function(c){Vb(c,!1===b,a)})});var bb=function(a,b,c,d,e){var f=[],g,j,i,n,l,m;i=typeof b;if(!b||"string"===i||"function"===i||b.length===k)b=[b];i=0;for(n=b.length;i<n;i++){j=b[i]&&b[i].split&&!b[i].match(/[\[\(:]/)?b[i].split(","):
- [b[i]];l=0;for(m=j.length;l<m;l++)(g=c("string"===typeof j[l]?h.trim(j[l]):j[l]))&&g.length&&(f=f.concat(g))}a=x.selector[a];if(a.length){i=0;for(n=a.length;i<n;i++)f=a[i](d,e,f)}return sa(f)},cb=function(a){a||(a={});a.filter&&a.search===k&&(a.search=a.filter);return h.extend({search:"none",order:"current",page:"all"},a)},db=function(a){for(var b=0,c=a.length;b<c;b++)if(0<a[b].length)return a[0]=a[b],a[0].length=1,a.length=1,a.context=[a.context[b]],a;a.length=0;return a},Da=function(a,b){var c,
- d,e,f=[],g=a.aiDisplay;c=a.aiDisplayMaster;var j=b.search;d=b.order;e=b.page;if("ssp"==y(a))return"removed"===j?[]:X(0,c.length);if("current"==e){c=a._iDisplayStart;for(d=a.fnDisplayEnd();c<d;c++)f.push(g[c])}else if("current"==d||"applied"==d)f="none"==j?c.slice():"applied"==j?g.slice():h.map(c,function(a){return-1===h.inArray(a,g)?a:null});else if("index"==d||"original"==d){c=0;for(d=a.aoData.length;c<d;c++)"none"==j?f.push(c):(e=h.inArray(c,g),(-1===e&&"removed"==j||0<=e&&"applied"==j)&&f.push(c))}return f};
- p("rows()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=cb(b),c=this.iterator("table",function(c){var e=b,f;return bb("row",a,function(a){var b=Qb(a);if(b!==null&&!e)return[b];f||(f=Da(c,e));if(b!==null&&h.inArray(b,f)!==-1)return[b];if(a===null||a===k||a==="")return f;if(typeof a==="function")return h.map(f,function(b){var e=c.aoData[b];return a(b,e._aData,e.nTr)?b:null});b=Tb(ja(c.aoData,f,"nTr"));if(a.nodeName){if(a._DT_RowIndex!==k)return[a._DT_RowIndex];if(a._DT_CellIndex)return[a._DT_CellIndex.row];
- b=h(a).closest("*[data-dt-row]");return b.length?[b.data("dt-row")]:[]}if(typeof a==="string"&&a.charAt(0)==="#"){var i=c.aIds[a.replace(/^#/,"")];if(i!==k)return[i.idx]}return h(b).filter(a).map(function(){return this._DT_RowIndex}).toArray()},c,e)},1);c.selector.rows=a;c.selector.opts=b;return c});p("rows().nodes()",function(){return this.iterator("row",function(a,b){return a.aoData[b].nTr||k},1)});p("rows().data()",function(){return this.iterator(!0,"rows",function(a,b){return ja(a.aoData,b,"_aData")},
- 1)});u("rows().cache()","row().cache()",function(a){return this.iterator("row",function(b,c){var d=b.aoData[c];return"search"===a?d._aFilterData:d._aSortData},1)});u("rows().invalidate()","row().invalidate()",function(a){return this.iterator("row",function(b,c){da(b,c,a)})});u("rows().indexes()","row().index()",function(){return this.iterator("row",function(a,b){return b},1)});u("rows().ids()","row().id()",function(a){for(var b=[],c=this.context,d=0,e=c.length;d<e;d++)for(var f=0,g=this[d].length;f<
- g;f++){var h=c[d].rowIdFn(c[d].aoData[this[d][f]]._aData);b.push((!0===a?"#":"")+h)}return new t(c,b)});u("rows().remove()","row().remove()",function(){var a=this;this.iterator("row",function(b,c,d){var e=b.aoData,f=e[c],g,h,i,n,l;e.splice(c,1);g=0;for(h=e.length;g<h;g++)if(i=e[g],l=i.anCells,null!==i.nTr&&(i.nTr._DT_RowIndex=g),null!==l){i=0;for(n=l.length;i<n;i++)l[i]._DT_CellIndex.row=g}qa(b.aiDisplayMaster,c);qa(b.aiDisplay,c);qa(a[d],c,!1);Ua(b);c=b.rowIdFn(f._aData);c!==k&&delete b.aIds[c]});
- this.iterator("table",function(a){for(var c=0,d=a.aoData.length;c<d;c++)a.aoData[c].idx=c});return this});p("rows.add()",function(a){var b=this.iterator("table",function(b){var c,f,g,h=[];f=0;for(g=a.length;f<g;f++)c=a[f],c.nodeName&&"TR"===c.nodeName.toUpperCase()?h.push(oa(b,c)[0]):h.push(N(b,c));return h},1),c=this.rows(-1);c.pop();h.merge(c,b);return c});p("row()",function(a,b){return db(this.rows(a,b))});p("row().data()",function(a){var b=this.context;if(a===k)return b.length&&this.length?b[0].aoData[this[0]]._aData:
- k;b[0].aoData[this[0]]._aData=a;da(b[0],this[0],"data");return this});p("row().node()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]].nTr||null:null});p("row.add()",function(a){a instanceof h&&a.length&&(a=a[0]);var b=this.iterator("table",function(b){return a.nodeName&&"TR"===a.nodeName.toUpperCase()?oa(b,a)[0]:N(b,a)});return this.row(b[0])});var eb=function(a,b){var c=a.context;if(c.length&&(c=c[0].aoData[b!==k?b:a[0]])&&c._details)c._details.remove(),c._detailsShow=
- k,c._details=k},Wb=function(a,b){var c=a.context;if(c.length&&a.length){var d=c[0].aoData[a[0]];if(d._details){(d._detailsShow=b)?d._details.insertAfter(d.nTr):d._details.detach();var e=c[0],f=new t(e),g=e.aoData;f.off("draw.dt.DT_details column-visibility.dt.DT_details destroy.dt.DT_details");0<D(g,"_details").length&&(f.on("draw.dt.DT_details",function(a,b){e===b&&f.rows({page:"current"}).eq(0).each(function(a){a=g[a];a._detailsShow&&a._details.insertAfter(a.nTr)})}),f.on("column-visibility.dt.DT_details",
- function(a,b){if(e===b)for(var c,d=ba(b),f=0,h=g.length;f<h;f++)c=g[f],c._details&&c._details.children("td[colspan]").attr("colspan",d)}),f.on("destroy.dt.DT_details",function(a,b){if(e===b)for(var c=0,d=g.length;c<d;c++)g[c]._details&&eb(f,c)}))}}};p("row().child()",function(a,b){var c=this.context;if(a===k)return c.length&&this.length?c[0].aoData[this[0]]._details:k;if(!0===a)this.child.show();else if(!1===a)eb(this);else if(c.length&&this.length){var d=c[0],c=c[0].aoData[this[0]],e=[],f=function(a,
- b){if(h.isArray(a)||a instanceof h)for(var c=0,k=a.length;c<k;c++)f(a[c],b);else a.nodeName&&"tr"===a.nodeName.toLowerCase()?e.push(a):(c=h("<tr><td/></tr>").addClass(b),h("td",c).addClass(b).html(a)[0].colSpan=ba(d),e.push(c[0]))};f(a,b);c._details&&c._details.detach();c._details=h(e);c._detailsShow&&c._details.insertAfter(c.nTr)}return this});p(["row().child.show()","row().child().show()"],function(){Wb(this,!0);return this});p(["row().child.hide()","row().child().hide()"],function(){Wb(this,!1);
- return this});p(["row().child.remove()","row().child().remove()"],function(){eb(this);return this});p("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var fc=/^([^:]+):(name|visIdx|visible)$/,Xb=function(a,b,c,d,e){for(var c=[],d=0,f=e.length;d<f;d++)c.push(B(a,e[d],b));return c};p("columns()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=cb(b),c=this.iterator("table",function(c){var e=a,f=b,g=c.aoColumns,
- j=D(g,"sName"),i=D(g,"nTh");return bb("column",e,function(a){var b=Qb(a);if(a==="")return X(g.length);if(b!==null)return[b>=0?b:g.length+b];if(typeof a==="function"){var e=Da(c,f);return h.map(g,function(b,f){return a(f,Xb(c,f,0,0,e),i[f])?f:null})}var k=typeof a==="string"?a.match(fc):"";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1],10);if(b<0){var m=h.map(g,function(a,b){return a.bVisible?b:null});return[m[m.length+b]]}return[$(c,b)];case "name":return h.map(j,function(a,b){return a===
- k[1]?b:null});default:return[]}if(a.nodeName&&a._DT_CellIndex)return[a._DT_CellIndex.column];b=h(i).filter(a).map(function(){return h.inArray(this,i)}).toArray();if(b.length||!a.nodeName)return b;b=h(a).closest("*[data-dt-column]");return b.length?[b.data("dt-column")]:[]},c,f)},1);c.selector.cols=a;c.selector.opts=b;return c});u("columns().header()","column().header()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTh},1)});u("columns().footer()","column().footer()",
- function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTf},1)});u("columns().data()","column().data()",function(){return this.iterator("column-rows",Xb,1)});u("columns().dataSrc()","column().dataSrc()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].mData},1)});u("columns().cache()","column().cache()",function(a){return this.iterator("column-rows",function(b,c,d,e,f){return ja(b.aoData,f,"search"===a?"_aFilterData":"_aSortData",c)},1)});u("columns().nodes()",
- "column().nodes()",function(){return this.iterator("column-rows",function(a,b,c,d,e){return ja(a.aoData,e,"anCells",b)},1)});u("columns().visible()","column().visible()",function(a,b){var c=this.iterator("column",function(b,c){if(a===k)return b.aoColumns[c].bVisible;var f=b.aoColumns,g=f[c],j=b.aoData,i,n,l;if(a!==k&&g.bVisible!==a){if(a){var m=h.inArray(!0,D(f,"bVisible"),c+1);i=0;for(n=j.length;i<n;i++)l=j[i].nTr,f=j[i].anCells,l&&l.insertBefore(f[c],f[m]||null)}else h(D(b.aoData,"anCells",c)).detach();
- g.bVisible=a;fa(b,b.aoHeader);fa(b,b.aoFooter);za(b)}});a!==k&&(this.iterator("column",function(c,e){s(c,null,"column-visibility",[c,e,a,b])}),(b===k||b)&&this.columns.adjust());return c});u("columns().indexes()","column().index()",function(a){return this.iterator("column",function(b,c){return"visible"===a?aa(b,c):c},1)});p("columns.adjust()",function(){return this.iterator("table",function(a){Z(a)},1)});p("column.index()",function(a,b){if(0!==this.context.length){var c=this.context[0];if("fromVisible"===
- a||"toData"===a)return $(c,b);if("fromData"===a||"toVisible"===a)return aa(c,b)}});p("column()",function(a,b){return db(this.columns(a,b))});p("cells()",function(a,b,c){h.isPlainObject(a)&&(a.row===k?(c=a,a=null):(c=b,b=null));h.isPlainObject(b)&&(c=b,b=null);if(null===b||b===k)return this.iterator("table",function(b){var d=a,e=cb(c),f=b.aoData,g=Da(b,e),j=Tb(ja(f,g,"anCells")),i=h([].concat.apply([],j)),l,n=b.aoColumns.length,m,p,u,t,s,v;return bb("cell",d,function(a){var c=typeof a==="function";
- if(a===null||a===k||c){m=[];p=0;for(u=g.length;p<u;p++){l=g[p];for(t=0;t<n;t++){s={row:l,column:t};if(c){v=f[l];a(s,B(b,l,t),v.anCells?v.anCells[t]:null)&&m.push(s)}else m.push(s)}}return m}if(h.isPlainObject(a))return[a];c=i.filter(a).map(function(a,b){return{row:b._DT_CellIndex.row,column:b._DT_CellIndex.column}}).toArray();if(c.length||!a.nodeName)return c;v=h(a).closest("*[data-dt-row]");return v.length?[{row:v.data("dt-row"),column:v.data("dt-column")}]:[]},b,e)});var d=this.columns(b,c),e=this.rows(a,
- c),f,g,j,i,n,l=this.iterator("table",function(a,b){f=[];g=0;for(j=e[b].length;g<j;g++){i=0;for(n=d[b].length;i<n;i++)f.push({row:e[b][g],column:d[b][i]})}return f},1);h.extend(l.selector,{cols:b,rows:a,opts:c});return l});u("cells().nodes()","cell().node()",function(){return this.iterator("cell",function(a,b,c){return(a=a.aoData[b])&&a.anCells?a.anCells[c]:k},1)});p("cells().data()",function(){return this.iterator("cell",function(a,b,c){return B(a,b,c)},1)});u("cells().cache()","cell().cache()",function(a){a=
- "search"===a?"_aFilterData":"_aSortData";return this.iterator("cell",function(b,c,d){return b.aoData[c][a][d]},1)});u("cells().render()","cell().render()",function(a){return this.iterator("cell",function(b,c,d){return B(b,c,d,a)},1)});u("cells().indexes()","cell().index()",function(){return this.iterator("cell",function(a,b,c){return{row:b,column:c,columnVisible:aa(a,c)}},1)});u("cells().invalidate()","cell().invalidate()",function(a){return this.iterator("cell",function(b,c,d){da(b,c,a,d)})});p("cell()",
- function(a,b,c){return db(this.cells(a,b,c))});p("cell().data()",function(a){var b=this.context,c=this[0];if(a===k)return b.length&&c.length?B(b[0],c[0].row,c[0].column):k;lb(b[0],c[0].row,c[0].column,a);da(b[0],c[0].row,"data",c[0].column);return this});p("order()",function(a,b){var c=this.context;if(a===k)return 0!==c.length?c[0].aaSorting:k;"number"===typeof a?a=[[a,b]]:a.length&&!h.isArray(a[0])&&(a=Array.prototype.slice.call(arguments));return this.iterator("table",function(b){b.aaSorting=a.slice()})});
- p("order.listener()",function(a,b,c){return this.iterator("table",function(d){Oa(d,a,b,c)})});p("order.fixed()",function(a){if(!a){var b=this.context,b=b.length?b[0].aaSortingFixed:k;return h.isArray(b)?{pre:b}:b}return this.iterator("table",function(b){b.aaSortingFixed=h.extend(!0,{},a)})});p(["columns().order()","column().order()"],function(a){var b=this;return this.iterator("table",function(c,d){var e=[];h.each(b[d],function(b,c){e.push([c,a])});c.aaSorting=e})});p("search()",function(a,b,c,d){var e=
- this.context;return a===k?0!==e.length?e[0].oPreviousSearch.sSearch:k:this.iterator("table",function(e){e.oFeatures.bFilter&&ga(e,h.extend({},e.oPreviousSearch,{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),1)})});u("columns().search()","column().search()",function(a,b,c,d){return this.iterator("column",function(e,f){var g=e.aoPreSearchCols;if(a===k)return g[f].sSearch;e.oFeatures.bFilter&&(h.extend(g[f],{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?
- !0:c,bCaseInsensitive:null===d?!0:d}),ga(e,e.oPreviousSearch,1))})});p("state()",function(){return this.context.length?this.context[0].oSavedState:null});p("state.clear()",function(){return this.iterator("table",function(a){a.fnStateSaveCallback.call(a.oInstance,a,{})})});p("state.loaded()",function(){return this.context.length?this.context[0].oLoadedState:null});p("state.save()",function(){return this.iterator("table",function(a){za(a)})});m.versionCheck=m.fnVersionCheck=function(a){for(var b=m.version.split("."),
- a=a.split("."),c,d,e=0,f=a.length;e<f;e++)if(c=parseInt(b[e],10)||0,d=parseInt(a[e],10)||0,c!==d)return c>d;return!0};m.isDataTable=m.fnIsDataTable=function(a){var b=h(a).get(0),c=!1;if(a instanceof m.Api)return!0;h.each(m.settings,function(a,e){var f=e.nScrollHead?h("table",e.nScrollHead)[0]:null,g=e.nScrollFoot?h("table",e.nScrollFoot)[0]:null;if(e.nTable===b||f===b||g===b)c=!0});return c};m.tables=m.fnTables=function(a){var b=!1;h.isPlainObject(a)&&(b=a.api,a=a.visible);var c=h.map(m.settings,
- function(b){if(!a||a&&h(b.nTable).is(":visible"))return b.nTable});return b?new t(c):c};m.camelToHungarian=J;p("$()",function(a,b){var c=this.rows(b).nodes(),c=h(c);return h([].concat(c.filter(a).toArray(),c.find(a).toArray()))});h.each(["on","one","off"],function(a,b){p(b+"()",function(){var a=Array.prototype.slice.call(arguments);a[0]=h.map(a[0].split(/\s/),function(a){return!a.match(/\.dt\b/)?a+".dt":a}).join(" ");var d=h(this.tables().nodes());d[b].apply(d,a);return this})});p("clear()",function(){return this.iterator("table",
- function(a){pa(a)})});p("settings()",function(){return new t(this.context,this.context)});p("init()",function(){var a=this.context;return a.length?a[0].oInit:null});p("data()",function(){return this.iterator("table",function(a){return D(a.aoData,"_aData")}).flatten()});p("destroy()",function(a){a=a||!1;return this.iterator("table",function(b){var c=b.nTableWrapper.parentNode,d=b.oClasses,e=b.nTable,f=b.nTBody,g=b.nTHead,j=b.nTFoot,i=h(e),f=h(f),k=h(b.nTableWrapper),l=h.map(b.aoData,function(a){return a.nTr}),
- p;b.bDestroying=!0;s(b,"aoDestroyCallback","destroy",[b]);a||(new t(b)).columns().visible(!0);k.off(".DT").find(":not(tbody *)").off(".DT");h(E).off(".DT-"+b.sInstance);e!=g.parentNode&&(i.children("thead").detach(),i.append(g));j&&e!=j.parentNode&&(i.children("tfoot").detach(),i.append(j));b.aaSorting=[];b.aaSortingFixed=[];ya(b);h(l).removeClass(b.asStripeClasses.join(" "));h("th, td",g).removeClass(d.sSortable+" "+d.sSortableAsc+" "+d.sSortableDesc+" "+d.sSortableNone);b.bJUI&&(h("th span."+d.sSortIcon+
- ", td span."+d.sSortIcon,g).detach(),h("th, td",g).each(function(){var a=h("div."+d.sSortJUIWrapper,this);h(this).append(a.contents());a.detach()}));f.children().detach();f.append(l);g=a?"remove":"detach";i[g]();k[g]();!a&&c&&(c.insertBefore(e,b.nTableReinsertBefore),i.css("width",b.sDestroyWidth).removeClass(d.sTable),(p=b.asDestroyStripes.length)&&f.children().each(function(a){h(this).addClass(b.asDestroyStripes[a%p])}));c=h.inArray(b,m.settings);-1!==c&&m.settings.splice(c,1)})});h.each(["column",
- "row","cell"],function(a,b){p(b+"s().every()",function(a){var d=this.selector.opts,e=this;return this.iterator(b,function(f,g,h,i,m){a.call(e[b](g,"cell"===b?h:d,"cell"===b?d:k),g,h,i,m)})})});p("i18n()",function(a,b,c){var d=this.context[0],a=R(a)(d.oLanguage);a===k&&(a=b);c!==k&&h.isPlainObject(a)&&(a=a[c]!==k?a[c]:a._);return a.replace("%d",c)});m.version="1.10.15";m.settings=[];m.models={};m.models.oSearch={bCaseInsensitive:!0,sSearch:"",bRegex:!1,bSmart:!0};m.models.oRow={nTr:null,anCells:null,
- _aData:[],_aSortData:null,_aFilterData:null,_sFilterRow:null,_sRowStripe:"",src:null,idx:-1};m.models.oColumn={idx:null,aDataSort:null,asSorting:null,bSearchable:null,bSortable:null,bVisible:null,_sManualType:null,_bAttrSrc:!1,fnCreatedCell:null,fnGetData:null,fnSetData:null,mData:null,mRender:null,nTh:null,nTf:null,sClass:null,sContentPadding:null,sDefaultContent:null,sName:null,sSortDataType:"std",sSortingClass:null,sSortingClassJUI:null,sTitle:null,sType:null,sWidth:null,sWidthOrig:null};m.defaults=
- {aaData:null,aaSorting:[[0,"asc"]],aaSortingFixed:[],ajax:null,aLengthMenu:[10,25,50,100],aoColumns:null,aoColumnDefs:null,aoSearchCols:[],asStripeClasses:null,bAutoWidth:!0,bDeferRender:!1,bDestroy:!1,bFilter:!0,bInfo:!0,bJQueryUI:!1,bLengthChange:!0,bPaginate:!0,bProcessing:!1,bRetrieve:!1,bScrollCollapse:!1,bServerSide:!1,bSort:!0,bSortMulti:!0,bSortCellsTop:!1,bSortClasses:!0,bStateSave:!1,fnCreatedRow:null,fnDrawCallback:null,fnFooterCallback:null,fnFormatNumber:function(a){return a.toString().replace(/\B(?=(\d{3})+(?!\d))/g,
- this.oLanguage.sThousands)},fnHeaderCallback:null,fnInfoCallback:null,fnInitComplete:null,fnPreDrawCallback:null,fnRowCallback:null,fnServerData:null,fnServerParams:null,fnStateLoadCallback:function(a){try{return JSON.parse((-1===a.iStateDuration?sessionStorage:localStorage).getItem("DataTables_"+a.sInstance+"_"+location.pathname))}catch(b){}},fnStateLoadParams:null,fnStateLoaded:null,fnStateSaveCallback:function(a,b){try{(-1===a.iStateDuration?sessionStorage:localStorage).setItem("DataTables_"+a.sInstance+
- "_"+location.pathname,JSON.stringify(b))}catch(c){}},fnStateSaveParams:null,iStateDuration:7200,iDeferLoading:null,iDisplayLength:10,iDisplayStart:0,iTabIndex:0,oClasses:{},oLanguage:{oAria:{sSortAscending:": activate to sort column ascending",sSortDescending:": activate to sort column descending"},oPaginate:{sFirst:"First",sLast:"Last",sNext:"Next",sPrevious:"Previous"},sEmptyTable:"No data available in table",sInfo:"Showing _START_ to _END_ of _TOTAL_ entries",sInfoEmpty:"Showing 0 to 0 of 0 entries",
- sInfoFiltered:"(filtered from _MAX_ total entries)",sInfoPostFix:"",sDecimal:"",sThousands:",",sLengthMenu:"Show _MENU_ entries",sLoadingRecords:"Loading...",sProcessing:"Processing...",sSearch:"Search:",sSearchPlaceholder:"",sUrl:"",sZeroRecords:"No matching records found"},oSearch:h.extend({},m.models.oSearch),sAjaxDataProp:"data",sAjaxSource:null,sDom:"lfrtip",searchDelay:null,sPaginationType:"simple_numbers",sScrollX:"",sScrollXInner:"",sScrollY:"",sServerMethod:"GET",renderer:null,rowId:"DT_RowId"};
- Y(m.defaults);m.defaults.column={aDataSort:null,iDataSort:-1,asSorting:["asc","desc"],bSearchable:!0,bSortable:!0,bVisible:!0,fnCreatedCell:null,mData:null,mRender:null,sCellType:"td",sClass:"",sContentPadding:"",sDefaultContent:null,sName:"",sSortDataType:"std",sTitle:null,sType:null,sWidth:null};Y(m.defaults.column);m.models.oSettings={oFeatures:{bAutoWidth:null,bDeferRender:null,bFilter:null,bInfo:null,bLengthChange:null,bPaginate:null,bProcessing:null,bServerSide:null,bSort:null,bSortMulti:null,
- bSortClasses:null,bStateSave:null},oScroll:{bCollapse:null,iBarWidth:0,sX:null,sXInner:null,sY:null},oLanguage:{fnInfoCallback:null},oBrowser:{bScrollOversize:!1,bScrollbarLeft:!1,bBounding:!1,barWidth:0},ajax:null,aanFeatures:[],aoData:[],aiDisplay:[],aiDisplayMaster:[],aIds:{},aoColumns:[],aoHeader:[],aoFooter:[],oPreviousSearch:{},aoPreSearchCols:[],aaSorting:null,aaSortingFixed:[],asStripeClasses:null,asDestroyStripes:[],sDestroyWidth:0,aoRowCallback:[],aoHeaderCallback:[],aoFooterCallback:[],
- aoDrawCallback:[],aoRowCreatedCallback:[],aoPreDrawCallback:[],aoInitComplete:[],aoStateSaveParams:[],aoStateLoadParams:[],aoStateLoaded:[],sTableId:"",nTable:null,nTHead:null,nTFoot:null,nTBody:null,nTableWrapper:null,bDeferLoading:!1,bInitialised:!1,aoOpenRows:[],sDom:null,searchDelay:null,sPaginationType:"two_button",iStateDuration:0,aoStateSave:[],aoStateLoad:[],oSavedState:null,oLoadedState:null,sAjaxSource:null,sAjaxDataProp:null,bAjaxDataGet:!0,jqXHR:null,json:k,oAjaxData:k,fnServerData:null,
- aoServerParams:[],sServerMethod:null,fnFormatNumber:null,aLengthMenu:null,iDraw:0,bDrawing:!1,iDrawError:-1,_iDisplayLength:10,_iDisplayStart:0,_iRecordsTotal:0,_iRecordsDisplay:0,bJUI:null,oClasses:{},bFiltered:!1,bSorted:!1,bSortCellsTop:null,oInit:null,aoDestroyCallback:[],fnRecordsTotal:function(){return"ssp"==y(this)?1*this._iRecordsTotal:this.aiDisplayMaster.length},fnRecordsDisplay:function(){return"ssp"==y(this)?1*this._iRecordsDisplay:this.aiDisplay.length},fnDisplayEnd:function(){var a=
- this._iDisplayLength,b=this._iDisplayStart,c=b+a,d=this.aiDisplay.length,e=this.oFeatures,f=e.bPaginate;return e.bServerSide?!1===f||-1===a?b+d:Math.min(b+a,this._iRecordsDisplay):!f||c>d||-1===a?d:c},oInstance:null,sInstance:null,iTabIndex:0,nScrollHead:null,nScrollFoot:null,aLastSort:[],oPlugins:{},rowIdFn:null,rowId:null};m.ext=x={buttons:{},classes:{},builder:"-source-",errMode:"alert",feature:[],search:[],selector:{cell:[],column:[],row:[]},internal:{},legacy:{ajax:null},pager:{},renderer:{pageButton:{},
- header:{}},order:{},type:{detect:[],search:{},order:{}},_unique:0,fnVersionCheck:m.fnVersionCheck,iApiIndex:0,oJUIClasses:{},sVersion:m.version};h.extend(x,{afnFiltering:x.search,aTypes:x.type.detect,ofnSearch:x.type.search,oSort:x.type.order,afnSortData:x.order,aoFeatures:x.feature,oApi:x.internal,oStdClasses:x.classes,oPagination:x.pager});h.extend(m.ext.classes,{sTable:"dataTable",sNoFooter:"no-footer",sPageButton:"paginate_button",sPageButtonActive:"current",sPageButtonDisabled:"disabled",sStripeOdd:"odd",
- sStripeEven:"even",sRowEmpty:"dataTables_empty",sWrapper:"dataTables_wrapper",sFilter:"dataTables_filter",sInfo:"dataTables_info",sPaging:"dataTables_paginate paging_",sLength:"dataTables_length",sProcessing:"dataTables_processing",sSortAsc:"sorting_asc",sSortDesc:"sorting_desc",sSortable:"sorting",sSortableAsc:"sorting_asc_disabled",sSortableDesc:"sorting_desc_disabled",sSortableNone:"sorting_disabled",sSortColumn:"sorting_",sFilterInput:"",sLengthSelect:"",sScrollWrapper:"dataTables_scroll",sScrollHead:"dataTables_scrollHead",
- sScrollHeadInner:"dataTables_scrollHeadInner",sScrollBody:"dataTables_scrollBody",sScrollFoot:"dataTables_scrollFoot",sScrollFootInner:"dataTables_scrollFootInner",sHeaderTH:"",sFooterTH:"",sSortJUIAsc:"",sSortJUIDesc:"",sSortJUI:"",sSortJUIAscAllowed:"",sSortJUIDescAllowed:"",sSortJUIWrapper:"",sSortIcon:"",sJUIHeader:"",sJUIFooter:""});var Ea="",Ea="",G=Ea+"ui-state-default",ka=Ea+"css_right ui-icon ui-icon-",Yb=Ea+"fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix";h.extend(m.ext.oJUIClasses,
- m.ext.classes,{sPageButton:"fg-button ui-button "+G,sPageButtonActive:"ui-state-disabled",sPageButtonDisabled:"ui-state-disabled",sPaging:"dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi ui-buttonset-multi paging_",sSortAsc:G+" sorting_asc",sSortDesc:G+" sorting_desc",sSortable:G+" sorting",sSortableAsc:G+" sorting_asc_disabled",sSortableDesc:G+" sorting_desc_disabled",sSortableNone:G+" sorting_disabled",sSortJUIAsc:ka+"triangle-1-n",sSortJUIDesc:ka+"triangle-1-s",sSortJUI:ka+"carat-2-n-s",
- sSortJUIAscAllowed:ka+"carat-1-n",sSortJUIDescAllowed:ka+"carat-1-s",sSortJUIWrapper:"DataTables_sort_wrapper",sSortIcon:"DataTables_sort_icon",sScrollHead:"dataTables_scrollHead "+G,sScrollFoot:"dataTables_scrollFoot "+G,sHeaderTH:G,sFooterTH:G,sJUIHeader:Yb+" ui-corner-tl ui-corner-tr",sJUIFooter:Yb+" ui-corner-bl ui-corner-br"});var Nb=m.ext.pager;h.extend(Nb,{simple:function(){return["previous","next"]},full:function(){return["first","previous","next","last"]},numbers:function(a,b){return[ia(a,
- b)]},simple_numbers:function(a,b){return["previous",ia(a,b),"next"]},full_numbers:function(a,b){return["first","previous",ia(a,b),"next","last"]},first_last_numbers:function(a,b){return["first",ia(a,b),"last"]},_numbers:ia,numbers_length:7});h.extend(!0,m.ext.renderer,{pageButton:{_:function(a,b,c,d,e,f){var g=a.oClasses,j=a.oLanguage.oPaginate,i=a.oLanguage.oAria.paginate||{},m,l,p=0,r=function(b,d){var k,t,u,s,v=function(b){Va(a,b.data.action,true)};k=0;for(t=d.length;k<t;k++){s=d[k];if(h.isArray(s)){u=
- h("<"+(s.DT_el||"div")+"/>").appendTo(b);r(u,s)}else{m=null;l="";switch(s){case "ellipsis":b.append('<span class="ellipsis">…</span>');break;case "first":m=j.sFirst;l=s+(e>0?"":" "+g.sPageButtonDisabled);break;case "previous":m=j.sPrevious;l=s+(e>0?"":" "+g.sPageButtonDisabled);break;case "next":m=j.sNext;l=s+(e<f-1?"":" "+g.sPageButtonDisabled);break;case "last":m=j.sLast;l=s+(e<f-1?"":" "+g.sPageButtonDisabled);break;default:m=s+1;l=e===s?g.sPageButtonActive:""}if(m!==null){u=h("<a>",{"class":g.sPageButton+
- " "+l,"aria-controls":a.sTableId,"aria-label":i[s],"data-dt-idx":p,tabindex:a.iTabIndex,id:c===0&&typeof s==="string"?a.sTableId+"_"+s:null}).html(m).appendTo(b);Ya(u,{action:s},v);p++}}}},t;try{t=h(b).find(H.activeElement).data("dt-idx")}catch(u){}r(h(b).empty(),d);t!==k&&h(b).find("[data-dt-idx="+t+"]").focus()}}});h.extend(m.ext.type.detect,[function(a,b){var c=b.oLanguage.sDecimal;return ab(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&!cc.test(a))return null;var b=Date.parse(a);
- return null!==b&&!isNaN(b)||M(a)?"date":null},function(a,b){var c=b.oLanguage.sDecimal;return ab(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Sb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Sb(a,c,!0)?"html-num-fmt"+c:null},function(a){return M(a)||"string"===typeof a&&-1!==a.indexOf("<")?"html":null}]);h.extend(m.ext.type.search,{html:function(a){return M(a)?a:"string"===typeof a?a.replace(Pb," ").replace(Ca,""):""},string:function(a){return M(a)?
- a:"string"===typeof a?a.replace(Pb," "):a}});var Ba=function(a,b,c,d){if(0!==a&&(!a||"-"===a))return-Infinity;b&&(a=Rb(a,b));a.replace&&(c&&(a=a.replace(c,"")),d&&(a=a.replace(d,"")));return 1*a};h.extend(x.type.order,{"date-pre":function(a){return Date.parse(a)||-Infinity},"html-pre":function(a){return M(a)?"":a.replace?a.replace(/<.*?>/g,"").toLowerCase():a+""},"string-pre":function(a){return M(a)?"":"string"===typeof a?a.toLowerCase():!a.toString?"":a.toString()},"string-asc":function(a,b){return a<
- b?-1:a>b?1:0},"string-desc":function(a,b){return a<b?1:a>b?-1:0}});fb("");h.extend(!0,m.ext.renderer,{header:{_:function(a,b,c,d){h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+" "+d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass)}})},jqueryui:function(a,b,c,d){h("<div/>").addClass(d.sSortJUIWrapper).append(b.contents()).append(h("<span/>").addClass(d.sSortIcon+" "+c.sSortingClassJUI)).appendTo(b);
- h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass);b.find("span."+d.sSortIcon).removeClass(d.sSortJUIAsc+" "+d.sSortJUIDesc+" "+d.sSortJUI+" "+d.sSortJUIAscAllowed+" "+d.sSortJUIDescAllowed).addClass(h[e]=="asc"?d.sSortJUIAsc:h[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});var Zb=function(a){return"string"===typeof a?a.replace(/</g,"<").replace(/>/g,">").replace(/"/g,
- """):a};m.render={number:function(a,b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",h=parseFloat(f);if(isNaN(h))return Zb(f);h=h.toFixed(c);f=Math.abs(h);h=parseInt(f,10);f=c?b+(f-h).toFixed(c).substring(2):"";return g+(d||"")+h.toString().replace(/\B(?=(\d{3})+(?!\d))/g,a)+f+(e||"")}}},text:function(){return{display:Zb}}};h.extend(m.ext.internal,{_fnExternApiFunc:Ob,_fnBuildAjax:ua,_fnAjaxUpdate:nb,_fnAjaxParameters:wb,_fnAjaxUpdateDraw:xb,
- _fnAjaxDataSrc:va,_fnAddColumn:Ga,_fnColumnOptions:la,_fnAdjustColumnSizing:Z,_fnVisibleToColumnIndex:$,_fnColumnIndexToVisible:aa,_fnVisbleColumns:ba,_fnGetColumns:na,_fnColumnTypes:Ia,_fnApplyColumnDefs:kb,_fnHungarianMap:Y,_fnCamelToHungarian:J,_fnLanguageCompat:Fa,_fnBrowserDetect:ib,_fnAddData:N,_fnAddTr:oa,_fnNodeToDataIndex:function(a,b){return b._DT_RowIndex!==k?b._DT_RowIndex:null},_fnNodeToColumnIndex:function(a,b,c){return h.inArray(c,a.aoData[b].anCells)},_fnGetCellData:B,_fnSetCellData:lb,
- _fnSplitObjNotation:La,_fnGetObjectDataFn:R,_fnSetObjectDataFn:S,_fnGetDataMaster:Ma,_fnClearTable:pa,_fnDeleteIndex:qa,_fnInvalidate:da,_fnGetRowElements:Ka,_fnCreateTr:Ja,_fnBuildHead:mb,_fnDrawHead:fa,_fnDraw:O,_fnReDraw:T,_fnAddOptionsHtml:pb,_fnDetectHeader:ea,_fnGetUniqueThs:ta,_fnFeatureHtmlFilter:rb,_fnFilterComplete:ga,_fnFilterCustom:Ab,_fnFilterColumn:zb,_fnFilter:yb,_fnFilterCreateSearch:Ra,_fnEscapeRegex:Sa,_fnFilterData:Bb,_fnFeatureHtmlInfo:ub,_fnUpdateInfo:Eb,_fnInfoMacros:Fb,_fnInitialise:ha,
- _fnInitComplete:wa,_fnLengthChange:Ta,_fnFeatureHtmlLength:qb,_fnFeatureHtmlPaginate:vb,_fnPageChange:Va,_fnFeatureHtmlProcessing:sb,_fnProcessingDisplay:C,_fnFeatureHtmlTable:tb,_fnScrollDraw:ma,_fnApplyToChildren:I,_fnCalculateColumnWidths:Ha,_fnThrottle:Qa,_fnConvertToWidth:Gb,_fnGetWidestNode:Hb,_fnGetMaxLenString:Ib,_fnStringToCss:v,_fnSortFlatten:W,_fnSort:ob,_fnSortAria:Kb,_fnSortListener:Xa,_fnSortAttachListener:Oa,_fnSortingClasses:ya,_fnSortData:Jb,_fnSaveState:za,_fnLoadState:Lb,_fnSettingsFromNode:Aa,
- _fnLog:K,_fnMap:F,_fnBindAction:Ya,_fnCallbackReg:z,_fnCallbackFire:s,_fnLengthOverflow:Ua,_fnRenderer:Pa,_fnDataSource:y,_fnRowAttributes:Na,_fnCalculateEnd:function(){}});h.fn.dataTable=m;m.$=h;h.fn.dataTableSettings=m.settings;h.fn.dataTableExt=m.ext;h.fn.DataTable=function(a){return h(this).dataTable(a).api()};h.each(m,function(a,b){h.fn.DataTable[a]=b});return h.fn.dataTable});
- </script>
- <script type="text/javascript">/*!
- Scroller 1.4.2
- ©2011-2016 SpryMedia Ltd - datatables.net/license
- */
- (function(e){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(h){return e(h,window,document)}):"object"===typeof exports?module.exports=function(h,j){h||(h=window);if(!j||!j.fn.dataTable)j=require("datatables.net")(h,j).$;return e(j,h,h.document)}:e(jQuery,window,document)})(function(e,h,j,l){var m=e.fn.dataTable,g=function(a,b){this instanceof g?(b===l&&(b={}),this.s={dt:e.fn.dataTable.Api(a).settings()[0],tableTop:0,tableBottom:0,redrawTop:0,redrawBottom:0,autoHeight:!0,
- viewportRows:0,stateTO:null,drawTO:null,heights:{jump:null,page:null,virtual:null,scroll:null,row:null,viewport:null},topRowFloat:0,scrollDrawDiff:null,loaderVisible:!1},this.s=e.extend(this.s,g.oDefaults,b),this.s.heights.row=this.s.rowHeight,this.dom={force:j.createElement("div"),scroller:null,table:null,loader:null},this.s.dt.oScroller||(this.s.dt.oScroller=this,this._fnConstruct())):alert("Scroller warning: Scroller must be initialised with the 'new' keyword.")};e.extend(g.prototype,{fnRowToPixels:function(a,
- b,c){a=c?this._domain("virtualToPhysical",a*this.s.heights.row):this.s.baseScrollTop+(a-this.s.baseRowTop)*this.s.heights.row;return b||b===l?parseInt(a,10):a},fnPixelsToRow:function(a,b,c){var d=a-this.s.baseScrollTop,a=c?this._domain("physicalToVirtual",a)/this.s.heights.row:d/this.s.heights.row+this.s.baseRowTop;return b||b===l?parseInt(a,10):a},fnScrollToRow:function(a,b){var c=this,d=!1,f=this.fnRowToPixels(a),i=a-(this.s.displayBuffer-1)/2*this.s.viewportRows;0>i&&(i=0);if((f>this.s.redrawBottom||
- f<this.s.redrawTop)&&this.s.dt._iDisplayStart!==i)d=!0,f=this.fnRowToPixels(a,!1,!0);"undefined"==typeof b||b?(this.s.ani=d,e(this.dom.scroller).animate({scrollTop:f},function(){setTimeout(function(){c.s.ani=!1},25)})):e(this.dom.scroller).scrollTop(f)},fnMeasure:function(a){this.s.autoHeight&&this._fnCalcRowHeight();var b=this.s.heights;b.row&&(b.viewport=e(this.dom.scroller).height(),this.s.viewportRows=parseInt(b.viewport/b.row,10)+1,this.s.dt._iDisplayLength=this.s.viewportRows*this.s.displayBuffer);
- (a===l||a)&&this.s.dt.oInstance.fnDraw(!1)},fnPageInfo:function(){var a=this.dom.scroller.scrollTop,b=this.s.dt.fnRecordsDisplay(),c=Math.ceil(this.fnPixelsToRow(a+this.s.heights.viewport,!1,this.s.ani));return{start:Math.floor(this.fnPixelsToRow(a,!1,this.s.ani)),end:b<c?b-1:c-1}},_fnConstruct:function(){var a=this;if(this.s.dt.oFeatures.bPaginate){this.dom.force.style.position="relative";this.dom.force.style.top="0px";this.dom.force.style.left="0px";this.dom.force.style.width="1px";this.dom.scroller=
- e("div."+this.s.dt.oClasses.sScrollBody,this.s.dt.nTableWrapper)[0];this.dom.scroller.appendChild(this.dom.force);this.dom.scroller.style.position="relative";this.dom.table=e(">table",this.dom.scroller)[0];this.dom.table.style.position="absolute";this.dom.table.style.top="0px";this.dom.table.style.left="0px";e(this.s.dt.nTableWrapper).addClass("DTS");this.s.loadingIndicator&&(this.dom.loader=e('<div class="dataTables_processing DTS_Loading">'+this.s.dt.oLanguage.sLoadingRecords+"</div>").css("display",
- "none"),e(this.dom.scroller.parentNode).css("position","relative").append(this.dom.loader));this.s.heights.row&&"auto"!=this.s.heights.row&&(this.s.autoHeight=!1);this.fnMeasure(!1);this.s.ingnoreScroll=!0;this.s.stateSaveThrottle=this.s.dt.oApi._fnThrottle(function(){a.s.dt.oApi._fnSaveState(a.s.dt)},500);e(this.dom.scroller).on("scroll.DTS",function(){a._fnScroll.call(a)});e(this.dom.scroller).on("touchstart.DTS",function(){a._fnScroll.call(a)});this.s.dt.aoDrawCallback.push({fn:function(){a.s.dt.bInitialised&&
- a._fnDrawCallback.call(a)},sName:"Scroller"});e(h).on("resize.DTS",function(){a.fnMeasure(false);a._fnInfo()});var b=!0;this.s.dt.oApi._fnCallbackReg(this.s.dt,"aoStateSaveParams",function(c,d){if(b&&a.s.dt.oLoadedState){d.iScroller=a.s.dt.oLoadedState.iScroller;d.iScrollerTopRow=a.s.dt.oLoadedState.iScrollerTopRow;b=false}else{d.iScroller=a.dom.scroller.scrollTop;d.iScrollerTopRow=a.s.topRowFloat}},"Scroller_State");this.s.dt.oLoadedState&&(this.s.topRowFloat=this.s.dt.oLoadedState.iScrollerTopRow||
- 0);e(this.s.dt.nTable).one("init.dt",function(){a.fnMeasure()});this.s.dt.aoDestroyCallback.push({sName:"Scroller",fn:function(){e(h).off("resize.DTS");e(a.dom.scroller).off("touchstart.DTS scroll.DTS");e(a.s.dt.nTableWrapper).removeClass("DTS");e("div.DTS_Loading",a.dom.scroller.parentNode).remove();e(a.s.dt.nTable).off("init.dt");a.dom.table.style.position="";a.dom.table.style.top="";a.dom.table.style.left=""}})}else this.s.dt.oApi._fnLog(this.s.dt,0,"Pagination must be enabled for Scroller")},
- _fnScroll:function(){var a=this,b=this.s.heights,c=this.dom.scroller.scrollTop,d;if(!this.s.skip&&!this.s.ingnoreScroll)if(this.s.dt.bFiltered||this.s.dt.bSorted)this.s.lastScrollTop=0;else{this._fnInfo();clearTimeout(this.s.stateTO);this.s.stateTO=setTimeout(function(){a.s.dt.oApi._fnSaveState(a.s.dt)},250);if(c<this.s.redrawTop||c>this.s.redrawBottom){var f=Math.ceil((this.s.displayBuffer-1)/2*this.s.viewportRows);Math.abs(c-this.s.lastScrollTop)>b.viewport||this.s.ani?(d=parseInt(this._domain("physicalToVirtual",
- c)/b.row,10)-f,this.s.topRowFloat=this._domain("physicalToVirtual",c)/b.row):(d=this.fnPixelsToRow(c)-f,this.s.topRowFloat=this.fnPixelsToRow(c,!1));0>=d?d=0:d+this.s.dt._iDisplayLength>this.s.dt.fnRecordsDisplay()?(d=this.s.dt.fnRecordsDisplay()-this.s.dt._iDisplayLength,0>d&&(d=0)):0!==d%2&&d++;if(d!=this.s.dt._iDisplayStart&&(this.s.tableTop=e(this.s.dt.nTable).offset().top,this.s.tableBottom=e(this.s.dt.nTable).height()+this.s.tableTop,b=function(){if(a.s.scrollDrawReq===null)a.s.scrollDrawReq=
- c;a.s.dt._iDisplayStart=d;a.s.dt.oApi._fnDraw(a.s.dt)},this.s.dt.oFeatures.bServerSide?(clearTimeout(this.s.drawTO),this.s.drawTO=setTimeout(b,this.s.serverWait)):b(),this.dom.loader&&!this.s.loaderVisible))this.dom.loader.css("display","block"),this.s.loaderVisible=!0}else this.s.topRowFloat=this._domain("physicalToVirtual",c)/b.row;this.s.lastScrollTop=c;this.s.stateSaveThrottle()}},_domain:function(a,b){var c=this.s.heights,d;if(c.virtual===c.scroll)return b;var e=(c.scroll-c.viewport)/2,i=(c.virtual-
- c.viewport)/2;d=i/(e*e);if("virtualToPhysical"===a){if(b<i)return Math.pow(b/d,0.5);b=2*i-b;return 0>b?c.scroll:2*e-Math.pow(b/d,0.5)}if("physicalToVirtual"===a){if(b<e)return b*b*d;b=2*e-b;return 0>b?c.virtual:2*i-b*b*d}},_fnDrawCallback:function(){var a=this,b=this.s.heights,c=this.dom.scroller.scrollTop,d=e(this.s.dt.nTable).height(),f=this.s.dt._iDisplayStart,i=this.s.dt._iDisplayLength,g=this.s.dt.fnRecordsDisplay();this.s.skip=!0;this._fnScrollForce();c=0===f?this.s.topRowFloat*b.row:f+i>=g?
- b.scroll-(g-this.s.topRowFloat)*b.row:this._domain("virtualToPhysical",this.s.topRowFloat*b.row);this.dom.scroller.scrollTop=c;this.s.baseScrollTop=c;this.s.baseRowTop=this.s.topRowFloat;var h=c-(this.s.topRowFloat-f)*b.row;0===f?h=0:f+i>=g&&(h=b.scroll-d);this.dom.table.style.top=h+"px";this.s.tableTop=h;this.s.tableBottom=d+this.s.tableTop;d=(c-this.s.tableTop)*this.s.boundaryScale;this.s.redrawTop=c-d;this.s.redrawBottom=c+d;this.s.skip=!1;this.s.dt.oFeatures.bStateSave&&null!==this.s.dt.oLoadedState&&
- "undefined"!=typeof this.s.dt.oLoadedState.iScroller?((c=(this.s.dt.sAjaxSource||a.s.dt.ajax)&&!this.s.dt.oFeatures.bServerSide?!0:!1)&&2==this.s.dt.iDraw||!c&&1==this.s.dt.iDraw)&&setTimeout(function(){e(a.dom.scroller).scrollTop(a.s.dt.oLoadedState.iScroller);a.s.redrawTop=a.s.dt.oLoadedState.iScroller-b.viewport/2;setTimeout(function(){a.s.ingnoreScroll=!1},0)},0):a.s.ingnoreScroll=!1;this.s.dt.oFeatures.bInfo&&setTimeout(function(){a._fnInfo.call(a)},0);this.dom.loader&&this.s.loaderVisible&&
- (this.dom.loader.css("display","none"),this.s.loaderVisible=!1)},_fnScrollForce:function(){var a=this.s.heights;a.virtual=a.row*this.s.dt.fnRecordsDisplay();a.scroll=a.virtual;1E6<a.scroll&&(a.scroll=1E6);this.dom.force.style.height=a.scroll>this.s.heights.row?a.scroll+"px":this.s.heights.row+"px"},_fnCalcRowHeight:function(){var a=this.s.dt,b=a.nTable,c=b.cloneNode(!1),d=e("<tbody/>").appendTo(c),f=e('<div class="'+a.oClasses.sWrapper+' DTS"><div class="'+a.oClasses.sScrollWrapper+'"><div class="'+
- a.oClasses.sScrollBody+'"></div></div></div>');for(e("tbody tr:lt(4)",b).clone().appendTo(d);3>e("tr",d).length;)d.append("<tr><td> </td></tr>");e("div."+a.oClasses.sScrollBody,f).append(c);a=this.s.dt.nHolding||b.parentNode;e(a).is(":visible")||(a="body");f.appendTo(a);this.s.heights.row=e("tr",d).eq(1).outerHeight();f.remove()},_fnInfo:function(){if(this.s.dt.oFeatures.bInfo){var a=this.s.dt,b=a.oLanguage,c=this.dom.scroller.scrollTop,d=Math.floor(this.fnPixelsToRow(c,!1,this.s.ani)+1),f=a.fnRecordsTotal(),
- i=a.fnRecordsDisplay(),c=Math.ceil(this.fnPixelsToRow(c+this.s.heights.viewport,!1,this.s.ani)),c=i<c?i:c,g=a.fnFormatNumber(d),h=a.fnFormatNumber(c),j=a.fnFormatNumber(f),k=a.fnFormatNumber(i),g=0===a.fnRecordsDisplay()&&a.fnRecordsDisplay()==a.fnRecordsTotal()?b.sInfoEmpty+b.sInfoPostFix:0===a.fnRecordsDisplay()?b.sInfoEmpty+" "+b.sInfoFiltered.replace("_MAX_",j)+b.sInfoPostFix:a.fnRecordsDisplay()==a.fnRecordsTotal()?b.sInfo.replace("_START_",g).replace("_END_",h).replace("_MAX_",j).replace("_TOTAL_",
- k)+b.sInfoPostFix:b.sInfo.replace("_START_",g).replace("_END_",h).replace("_MAX_",j).replace("_TOTAL_",k)+" "+b.sInfoFiltered.replace("_MAX_",a.fnFormatNumber(a.fnRecordsTotal()))+b.sInfoPostFix;(b=b.fnInfoCallback)&&(g=b.call(a.oInstance,a,d,c,f,i,g));d=a.aanFeatures.i;if("undefined"!=typeof d){f=0;for(i=d.length;f<i;f++)e(d[f]).html(g)}e(a.nTable).triggerHandler("info.dt")}}});g.defaults={trace:!1,rowHeight:"auto",serverWait:200,displayBuffer:9,boundaryScale:0.5,loadingIndicator:!1};g.oDefaults=
- g.defaults;g.version="1.4.2";"function"==typeof e.fn.dataTable&&"function"==typeof e.fn.dataTableExt.fnVersionCheck&&e.fn.dataTableExt.fnVersionCheck("1.10.0")?e.fn.dataTableExt.aoFeatures.push({fnInit:function(a){var b=a.oInit;new g(a,b.scroller||b.oScroller||{})},cFeature:"S",sFeature:"Scroller"}):alert("Warning: Scroller requires DataTables 1.10.0 or greater - www.datatables.net/download");e(j).on("preInit.dt.dtscroller",function(a,b){if("dt"===a.namespace){var c=b.oInit.scroller,d=m.defaults.scroller;
- if(c||d)d=e.extend({},c,d),!1!==c&&new g(b,d)}});e.fn.dataTable.Scroller=g;e.fn.DataTable.Scroller=g;var k=e.fn.dataTable.Api;k.register("scroller()",function(){return this});k.register("scroller().rowToPixels()",function(a,b,c){var d=this.context;if(d.length&&d[0].oScroller)return d[0].oScroller.fnRowToPixels(a,b,c)});k.register("scroller().pixelsToRow()",function(a,b,c){var d=this.context;if(d.length&&d[0].oScroller)return d[0].oScroller.fnPixelsToRow(a,b,c)});k.register("scroller().scrollToRow()",
- function(a,b){this.iterator("table",function(c){c.oScroller&&c.oScroller.fnScrollToRow(a,b)});return this});k.register("row().scrollTo()",function(a){var b=this;this.iterator("row",function(c,d){if(c.oScroller){var e=b.rows({order:"applied",search:"applied"}).indexes().indexOf(d);c.oScroller.fnScrollToRow(e,a)}});return this});k.register("scroller.measure()",function(a){this.iterator("table",function(b){b.oScroller&&b.oScroller.fnMeasure(a)});return this});k.register("scroller.page()",function(){var a=
- this.context;if(a.length&&a[0].oScroller)return a[0].oScroller.fnPageInfo()});return g});
- </script>
- <script type="text/javascript">/*!
- Buttons for DataTables 1.3.1
- ©2016 SpryMedia Ltd - datatables.net/license
- */
- (function(d){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(n){return d(n,window,document)}):"object"===typeof exports?module.exports=function(n,o){n||(n=window);if(!o||!o.fn.dataTable)o=require("datatables.net")(n,o).$;return d(o,n,n.document)}:d(jQuery,window,document)})(function(d,n,o,l){var i=d.fn.dataTable,u=0,v=0,j=i.ext.buttons,m=function(a,b){"undefined"===typeof b&&(b={});!0===b&&(b={});d.isArray(b)&&(b={buttons:b});this.c=d.extend(!0,{},m.defaults,b);
- b.buttons&&(this.c.buttons=b.buttons);this.s={dt:new i.Api(a),buttons:[],listenKeys:"",namespace:"dtb"+u++};this.dom={container:d("<"+this.c.dom.container.tag+"/>").addClass(this.c.dom.container.className)};this._constructor()};d.extend(m.prototype,{action:function(a,b){var c=this._nodeToButton(a);if(b===l)return c.conf.action;c.conf.action=b;return this},active:function(a,b){var c=this._nodeToButton(a),e=this.c.dom.button.active,c=d(c.node);if(b===l)return c.hasClass(e);c.toggleClass(e,b===l?!0:
- b);return this},add:function(a,b){var c=this.s.buttons;if("string"===typeof b){for(var e=b.split("-"),c=this.s,d=0,h=e.length-1;d<h;d++)c=c.buttons[1*e[d]];c=c.buttons;b=1*e[e.length-1]}this._expandButton(c,a,!1,b);this._draw();return this},container:function(){return this.dom.container},disable:function(a){a=this._nodeToButton(a);d(a.node).addClass(this.c.dom.button.disabled);return this},destroy:function(){d("body").off("keyup."+this.s.namespace);var a=this.s.buttons.slice(),b,c;b=0;for(c=a.length;b<
- c;b++)this.remove(a[b].node);this.dom.container.remove();a=this.s.dt.settings()[0];b=0;for(c=a.length;b<c;b++)if(a.inst===this){a.splice(b,1);break}return this},enable:function(a,b){if(!1===b)return this.disable(a);var c=this._nodeToButton(a);d(c.node).removeClass(this.c.dom.button.disabled);return this},name:function(){return this.c.name},node:function(a){a=this._nodeToButton(a);return d(a.node)},processing:function(a,b){var c=this._nodeToButton(a);if(b===l)return d(c.node).hasClass("processing");
- d(c.node).toggleClass("processing",b);return this},remove:function(a){var b=this._nodeToButton(a),c=this._nodeToHost(a),e=this.s.dt;if(b.buttons.length)for(var g=b.buttons.length-1;0<=g;g--)this.remove(b.buttons[g].node);b.conf.destroy&&b.conf.destroy.call(e.button(a),e,d(a),b.conf);this._removeKey(b.conf);d(b.node).remove();a=d.inArray(b,c);c.splice(a,1);return this},text:function(a,b){var c=this._nodeToButton(a),e=this.c.dom.collection.buttonLiner,e=c.inCollection&&e&&e.tag?e.tag:this.c.dom.buttonLiner.tag,
- g=this.s.dt,h=d(c.node),f=function(a){return"function"===typeof a?a(g,h,c.conf):a};if(b===l)return f(c.conf.text);c.conf.text=b;e?h.children(e).html(f(b)):h.html(f(b));return this},_constructor:function(){var a=this,b=this.s.dt,c=b.settings()[0],e=this.c.buttons;c._buttons||(c._buttons=[]);c._buttons.push({inst:this,name:this.c.name});for(var c=0,g=e.length;c<g;c++)this.add(e[c]);b.on("destroy",function(){a.destroy()});d("body").on("keyup."+this.s.namespace,function(b){if(!o.activeElement||o.activeElement===
- o.body){var c=String.fromCharCode(b.keyCode).toLowerCase();a.s.listenKeys.toLowerCase().indexOf(c)!==-1&&a._keypress(c,b)}})},_addKey:function(a){a.key&&(this.s.listenKeys+=d.isPlainObject(a.key)?a.key.key:a.key)},_draw:function(a,b){a||(a=this.dom.container,b=this.s.buttons);a.children().detach();for(var c=0,e=b.length;c<e;c++)a.append(b[c].inserter),b[c].buttons&&b[c].buttons.length&&this._draw(b[c].collection,b[c].buttons)},_expandButton:function(a,b,c,e){for(var g=this.s.dt,h=0,b=!d.isArray(b)?
- [b]:b,f=0,r=b.length;f<r;f++){var k=this._resolveExtends(b[f]);if(k)if(d.isArray(k))this._expandButton(a,k,c,e);else{var p=this._buildButton(k,c);if(p){e!==l?(a.splice(e,0,p),e++):a.push(p);if(p.conf.buttons){var s=this.c.dom.collection;p.collection=d("<"+s.tag+"/>").addClass(s.className).attr("role","menu");p.conf._collection=p.collection;this._expandButton(p.buttons,p.conf.buttons,!0,e)}k.init&&k.init.call(g.button(p.node),g,d(p.node),k);h++}}}},_buildButton:function(a,b){var c=this.c.dom.button,
- e=this.c.dom.buttonLiner,g=this.c.dom.collection,h=this.s.dt,f=function(b){return"function"===typeof b?b(h,k,a):b};b&&g.button&&(c=g.button);b&&g.buttonLiner&&(e=g.buttonLiner);if(a.available&&!a.available(h,a))return!1;var r=function(a,b,c,e){e.action.call(b.button(c),a,b,c,e);d(b.table().node()).triggerHandler("buttons-action.dt",[b.button(c),b,c,e])},k=d("<"+c.tag+"/>").addClass(c.className).attr("tabindex",this.s.dt.settings()[0].iTabIndex).attr("aria-controls",this.s.dt.table().node().id).on("click.dtb",
- function(b){b.preventDefault();!k.hasClass(c.disabled)&&a.action&&r(b,h,k,a);k.blur()}).on("keyup.dtb",function(b){b.keyCode===13&&!k.hasClass(c.disabled)&&a.action&&r(b,h,k,a)});"a"===c.tag.toLowerCase()&&k.attr("href","#");e.tag?(g=d("<"+e.tag+"/>").html(f(a.text)).addClass(e.className),"a"===e.tag.toLowerCase()&&g.attr("href","#"),k.append(g)):k.html(f(a.text));!1===a.enabled&&k.addClass(c.disabled);a.className&&k.addClass(a.className);a.titleAttr&&k.attr("title",f(a.titleAttr));a.namespace||(a.namespace=
- ".dt-button-"+v++);e=(e=this.c.dom.buttonContainer)&&e.tag?d("<"+e.tag+"/>").addClass(e.className).append(k):k;this._addKey(a);return{conf:a,node:k.get(0),inserter:e,buttons:[],inCollection:b,collection:null}},_nodeToButton:function(a,b){b||(b=this.s.buttons);for(var c=0,e=b.length;c<e;c++){if(b[c].node===a)return b[c];if(b[c].buttons.length){var d=this._nodeToButton(a,b[c].buttons);if(d)return d}}},_nodeToHost:function(a,b){b||(b=this.s.buttons);for(var c=0,e=b.length;c<e;c++){if(b[c].node===a)return b;
- if(b[c].buttons.length){var d=this._nodeToHost(a,b[c].buttons);if(d)return d}}},_keypress:function(a,b){var c=function(e){for(var g=0,h=e.length;g<h;g++){var f=e[g].conf,r=e[g].node;if(f.key)if(f.key===a)d(r).click();else if(d.isPlainObject(f.key)&&f.key.key===a&&(!f.key.shiftKey||b.shiftKey))if(!f.key.altKey||b.altKey)if(!f.key.ctrlKey||b.ctrlKey)(!f.key.metaKey||b.metaKey)&&d(r).click();e[g].buttons.length&&c(e[g].buttons)}};c(this.s.buttons)},_removeKey:function(a){if(a.key){var b=d.isPlainObject(a.key)?
- a.key.key:a.key,a=this.s.listenKeys.split(""),b=d.inArray(b,a);a.splice(b,1);this.s.listenKeys=a.join("")}},_resolveExtends:function(a){for(var b=this.s.dt,c,e,g=function(c){for(var e=0;!d.isPlainObject(c)&&!d.isArray(c);){if(c===l)return;if("function"===typeof c){if(c=c(b,a),!c)return!1}else if("string"===typeof c){if(!j[c])throw"Unknown button type: "+c;c=j[c]}e++;if(30<e)throw"Buttons: Too many iterations";}return d.isArray(c)?c:d.extend({},c)},a=g(a);a&&a.extend;){if(!j[a.extend])throw"Cannot extend unknown button type: "+
- a.extend;var h=g(j[a.extend]);if(d.isArray(h))return h;if(!h)return!1;c=h.className;a=d.extend({},h,a);c&&a.className!==c&&(a.className=c+" "+a.className);var f=a.postfixButtons;if(f){a.buttons||(a.buttons=[]);c=0;for(e=f.length;c<e;c++)a.buttons.push(f[c]);a.postfixButtons=null}if(f=a.prefixButtons){a.buttons||(a.buttons=[]);c=0;for(e=f.length;c<e;c++)a.buttons.splice(c,0,f[c]);a.prefixButtons=null}a.extend=h.extend}return a}});m.background=function(a,b,c){c===l&&(c=400);a?d("<div/>").addClass(b).css("display",
- "none").appendTo("body").fadeIn(c):d("body > div."+b).fadeOut(c,function(){d(this).removeClass(b).remove()})};m.instanceSelector=function(a,b){if(!a)return d.map(b,function(a){return a.inst});var c=[],e=d.map(b,function(a){return a.name}),g=function(a){if(d.isArray(a))for(var f=0,r=a.length;f<r;f++)g(a[f]);else"string"===typeof a?-1!==a.indexOf(",")?g(a.split(",")):(a=d.inArray(d.trim(a),e),-1!==a&&c.push(b[a].inst)):"number"===typeof a&&c.push(b[a].inst)};g(a);return c};m.buttonSelector=function(a,
- b){for(var c=[],e=function(a,b,c){for(var d,g,f=0,h=b.length;f<h;f++)if(d=b[f])g=c!==l?c+f:f+"",a.push({node:d.node,name:d.conf.name,idx:g}),d.buttons&&e(a,d.buttons,g+"-")},g=function(a,b){var f,h,i=[];e(i,b.s.buttons);f=d.map(i,function(a){return a.node});if(d.isArray(a)||a instanceof d){f=0;for(h=a.length;f<h;f++)g(a[f],b)}else if(null===a||a===l||"*"===a){f=0;for(h=i.length;f<h;f++)c.push({inst:b,node:i[f].node})}else if("number"===typeof a)c.push({inst:b,node:b.s.buttons[a].node});else if("string"===
- typeof a)if(-1!==a.indexOf(",")){i=a.split(",");f=0;for(h=i.length;f<h;f++)g(d.trim(i[f]),b)}else if(a.match(/^\d+(\-\d+)*$/))f=d.map(i,function(a){return a.idx}),c.push({inst:b,node:i[d.inArray(a,f)].node});else if(-1!==a.indexOf(":name")){var j=a.replace(":name","");f=0;for(h=i.length;f<h;f++)i[f].name===j&&c.push({inst:b,node:i[f].node})}else d(f).filter(a).each(function(){c.push({inst:b,node:this})});else"object"===typeof a&&a.nodeName&&(i=d.inArray(a,f),-1!==i&&c.push({inst:b,node:f[i]}))},h=
- 0,f=a.length;h<f;h++)g(b,a[h]);return c};m.defaults={buttons:["copy","excel","csv","pdf","print"],name:"main",tabIndex:0,dom:{container:{tag:"div",className:"dt-buttons"},collection:{tag:"div",className:"dt-button-collection"},button:{tag:"a",className:"dt-button",active:"active",disabled:"disabled"},buttonLiner:{tag:"span",className:""}}};m.version="1.3.1";d.extend(j,{collection:{text:function(a){return a.i18n("buttons.collection","Collection")},className:"buttons-collection",action:function(a,b,
- c,e){var a=c.offset(),g=d(b.table().container()),h=!1;d("div.dt-button-background").length&&(h=d(".dt-button-collection").offset(),d("body").trigger("click.dtb-collection"));e._collection.addClass(e.collectionLayout).css("display","none").appendTo("body").fadeIn(e.fade);var f=e._collection.css("position");h&&"absolute"===f?e._collection.css({top:h.top,left:h.left}):"absolute"===f?(e._collection.css({top:a.top+c.outerHeight(),left:a.left}),c=a.left+e._collection.outerWidth(),g=g.offset().left+g.width(),
- c>g&&e._collection.css("left",a.left-(c-g))):(a=e._collection.height()/2,a>d(n).height()/2&&(a=d(n).height()/2),e._collection.css("marginTop",-1*a));e.background&&m.background(!0,e.backgroundClassName,e.fade);setTimeout(function(){d("div.dt-button-background").on("click.dtb-collection",function(){});d("body").on("click.dtb-collection",function(a){var c=d.fn.addBack?"addBack":"andSelf";if(!d(a.target).parents()[c]().filter(e._collection).length){e._collection.fadeOut(e.fade,function(){e._collection.detach()});
- d("div.dt-button-background").off("click.dtb-collection");m.background(false,e.backgroundClassName,e.fade);d("body").off("click.dtb-collection");b.off("buttons-action.b-internal")}})},10);if(e.autoClose)b.on("buttons-action.b-internal",function(){d("div.dt-button-background").click()})},background:!0,collectionLayout:"",backgroundClassName:"dt-button-background",autoClose:!1,fade:400},copy:function(a,b){if(j.copyHtml5)return"copyHtml5";if(j.copyFlash&&j.copyFlash.available(a,b))return"copyFlash"},
- csv:function(a,b){if(j.csvHtml5&&j.csvHtml5.available(a,b))return"csvHtml5";if(j.csvFlash&&j.csvFlash.available(a,b))return"csvFlash"},excel:function(a,b){if(j.excelHtml5&&j.excelHtml5.available(a,b))return"excelHtml5";if(j.excelFlash&&j.excelFlash.available(a,b))return"excelFlash"},pdf:function(a,b){if(j.pdfHtml5&&j.pdfHtml5.available(a,b))return"pdfHtml5";if(j.pdfFlash&&j.pdfFlash.available(a,b))return"pdfFlash"},pageLength:function(a){var a=a.settings()[0].aLengthMenu,b=d.isArray(a[0])?a[0]:a,
- c=d.isArray(a[0])?a[1]:a,e=function(a){return a.i18n("buttons.pageLength",{"-1":"Show all rows",_:"Show %d rows"},a.page.len())};return{extend:"collection",text:e,className:"buttons-page-length",autoClose:!0,buttons:d.map(b,function(a,b){return{text:c[b],className:"button-page-length",action:function(b,c){c.page.len(a).draw()},init:function(b,c,d){var e=this,c=function(){e.active(b.page.len()===a)};b.on("length.dt"+d.namespace,c);c()},destroy:function(a,b,c){a.off("length.dt"+c.namespace)}}}),init:function(a,
- b,c){var d=this;a.on("length.dt"+c.namespace,function(){d.text(e(a))})},destroy:function(a,b,c){a.off("length.dt"+c.namespace)}}}});i.Api.register("buttons()",function(a,b){b===l&&(b=a,a=l);this.selector.buttonGroup=a;var c=this.iterator(!0,"table",function(c){if(c._buttons)return m.buttonSelector(m.instanceSelector(a,c._buttons),b)},!0);c._groupSelector=a;return c});i.Api.register("button()",function(a,b){var c=this.buttons(a,b);1<c.length&&c.splice(1,c.length);return c});i.Api.registerPlural("buttons().active()",
- "button().active()",function(a){return a===l?this.map(function(a){return a.inst.active(a.node)}):this.each(function(b){b.inst.active(b.node,a)})});i.Api.registerPlural("buttons().action()","button().action()",function(a){return a===l?this.map(function(a){return a.inst.action(a.node)}):this.each(function(b){b.inst.action(b.node,a)})});i.Api.register(["buttons().enable()","button().enable()"],function(a){return this.each(function(b){b.inst.enable(b.node,a)})});i.Api.register(["buttons().disable()",
- "button().disable()"],function(){return this.each(function(a){a.inst.disable(a.node)})});i.Api.registerPlural("buttons().nodes()","button().node()",function(){var a=d();d(this.each(function(b){a=a.add(b.inst.node(b.node))}));return a});i.Api.registerPlural("buttons().processing()","button().processing()",function(a){return a===l?this.map(function(a){return a.inst.processing(a.node)}):this.each(function(b){b.inst.processing(b.node,a)})});i.Api.registerPlural("buttons().text()","button().text()",function(a){return a===
- l?this.map(function(a){return a.inst.text(a.node)}):this.each(function(b){b.inst.text(b.node,a)})});i.Api.registerPlural("buttons().trigger()","button().trigger()",function(){return this.each(function(a){a.inst.node(a.node).trigger("click")})});i.Api.registerPlural("buttons().containers()","buttons().container()",function(){var a=d(),b=this._groupSelector;this.iterator(!0,"table",function(c){if(c._buttons)for(var c=m.instanceSelector(b,c._buttons),d=0,g=c.length;d<g;d++)a=a.add(c[d].container())});
- return a});i.Api.register("button().add()",function(a,b){var c=this.context;c.length&&(c=m.instanceSelector(this._groupSelector,c[0]._buttons),c.length&&c[0].add(b,a));return this.button(this._groupSelector,a)});i.Api.register("buttons().destroy()",function(){this.pluck("inst").unique().each(function(a){a.destroy()});return this});i.Api.registerPlural("buttons().remove()","buttons().remove()",function(){this.each(function(a){a.inst.remove(a.node)});return this});var q;i.Api.register("buttons.info()",
- function(a,b,c){var e=this;if(!1===a)return d("#datatables_buttons_info").fadeOut(function(){d(this).remove()}),clearTimeout(q),q=null,this;q&&clearTimeout(q);d("#datatables_buttons_info").length&&d("#datatables_buttons_info").remove();d('<div id="datatables_buttons_info" class="dt-button-info"/>').html(a?"<h2>"+a+"</h2>":"").append(d("<div/>")["string"===typeof b?"html":"append"](b)).css("display","none").appendTo("body").fadeIn();c!==l&&0!==c&&(q=setTimeout(function(){e.buttons.info(!1)},c));return this});
- i.Api.register("buttons.exportData()",function(a){if(this.context.length){for(var b=new i.Api(this.context[0]),c=d.extend(!0,{},{rows:null,columns:"",modifier:{search:"applied",order:"applied"},orthogonal:"display",stripHtml:!0,stripNewlines:!0,decodeEntities:!0,trim:!0,format:{header:function(a){return e(a)},footer:function(a){return e(a)},body:function(a){return e(a)}}},a),e=function(a){if("string"!==typeof a)return a;a=a.replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"");c.stripHtml&&
- (a=a.replace(/<[^>]*>/g,""));c.trim&&(a=a.replace(/^\s+|\s+$/g,""));c.stripNewlines&&(a=a.replace(/\n/g," "));c.decodeEntities&&(t.innerHTML=a,a=t.value);return a},a=b.columns(c.columns).indexes().map(function(a){var d=b.column(a).header();return c.format.header(d.innerHTML,a,d)}).toArray(),g=b.table().footer()?b.columns(c.columns).indexes().map(function(a){var d=b.column(a).footer();return c.format.footer(d?d.innerHTML:"",a,d)}).toArray():null,h=b.rows(c.rows,c.modifier).indexes().toArray(),f=b.cells(h,
- c.columns),h=f.render(c.orthogonal).toArray(),f=f.nodes().toArray(),j=a.length,k=0<j?h.length/j:0,m=Array(k),l=0,n=0;n<k;n++){for(var o=Array(j),q=0;q<j;q++)o[q]=c.format.body(h[l],n,q,f[l]),l++;m[n]=o}return{header:a,footer:g,body:m}}});var t=d("<textarea/>")[0];d.fn.dataTable.Buttons=m;d.fn.DataTable.Buttons=m;d(o).on("init.dt plugin-init.dt",function(a,b){if("dt"===a.namespace){var c=b.oInit.buttons||i.defaults.buttons;c&&!b._buttons&&(new m(b,c)).container()}});i.ext.feature.push({fnInit:function(a){var a=
- new i.Api(a),b=a.init().buttons||i.defaults.buttons;return(new m(a,b)).container()},cFeature:"B"});return m});
- </script>
- <script type="text/javascript">!function(t){"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(e){return t(e,window,document)}):"object"==typeof exports?module.exports=function(e,o,l,n){return e||(e=window),o&&o.fn.dataTable||(o=require("datatables.net")(e,o).$),o.fn.dataTable.Buttons||require("datatables.net-buttons")(e,o),t(o,e,e.document,l,n)}:t(jQuery,window,document)}(function(t,e,o,l,n,r){"use strict";function a(){return l||e.JSZip}function d(){return n||e.pdfMake}function p(t){for(var e="A".charCodeAt(0),o="Z".charCodeAt(0),l=o-e+1,n="";t>=0;)n=String.fromCharCode(t%l+e)+n,t=Math.floor(t/l)-1;return n}function i(e,o){h===r&&(h=-1===g.serializeToString(t.parseXML(w["xl/worksheets/sheet1.xml"])).indexOf("xmlns:r")),t.each(o,function(o,l){if(t.isPlainObject(l)){var n=e.folder(o);i(n,l)}else{if(h){var r,a,d=l.childNodes[0],p=[];for(r=d.attributes.length-1;r>=0;r--){var f=d.attributes[r].nodeName,s=d.attributes[r].nodeValue;-1!==f.indexOf(":")&&(p.push({name:f,value:s}),d.removeAttribute(f))}for(r=0,a=p.length;a>r;r++){var m=l.createAttribute(p[r].name.replace(":","_dt_b_namespace_token_"));m.value=p[r].value,d.setAttributeNode(m)}}var y=g.serializeToString(l);h&&(-1===y.indexOf("<?xml")&&(y='<?xml version="1.0" encoding="UTF-8" standalone="yes"?>'+y),y=y.replace(/_dt_b_namespace_token_/g,":")),y=y.replace(/<([^<>]*?) xmlns=""([^<>]*?)>/g,"<$1 $2>"),e.file(o,y)}})}function f(e,o,l){var n=e.createElement(o);return l&&(l.attr&&t(n).attr(l.attr),l.children&&t.each(l.children,function(t,e){n.appendChild(e)}),l.text&&n.appendChild(e.createTextNode(l.text))),n}function s(t,e){var o,l,n,a=t.header[e].length;t.footer&&t.footer[e].length>a&&(a=t.footer[e].length);for(var d=0,p=t.body.length;p>d;d++){var i=t.body[d][e];if(n=null!==i&&i!==r?i.toString():"",-1!==n.indexOf("\n")?(l=n.split("\n"),l.sort(function(t,e){return e.length-t.length}),o=l[0].length):o=n.length,o>a&&(a=o),a>40)return 52}return a*=1.3,a>6?a:6}var m=t.fn.dataTable,y=function(t){if(!("undefined"==typeof t||"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent))){var e=t.document,o=function(){return t.URL||t.webkitURL||t},l=e.createElementNS("http://www.w3.org/1999/xhtml","a"),n="download"in l,a=function(t){var e=new MouseEvent("click");t.dispatchEvent(e)},d=/constructor/i.test(t.HTMLElement)||t.safari,p=/CriOS\/[\d]+/.test(navigator.userAgent),i=function(e){(t.setImmediate||t.setTimeout)(function(){throw e},0)},f="application/octet-stream",s=4e4,m=function(t){var e=function(){"string"==typeof t?o().revokeObjectURL(t):t.remove()};setTimeout(e,s)},y=function(t,e,o){e=[].concat(e);for(var l=e.length;l--;){var n=t["on"+e[l]];if("function"==typeof n)try{n.call(t,o||t)}catch(r){i(r)}}},u=function(t){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob([String.fromCharCode(65279),t],{type:t.type}):t},c=function(e,i,s){s||(e=u(e));var c,I=this,F=e.type,x=F===f,b=function(){y(I,"writestart progress write writeend".split(" "))},h=function(){if((p||x&&d)&&t.FileReader){var l=new FileReader;return l.onloadend=function(){var e=p?l.result:l.result.replace(/^data:[^;]*;/,"data:attachment/file;"),o=t.open(e,"_blank");o||(t.location.href=e),e=r,I.readyState=I.DONE,b()},l.readAsDataURL(e),void(I.readyState=I.INIT)}if(c||(c=o().createObjectURL(e)),x)t.location.href=c;else{var n=t.open(c,"_blank");n||(t.location.href=c)}I.readyState=I.DONE,b(),m(c)};return I.readyState=I.INIT,n?(c=o().createObjectURL(e),void setTimeout(function(){l.href=c,l.download=i,a(l),b(),m(c),I.readyState=I.DONE})):void h()},I=c.prototype,F=function(t,e,o){return new c(t,e||t.name||"download",o)};return"undefined"!=typeof navigator&&navigator.msSaveOrOpenBlob?function(t,e,o){return e=e||t.name||"download",o||(t=u(t)),navigator.msSaveOrOpenBlob(t,e)}:(I.abort=function(){},I.readyState=I.INIT=0,I.WRITING=1,I.DONE=2,I.error=I.onwritestart=I.onprogress=I.onwrite=I.onabort=I.onerror=I.onwriteend=null,F)}}("undefined"!=typeof self&&self||"undefined"!=typeof e&&e||this.content);m.fileSave=y;var u=function(e,o){var l="*"===e.filename&&"*"!==e.title&&e.title!==r?e.title:e.filename;return"function"==typeof l&&(l=l()),-1!==l.indexOf("*")&&(l=t.trim(l.replace("*",t("title").text()))),l=l.replace(/[^a-zA-Z0-9_\u00A1-\uFFFF\.,\-_ !\(\)]/g,""),o===r||o===!0?l+e.extension:l},c=function(t){var e="Sheet1";return t.sheetName&&(e=t.sheetName.replace(/[\[\]\*\/\\\?\:]/g,"")),e},I=function(e){var o=e.title;return"function"==typeof o&&(o=o()),-1!==o.indexOf("*")?o.replace("*",t("title").text()||"Exported data"):o},F=function(t){return t.newline?t.newline:navigator.userAgent.match(/Windows/)?"\r\n":"\n"},x=function(t,e){for(var o=F(e),l=t.buttons.exportData(e.exportOptions),n=e.fieldBoundary,a=e.fieldSeparator,d=new RegExp(n,"g"),p=e.escapeChar!==r?e.escapeChar:"\\",i=function(t){for(var e="",o=0,l=t.length;l>o;o++)o>0&&(e+=a),e+=n?n+(""+t[o]).replace(d,p+n)+n:t[o];return e},f=e.header?i(l.header)+o:"",s=e.footer&&l.footer?o+i(l.footer):"",m=[],y=0,u=l.body.length;u>y;y++)m.push(i(l.body[y]));return{str:f+m.join(o)+s,rows:m.length}},b=function(){var t=-1!==navigator.userAgent.indexOf("Safari")&&-1===navigator.userAgent.indexOf("Chrome")&&-1===navigator.userAgent.indexOf("Opera");if(!t)return!1;var e=navigator.userAgent.match(/AppleWebKit\/(\d+\.\d+)/);return e&&e.length>1&&1*e[1]<603.1?!0:!1};try{var h,g=new XMLSerializer}catch(v){}var w={"_rels/.rels":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/></Relationships>',"xl/_rels/workbook.xml.rels":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet1.xml"/><Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/></Relationships>',"[Content_Types].xml":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="xml" ContentType="application/xml" /><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" /><Default Extension="jpeg" ContentType="image/jpeg" /><Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml" /><Override PartName="/xl/worksheets/sheet1.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml" /><Override PartName="/xl/styles.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml" /></Types>',"xl/workbook.xml":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><fileVersion appName="xl" lastEdited="5" lowestEdited="5" rupBuild="24816"/><workbookPr showInkAnnotation="0" autoCompressPictures="0"/><bookViews><workbookView xWindow="0" yWindow="0" windowWidth="25600" windowHeight="19020" tabRatio="500"/></bookViews><sheets><sheet name="" sheetId="1" r:id="rId1"/></sheets></workbook>',"xl/worksheets/sheet1.xml":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac"><sheetData/></worksheet>',"xl/styles.xml":'<?xml version="1.0" encoding="UTF-8"?><styleSheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac"><numFmts count="6"><numFmt numFmtId="164" formatCode="#,##0.00_- [$$-45C]"/><numFmt numFmtId="165" formatCode=""£"#,##0.00"/><numFmt numFmtId="166" formatCode="[$€-2] #,##0.00"/><numFmt numFmtId="167" formatCode="0.0%"/><numFmt numFmtId="168" formatCode="#,##0;(#,##0)"/><numFmt numFmtId="169" formatCode="#,##0.00;(#,##0.00)"/></numFmts><fonts count="5" x14ac:knownFonts="1"><font><sz val="11" /><name val="Calibri" /></font><font><sz val="11" /><name val="Calibri" /><color rgb="FFFFFFFF" /></font><font><sz val="11" /><name val="Calibri" /><b /></font><font><sz val="11" /><name val="Calibri" /><i /></font><font><sz val="11" /><name val="Calibri" /><u /></font></fonts><fills count="6"><fill><patternFill patternType="none" /></fill><fill/><fill><patternFill patternType="solid"><fgColor rgb="FFD9D9D9" /><bgColor indexed="64" /></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="FFD99795" /><bgColor indexed="64" /></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="ffc6efce" /><bgColor indexed="64" /></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="ffc6cfef" /><bgColor indexed="64" /></patternFill></fill></fills><borders count="2"><border><left /><right /><top /><bottom /><diagonal /></border><border diagonalUp="false" diagonalDown="false"><left style="thin"><color auto="1" /></left><right style="thin"><color auto="1" /></right><top style="thin"><color auto="1" /></top><bottom style="thin"><color auto="1" /></bottom><diagonal /></border></borders><cellStyleXfs count="1"><xf numFmtId="0" fontId="0" fillId="0" borderId="0" /></cellStyleXfs><cellXfs count="67"><xf numFmtId="0" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="2" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="2" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="2" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="2" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="2" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="3" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="3" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="3" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="3" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="3" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="4" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="4" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="4" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="4" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="4" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="5" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="5" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="5" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="5" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="5" borderId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="0" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="0" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="0" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="0" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="0" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="2" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="2" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="2" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="2" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="2" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="3" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="3" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="3" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="3" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="3" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="4" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="4" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="4" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="4" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="4" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="5" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="1" fillId="5" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="2" fillId="5" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="3" fillId="5" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="4" fillId="5" borderId="1" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyAlignment="1"><alignment horizontal="left"/></xf><xf numFmtId="0" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyAlignment="1"><alignment horizontal="center"/></xf><xf numFmtId="0" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyAlignment="1"><alignment horizontal="right"/></xf><xf numFmtId="0" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyAlignment="1"><alignment horizontal="fill"/></xf><xf numFmtId="0" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyAlignment="1"><alignment textRotation="90"/></xf><xf numFmtId="0" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyAlignment="1"><alignment wrapText="1"/></xf><xf numFmtId="9" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="164" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="165" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="166" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="167" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="168" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="169" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="3" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="4" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="1" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/><xf numFmtId="2" fontId="0" fillId="0" borderId="0" applyFont="1" applyFill="1" applyBorder="1" xfId="0" applyNumberFormat="1"/></cellXfs><cellStyles count="1"><cellStyle name="Normal" xfId="0" builtinId="0" /></cellStyles><dxfs count="0" /><tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleMedium4" /></styleSheet>'},B=[{match:/^\-?\d+\.\d%$/,style:60,fmt:function(t){return t/100}},{match:/^\-?\d+\.?\d*%$/,style:56,fmt:function(t){return t/100}},{match:/^\-?\$[\d,]+.?\d*$/,style:57},{match:/^\-?£[\d,]+.?\d*$/,style:58},{match:/^\-?€[\d,]+.?\d*$/,style:59},{match:/^\-?\d+$/,style:65},{match:/^\-?\d+\.\d{2}$/,style:66},{match:/^\([\d,]+\)$/,style:61,fmt:function(t){return-1*t.replace(/[\(\)]/g,"")}},{match:/^\([\d,]+\.\d{2}\)$/,style:62,fmt:function(t){return-1*t.replace(/[\(\)]/g,"")}},{match:/^\-?[\d,]+$/,style:63},{match:/^\-?[\d,]+\.\d{2}$/,style:64}];return m.ext.buttons.copyHtml5={className:"buttons-copy buttons-html5",text:function(t){return t.i18n("buttons.copy","Copy")},action:function(e,l,n,r){this.processing(!0);var a=this,d=x(l,r),p=d.str,i=t("<div/>").css({height:1,width:1,overflow:"hidden",position:"fixed",top:0,left:0});r.customize&&(p=r.customize(p,r));var f=t("<textarea readonly/>").val(p).appendTo(i);if(o.queryCommandSupported("copy")){i.appendTo(l.table().container()),f[0].focus(),f[0].select();try{var s=o.execCommand("copy");if(i.remove(),s)return l.buttons.info(l.i18n("buttons.copyTitle","Copy to clipboard"),l.i18n("buttons.copySuccess",{1:"Copied one row to clipboard",_:"Copied %d rows to clipboard"},d.rows),2e3),void this.processing(!1)}catch(m){}}var y=t("<span>"+l.i18n("buttons.copyKeys","Press <i>ctrl</i> or <i>⌘</i> + <i>C</i> to copy the table data<br>to your system clipboard.<br><br>To cancel, click this message or press escape.")+"</span>").append(i);l.buttons.info(l.i18n("buttons.copyTitle","Copy to clipboard"),y,0),f[0].focus(),f[0].select();var u=t(y).closest(".dt-button-info"),c=function(){u.off("click.buttons-copy"),t(o).off(".buttons-copy"),l.buttons.info(!1)};u.on("click.buttons-copy",c),t(o).on("keydown.buttons-copy",function(t){27===t.keyCode&&(c(),a.processing(!1))}).on("copy.buttons-copy cut.buttons-copy",function(){c(),a.processing(!1)})},exportOptions:{},fieldSeparator:" ",fieldBoundary:"",header:!0,footer:!1},m.ext.buttons.csvHtml5={bom:!1,className:"buttons-csv buttons-html5",available:function(){return e.FileReader!==r&&e.Blob},text:function(t){return t.i18n("buttons.csv","CSV")},action:function(t,e,l,n){this.processing(!0);var r=x(e,n).str,a=n.charset;n.customize&&(r=n.customize(r,n)),a!==!1?(a||(a=o.characterSet||o.charset),a&&(a=";charset="+a)):a="",n.bom&&(r="\ufeff"+r),y(new Blob([r],{type:"text/csv"+a}),u(n),!0),this.processing(!1)},filename:"*",extension:".csv",exportOptions:{},fieldSeparator:",",fieldBoundary:'"',escapeChar:'"',charset:null,header:!0,footer:!1},m.ext.buttons.excelHtml5={className:"buttons-excel buttons-html5",available:function(){return e.FileReader!==r&&a()!==r&&!b()&&g},text:function(t){return t.i18n("buttons.excel","Excel")},action:function(e,o,l,n){this.processing(!0);var d,m,I=this,F=0,x=function(e){var o=w[e];return t.parseXML(o)},b=x("xl/worksheets/sheet1.xml"),h=b.getElementsByTagName("sheetData")[0],g={_rels:{".rels":x("_rels/.rels")},xl:{_rels:{"workbook.xml.rels":x("xl/_rels/workbook.xml.rels")},"workbook.xml":x("xl/workbook.xml"),"styles.xml":x("xl/styles.xml"),worksheets:{"sheet1.xml":b}},"[Content_Types].xml":x("[Content_Types].xml")},v=o.buttons.exportData(n.exportOptions),k=function(e){d=F+1,m=f(b,"row",{attr:{r:d}});for(var o=0,l=e.length;l>o;o++){var n=p(o)+""+d,a=null;if(null!==e[o]&&e[o]!==r&&""!==e[o]){e[o]=t.trim(e[o]);for(var i=0,s=B.length;s>i;i++){var y=B[i];if(e[o].match&&!e[o].match(/^0\d+/)&&e[o].match(y.match)){var u=e[o].replace(/[^\d\.\-]/g,"");y.fmt&&(u=y.fmt(u)),a=f(b,"c",{attr:{r:n,s:y.style},children:[f(b,"v",{text:u})]});break}}if(!a)if("number"==typeof e[o]||e[o].match&&e[o].match(/^-?\d+(\.\d+)?$/)&&!e[o].match(/^0\d+/))a=f(b,"c",{attr:{t:"n",r:n},children:[f(b,"v",{text:e[o]})]});else{var c=e[o].replace?e[o].replace(/[\x00-\x09\x0B\x0C\x0E-\x1F\x7F-\x9F]/g,""):e[o];a=f(b,"c",{attr:{t:"inlineStr",r:n},children:{row:f(b,"is",{children:{row:f(b,"t",{text:c})}})}})}m.appendChild(a)}}h.appendChild(m),F++};t("sheets sheet",g.xl["workbook.xml"]).attr("name",c(n)),n.customizeData&&n.customizeData(v),n.header&&(k(v.header,F),t("row c",b).attr("s","2"));for(var C=0,S=v.body.length;S>C;C++)k(v.body[C],F);n.footer&&v.footer&&(k(v.footer,F),t("row:last c",b).attr("s","2"));var T=f(b,"cols");t("worksheet",b).prepend(T);for(var N=0,O=v.header.length;O>N;N++)T.appendChild(f(b,"col",{attr:{min:N+1,max:N+1,width:s(v,N),customWidth:1}}));n.customize&&n.customize(g);var z=a(),D=new z,A={type:"blob",mimeType:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"};i(D,g),D.generateAsync?D.generateAsync(A).then(function(t){y(t,u(n)),I.processing(!1)}):(y(D.generate(A),u(n)),this.processing(!1))},filename:"*",extension:".xlsx",exportOptions:{},header:!0,footer:!1},m.ext.buttons.pdfHtml5={className:"buttons-pdf buttons-html5",available:function(){return e.FileReader!==r&&d()},text:function(t){return t.i18n("buttons.pdf","PDF")},action:function(e,o,l,n){this.processing(!0);var r=this,a=o.buttons.exportData(n.exportOptions),p=[];n.header&&p.push(t.map(a.header,function(t){return{text:"string"==typeof t?t:t+"",style:"tableHeader"}}));for(var i=0,f=a.body.length;f>i;i++)p.push(t.map(a.body[i],function(t){return{text:"string"==typeof t?t:t+"",style:i%2?"tableBodyEven":"tableBodyOdd"}}));n.footer&&a.footer&&p.push(t.map(a.footer,function(t){return{text:"string"==typeof t?t:t+"",style:"tableFooter"}}));var s={pageSize:n.pageSize,pageOrientation:n.orientation,content:[{table:{headerRows:1,body:p},layout:"noBorders"}],styles:{tableHeader:{bold:!0,fontSize:11,color:"white",fillColor:"#2d4154",alignment:"center"},tableBodyEven:{},tableBodyOdd:{fillColor:"#f3f3f3"},tableFooter:{bold:!0,fontSize:11,color:"white",fillColor:"#2d4154"},title:{alignment:"center",fontSize:15},message:{}},defaultStyle:{fontSize:10}};n.message&&s.content.unshift({text:"function"==typeof n.message?n.message(o,l,n):n.message,style:"message",margin:[0,0,0,12]}),n.title&&s.content.unshift({text:I(n,!1),style:"title",margin:[0,0,0,12]}),n.customize&&n.customize(s,n);var m=d().createPdf(s);"open"!==n.download||b()?m.getBuffer(function(t){var e=new Blob([t],{type:"application/pdf"});y(e,u(n)),r.processing(!1)}):(m.open(),this.processing(!1))},title:"*",filename:"*",extension:".pdf",exportOptions:{},orientation:"portrait",pageSize:"A4",header:!0,footer:!1,message:null,customize:null,download:"download"},m.ext.buttons.json={bom:!1,className:"buttons-json buttons-jsonhtml5",available:function(){return e.FileReader!==r&&e.Blob},text:function(t){return"JSON"},action:function(e,o,l,n){this.processing(!0);for(var r=o.buttons.exportData(),a=[],d=r.header,p=0;p<r.body.length;p++){for(var i={},f=0;f<r.body[p].length;f++)i[d[f]]=r.body[p][f];a.push(i)}t.fn.dataTable.fileSave(new Blob([JSON.stringify(a,null,2)]),u(n)),this.processing(!1)},filename:"*",extension:".json"},m.Buttons});</script>
- <script type="text/javascript">(function(d){"function"===typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(f){return d(f,window,document)}):"object"===typeof exports?module.exports=function(f,b){f||(f=window);if(!b||!b.fn.dataTable)b=require("datatables.net")(f,b).$;b.fn.dataTable.Buttons||require("datatables.net-buttons")(f,b);return d(b,f,f.document)}:d(jQuery,window,document)})(function(d,f,b){var i=d.fn.dataTable,h=b.createElement("a"),m=function(a){h.href=a;a=h.host;-1===a.indexOf("/")&&
- 0!==h.pathname.indexOf("/")&&(a+="/");return h.protocol+"//"+a+h.pathname+h.search};i.ext.buttons.print={className:"buttons-print",text:function(a){return a.i18n("buttons.print","Print")},action:function(a,b,h,e){var c=b.buttons.exportData(e.exportOptions),k=function(a,c){for(var b="<tr>",d=0,e=a.length;d<e;d++)b+="<"+c+">"+a[d]+"</"+c+">";return b+"</tr>"},a='<table class="'+b.table().node().className+'">';e.header&&(a+="<thead>"+k(c.header,"th")+"</thead>");for(var a=a+"<tbody>",l=0,i=c.body.length;l<
- i;l++)a+=k(c.body[l],"td");a+="</tbody>";e.footer&&c.footer&&(a+="<tfoot>"+k(c.footer,"th")+"</tfoot>");var g=f.open("",""),c=e.title;"function"===typeof c&&(c=c());-1!==c.indexOf("*")&&(c=c.replace("*",d("title").text()));g.document.close();var j="<title>"+c+"</title>";d("style, link").each(function(){var a=j,b=d(this).clone()[0];"link"===b.nodeName.toLowerCase()&&(b.href=m(b.href));j=a+b.outerHTML});try{g.document.head.innerHTML=j}catch(n){d(g.document.head).html(j)}g.document.body.innerHTML="<h1>"+
- c+"</h1><div>"+("function"===typeof e.message?e.message(b,h,e):e.message)+"</div>"+a;d(g.document.body).addClass("dt-print-view");d("img",g.document.body).each(function(a,b){b.setAttribute("src",m(b.getAttribute("src")))});e.customize&&e.customize(g);setTimeout(function(){e.autoPrint&&(g.print(),g.close())},250)},title:"*",message:"",exportOptions:{},header:!0,footer:!1,autoPrint:!0,customize:null};return i.Buttons});
- </script>
- <script>
- $(document).ready(function() {
- $("#table").DataTable({"scroller":true,"dom":"Bfrtip","sScrollX":"100%","scrollY":"70vh","buttons":["copy","csv","json","print"],"paging":true,"bPaginate":false,"bLengthChange":false,"deferRender":true,"data":[["-\ud800\udc50-\ud800\udc35-\ud800\udc1c","*18-to-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc52-\ud800\udc0a-\ud800\udc2b","*22-ja-ro","Chadwick & Ventris 1973: meaning obscure; anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc52-\ud800\udc2a-\ud800\udc32-\ud800\udc2b","*22-ri-ta-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc53-\ud800\udc10-\ud800\udc33-\ud800\udc2f","*34-ke-te-si","Chadwick & Ventris 1973: anthroponym or theonym receiving offerings dative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc53-\ud800\udc3f","*34-zo","Chadwick & Ventris 1973: anthroponym KN Da: tu-ni-ja KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc54-\ud800\udc05","*47-da","McArthur 1993: plausible toponym Witczak 1992: toponym cf. \u1f09\u03bb\u03b1\u03af \u1f08\u03bb\u03b1\u03b9 (where *47 = a4) \"\"Myc. -d- and Classical -\u03bb- is irregular though it is attested elsewhere as is da-pu2-ri-to-jo\"\" Chadwick & Ventris 1973: toponym? McArthur 1993 Chadwick & Ventris 1973: allative of *47-da OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d Witczak Krzysztof Tomasz 1992 Kadmos 31 \"\"The Phonetic Value of the Linear B Sign *47\"\""],["-\ud800\udc54-\ud800\udc13-\ud800\udc35-\ud800\udc06","*47-ku-to-de","Witczak 1992: toponym allative cf. \u1f0c\u03ba\u03c5\u03c4\u03bf\u03c2 (where *47 = a4) a small island near Crete; its sister island \u039a\u03b1\u1fe6\u03b4\u03b1 has been proposed for ka-u-da on KN Fs 21. McArthur 1993 Chadwick & Ventris 1973: toponym allative OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d Witczak Krzysztof Tomasz 1992 Kadmos 31 \"\"The Phonetic Value of the Linear B Sign *47\"\""],["-\ud800\udc54-\ud800\udc30-\ud800\udc06","*47-so-de","Witczak 1992: toponym allative cf. \u1f0c\u03c3\u03bf\u03c2 (where *47 = a4) on Crete which has a sanctuary of Zeus Asios McArthur 1993 Chadwick & Ventris 1973: toponym allative KN Fh: e-ra-deallative KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d Witczak Krzysztof Tomasz 1992 Kadmos 31 \"\"The Phonetic Value of the Linear B Sign *47\"\""],["-\ud800\udc54-\ud800\udc34-\ud800\udc0d","*47-ti-jo","Chadwick & Ventris 1973: anthroponym KN K: a-ro-we me-wo-ni-joanthroponym KN V: a-nu-moanthroponym ja-ma-ra [[po-mi-ni-jo]] ta-za-roanthroponym [[wa-du-na]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc55-\ud800\udc3a","*49-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc56-\ud800\udc09-\ud800\udc1d-\ud800\udc0f","*56-du-nu-ka","Chadwick & Ventris 1973: anthroponym KN Da: do-ti-ja KN Dv: ra-to KN Da KN Dv: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc56-\ud800\udc02-\ud800\udc34","*56-i-ti","Chadwick & Ventris 1973: dative? theonym? Chadwick & Ventris 1973: variant spelling of *56-i-ti Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc56-\ud800\udc12-\ud800\udc38","*56-ko-we","van Alfen 2008: toponym Chadwick & Ventris 1973: toponym Appears as \"\"ki-nu-qa *56-ko-we\"\" on KN Ap 618+. Appears with sa-qa-re-jo on two KN Dl tablets. Appears as \"\"*56-ko-we / o-pi\"\" on KN Le 5646+. *56-ko-we (KN Db): ru-ki-totoponym *56-ko-we-e (KN Dl): e-ratheonym or toponym *56-ko-we-i (KN Dn): da-*22-totoponym *56-ko-we-i (KN Dm): e-ko-sotoponym LUNA: KN G M: KN Ga MUL: KN Ap OVIS: KN Da KN Db KN Dc KN Dd KN Df KN Dl KN Dn KN Dv TELA+TE: KN Le a-ra-si-jo: KN Df a-ze-ohapax: KN Dv a3-ta-ro-we?ro-u-so: KN Da da-ra-mu-rohapax: KN Dc ka-ptehapax: KN Df ka-*56-nohapax: KN Df ke-to (u-ta-jo): KN Da ki-nu-qahapax: KN Ap no-da-ro: KN Dc o-wi-rohapax: KN Dd sa-nu-we-tahapax: KN Db wi-na-joe-ra ra-su-to ru-ki-to: KN Db wi-*65-te-uhapax: KN Dc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek van Alfen Peter G. A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux & Anna Morpurgo-Davies) \"\"The Linear B Inscribed Vases\"\""],["-\ud800\udc56-\ud800\udc21-\ud800\udc30","*56-po-so","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc56-\ud800\udc28-\ud800\udc13-\ud800\udc0a","*56-ra-ku-ja","Duhoux 2008: \"\"presumably refers to the colour of the cloths; if identical with pa-ra-ku-ja it could perhaps be compared to terms like \u03c3\u03bc\u03ac\u03c1\u03b1\u03b3\u03b4\u03bf\u03c2 'emerald' or \u03b2\u03b1\u03c1\u03b1\u03ba\u03af\u03c2 \u03b3\u03bb\u03b1\u03cd\u03ba\u03b9\u03bd\u03bf\u03bd \u1f31\u03bc\u03ac\u03c4\u03b9\u03bf\u03bd 'bluish green piece of cloth' (Hesychius) (??)\"\" Bernab\u00e9 & Luj\u00e1n 2008: \"\"with pa-ra-ku- colour\"\" Chadwick & Ventris 1973: nominative plural neuter description of textiles cf. pa-ra-ku-ja Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\""],["-\ud800\udc56-\ud800\udc2a-\ud800\udc35","*56-ri-to","Chadwick & Ventris 1973: anthroponym OVIS: KN Db ru-ki-to: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc56-\ud800\udc4a","*56-ro2","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["-\ud800\udc56-\ud800\udc2c-\ud800\udc38","*56-ru-we","Duhoux 2008: probable anthroponym Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \u201cMycenaean Anthology\u201d"],["-\ud800\udc57-\ud800\udc33-\ud800\udc28-\ud800\udc06","*63-te-ra-de","Duhoux 2008: toponym VIN: TH Gp Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["-\ud800\udc5a-\ud800\udc06","*82-de","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc07-\ud800\udc0b-\ud800\udc04","a2-di-je-u","Chadwick & Ventris 1973: anthroponym cf. a-di-je-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc01-\ud800\udc32","a2-e-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc0f-\ud800\udc40-\ud800\udc11-\ud800\udc2a-\ud800\udc0d","a2-ka-a2-ki-ri-jo","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: ethnic adjective of a2-ka-a2-ki-ri-jo? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc10-\ud800\udc33-\ud800\udc29","a2-ke-te-re","Chadwick & Ventris 1973: nominative dual? cf. a-ke-te-re? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc10-\ud800\udc3a-\ud800\udc00-\ud800\udc11","a2-ke-wo-a-ki","(as a2-ke-wo-a-ki-) Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc11-\ud800\udc0a","a2-ki-ja","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc11-\ud800\udc28","a2-ki-ra","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc13-\ud800\udc16-\ud800\udc0d","a2-ku-mi-jo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc13-\ud800\udc1b-\ud800\udc0d","a2-ku-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc1a-\ud800\udc04-\ud800\udc33","a2-ne-u-te","Chadwick & Ventris 1973: toponym also spelled a-ne-u-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc1d-\ud800\udc15-\ud800\udc1c","a2-nu-me-no","Chadwick & Ventris 1973: anthroponym cf. \u1f04\u03bd\u03c5\u03bc\u03b9 \u1f01\u03bd\u03cd\u03c4\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc1e-\ud800\udc36-\ud800\udc3a-\ud800\udc33","a2-pa-tu-wo-te","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc28-\ud800\udc0f-\ud800\udc3a","a2-ra-ka-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc28-\ud800\udc36-\ud800\udc00","a2-ra-tu-a","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: variant spelling of a2-ra-tu-a Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc2a-\ud800\udc01","a2-ri-e","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc2a-\ud800\udc2d","a2-ri-sa","Chadwick & Ventris 1973: obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc2c-\ud800\udc3a-\ud800\udc33","a2-ru-wo-te","Chadwick & Ventris 1973: toponym locative cf. \u1f09\u03bb\u03bf\u1fe6\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc32","a2-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc33-\ud800\udc21","a2-te-po","Chadwick & Ventris 1973: toponym or anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc33-\ud800\udc2b","a2-te-ro","Chadwick & Ventris 1973: 'the next (year)' 'every other year'? cf. \u1f04\u03c4\u03b5\u03c1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc35","a2-to","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc40-\ud800\udc3f-\ud800\udc25-\ud800\udc0d","a2-zo-qi-jo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-35-\ud800\udc0f","a-*35-ka","Chadwick & Ventris 1973: adjective describing textiles? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-35-\ud800\udc35","a-*35-to","Chadwick & Ventris 1973: adjective describing textiles? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc09-\ud800\udc3a-\ud800\udc19","a3-du-wo-na","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc0f-\ud800\udc19-\ud800\udc0d","a3-ka-na-jo","Chadwick & Ventris 1973: \"\"apparently the name of a liquid abbreviated a3\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc0f-\ud800\udc28","a3-ka-ra","Chadwick & Ventris 1973: anthroponym KN L: po-po Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc0f-\ud800\udc2d-\ud800\udc14","a3-ka-sa-ma","Chadwick & Ventris 1973: 'points (for darts and spears)' cf. \u1f14\u03b3\u03c7\u03b5\u03bf\u03c2 \u03b1\u1f30\u03c7\u03bc\u03ae Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc10-\ud800\udc32","a3-ke-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc10-\ud800\udc04","a3-ke-u","Chadwick & Ventris 1973: \"\"nominative singular describing [[t-ri-po-de|TRIPOD]] cauldron despite failure of concord with dual [[ti-ri-po-de]] [...] adjective 'with goat-head protomes'; or cf. \u03b1\u1fd6\u03b3\u03b5\u03c2 'high waves'?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc10-\ud800\udc37-\ud800\udc32","a3-ke-wa-ta","Chadwick & Ventris 1973: anthroponym KN Da: ri-jo-no KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc10-\ud800\udc37-\ud800\udc35","a3-ke-wa-to","Chadwick & Ventris 1973: anthroponym OVIS: KN Db KN Dv ra-to: KN Dv ru-ki-to: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc40-\ud800\udc2a-\ud800\udc0a","a3-ki-a2-ri-ja","Chadwick & Ventris 1973: toponym derivative of \u03b1\u1f30\u03b3\u03b9\u03b1\u03bb\u03cc\u03c2 Chadwick & Ventris 1973: allative of a3-ki-a2-ri-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc40-\ud800\udc2a-\ud800\udc0d","a3-ki-a2-ri-jo","Chadwick & Ventris 1973: anthroponym or occupational term? dative cf. \u03b1\u1f30\u03b3\u03b1\u03bb\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc06-\ud800\udc0a","a3-ki-de-ja","Chadwick & Ventris 1973: adjective describing FLAX Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc01-\ud800\udc38","a3-ki-e-we","Chadwick & Ventris 1973: anthroponym dative cf. \u0391\u1f30\u03b3\u03b9\u03b5\u03cd\u03c2 ethnic of \u0391\u1f34\u03b3\u03b9\u03bf\u03bd Chadwick & Ventris 1973: genitive of a3-ki-e-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc1c-\ud800\udc03","a3-ki-no-o","Chadwick & Ventris 1973: \"\"some part of chariot?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc1e-\ud800\udc32","a3-ki-pa-ta","McArthur 1993 Chadwick & Ventris 1973: 'goat-herd' cf. \u03b1\u1f34\u03be + obscure element See PY Ae KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc41-\ud800\udc11-\ud800\udc21","a3-ki-po","Chadwick & Ventris 1973: anthroponym cf. \u03b1\u1f30\u03b3\u03af\u03c0\u03bf\u03c5\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc21-\ud800\udc06","a3-ki-po-de","Chadwick & Ventris 1973: toponym? cf. a3-ki-po Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc2f-\ud800\udc0d","a3-ki-si-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc37-\ud800\udc2b","a3-ki-wa-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc11-\ud800\udc37-\ud800\udc35","a3-ki-wa-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc12-\ud800\udc32","a3-ko-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc13-\ud800\udc20-\ud800\udc34-\ud800\udc0d","a3-ku-pi-ti-jo","Chadwick & Ventris 1973: anthroponym cf. Egyptian ethnic \u0391\u1f30\u03b3\u03cd\u03c0\u03c4\u03b9\u03bf\u03c2 KN Db: su-ri-mo KN Db: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc15-\ud800\udc37","a3-me-wa","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc16-\ud800\udc29-\ud800\udc38","a3-mi-re-we","Chadwick & Ventris 1973: class of sheep \"\"distinguished from e-ka-ra-e-we\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc1b-\ud800\udc0d","a3-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc1d-\ud800\udc15-\ud800\udc1c","a3-nu-me-no","Chadwick & Ventris 1973: anthroponym cf. \u03b1\u1f34\u03bd\u03c5\u03bc\u03b1\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc22-\ud800\udc10-\ud800\udc1a-\ud800\udc0a","a3-pu-ke-ne-ja","Chadwick & Ventris 1973: anthroponym? dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc2d","a3-sa","Chadwick & Ventris 1973: 'portion'? cf. \u03b1\u1f34\u03c3\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc2e-\ud800\udc38","a3-se-we","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc30-\ud800\udc1b-\ud800\udc0d","a3-so-ni-jo","Chadwick & Ventris 1973: anthroponym cf. \u0391\u1f34\u03c3\u03c9\u03bd \u0391\u1f30\u03c3\u03bf\u03bd\u03af\u03b4\u03b7\u03c2 PY Jn 310 AES: [[e-u-do-no]] [[e-u-ru-wo-ta]] po-ro-u-te-u [[qe-ta-wo]] ta-mi-je-u ti-qa-jo [[wi-du-wa-ko]] PY Jn 706 AES: a-no-me-de ke-ta ka-pa-ra2 ku-ri-sa-to ma-ra-si-jo mu-to-na pe-ri-no qi-si-ja-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc32-\ud800\udc0d","a3-ta-jo","Chadwick & Ventris 1973: anthroponym KN Ga: tu-to AROM: KN Ga? ku-ta-to: KN Ga Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc32-\ud800\udc29-\ud800\udc04-\ud800\udc2f","a3-ta-re-u-si","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc32-\ud800\udc2b","a3-ta-ro","Chadwick & Ventris 1973: anthroponym cf. a-ta-ro \u0391\u1f34\u03b8\u03b1\u03bb\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc32-\ud800\udc2b-\ud800\udc38","a3-ta-ro-we","Chadwick & Ventris 1973: anthroponym cf. \u0391\u1f30\u03b8\u03b1\u03bb\u03cc\u03b5\u03b9\u03c2 river in Mysia KN Da: *56-ko-we PY Cn: ro-u-so? KN Da PY Cn: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc33","a3-te","Chadwick & Ventris 1973: nominative singular? Chadwick & Ventris 1973: nominative plural occupational term 'inlayers' from a-ja-me-no? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc33","a3-te","Chadwick & Ventris 1973: nominative singular of a3-te-re? cf. (*-te *-te-re) a-de-te-re a-ke-te-re ko-re-te-re ma-te-re pi-ri-je-te-re ra-pte-re tu-ka-te-re Chadwick & Ventris 1973: 'inlayers'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc34-\ud800\udc0d-\ud800\udc26","a3-ti-jo-qo","Chadwick & Ventris 1973: anthroponym cf. \u0391\u1f30\u03b8\u03af\u03bf\u03c0\u03b5\u03c2 (Iliad XXIII 206+) Chadwick & Ventris 1973: dative of a3-ti-jo-qo ru-*83-o and pi-ke-re-wo on PY En 74 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc35","a3-to","Chadwick & Ventris 1973: anthroponym cf. \u0391\u1f34\u03b8\u03c9\u03bd KN Da: ri-jo-no KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc36-\ud800\udc34-\ud800\udc0a","a3-tu-ti-ja","Chadwick & Ventris 1973: ethnic adjective? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc37","a3-wa","Chadwick & Ventris 1973: name of an ox? cf. \u0391\u1f34\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc37-\ud800\udc0a","a3-wa-ja","Chadwick & Ventris 1973: anthroponym cf. \u0391\u1f30\u03b1\u03af\u03b7 (Odyssey XII 268) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc37-\ud800\udc32","a3-wa-ta","Chadwick & Ventris 1973: anthroponym cf. \u0391\u1f30\u03ae\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc37-\ud800\udc35","a3-wa-to","(as a3-wa-(to)) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc3a-\ud800\udc07-\ud800\udc0d-\ud800\udc1c","a3-wo-di-jo-no","Chadwick & Ventris 1973: anthroponym genitive? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc3a-\ud800\udc2b","a3-wo-ro","Chadwick & Ventris 1973: name of ox cf. \u03b1\u1f30\u03cc\u03bb\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc41-\ud800\udc3c","a3-za","Palaeolexicon: goat"],["\ud800\udc41-\ud800\udc3f-\ud800\udc2b","a3-zo-ro","Chadwick & Ventris 1973: name of ox + connective enclitic qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc56-\ud800\udc05-\ud800\udc2b","a-*56-da-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc56-\ud800\udc1c","a-*56-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc58-\ud800\udc0a","a-*64-ja","Chadwick & Ventris 1973: 1. (PY Aa PY Ab) ethnic adjective 'women of Asia (=Lydia)' cf. a-si-wi-ja 2. (PY Vn) anthroponym singular of a-*64-ja1 Chadwick & Ventris 1973: genitive of a-*64-ja1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc58-\ud800\udc0d","a-*64-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0e-\ud800\udc14-\ud800\udc19-\ud800\udc10","a-*65-ma-na-ke","Chadwick & Ventris 1973: recipient of offerings theonym? KN Fs: HORD NI Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0e-\ud800\udc19","a-*65-na","Chadwick & Ventris 1973: obscure (i.e. not defined) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc59","a-*79","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc05-\ud800\udc14-\ud800\udc03","a-da-ma-o","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of a-da-ma-o Chadwick & Ventris 1973: defective spelling of a-da-ma-o-jo [[qe-re-qo-ta-o]] on PY En 659 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc05-\ud800\udc28-\ud800\udc12","a-da-ra-ko","Chadwick & Ventris 1973: anthroponym? dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc05-\ud800\udc28-\ud800\udc2b","a-da-ra-ro","Chadwick & Ventris 1973: anthroponym KN Da: da-wo KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc05-\ud800\udc28-\ud800\udc33-\ud800\udc0a","a-da-ra-te-ja","Chadwick & Ventris 1973: feminine anthroponym? cf. \u1f0c\u03b4\u03c1\u03ae\u03c3\u03c4\u03b5\u03b9\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc05-\ud800\udc28-\ud800\udc34-\ud800\udc0d","a-da-ra-ti-jo","Chadwick & Ventris 1973: patronymic adjective cf. \u1f0c\u03b4\u03c1\u03b7\u03c3\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc05-\ud800\udc37-\ud800\udc2f-\ud800\udc0d","a-da-wa-si-jo","Chadwick & Ventris 1973: adjective describing a man perhaps patronymic Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc05-\ud800\udc3a-\ud800\udc1a","a-da-wo-ne","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc06-\ud800\udc15-\ud800\udc38","a-de-me-we","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc06-\ud800\udc48","a-de-ra2","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc06-\ud800\udc33","a-de-te","Chadwick & Ventris 1973: binder? Palmer 1963: riveter cf. (*-te *-te-re) a-ke-te-re a3-te-re ko-re-te-re ma-te-re pi-ri-je-te-re ra-pte-re tu-ka-te-re Chadwick & Ventris 1973: dual of a-de-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer 1963 TBD"],["\ud800\udc00-\ud800\udc06-\ud800\udc38","a-de-we",""],["\ud800\udc00-\ud800\udc07-\ud800\udc52-\ud800\udc2d","a-di-*22-sa","Chadwick & Ventris 1973: obscure (i.e. not known) KN F: GRA+PE NI Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc07-\ud800\udc0b-\ud800\udc3a","a-di-je-wo","Chadwick & Ventris 1973: anthroponym genitive cf. a2-di-je-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc07-\ud800\udc45-\ud800\udc32","a-di-nwa-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc07-\ud800\udc2a-\ud800\udc0a-\ud800\udc33","a-di-ri-ja-te",""],["\ud800\udc00-\ud800\udc07-\ud800\udc2a-\ud800\udc0a-\ud800\udc33","a-di-ri-ja-te","inlaid with a figure of a man"],["\ud800\udc00-\ud800\udc07-\ud800\udc2a-\ud800\udc0d","a-di-ri-jo","Chadwick & Ventris 1973: anthroponym KN Do: ko-te-uanthroponym KN Do: se-to-i-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc08-\ud800\udc38","a-do-we","Chadwick & Ventris 1973: \"\"single word inscribed on jars\"\" anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc09-\ud800\udc21-\ud800\udc35","a-du-po-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc09-\ud800\udc2c-\ud800\udc21-\ud800\udc35","a-du-ru-po-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc43-\ud800\udc01","a-dwe-e",""],["\ud800\udc00-\ud800\udc01-\ud800\udc05-\ud800\udc08-\ud800\udc2b","a-e-da-do-ro","Chadwick & Ventris 1973: anthroponym KN F: a-me-jaanthroponym a-ta-ti-nuhapax anthroponym KN Sc: ku-ru-me-noanthroponym po-*34-wi-dohapax anthroponym KN Sc: BIG Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc01-\ud800\udc2a-\ud800\udc24","a-e-ri-qe","Chadwick & Ventris 1973: anthroponym? \"\"uncertain if -qe is the particle que 'and'\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc01-\ud800\udc2a-\ud800\udc26","a-e-ri-qo","Ram\u00f3n 2011: anthroponym shortened form of a-e-ri-qo-ta (cf. pe-ri-mo pe-ri-me-de; pe-ri-to pe-ri-to-wo; etc.) Chadwick & Ventris 1973: anthroponym shortened form of a-e-ri-qo-ta? BOS: TH Wu OVIS: TH Wu VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc00-\ud800\udc01-\ud800\udc2a-\ud800\udc26-\ud800\udc32","a-e-ri-qo-ta","Aura Jorro 1999: anthroponym probably \u1f08\u03b5\u03c1\u03b9-\u03c6\u03cc\u03bd\u03c4\u1fb6\u03c2 cf. \u1f26\u03c1\u03b9 'early' Ram\u00f3n 2011: compound anthroponym full form of a-e-ri-qo Leukart 1994: anthroponym cf. \u1f20\u03b5\u03c1\u03bf\u03c6\u03bf\u1fd6\u03c4\u03b9\u03c2 'walking in darkness' Hajnal 1992: anthroponym cf. \u1f04\u03bf\u03c1 'killing with a sword' Chadwick & Ventris 1973: anthroponym cf. Homeric \u1f26\u03c1\u03b9 \u1f20\u03ad\u03c1\u03b9\u03bf\u03c2; -\u03c6\u03bf\u03af\u03c4\u03b7\u03c2 PY An PY Aq: VIR PY An PY Aq: [[o-wi-to-no]]? Aura Jorro Francisco 1999 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hajnal Ivo 1992 Mykena\u00efka \"\"Der mykenische Personenname a-e-ri-qo-ta\"\" Leukart Alex 1994 Die fr\u00fchgriechischen Nomina auf -t\u00e3s und -\u00e3s. Untersuchungen zu ihrer Herkunft und Ausbreitung (unter Vergleich mit der Nomina auf -eus) Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc00-\ud800\udc01-\ud800\udc2e-\ud800\udc37","a-e-se-wa","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc01-\ud800\udc34-\ud800\udc35","a-e-ti-to","Bernab\u00e9 & Luj\u00e1n 2008: henna? Melena 1983: \"\"not-Heti-scented or -softened\"\" Chadwick & Ventris 1973: \"\"epithet of sage-scented oil: 'without e-ti'\"\" Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["ai-\ud800\udc0f-\ud800\udc2d-\ud800\udc14","ai-ka-sa-ma","points heads"],["\ud800\udc00-\ud800\udc02-\ud800\udc24-\ud800\udc04","a-i-qe-u","Chadwick & Ventris 1973: anthroponym Lejeune 1968: anthroponym hypocoristic of *'A(h)\u03b9\u1fcf\u03c6\u03cc\u03bd\u03c4\u03b1\u03c2 'he who kills with the sword' Chadwick & Ventris 1973: genitive of a-i-qe-u Chadwick & Ventris 1973: dative of a-i-qe-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Lejeune 1968 TBD"],["ai-\ud800\udc2d","ai-sa","portion"],["ai-\ud800\udc3c","ai-za","goat"],["\ud800\udc00-\ud800\udc0a-\ud800\udc15-\ud800\udc19","a-ja-me-na","with symbols"],["\ud800\udc00-\ud800\udc0a-\ud800\udc15-\ud800\udc1c","a-ja-me-no","Chadwick & Ventris 1973: inlaid masculine nominative singular Aura Jorro 1985: a) aplicado a cajas de carros (KN Sf) b) un nombre de materia cf. e-re-pa-te pa-ra-ku-we ku-ru-so etc. c) la parte del objeto afectada o del motivo empleado aplicado a piezas de mobiliario cf. a-di-ri-ja-pi po-ni-ki-pi etc. Bernab\u00e9 & Luj\u00e1n 2008: inlaid always followed by a material in the instrumental Chadwick & Ventris 1973: feminine nominative singular Aura Jorro 1985: el mismo que a-ja-me-no Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (editors Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXIV.164 participle candidates"],["\ud800\udc00-\ud800\udc0f-\ud800\udc06","a-ka-de","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc02-\ud800\udc0d","a-ka-i-jo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: feminine adjectival formation on a-ka-i-jo? a-ka-i-jo appears in the \"\"owner\"\" / \"\"collector\"\" position with \"\"ko-ti / pa-i-to\"\" on KN De 1084. Appears as \"\"a-ka-i-je-ja du-qo-te-ja LANA 2\"\" on TH Of 27. Appears as \"\"(a)-ka-i-je-ja pu2-ke-qi-ri-ne-ja LANA 2\"\" on TH Of 27. LANA: TH Of OVIS: KN De pa-i-to: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc02-\ud800\udc0d","a-ka-i-jo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: feminine adjectival formation on a-ka-i-jo? a-ka-i-jo appears in the \"\"owner\"\" / \"\"collector\"\" position with \"\"ko-ti / pa-i-to\"\" on KN De 1084. Appears as \"\"a-ka-i-je-ja du-qo-te-ja LANA 2\"\" on TH Of 27. Appears as \"\"(a)-ka-i-je-ja pu2-ke-qi-ri-ne-ja LANA 2\"\" on TH Of 27. LANA: TH Of OVIS: KN De pa-i-to: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc14-\ud800\udc0d","a-ka-ma-jo","Chadwick & Ventris 1973: anthroponym dative cf. \u1f08\u03bb\u03ba\u03bc\u03b1\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc14-\ud800\udc1c","a-ka-ma-no","(as a-ka-(ma)-no) Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bb\u03ba\u03bc\u03ae\u03bd\u03c9\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc14-\ud800\udc3a","a-ka-ma-wo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bb\u03ba\u03bc\u03ac\u03c9\u03bd PY Cn 131 (context: pa-ro & OVIS): a-no-poPY Va a-ri-wo-ne a-ta-ma-ne-we a-we-ke-se-we do-qo-nohapax [[e-ti-ra-wo]]PY Sa gen. [[ke-ro-wo]]PY Ae ke-sa-me-noPY Fn ko-roKN De ko-ru-no ku-pi-ri-joKN Fh KN Ga PY Jn PY Un me-te-wehapax ne-ri-tohapax [[o-ku-ka]] [[pi-me-ta]]hapax po-ke-wehapax po-ko-ro po-ro-u-te-wePY Jn gen.; KN Dc PY Jn nom. ra-pa-sa-ko se-noPY Es [[wo-ki-to]]hapax Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc15-\ud800\udc1a","a-ka-me-ne","(as a-ka-me-ne[) Chadwick & Ventris 1973: anthroponym? cf. \u1f08\u03c7\u03b1\u03b9\u03bc\u03ad\u03bd\u03b7\u03c2 \u1f08\u03bb\u03ba\u03b1\u03bc\u03ad\u03bd\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc19-\ud800\udc0d","a-ka-na-jo","Chadwick & Ventris 1973: toponym or adjective describing sheep and goats? cf. a3-ka-na-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc28-\ud800\udc1c","a-ka-ra-no","Bernab\u00e9 & Luj\u00e1n 2008: 'without a top' \"\"showing that as one would expect the different components of a table (top legs etc.) were separate pieces and they were assembled only when the table had to be used.\"\" Chadwick & Ventris 1973: adjective describing a table 'headless'? cf. \u1f00\u03ba\u03ac\u03c1\u03b7\u03bd\u03bf\u03c2 Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc29-\ud800\udc04","a-ka-re-u","Chadwick & Ventris 1973: anthroponym AROM: KN Ga pa-i-to: KN Ga Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc29-\ud800\udc04-\ud800\udc33","a-ka-re-u-te","Chadwick & Ventris 1973: toponym in dative-locative? cf. a-ke-re-u-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc2d-\ud800\udc1c","a-ka-sa-no","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bb\u03c7\u03c3\u03ae\u03bd\u03bf\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc2f-\ud800\udc0d-\ud800\udc1a","a-ka-si-jo-ne","Chadwick & Ventris 1973: toponym locative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc32-\ud800\udc0d","a-ka-ta-jo","by the coast"],["\ud800\udc00-\ud800\udc0f-\ud800\udc32-\ud800\udc0d","a-ka-ta-jo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of a-ka-ta-jo KN Dv: OVIS PY Eo: GRA KN Dv: da-*83-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f-\ud800\udc32-\ud800\udc28-\ud800\udc33-\ud800\udc30-\ud800\udc06","a-ka-ta-ra-te-so-de","McArthur 1993: toponym allative Chadwick & Ventris 1973: toponym? allative? OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc00-\ud800\udc0f-\ud800\udc35","a-ka-to","Ilievski 1996: anthroponym cf. \u1f0c\u03b3\u03b1\u03b8\u03bf\u03c2 \u1f08\u03b3\u03ac\u03b8\u03c9\u03bd \u1f0c\u03c7\u03b1\u03c3\u03c4\u03bf\u03c2 \u1f0c\u03c7\u03b1\u03bd\u03b8\u03bf\u03c2 BIG: KN Sc EQU: KN Sc OVIS: KN Dv TUN: KN Sc ra-to: KN Dv Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\"\""],["\ud800\udc00-\ud800\udc0f-\ud800\udc35-\ud800\udc37","a-ka-to-wa","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of a-ka-to-wa Appears as \"\"a-ka-to-wa-o / au-to-te-qa-jo (O)[\"\" on TH Ug 4. Appears as \"\"a-ka-to-wa-o / ka-e-sa-me-no au-ri-jo O[\"\" on TH Ug 5. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc0f","a-ka","Van Spitael & Faure 1977: toponym classical \u1f08\u03c7\u03ac\u03c1\u03bd\u03b1 Chadwick & Ventris 1973: 1. anthroponym 2. toponym Aura Jorro 1985: 1. probablemente neutro en -\u03b1\u03c2 cf. a-ka-i-jo. En la misma regi\u00f3n que ru-ki-to y pu-so. 2. probablemente hipocor\u00edstico de \u0386\u03bb\u03ba\u1fb6\u03c2 (PY An) a-ka (KN Dn): pu-sotoponym ru-ki-totoponym (where a-ka is a toponym) KN Da: a-ko-ro-qo-rohapax au-ri-joku-ta-to su-ri-mo wi-na-to e-ki-nohapax e-ne-ke-se-uhapax ka-ne-u-tahapax o-ku-nohapax po-i-te-uhapax KN Da KN Dn: OVIS Auro Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Van Spitael Marie-Anne and Paul Faure 1977 \u039a\u03a1\u0397\u03a4\u039f\u039b\u039f\u0393\u0399\u0391 5 \u00abVilles et villages de la Cr\u00e8te centrale. Listes in\u00e9dites de l'\u00e9poque V\u00e9netienne compar\u00e9es aux tablettes de Knosos\u00bb"],["\ud800\udc00-\ud800\udc0f-\ud800\udc39-\ud800\udc0a-\ud800\udc06","a-ka-wi-ja-de","Chadwick & Ventris 1973: toponym probably allative Ruijgh 1967: toponym in -\u03af\u03b1 cf. common Cretan village name Attic \u1f08\u03c7\u03b1\u0390\u03b1 Risch 1965: toponym *\u1f08\u03c7\u03b1\u03b9\u0192\u03af\u03b1 \"\"region of the Achaeans\"\" in -\u03af\u03b1 derivative of ethnic *\u1f08\u03c7\u03b1\u03b9\u0192\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien Risch Ernst 1965 Museum helveticum (MH) 22 \u00abEin Gang durch die Geschichte der griechischen Ortsnamen\u00bb"],["\ud800\udc00-\ud800\udc0f-\ud800\udc39-\ud800\udc0a-\ud800\udc06","a-ka-wi-ja-de","name of a feast"],["\ud800\udc00-\ud800\udc0f-\ud800\udc3a","a-ka-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of a-ka-wo AUR: PY Jo MA: PY Un Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc40","a-ke-a2","Chadwick & Ventris 1973: 'wine jars'? cf. \u1f04\u03b3\u03b3\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10","a-ke","Chadwick & Ventris 1973: 3rd singular present indicative active voice of \u1f04\u03b3\u03c9? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc01-\ud800\udc35","a-ke-e-to","Aura Jorro 1985: antrop\u00f3nimo masculino nominativo Chadwick & Ventris 1973: anthroponym In a ra-su-to context on KN Da: a-me-a KN Da: ra-su-to KN Da: OVIS Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10","a-ke","leads guides"],["\ud800\udc00-\ud800\udc10-\ud800\udc1a-\ud800\udc04-\ud800\udc2f","a-ke-ne-u-si",""],["\ud800\udc00-\ud800\udc10-\ud800\udc1a-\ud800\udc04-\ud800\udc2f","a-ke-ne-u-si","being purified"],["\ud800\udc00-\ud800\udc10-\ud800\udc03","a-ke-o","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of a-ke-o Appears as \"\"a-ke-o ka-wi-jo VIR 1\"\" on PY An 192. Appears as \"\"a-ke-o a-ke-re\"\" on PY Cc 660.a. Appears as \"\"a-te-re-wi-ja () pa-ro e-wi-te-we a-ke-o-jo OVISf 70\"\" on PY Cn 40. Appears as \"\"[[u-po-ra-ki-ri-ja]] pa-ro pe-qe-we a-ke-o-jo OVISf 65\"\" on PY Cn 45. Appears as \"\"pu-ro [[ra-wa-ra-ti-jo]] pa-ro a-ko-to-wo a-ke-o-jo CAPf 50\"\" on PY Cn 45. Appears as \"\"pu-ro [[ra-wa-ra-ti-jo]] ka-ra-wa-ni-ta a-ke-o-jo CAPm 100\"\" on PY Cn 45. Appears as \"\"[[u-po-ra-ki-ri-ja]] [[wi-ja-te-u|wi-ja-te-we]] a-ke-o-jo CAPf 1(5)\"\" on PY Cn 45. Appears as \"\"pu-ro [[ra-wa-ra-ti-jo]] ka-ra-wa-ni-ta a-ke-o-jo CAPm 100\"\" on PY Cn 45. Appears as \"\"a-si-ja-ti-ja[]pa-ro [[i-sa-na-o-ti]] a-ke-o-jo OVISf[\"\" on PY Cn 254. Appears as \"\"wa-no-jo wo-wo pa-ro ne-ti-ja-no a-ke-o-jo CAPm 100\"\" on PY Cn 599. Appears as \"\"a2-pa-tu-wo-te pa-ro a-ke-ra-wo a-ke-o-jo CAPm 90\"\" on PY Cn 599. Appears as \"\"a2-pa-tu-wo-te pa-ro [[ru-we-ta]] a-ke-o-jo CAPf 40\"\" on PY Cn 599. Appears as \"\"wa-no-jo wo-wo pa-ro ke-re-no a-ke-o-jo CAPf 80\"\" on PY Cn 599. CAP: PY Cc? PY Cn OVIS: PY Cn VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc24","a-ke-qe",""],["\ud800\udc00-\ud800\udc10-\ud800\udc48-\ud800\udc33","a-ke-ra2-te","Chadwick & Ventris 1973: 'collecting gathering'? cf. \u1f00\u03b3\u03b5\u03af\u03c1\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc28-\ud800\udc1c","a-ke-ra-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc28-\ud800\udc3a","a-ke-ra-wo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03b3\u03ad\u03bb\u03b1\u03bf\u03c2 \u1f08\u03b3\u03ad\u03bb\u03b5\u03c9\u03c2 \u1f08\u03c1\u03c7\u03ad\u03bb\u03b1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc29","a-ke-re","Chadwick & Ventris 1973: 'he collects (goats)' cf. \u1f00\u03b3\u03b5\u03af\u03c1\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc17","a-ke-re-mo","Chadwick & Ventris 1973: occupation 'hunter' cf. \u1f00\u03c1\u03b3\u03b5\u03bc\u03ce\u03bd Chadwick & Ventris 1973: genitive of a-ke-re-mo a-ke-re-mo-no in KN V: ko-re-te po-ro-ko-re-te qa-ra: KN V ru-ki-to: KN V? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc2e","a-ke-re-se","Chadwick & Ventris 1973: 'took' or 'will take' cf. \u1f00\u03b3\u03c1\u03ad\u03c9 \u1f04\u03b3\u03c1\u03b5\u03b9 cf. (o-) o-di-do-si o-de-ka-sa-to o-wo-ze Chadwick & Ventris 1973: \"\"thus he took (will take)\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc2e","a-ke-re-se","took"],["\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc04","a-ke-re-u","Ram\u00f3n 2011: anthroponym derived from toponym a-ke-re-wa Melena 2000-2001: toponym Chadwick & Ventris 1973: anthroponym or occupation? Chadwick & Ventris 1973: dative singular or nominative plural of a-ke-re-u cf. qa-si-re-u / qa-si-re-wi-ja Melena 2000-2001: adjective of toponym a-ke-re-u cf. a-ke-re-wi-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 2000-2001 Minos 35-36 \"\"63 Joins and Quasi-joins of Fragments in the Linear B Tablets from Pylos\"\" Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc04-\ud800\udc33","a-ke-re-u-te","Chadwick & Ventris 1973: toponym? \"\"perhaps ablative in -euthen\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc37","a-ke-re-wa","Chadwick & Ventris 1973: Hither Province toponym Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc39-\ud800\udc0d","a-ke-re-wi-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc2b","a-ke-ro","Chadwick & Ventris 1973: 1. (PY Cn PY Ea PY Vn) occupational term 2. (PY Jo) anthroponym a-*64-jo is a-ke-ro in the PY Cn series. [[wa-tu-o-ko]] is a-ke-ro \"\"pa-ro da-mo\"\" in the PY Ea series. CAP: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc2b","a-ke-ro","messenger"],["\ud800\udc00-\ud800\udc10-\ud800\udc32","a-ke-ta","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03b3\u03ae\u03c4\u03b1\u03c2 \u1f08\u03ba\u03ad\u03c3\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc33-\ud800\udc29","a-ke-te-re","Shelmerdine 2008: 'finishers' Chadwick & Ventris 1973: description of bronzesmiths probably 'those who practise their craft' cf. \u1f00\u03c3\u03ba\u03ad\u03c9 'work raw materials' Chadwick & Ventris 1973: nominative singular of a-ke-te-re? \"\"perhaps error\"\" Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc34-\ud800\udc0d","a-ke-ti-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03ba\u03ad\u03c3\u03c4\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc34-\ud800\udc48","a-ke-ti-ra2","Bernab\u00e9 & Luj\u00e1n 2008: worker producer finisher Chadwick 1988: occupational agent noun Ruijgh 1963: occupational agent noun as 'finishers' cf. Homeric \u1f00\u03c3\u03ba\u03ad\u03c9 Chadwick & Ventris 1973: spelling variant Aura Jorro 1985: variante gr\u00e1fica de a-ke-ti-ra2 Chadwick & Ventris 1973: spelling variant Chadwick & Ventris 1973: genitive Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Technology\"\" Chadwick John 1988 Texts Tablets and Scribes: Studies in Mycenaean Epigraphy & Economy (Suplementos a MINOS num. 10) \u201cThe Women of Pylos\u201d p. 78 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh TBD"],["\ud800\udc00-\ud800\udc10-\ud800\udc34-\ud800\udc2a-\ud800\udc00","a-ke-ti-ri-a","decorator (female)"],["\ud800\udc00-\ud800\udc10-\ud800\udc34-\ud800\udc2a-\ud800\udc0a","a-ke-ti-ri-ja","Bernab\u00e9 & Luj\u00e1n 2008: worker producer finisher Chadwick 1988: Occupational agent noun Aura Jorro 1985: un nombre de agente en -\u03c4\u03c1\u03b9\u03b1 probablemente relacionado con el a-ke-te Ruijgh 1963: Occupational agent noun as 'finishers' from Classical Greek \u1f00\u03c3\u03ba\u03ad\u03c9 Spelling variants: a-ke-ti-ra2 maybe a-ze-ti-ri-ja Chadwick & Ventris 1973: dative plural Aura Jorro 1985: dativo plural ra-su-to: KN Ai MUL: KN Ai Quora.com: Is the letter \u03be ksi pronounced as ks or gz in Ancient Greek names? Auro Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \u201cMycenaean Technology\u201d Chadwick John 1988. Texts Tables and Scribes: Studies in Mycenaean Epigraphy & Economy (Suplementos a MINOS num. 10) \u201cThe Women of Pylos\u201d p. 78 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc34-\ud800\udc2a-\ud800\udc0a","a-ke-ti-ri-ja","Bernab\u00e9 & Luj\u00e1n 2008: worker producer finisher Chadwick 1988: Occupational agent noun Aura Jorro 1985: un nombre de agente en -\u03c4\u03c1\u03b9\u03b1 probablemente relacionado con el a-ke-te Ruijgh 1963: Occupational agent noun as 'finishers' from Classical Greek \u1f00\u03c3\u03ba\u03ad\u03c9 Spelling variants: a-ke-ti-ra2 maybe a-ze-ti-ri-ja Chadwick & Ventris 1973: dative plural Aura Jorro 1985: dativo plural ra-su-to: KN Ai MUL: KN Ai Quora.com: Is the letter \u03be ksi pronounced as ks or gz in Ancient Greek names? Auro Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \u201cMycenaean Technology\u201d Chadwick John 1988. Texts Tables and Scribes: Studies in Mycenaean Epigraphy & Economy (Suplementos a MINOS num. 10) \u201cThe Women of Pylos\u201d p. 78 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc34-\ud800\udc2a-\ud800\udc0a","a-ke-ti-ri-ja","Bernab\u00e9 & Luj\u00e1n 2008: worker producer finisher Chadwick 1988: Occupational agent noun Aura Jorro 1985: un nombre de agente en -\u03c4\u03c1\u03b9\u03b1 probablemente relacionado con el a-ke-te Ruijgh 1963: Occupational agent noun as 'finishers' from Classical Greek \u1f00\u03c3\u03ba\u03ad\u03c9 Spelling variants: a-ke-ti-ra2 maybe a-ze-ti-ri-ja Chadwick & Ventris 1973: dative plural Aura Jorro 1985: dativo plural ra-su-to: KN Ai MUL: KN Ai Quora.com: Is the letter \u03be ksi pronounced as ks or gz in Ancient Greek names? Auro Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \u201cMycenaean Technology\u201d Chadwick John 1988. Texts Tables and Scribes: Studies in Mycenaean Epigraphy & Economy (Suplementos a MINOS num. 10) \u201cThe Women of Pylos\u201d p. 78 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc35-\ud800\udc2b","a-ke-to-ro","McArthur 1993: uncertain title Chadwick & Ventris 1973: \"\"meaning and case unclear\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc00-\ud800\udc10-\ud800\udc04","a-ke-u","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bb\u03ba\u03b5\u03cd\u03c2 Chadwick & Ventris 1973: genitive of a-ke-u Appears as \"\"a-ke-wo do-e-ra\"\" on KN Ap 628+. KN V: di-we-so [[i-wa-ka]] ka-pa-ri-jo ki-si-wi-jo [[me-nu-wa]] o-ku-na-wo pe-ri-ta wi-da-jo MUL: KN Ap OVIS: KN De KN Dv e-ko-so (u-ta-jo): KN Dv ra-ja: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc04","a-ke-u","powerfull"],["\ud800\udc00-\ud800\udc10-\ud800\udc37-\ud800\udc32","a-ke-wa-ta","Chadwick & Ventris 1973: anthroponym cf. a-ki-wa-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc10-\ud800\udc37-\ud800\udc35","a-ke-wa-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc11-\ud800\udc29-\ud800\udc04","a-ki-re-u","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c7\u03b9\u03bb\u03bb\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc11-\ud800\udc2a-\ud800\udc0a","a-ki-ri-ja","Chadwick & Ventris 1973: 'wild creatures' describing goats cf. \u1f04\u03b3\u03c1\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc11-\ud800\udc2a","a-ki-ri","ridge edge"],["\ud800\udc00-\ud800\udc11-\ud800\udc34-\ud800\udc2a-\ud800\udc0a","a-ki-ti-ri-ja","wild"],["\ud800\udc00-\ud800\udc11-\ud800\udc34-\ud800\udc35","a-ki-ti-to","Chadwick & Ventris 1973: adjective describing land 'not inhabited'? cf. \u1f04\u03ba\u03c4\u03b9\u03c4\u03bf\u03c2 ki-ti-me-na Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc11-\ud800\udc35","a-ki-to","Ilievski 1996: anthroponym cf. Alkith\u014di probably a short form of \u1f08\u03bb\u03c7\u03af\u03b8\u03bf\u03c2 and \u1f0c\u03bb\u03c7\u03b9\u03c4\u03bf\u03c2 Ilievski 1996: genitive of a-ki-to Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\"\""],["\ud800\udc00-\ud800\udc11-\ud800\udc37-\ud800\udc32","a-ki-wa-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc11-\ud800\udc3a-\ud800\udc1b-\ud800\udc0d","a-ki-wo-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc05-\ud800\udc17","a-ko-da-mo","Ruijgh 2011: anthroponym cf. a-ko-ro-da-mo from an original meaning of 'flashing' dissimilated into \u1f00\u03c1\u03b3\u03cc\u03c2 'brilliant white' < *\u1f00\u03c1\u03b3\u03c1\u03cc\u03c2 'swift' Duhoux 2008: probable anthroponym not related to a-ko-ro-da-mo Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\" Ruijgh C. J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\""],["\ud800\udc00-\ud800\udc12-\ud800\udc05-\ud800\udc17","a-ko-da-mo","Ruijgh 2011: anthroponym cf. a-ko-ro-da-mo from an original meaning of 'flashing' dissimilated into \u1f00\u03c1\u03b3\u03cc\u03c2 'brilliant white' < *\u1f00\u03c1\u03b3\u03c1\u03cc\u03c2 'swift' Duhoux 2008: probable anthroponym not related to a-ko-ro-da-mo Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\" Ruijgh C. J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\""],["\ud800\udc00-\ud800\udc12-\ud800\udc05-\ud800\udc17","a-ko-da-mo","Ruijgh 2011: anthroponym cf. a-ko-ro-da-mo from an original meaning of 'flashing' dissimilated into \u1f00\u03c1\u03b3\u03cc\u03c2 'brilliant white' < *\u1f00\u03c1\u03b3\u03c1\u03cc\u03c2 'swift' Duhoux 2008: probable anthroponym not related to a-ko-ro-da-mo Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\" Ruijgh C. J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\""],["\ud800\udc00-\ud800\udc12-\ud800\udc02-\ud800\udc05","a-ko-i-da","Chadwick & Ventris 1973: anthroponym KN Dl: qa-nwa-so KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc17-\ud800\udc1b-\ud800\udc0d","a-ko-mo-ni-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f0a\u03ba\u03bc\u03c9\u03bd \u1f08\u03ba\u03bc\u03bf\u03bd\u03af\u03b4\u03b7\u03c2 Aura Jorro 1985: antrop\u00f3nimo masculino nominativo. Probablemente un \u00fanico individuo relacionado con la econom\u00eda del ganado lanar en ku-ta-to. KN De KN Dk: ku-ta-to KN De: OVIS KN Dk: OVIS LANA Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc28","a-ko-ra","Chadwick & Ventris 1973: \u1f00\u03b3\u03bf\u03c1\u03ac public assembly gathering but more like \u03b1\u03b3\u03b5\u03b9\u03c1\u03c9 collection Doria 1958: flock Chadwick & Ventris 1973: 1. belonging to the agora nom. pl. masc.? 2. anthroponym Chadwick & Ventris 1973: belonging to the agora nom. plur. neut. Chadwick John and Michael Ventris 1959 Documents in Mycenaean Greek Doria Mario 1958 Interpretazioni di testi micenei ii"],["\ud800\udc00-\ud800\udc12-\ud800\udc28-\ud800\udc0d","a-ko-ra-jo","Chadwick & Ventris 1973: 1. (KN Co) belonging to the a-ko-ra 2. (KN As) anthroponym Chadwick & Ventris 1973: nominative plural neuter of a-ko-ra-jo1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc2b-\ud800\udc05-\ud800\udc17","a-ko-ro-da-mo","Ram\u00f3n 2011: anthroponym \"\"determinative [compound] in which one of the elements is qualified by the other\"\" cf. \u1f08\u03ba\u03c1\u03cc-\u03b4\u03b7\u03bc\u03bf\u03c2 'head of the community' Duhoux 2008: \"\"[ a-ko-da-mo and a-ko-ro-da-mo] cannot both represent agorod\u0113mos and are in fact likely to correspond to two different [anthroponyms].\"\" Chadwick & Ventris 1973: anthroponym genitive cf. \u1f08\u03ba\u03c1\u03cc\u03b4\u03b7\u03bc\u03bf\u03c2 Appears as \"\"] wo-ro-ka-ne a-ko-ro-(da)-mo-jo VIR 3\"\" on KN B 1025+. FAR: TH Gp VIN: TH Gp? VIR: KN B Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Anthology\"\" Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc00-\ud800\udc12-\ud800\udc2b","a-ko-ro","field country"],["\ud800\udc00-\ud800\udc12-\ud800\udc2b","a-ko-ro","(probably an anthroponym at KN Dl) Chadwick & Ventris 1973: \"\"qualified by adjective to form geographical name\"\" cf. \u1f00\u03b3\u03c1\u03cc\u03c2 'territory' Wiktionary: field country cf. \u1f00\u03b3\u03c1\u03cc\u03c2 \u2022 Sumerian /agar/ field \u2022 Akkadian /ikkar/ field \u2022 Latin /ager/ field and /agere/ to drive \u2022 English acre Appears in the context of sa-qa-re-jo on KN Dl 7138+. OVIS: KN Dl ra-ja: KN Dl Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc2b-\ud800\udc26-\ud800\udc2b","a-ko-ro-qo-ro","Chadwick & Ventris 1973: anthroponym cf. Latin Agricola Killen 1964: a shepherd's name KN Da: e-ki-no o-ku-no au-ri-jo po-i-te-u KN Da: a-ka KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen J.T. 1964 British School at Athens (BSA) 59 \"\"The Wool Industry of Crete in the Late Bronze Age\"\""],["\ud800\udc00-\ud800\udc12-\ud800\udc2b-\ud800\udc32","a-ko-ro-ta","Chadwick & Ventris 1973: probably an anthroponym CAP: KN Mc *150: KN Mc *190: MY Go Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc2b-\ud800\udc38","a-ko-ro-we","Chadwick & Ventris 1973: description of oxen possibly 'of uniform colour' Gallavotti TBD: 'with pointed ears' Chadwick & Ventris 1973: nominative dual of a-ko-ro-we Chadwick & Ventris 1973: variant spelling of dual of a-ko-ro-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Gallavotti TBD"],["\ud800\udc00-\ud800\udc12-\ud800\udc30-\ud800\udc1a","a-ko-so-ne","axes"],["\ud800\udc00-\ud800\udc12-\ud800\udc30-\ud800\udc1a","a-ko-so-ne","Chadwick & Ventris 1973: 'shafts axles' cf. \u1f04\u03be\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc30-\ud800\udc32","a-ko-so-ta","Chadwick & Ventris 1973: anthroponym \"\"an important official\"\" cf. \u1f08\u03bb\u03ba\u03bf\u03af\u03c4\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc33-\ud800\udc04","a-ko-te-u","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03ba\u03bf\u03c4\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc35","a-ko-to","Chadwick & Ventris 1973: anthroponym cf. \u1f0c\u03ba\u03c4\u03c9\u03c1 TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc35-\ud800\udc1c","a-ko-to-no","Chadwick & Ventris 1973: 'not possessing a plot' nominative plural masculine Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc35-\ud800\udc3a","a-ko-to-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc38-\ud800\udc02-\ud800\udc0a","a-ko-we-i-ja","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc12-\ud800\udc3a","a-ko-wo","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc13-\ud800\udc07-\ud800\udc2a-\ud800\udc0d","a-ku-di-ri-jo","Chadwick & Ventris 1973: anthroponym OVIS: KN Dc e-ko-so: KN Dc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc13-\ud800\udc19-\ud800\udc02","a-ku-na-i","(as a-ku-(na)-i) McArthur 1993 Chadwick & Ventris 1973: toponym locative plural (as a-ku-do-i) Hart 1965: toponym connected with do-ti-ja a-ku-(na)-i spelling confirmed with Killen & Olivier 1989. OVIS: KN Ce Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hart G.R. 1965 Mnemosyne 18 \u201cThe Grouping of Place-Names in the Knossos Tablets\u201d Killen J. T. and Jean-Pierre Olivier 1989 The Knossos Tablets 5th Ed. McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc00-\ud800\udc13-\ud800\udc2a-\ud800\udc0d","a-ku-ri-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc13-\ud800\udc2b","a-ku-ro","Chadwick & Ventris 1973: silver cf. \u1f04\u03c1\u03b3\u03c5\u03c1\u03bf\u03c2 Wiktionary: silver Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc13-\ud800\udc2b","a-ku-ro","silver"],["\ud800\udc00-\ud800\udc13-\ud800\udc36-\ud800\udc2c-\ud800\udc3a","a-ku-tu-ru-wo",""],["\ud800\udc00-\ud800\udc13-\ud800\udc3a","a-ku-wo","Chadwick & Ventris 1973: probable anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc14","a-ma","Chadwick & Ventris 1973: harvest cf. \u1f00\u03bc\u03ac\u03c9 reap or \u1f00\u03bc\u03ac\u03bf\u03bc\u03b1\u03b9 \u1f00\u03bc\u03ae collect Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek see also: comments on GRA"],["\ud800\udc00-\ud800\udc14-\ud800\udc12-\ud800\udc35","a-ma-ko-to","Chadwick & Ventris 1973: month name genitive? cf. \u03b1\u1f31\u03bc\u03b1\u03ba\u03c4\u03cc\u03c2 OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc14-\ud800\udc1c","a-ma-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc14-\ud800\udc2c-\ud800\udc32","a-ma-ru-ta","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bc\u03b1\u03c1\u03c5\u03b3\u03c7\u03b5\u03cd\u03c2 \u1f08\u03bc\u03b1\u03c1\u03cd\u03bd\u03b8\u03b9\u03bf\u03c2 Chadwick & Ventris 1973: genitive of a-ma-ru-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc14-\ud800\udc2c-\ud800\udc35","a-ma-ru-to","del Freo 2009: Euboean toponym cf. \u1f08\u03bc\u03ac\u03c1\u03c5\u03bd\u03b8\u03bf\u03c2 \"\"famous in ancient times for a sanctuary of Artemis\"\" Chadwick & Spyropoulos 1975: toponym Amarunthos in Boeotia Chadwick & Ventris 1973: allative of a-ma-ru-to LANA: TH Of SUS: TH Wu pa-pa-ra-ki: TH Of qe-ri-jo-jo: TH Wu Chadwick John and Theodors Spyropoulos 1975 The Thebes Tablets II Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek del Freo Maurizio 2009 Pasiphae: Rivista di Filologia e Antichit\u00e0 Egee III \"\"The Geographical Names in the Linear B Texts from Thebes\"\""],["\ud800\udc00-\ud800\udc14-\ud800\udc35-\ud800\udc3a","a-ma-to-wo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bc\u03b1\u03b8\u03bf\u1fe6\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc14-\ud800\udc36-\ud800\udc19","a-ma-tu-na","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc14-\ud800\udc36-\ud800\udc19","a-ma-tu-na","deity name"],["\ud800\udc00-\ud800\udc15-\ud800\udc00","a-me-a","Chadwick & Ventris 1973: anthroponym KN Da: a-ke-e-to LANA: KN Od OVIS: KN Da pa-i-to: KN Od? ra-su-to: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc15-\ud800\udc0a","a-me-ja","Chadwick & Ventris 1973: anthroponym cf. (-to genitive) a-te-mi-to e-mi-to me-ri-to o-we-to Chadwick & Ventris 1973: genitive of a-me-ja a-me-ja KN F: a-e-da-do-rohapax anthroponym a-ta-ti-nuanthroponym a-me-ja-to PY Sa: a-re-to-tohapax genitive anthroponym a-te-wo-johapax genitive anthroponym e-ke-i-jo-johapax genitive anthroponym [[e-pi-wo-qa-ta-o]]hapax genitive anthroponym [[ke-ro-ke-re-we-o]]hapax genitive anthroponym [[qa-sa-re-o]]hapax genitive anthroponym [[se-we-ri-ko-jo]]hapax genitive anthroponym tu-ri-si-jo-jogenitive ethnic [[wo-ro-ko-jo]]hapax genitive anthroponym etc. PY Sa: ROTA+TE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc15-\ud800\udc0a-\ud800\udc2f","a-me-ja-si","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc15-\ud800\udc1c","a-me-no","Chadwick & Ventris 1973: anthroponym cf. \u1f0c\u03c1\u03bc\u03b5\u03bd\u03bf\u03c2 \u1f0c\u03c3\u03bc\u03b5\u03bd\u03bf\u03c2 \u1f08\u03bc\u03b5\u03af\u03bd\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc15-\ud800\udc35","a-me-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc16-\ud800\udc0a","a-mi-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc16-\ud800\udc10-\ud800\udc33-\ud800\udc35","a-mi-ke-te-to","Chadwick & Ventris 1973: anthroponym? LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc16-\ud800\udc1b-\ud800\udc30","a-mi-ni-so","amnesos (placename)"],["\ud800\udc00-\ud800\udc16-\ud800\udc1b-\ud800\udc30","a-mi-ni-so","Chadwick & Ventris 1959: toponym Amnisos '\u0391\u03bc\u03bd\u03b9\u03c3\u03bf\u03c2 Toponym: a-mi-ni-so Ethnics: a-mi-ni-si-jo a-mi-ni-si-ja Allative: a-mi-ni-so-de Appears as \"\"a-mi-ni-so / pa-si-te-o-i\"\" on KN Fp 1+. Appears as \"\"a-mi-ni-so-de / pa-si-te-o-i\"\" on KN Fp 48. (see also KN Ga 953+) Appears as \"\"a-mi-ni-so ke-re-na\"\" on KN M 719. Appears as \"\"[[pa-ze]] a-mi-ni-so\"\" on KN V 114+ verso. a-mi-ni-si-ja (KN E): ko-no-si-jaethnic pa-i-ti-jaethnic a-mi-ni-si-jo (KN Am): ko-no-si-joethnic do-e-ra: KN Ai GRA: KN E ko-wo: KN Ak LUNA: KN E M: KN Og? MA: KN Ga? ME+RI: KN Gg MUL: KN Ai? OLE: KN Fh KN Fp VIR: KN Am PY An *146: KN M? ku-pe-se-ro: KN Og? me-to-rera-su-to: KN Og? ne-ri-wa-to: KN Og? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc16-\ud800\udc1b-\ud800\udc30","a-mi-ni-so","Chadwick & Ventris 1959: toponym Amnisos '\u0391\u03bc\u03bd\u03b9\u03c3\u03bf\u03c2 Toponym: a-mi-ni-so Ethnics: a-mi-ni-si-jo a-mi-ni-si-ja Allative: a-mi-ni-so-de Appears as \"\"a-mi-ni-so / pa-si-te-o-i\"\" on KN Fp 1+. Appears as \"\"a-mi-ni-so-de / pa-si-te-o-i\"\" on KN Fp 48. (see also KN Ga 953+) Appears as \"\"a-mi-ni-so ke-re-na\"\" on KN M 719. Appears as \"\"[[pa-ze]] a-mi-ni-so\"\" on KN V 114+ verso. a-mi-ni-si-ja (KN E): ko-no-si-jaethnic pa-i-ti-jaethnic a-mi-ni-si-jo (KN Am): ko-no-si-joethnic do-e-ra: KN Ai GRA: KN E ko-wo: KN Ak LUNA: KN E M: KN Og? MA: KN Ga? ME+RI: KN Gg MUL: KN Ai? OLE: KN Fh KN Fp VIR: KN Am PY An *146: KN M? ku-pe-se-ro: KN Og? me-to-rera-su-to: KN Og? ne-ri-wa-to: KN Og? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc16-\ud800\udc1d-\ud800\udc37-\ud800\udc32","a-mi-nu-wa-ta","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: variant spelling? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc16-\ud800\udc2f-\ud800\udc0a","a-mi-si-ja","Chadwick & Ventris 1973: \"\"probable defective spelling of a-mi-ni-si-ja\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc16-\ud800\udc35-\ud800\udc1c","a-mi-to-no","Chadwick & Ventris 1973: anthroponym Appears as \"\"a-mi-to-no / pi-ri-te a-ra-ru-wo-a\"\" on KN Ra 1543+. PUG: KN Ra? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc17","a-mo","Chadwick & Ventris 1973: wheel cf. \u1f03\u03c1\u03bc\u03b1\u03c4\u03b1 'chariot' Chadwick & Ventris 1973: dative plural of a-mo Iliad IV.365: \"\"[...] \u1f51\u03c0\u03ad\u03c1\u03b8\u03c5\u03bc\u03bf\u03bd \u0394\u03b9\u03bf\u03bc\u03ae\u03b4\u03b5\u03b1 \u1f11\u03c3\u03c4\u03b1\u03cc\u03c4\u1fbd\u1f14\u03bd \u03b8\u1fbd\u1f35\u03c0\u03c0\u03bf\u03b9\u03c3\u03b9 \u03ba\u03b1\u1f76 \u1f05\u03c1\u03bc\u03b1\u03c3\u03b9 \u03ba\u03bf\u03bb\u03bb\u03b7\u03c4\u03bf\u03b9\u03c3\u03b9 [...]\"\" [...] Diomedes high of heart as he stood his horse and jointed chariot [...] Duhoux 2008 (KN So): \"\"this word could point to the wheels together with their axle. Its etymological meaning (from the root used in \u1f00\u03c1\u03b1\u03c1\u03af\u03c3\u03ba\u03c9 'fit') must have been 'set of assembled parts'.\"\" See more on p. 275 Chadwick & Ventris 1973: nominative plural of a-mo Chadwick & Ventris 1973: nominative dual of a-mo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Anthology\u201d"],["\ud800\udc00-\ud800\udc17-\ud800\udc02-\ud800\udc0b-\ud800\udc35","a-mo-i-je-to","Chadwick & Ventris 1973: probably two words 'chariot'? + 'is being sent' Palmer 1963: TBD (p. 406) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Leonard R. 1963 The Interpretation of Mycenaean Greek Texts"],["\ud800\udc00-\ud800\udc17-\ud800\udc10-\ud800\udc29","a-mo-ke-re","(as a-mo-ke-re[-we?]) Chadwick & Ventris 1973: anthroponym in -klew\u0113s? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc17-\ud800\udc28-\ud800\udc14","a-mo-ra-ma","Chadwick & Ventris 1973: 'rations supplies' cf. \u1f01\u03c1\u03bc\u03b1\u03bb\u03b9\u03ac Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc17-\ud800\udc32-\ud800\udc0d","a-mo-ta-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f09\u03c1\u03bc\u03cc\u03c3\u03c4\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc17-\ud800\udc32","a-mo-ta","wheels"],["\ud800\udc00-\ud800\udc17-\ud800\udc33-\ud800\udc0d-\ud800\udc19-\ud800\udc06","a-mo-te-jo-na-de","Chadwick & Ventris 1973: 'to the wheelwrights' workshops' allative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc17-\ud800\udc33-\ud800\udc29","a-mo-te-re","Chadwick & Ventris 1973: \"\"probably dative singular or nominative dual of noun in -ter\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc17-\ud800\udc33-\ud800\udc39-\ud800\udc0a","a-mo-te-wi-ja","Chadwick & Ventris 1973: adjective describing a ewer probably derivative of a-mo-te-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc17-\ud800\udc33-\ud800\udc3a","a-mo-te-wo","Chadwick & Ventris 1973: occupational term 'wheelwright' or 'fitter'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc18-\ud800\udc32-\ud800\udc3a","a-mu-ta-wo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bc\u03c5\u03b8\u03ac\u03c9\u03bd Chadwick & Ventris 1973: genitive of a-mu-ta-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc5a","a-na-*82","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc02-\ud800\udc32","a-na-i-ta","non decorated"],["\ud800\udc00-\ud800\udc19-\ud800\udc0f","a-na-ka","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of a-na-ka or spelling error for wa-na-ka-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc10-\ud800\udc01","a-na-ke-e","Chadwick & Ventris 1973: 'bring contribute'? cf. \u1f00\u03bd\u03ac\u03b3\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc11-\ud800\udc34","a-na-ki-ti","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc17-\ud800\udc35","a-na-mo-to","Chadwick & Ventris 1973: 'not fitted out' 'wheelless' reference to [[CAPS]] Chadwick & Ventris 1973: neuter plural? referring to [[*245]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc17-\ud800\udc35","a-na-mo-to","not assembled"],["\ud800\udc00-\ud800\udc19-\ud800\udc26-\ud800\udc32","a-na-qo-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc29-\ud800\udc04","a-na-re-u","Chadwick & Ventris 1973: anthroponym *168+SE: KN Pp su-ri-mo: KN Pp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc33-\ud800\udc04","a-na-te-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc19-\ud800\udc35","a-na-to","Chadwick & Ventris 1973: 'not inlaid' opposed to [[a-ja-me-na]] nominative plural feminine Chadwick & Ventris 1973: nomiatinve plural feminine with feminine endings in compound adjective Chadwick & Ventris 1973: shorter spelling of a-na-i-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1a-\ud800\udc40","a-ne-a2","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1a-\ud800\udc17","a-ne-mo","Chadwick & Ventris 1973: '(priestess) of the winds' cf. \u1f04\u03bd\u03b5\u03bc\u03bf\u03b9 cf. a-ne-mo + i-je-re-ja Hiller 2011: 'for the priestess of the Winds' OLE: KN Fp u-ta-no: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stegan 2011 A Companion to Linear B: Mycenaen Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc00-\ud800\udc1a-\ud800\udc17","a-ne-mo","wind"],["\ud800\udc00-\ud800\udc1a-\ud800\udc03","a-ne-o","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1a-\ud800\udc28-\ud800\udc35","a-ne-ra-to",""],["\ud800\udc00-\ud800\udc1a-\ud800\udc28-\ud800\udc35","a-ne-ra-to","not beloved"],["\ud800\udc00-\ud800\udc1a-\ud800\udc32-\ud800\udc06","a-ne-ta-de","Chadwick & Ventris 1973: 'but remitted' cf. \u1f04\u03bd\u03b5\u03c4\u03bf\u03c2 'set free' \u1f00\u03bd\u03b5\u03c3\u03b9\u03c2 'remission of taxes' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1a-\ud800\udc32-\ud800\udc06","a-ne-ta-de","free"],["\ud800\udc00-\ud800\udc1a-\ud800\udc32","a-ne-ta","without taxes"],["\ud800\udc00-\ud800\udc1a-\ud800\udc33-\ud800\udc37","a-ne-te-wa","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1a-\ud800\udc04-\ud800\udc05","a-ne-u-da","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1a-\ud800\udc04-\ud800\udc33","a-ne-u-te","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: variant spelling Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1b-\ud800\udc0a","a-ni-ja","Chadwick & Ventris 1973: reins cf. \u1f21\u03bd\u03af\u03b1 (Homer) Iliad V.262: \u1f21\u03bd\u03af\u03b1 'reins' Chadwick & Ventris 1973: instrumental plural \"\"(fitted) with reins\"\" Chadwick & Ventris 1973: dual of a-ni-ja? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1b-\ud800\udc0a","a-ni-ja","reins"],["\ud800\udc00-\ud800\udc1b-\ud800\udc0a-\ud800\udc35","a-ni-ja-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1b-\ud800\udc03-\ud800\udc12","a-ni-o-ko","Chadwick & Ventris 1973: 'chariot-driver' cf. \u1f21\u03bd\u03af\u03bf\u03c7\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc10-\ud800\udc37","a-no-ke-wa","Chadwick & Ventris 1973: probably an occupational term or title Parallel to du-ma in a context of du-ni-jo on PY An 192. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc10-\ud800\udc38","a-no-ke-we","Chadwick & Ventris 1973: anthroponym cf. a-no-ze-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc15-\ud800\udc06","a-no-me-de","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae\u03b4\u03b7\u03c2 PY Jn 706 AES: a3-so-ni-jo ke-ta ka-pa-ra2 ku-ri-sa-to ma-ra-si-jo mu-to-na pe-ri-no qi-si-ja-ko Chadwick John and Michael Venris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc1c","a-no-no","Chadwick & Ventris 1973: \"\"not subject to o-na-ta\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc21","a-no-po","Bernab\u00e9 & Luj\u00e1n 2008: 'not perforated' cf. \u1f60\u03c0\u03ae 'hole' Hom. \u03c0\u03bf\u03bb\u03c5\u03c9\u03c0\u03cc\u03c2 'with many holes' \u03c3\u03c4\u03b5\u03b9\u03bd\u03c9\u03c0\u03cc\u03c2 'narrow' Chadwick & Ventris 1973: 1. adjective describing e-re-pa perhaps 'not subject to o-pa' or 'unworked' (PY Va) 2. anthroponym (PY Cn) PY Cn 131 (context: pa-ro & OVIS): a-ka-ma-woPY Jn a-ri-wo-ne a-ta-ma-ne-we a-we-ke-se-we do-qo-nohapax [[e-ti-ra-wo]]PY Sa gen. [[ke-ro-wo]]PY Ae ke-sa-me-noPY Fn ko-roKN De ko-ru-no ku-pi-ri-joKN Fh KN Ga PY Jn PY Un me-te-wehapax ne-ri-tohapax [[o-ku-ka]] [[pi-me-ta]]hapax po-ke-wehapax po-ko-ro po-ro-u-te-wePY Jn gen.; KN Dc PY Jn nom. ra-pa-sa-ko se-noPY Es [[wo-ki-to]]hapax Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc23-\ud800\udc2f-\ud800\udc0a","a-no-qa-si-ja","Chadwick & Ventris 1973: \"\"reason for allotment of land\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc26-\ud800\udc32","a-no-qo-ta","Ram\u00f3n 2011: anthroponym \"\"verbal governing compound (Rektionskomposita)\"\" meaning 'who kills men' cf. Homeric \u1f00\u03bd\u03b4\u03c1\u03b5\u03b9\u03c6\u03cc\u03bd\u03c4\u03b7\u03c2. \"\"The first member of Hom. \u1f00\u03bd\u03b4\u03c1\u03b5\u03b9\u03c6\u03cc\u03bd\u03c4\u03b7\u03c2 is probably analogical to that of \u1f08\u03c1\u03b3\u03b5\u03b9-\u03c6\u03cc\u03bd\u03c4\u03b7\u03c2.\"\" Aura Jorro 1985: antrop\u00f3nimo masculino nominativo probablemente cf. \u1f00\u03bd\u03b4\u03c1\u03bf\u03c6\u1f40\u03bd\u03c4\u03b7\u03c2 (compuesto de \u1f00\u03bd\u03ae\u03c1) aunque tambi\u00e9n es posible \u1f08\u03bd\u03b1\u03c6\u03bf(\u03c4\u03b1\u03c2) (compuesto de \u1f00\u03bd\u03ac) Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bd\u03b4\u03c1\u03b5\u03b9\u03c6\u03cc\u03bd\u03c4\u03b7\u03c2 cf. a-pi-qo-ta-o pe-ri-qo-ta-o qe-re-qo-ta-o su-qo-ta-o wi-jo-qo-ta-o Chadwick & Ventris 1973: genitive of a-no-qo-ta Appears as \"\"a-*79 a-no-qo-ta\"\" on KN Ap. In a ru-ki-to context on KN Da: mo-ni-koanthroponym KN Ap: ti-wa-ti-ja? KN Da: ru-ki-to KN Dq: e-ra GRA: KN E LUNA: KN E MUL: KN Ak KN Ap OVIS: KN Da KN Dq Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc00-\ud800\udc1c-\ud800\udc28-\ud800\udc32","a-no-ra-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc32","a-no-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc38","a-no-we","Chadwick & Ventris 1973: without handles cf. \u1f00\u03bc\u03c6\u1ff6\u03b5\u03c2 two-handled ti-ri-jo-we qe-to-ro-we a-no-we is confirmed with the ideogram of a handless vase *202VAS on PY Ta 641 which also includes ti-ri-jo-we with a 3-handled ideogram and qe-to-ro-we with a 4-handled ideogram. a-no \u1f04\u03bd\u03b5\u03c5 without + o-we \u03bf\u1f56\u03c2 ear handle Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc38","a-no-we","vessel type with no handle"],["\ud800\udc00-\ud800\udc1c-\ud800\udc3a-\ud800\udc35","a-no-wo-to","Chadwick & Ventris 1973: without handles cf. \u1f00\u03bd\u03bf\u03cd\u03b1\u03c4\u03bf\u03c2 a-no \u1f04\u03bd\u03b5\u03c5 without + wo-to \u03bf\u1f56\u03c2 \u03bf\u1f54\u03b1\u03c4\u03b1 \u03bf\u1f54\u03b1\u03c4\u03bf\u03c2 ear handle Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc3d-\ud800\udc38","a-no-ze-we","Chadwick & Ventris 1973: anthroponym cf. a-no-ke-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c-\ud800\udc3f-\ud800\udc0d","a-no-zo-jo","Chadwick & Ventris: genitive of an anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1c","a-no","\u1f04\u03bd\u03b5\u03c5 without (PY Cn 254) Chadwick & Ventris 1973: anthroponym? a-no as without is confirmed by the presence of a-no-we with the ideogram of a handless vase *202VAS on PY Ta 641 which also includes ti-ri-jo-we with a 3-handled ideogram and qe-to-ro-we with a 4-handled ideogram. a-no-ke-wa a-no-ke-we anthroponym a-no-me-de a-no-no a-no-po a-no-we a-no-wo-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1d-\ud800\udc12","a-nu-ko","Chadwick & Ventris 1973: anthroponym KN Ce: ro-ruanthroponym KN Ce: te-pa-ra (if toponym definition is correct) KN Db: pa-i-to KN Dc: ku-ta-to KN Dc KN Dk: da-mi-ni-jo (if toponym definition is correct) OVIS: KN Ce KN Db KN Dc KN Dk CROC: KN Np Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1d-\ud800\udc17","a-nu-mo","Chadwick & Ventris 1973: anthroponym KN V: ta-za-roanthroponym *47-ti-joanthroponym etc. OVIS: KN Da KN De qa-ra: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1d-\ud800\udc1c","a-nu-no","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1d-\ud800\udc35","a-nu-to","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of a-nu-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1d-\ud800\udc37","a-nu-wa","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1d-\ud800\udc37-\ud800\udc35","a-nu-wa-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1d-\ud800\udc39-\ud800\udc12","a-nu-wi-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc03-\ud800\udc2a-\ud800\udc0d","a-o-ri-jo","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc03-\ud800\udc2a-\ud800\udc15-\ud800\udc1a","a-o-ri-me-ne","Chadwick & Ventris 1973: anthroponym cf. \u1f04\u03bf\u03c1 \u03bc\u03ad\u03bd\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc03-\ud800\udc3d-\ud800\udc0d","a-o-ze-jo","Chadwick & Ventris 1973: \"\"second element of compound place name\"\"? see e-ro2-ne Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc02-\ud800\udc34-\ud800\udc0d","a-pa-i-ti-jo","Chadwick & Ventris 1973: anthroponym cf. \u0397\u03c6\u03b1\u03af\u03c3\u03c4\u03b9\u03bf\u03c2 -\u03af\u03c9\u03bd Appears as \"\"i-ku-tu-re ru-si-qe a-pa-i-ti-jo ze-me-qe[\"\" on KN L 588+. TELA: KN L? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc02-\ud800\udc34-\ud800\udc0d","a-pa-i-ti-jo","Hephaistos god of fire"],["\ud800\udc00-\ud800\udc1e-\ud800\udc0b-\ud800\udc04","a-pa-je-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc1b-\ud800\udc0d","a-pa-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc29-\ud800\udc04","a-pa-re-u","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c6\u03b1\u03c1\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc29-\ud800\udc04-\ud800\udc20","a-pa-re-u-pi","Chadwick & Ventris 1973: toponym locative or ablative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc2a-\ud800\udc0f-\ud800\udc19-\ud800\udc38-\ud800\udc0a","a-pa-ri-ka-na-we-ja","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc2d-\ud800\udc11-\ud800\udc0d","a-pa-sa-ki-jo","Chadwick & Ventris 1973: anthroponym? CAP: KN Mc *150: KN Mc ku-ta-to: KN Mc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc2f-\ud800\udc0d-\ud800\udc0d","a-pa-si-jo-jo","Chadwick & Ventris 1973: anthroponym genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc32","a-pa-ta","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1e-\ud800\udc32-\ud800\udc37","a-pa-ta-wa","aptera a city of crete"],["\ud800\udc00-\ud800\udc1e-\ud800\udc32-\ud800\udc37","a-pa-ta-wa","McArthur 1993: toponym probably Aptara based on non-contradicting geographic evidence of place-name equation Palmer 1979 Chadwick & Ventris 1973: toponym cf. \u1f08\u03c0\u03c4\u03b1\u03c1\u03b1 (identified by Pashley 1837 as a site in eastern Crete at Palaiokastro) Hart 1965: Aptara in northwest Crete In KN C: o-du-ru-wi-joethnic si-ra-rotoponym ri-jo-notoponym ku-ta-i-totoponym wa-totoponym BOS: KN C CAP: KN Co ne *170: KN C OVIS: KN Co SUS: KN Co VIR: KN Am ko-re-te: KN C te-re-ta: KN Am Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hart G.R. 1965 Mnemosyne 18 \u201cThe Grouping of Place-Names in the Knossos Tablets\u201d McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Palmer Leonard R. 1979 Colloquium Mycenaeum \"\"Context and Geography I: Crete\"\" Pashley Robert 1837 Travels in Crete"],["\ud800\udc00-\ud800\udc1e-\ud800\udc04-\ud800\udc2b","a-pa-u-ro","Chadwick & Ventris 1973: anthroponym *150: KN Mc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc00-\ud800\udc2d","a-pe-a-sa","cf. (-te -sa) o-pe-ro? Chadwick & Ventris 1973: nominative plural feminine of a-pe-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc08-\ud800\udc10","a-pe-do-ke","Chadwick & Ventris 1973: \"\"Unique example of augment\"\" cf. a-pu-do-ke Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc08-\ud800\udc10","a-pe-do-ke","delivered"],["\ud800\udc00-\ud800\udc1f-\ud800\udc01-\ud800\udc10","a-pe-e-ke","Chadwick & Ventris 1973: \"\"verbal form meaning and identification uncertain\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc01-\ud800\udc10","a-pe-e-ke","Chadwick & Ventris 1973: verbal form \"\"meaning and identification uncertain\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc01-\ud800\udc2f","a-pe-e-si","Chadwick & Ventris 1973: 'they are absent' cf. \u1f04\u03c0\u03b5\u03b9\u03bc\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc02-\ud800\udc0a","a-pe-i-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc02-\ud800\udc2f","a-pe-i-si","Chadwick & Ventris 1973: meaning obscure Appears as \"\"au-u-te a-pe-i-si\"\" on KN Od 666. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc02-\ud800\udc2f","a-pe-i-si","Chadwick & Ventris 1973: possible verbal form 'will be deducted' or verbal noun? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc10-\ud800\udc01","a-pe-ke-e","Chadwick & Ventris 1973: toponym PY Jn: a-ke-re-watoponym a-si-ja-ti-jatoponym ro-u-sotoponym etc. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc1a-\ud800\udc3a","a-pe-ne-wo","Chadwick & Ventris 1973: \"\"of animals used to draw carts\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc03","a-pe-o","Duhoux 2011: verb 'being absent' Chadwick & Ventris 1973: \"\"being absent\"\" cf. ta-pa-e-o-te (KN B) Chadwick & Ventris 1973: nominative plural masculine of a-pe-o See also a-pe-a-sa per Chadwick & Ventris. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \u201cInterpreting the Linear B Records: Some Guidelines\u201d"],["\ud800\udc00-\ud800\udc1f-\ud800\udc03-\ud800\udc33","a-pe-o-te","absent"],["\ud800\udc00-\ud800\udc1f-\ud800\udc29","a-pe-re","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc2a-\ud800\udc32-\ud800\udc3a","a-pe-ri-ta-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc33-\ud800\udc15-\ud800\udc1a","a-pe-te-me-ne","Chadwick & Ventris 1973: adjective describing [[pa-ko-to]] meaning obscure nominative dual Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc33-\ud800\udc04","a-pe-te-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc1f-\ud800\udc34-\ud800\udc48","a-pe-ti-ra2","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc40-\ud800\udc2b","a-pi-a2-ro","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bc\u03c6\u03af\u03b1\u03bb\u03bf\u03c2 (Odyssey VIII 114) Aura Jorro 1985: antrop\u00f3nimo masculino nominativo Ram\u00f3n 2011: prepositional compound with an adverb or preposition as first element Ruijgh 2011: anthroponym \u1f08\u03bc\u03c6\u03af\u03b1\u03bb\u03bf\u03c2 meaning \"\"having the sea on both sides\"\" from Homeric \u1f00\u03bc\u03c6\u03b9 \"\"on both sides\"\" + \u1f01\u03bb- in the sense of \"\"sea\"\" cf. o-pi-a2-ra o-pi-ja-ro Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\" Ruijgh C.J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\""],["\ud800\udc00-\ud800\udc20","a-pi","Chadwick & Ventris 1973: around cf. \u1f00\u03bc\u03c6\u03b9- Aura Jorro 1985: preposici\u00f3n en general cf. \u1f00\u03bc\u03c6\u03af Wiktionary: \u1f00\u03bc\u03c6\u03af Perseus: on both sides a-pi-a2-ro a-pi-da-ta a-pi-do-ra a-pi-do-ro a-pi-e-ke a-pi-e-ra a-pi-je-ta a-pi-jo a-pi-jo-to a-pi-o-to a-pi-ka-ra-do-jo a-pi-me-de a-pi-no-e-wi-jo a-pi-po-re-we a-pi-qo-ro a-pi-qo-ta a-pi-qo-i-ta a-pi-qo-to a-pi-ra-wo a-pi-re-jo a-pi-re-we a-pi-te-ja a-pi-te-wa a-pi-wa-to Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc05-\ud800\udc32","a-pi-da-ta","Chadwick & Ventris 1973: anthroponym Aura Jorro 1985: antrop\u00f3nimo masculino nominativo Auro Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc08-\ud800\udc28","a-pi-do-ra","Chadwick & Ventris 1973: anthroponym dative? Aura Jorro 1985: antrop\u00f3nimo femenino nominativo. cf. \u1f08\u03bc\u03c6\u03b9\u03b4\u03ce\u03c1\u03b1 Ram\u00f3n 2011: feminine anthroponym cf. \u1f08\u03bc\u03c6\u03b9\u03b4\u03ce\u03c1\u03b1 Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bc\u03c6\u03af\u03b4\u03c9\u03c1\u03bf\u03c2 Aura Jorro 1985: antrop\u00f3nimo masculino nominativo. Auro Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc00-\ud800\udc20-\ud800\udc01-\ud800\udc10","a-pi-e-ke","contain"],["\ud800\udc00-\ud800\udc20-\ud800\udc01-\ud800\udc10","a-pi-e-ke","Palmer 1956: \"\"dedicated consecrated\"\" cf. \u1f00\u03c6\u03b9\u03ad\u03c1\u03c9\u03c3\u03b5 Chadwick & Ventris 1973: 1. \"\"perhaps a form of the verb seen in [[i-je-si]] [[i-je-to]] q.v.\"\" 2. \"\"encloses keep in safety\"\" Aura Jorro 1985: forma verbal su interpretaci\u00f3n es dudosa: \u00bf\u1f00\u03bc\u03c6\u03b9-h\u03ad\u03c7\u03b5\u03b9 cf. \u1f00\u03bc\u03c0\u03ad\u03c7\u03c9? \u00bf\u03ac\u03bc\u03c6\u03b9-h\u03b7\u03ba\u03b5 (aoristo de \u1f00\u03bc\u03c6\u03af\u03b7\u03bc\u03b9)? \u00bf\u1f00\u03c6-\u03af\u03b7\u03ba\u03b5 (aoristo de un compuesto de \u1f00\u03c0\u03bf y \u1f35\u03b7\u03bc\u03b9 consagrar)? Auro Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Leonard R. 1956 (MLS) XI 7 To Do: What does MLS stand for? (not Modern Language Studies)"],["\ud800\udc00-\ud800\udc20-\ud800\udc01-\ud800\udc28","a-pi-e-ra","possible compound: a-pi + e-ra Chadwick & Ventris 1973: anthroponym genitive and dative Aura Jorro 1985: antrop\u00f3nimo femenino genitivo. probablemente cf. \u1f08\u03bc\u03c6\u03b9-h\u03ae\u03c1\u03b1 Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc0a-\ud800\udc12-\ud800\udc2b-\ud800\udc0d","a-pi-ja-ko-ro-jo","Chadwick & Ventris 1973: anthroponym genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc0a-\ud800\udc29","a-pi-ja-re","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc0b-\ud800\udc32","a-pi-je-ta","Aura Jorro 1985: antrop\u00f3nimo masculino nominativo. Quiz\u00e1 cf. \u1f08\u03bc\u03c6\u03b9\u03ad\u03c4\u03b1\u03c2 Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I"],["\ud800\udc00-\ud800\udc20-\ud800\udc0d","a-pi-jo","Aura Jorro 1985: antrop\u00f3nimo masculino nominativo cf. \u1f08\u03bc\u03c6\u03af\u03c9\u03bd Aura Jorro 1985: genitivo de a-pi-jo cf. \u1f08\u03bc\u03c6\u03af\u03bf\u03bd\u03c4\u03bf\u03c2 variante gr\u00e1fica de a-pi-jo-to Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I"],["\ud800\udc00-\ud800\udc20-\ud800\udc0f-\ud800\udc28-\ud800\udc08-\ud800\udc0d","a-pi-ka-ra-do-jo","Aura Jorro 1985: antrop\u00f3nimo masculino genitivo cf. quiz\u00e1 \u1f08\u03bc\u03c6\u03b9\u03ba\u03bb\u03b1\u03b4\u03bf\u03c2 mejor que \u1f08\u03bc\u03c6\u03b9\u03c7\u03ac\u03c1\u03b1\u03b4\u03c1\u03bf\u03c2 \u1f08\u03bc\u03c6\u03af\u03ba\u03c1\u03b1\u03c4\u03bf\u03c2 \u03bf \u1f08\u03bc\u03c6\u03af\u03ba\u03c1\u03b1\u03b4\u03bf\u03c2 Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I research notes ethnic adjective for ka-ra-do-wa-ta / ko-ra-do-ro?"],["\ud800\udc00-\ud800\udc20-\ud800\udc10-\ud800\udc1a-\ud800\udc00","a-pi-ke-ne-a","Chadwick & Ventris 1973: toponym? cf. \u1f08\u03bc\u03c6\u03b9\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc15-\ud800\udc06","a-pi-me-de","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bc\u03c6\u03b9\u03bc\u03ae\u03b4\u03b7\u03c2 Chadwick & Ventris 1973: genitive of a-pi-me-de Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc1c-\ud800\udc01-\ud800\udc39-\ud800\udc0d","a-pi-no-e-wi-jo","Chadwick & Ventris 1973: probably an ethnic adjective Aura Jorro 1985: top\u00f3nimo cf. \u1f08\u03bc\u03c6\u03b9\u03bd\u03bfh\u03aeF\u03b9\u03bf\u03bd \"\"del contexto de las tablillas se deduce su situaci\u00f3n geogr\u00e1fica en el \u00e1rea de me-ta-pa y e-na-po-ro probablemente al Sur de este \u00faltimo.\"\" Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek research notes toponym no-e-u?"],["\ud800\udc00-\ud800\udc20-\ud800\udc21-\ud800\udc29-\ud800\udc38","a-pi-po-re-we","Chadwick & Ventris 1973: amphora cf. \u1f00\u03bc\u03c6\u03b9\u03c6\u03bf\u03c1\u03b5\u03cd\u03c2 Wiktionary: amphora Galiano 1972: haplology of a-pi-po-re-we Chadwick & Ventris 1973: shortened form of a-pi-po-re-we a-pi-po-re-we as \u1f00\u03bc\u03c6\u03b9\u03c6\u03bf\u03c1\u03b5\u03cd\u03c2 is confirmed by its presence with the amphora ideogram *209VAS on KN Uc 160 a-pi \u1f00\u03bc\u03c6\u03b9 on both sides + po-re-we \u03c6\u03bf\u03c1\u03b5\u03cd\u03c2 bearers carriers Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Galiano M.F. 1972 Acta Mycenaea. Proceedings of the Fifth International Colloquium on Mycenaean Studies Minos XI a-pi-po-re-we"],["\ud800\udc00-\ud800\udc20-\ud800\udc26-\ud800\udc2b","a-pi-qo-ro","Chadwick & Ventris 1973: nominiative and genitive plural. dative singular? attendants cf. \u1f00\u03bc\u03c6\u03af\u03c0\u03bf\u03bb\u03bf\u03c2 (Odyssey I.331) Aura Jorro 1985: apelativo de pers. sin duda \u1f00\u03bc\u03c6\u03af\u03c0\u03bf\u03bb\u03bf\u03c2 Ruijgh 2011: \u1f00\u03bc\u03c6\u03af\u03c0\u03bf\u03bb\u03bf\u03c2 (a-pi-qo-ro) and \u03bb\u03bf\u03b5\u03c4\u03c1\u03bf\u03c7\u03cc\u03bf\u03c2 ([[re-wo-to-ro-ko-wo]]) are found in Homer and \"\"have direct contact with the members of the royal family and their guests\"\" Perseus: handmaid waiting-woman feminine substantive only in Homer and Herodotus Chadwick & Ventris 1973: dative plural of a-pi-qo-ro Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean and Homeric Language\u201d"],["\ud800\udc00-\ud800\udc20-\ud800\udc26-\ud800\udc2b","a-pi-qo-ro","chamberlains"],["\ud800\udc00-\ud800\udc20-\ud800\udc26-\ud800\udc32","a-pi-qo-ta","Aura Jorro 1985: antrop\u00f3nimo masculino nominativo y dativo probablemente cf. \u1f08\u03bc\u03c6\u03b9\u03c6\u03bf\u03af\u03c4\u03b1\u03c2 Chadwick & Ventris 1973: anthroponym nominative and dative Chadwick & Ventris 1973: genitive or nominative of rubric a-pi-qo-ta a-no-qo-ta-o pe-ri-qo-ta-o qe-re-qo-ta-o su-qo-ta-o wi-jo-qo-ta-o Chadwick & Ventris 1973: genitive of a-pi-qo-ta Appears as \"\"a-pi-qo-ta-o ke-ro-si-ja\"\" on PY An 261. Appears as \u201cqa-si-re-u a-pi-qo-ta\u201d on PY Jn 431. Appears as \"\"pa-ro a-pi-qo-ta\"\" on KN C 915. (cf. do-e-ro) Appears as \"\"pa-ro / a-pi-qo-ta sa-pa-ka-te-ri-ja\"\" on KN C 941+. AES: PY Jn CAP: KN C OVIS: KN C VIR: PY An PY Jn: a-pe-ke-e Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc26-\ud800\udc35","a-pi-qo-to","Chadwick & Ventris 1973: table adjective obscure Bernab\u00e9 1998: 8-shaped cf. \u1f00\u03bc\u03c6\u03af\u03b2\u03c1\u03bf\u03c4\u03bf\u03c2 covering the whole man of a shield Bernab\u00e9 & Luj\u00e1n 2008: table adjective cf. \u1f00\u03bc\u03c6\u03b9 around + -\u03c4\u03bf\u03c2 verbal adjective from of \u03b2\u03b1\u03af\u03bd\u03c9 go \u00a0 1. round \u00a0 2. with a rim Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Bernab\u00e9 Alberto 1998 Corolla Complutensis in memoriam J.S. Lasso de la Vega contexta (editors L. Gil M. Pastor Mart\u00ednez R.M. Aguilar) \"\"Hom. \u1f00\u03bc\u03c6\u03b9\u03b2\u03c1\u03bf\u03c4\u03bf\u03c2 y mic. a-pi-qo-to \u00bfun caso de etimolog\u00eda popular?\"\" Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (editors Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\""],["\ud800\udc00-\ud800\udc20-\ud800\udc28-\ud800\udc3a","a-pi-ra-wo","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03b5\u03c1\u03af\u03bb\u03b1\u03bf\u03c2 Aura Jorro 1985: antrop\u00f3nimo masculino nominativo probablemente \u1f08\u03bc\u03c6\u03b9-\u03bb\u03b1\u03bf\u03c2 Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc29-\ud800\udc0d","a-pi-re-jo","Ruijgh 1967: hypocoristic (i.e. diminutive or nick-name) of \u1f08\u03bc\u03c6\u03af\u03bb\u03b1F\u03bf\u03c2 Chadwick & Ventris 1973: anthroponym Aura Jorro 1985: antrop\u00f3nimo masculino nominativo quiz\u00e1 patron\u00edmico \u00bf\u1f08\u03bc\u03c6\u03b9\u03bb\u03b5\u03b9\u03bf\u03c2? Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C. J. 1967 \u00c9tudes sur la Grammaire et le Vocabulaire du Grec Myc\u00e9nien"],["\ud800\udc00-\ud800\udc20-\ud800\udc29-\ud800\udc38","a-pi-re-we","Galiano 1972: haplology (elimination of 1 of 2 duplicate consonant sounds) of a-pi-po-re-we? Chadwick & Ventris 1973: obscure perhaps an article of armour? Aura Jorro 1985: \u00bfnominativo plural de un nombre com\u00fan o dativo de un antrop\u00f3nimo? Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Galiano M.F. 1972 Acta Mycenaea. Proceedings of the Fifth International Colloquium on Mycenaean Studies Minos XI"],["\ud800\udc00-\ud800\udc20-\ud800\udc33","a-pi-te","Chadwick & Ventris 1973: \"\"probably the name of some artifact\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc33-\ud800\udc0a","a-pi-te-ja","Chadwick & Ventris 1973: anthroponym or toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc33-\ud800\udc37","a-pi-te-wa","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc20-\ud800\udc37-\ud800\udc35","a-pi-wa-to","Chadwick & Ventris 1973: anthroponym Aura Jorro 1985: antrop\u00f3nimo masculino nominativo probablemente cf. \u1f08\u03bc\u03c6\u03afF\u03b1\u03c3\u03c4\u03bf\u03c2 Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc21-\ud800\udc1a-\ud800\udc38","a-po-ne-we","Chadwick & Ventris 1973: toponym locative or ablative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc21-\ud800\udc29-\ud800\udc38","a-po-re-we","amphora"],["\ud800\udc00-\ud800\udc21-\ud800\udc33","a-po-te","Palmer 1976 McArthur 1993: anthroponym Chadwick & Ventris 1973: \"\"Formerly taken as adverb apothen but probably [anthroponym]\"\" Ilievski 1959: toponym in -\u03b8\u03b5\u03bd 'from a place' cf. e-ri-no-wo-te a-ka-re-u-te etc. Appears as \"\"o-a-po-te de-ka-sa-to a-re-i-jo o-u-qe-po[\"\" on KN Le 641. Appears as \"\"a-po-te pe-re\"\" on KN Od 562. LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ilievski Petar H. 1959 (ZA) 9 \"\"The adverbial suffix -\u03b8\u03b5\u03bd in Mycenaean\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Palmer Leonard R. 1976 Gnomon 48 \"\"Review of Documents II\"\""],["\ud800\udc00-\ud800\udc21-\ud800\udc33-\ud800\udc28","a-po-te-ra","both both ways"],["\ud800\udc00-\ud800\udc21-\ud800\udc33-\ud800\udc28","a-po-te-ra","Chadwick & Ventris 1973: \"\"reading probably: ko-no-a-po-te-ra\"\" 'both kinds of rush' cf. \u1f00\u03bc\u03c6\u03cc\u03c4\u03b5\u03c1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc21-\ud800\udc33-\ud800\udc2b-\ud800\udc33","a-po-te-ro-te","Chadwick & Ventris 1973: probably adverb 'from both sides' cf. \u1f00\u03bc\u03c6\u03bf\u03c4\u03ad\u03c1\u03c9\u03b8\u03b5\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc46-\ud800\udc0a","a-pu2-ja","Chadwick & Ventris 1973: toponym cf. a-pu2-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc46-\ud800\udc0f","a-pu2-ka","Chadwick & Ventris 1973: \"\"ethnic name in -\u0101n; apparently not from *a-pu2 which is a u-stem and would not explain k\"\" Chadwick & Ventris 1973: nominative plural in -\u0101nes of a-pu2-ka Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc46-\ud800\udc38","a-pu2-we","Chadwick & Ventris 1973: toponym of the Hither Province locative Chadwick & Ventris 1973: allative of a-pu2-we cf. ti-mi-ti-ja te-mi-ti-ja of ti-mi-to a-ke-e Chadwick & Ventris 1973: toponym alternative form of a-pu2-we PY Vna-pu2-de: a-ke-re-wa-deallative me-ta-pa-deallative pi-*82-deallative etc. AES: PY Jn AUR: PY Joa-pu2-ja SUS+SI: PY Cn VIR: PY An *189: PY Qa da-ko-ro: PY An ka-ke-we: PY Jn ko-re-te: PY Joa-pu2-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22-\ud800\udc05-\ud800\udc2e-\ud800\udc38","a-pu-da-se-we","Chadwick & Ventris 1973: 'distributor'? cf. \u03b4\u1f00\u03c3\u03c3\u03b1\u03c3\u03b8\u03b1\u03b9 \u03b4\u03b1\u03c4\u03ad\u03bf\u03bc\u03b1\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22-\ud800\udc08-\ud800\udc10","a-pu-do-ke","Chadwick & Ventris 1973: 'rendered paid' cf. \u1f00\u03c0\u03bf\u03b4\u03af\u03b4\u03c9\u03bc\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22-\ud800\udc08-\ud800\udc2f","a-pu-do-si","attribution"],["\ud800\udc00-\ud800\udc22-\ud800\udc08-\ud800\udc2f","a-pu-do-si","Chadwick & Ventris 1973: delivery Palaeolexicon: attribution Wiktionary: delivery attribution Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22-\ud800\udc08-\ud800\udc30-\ud800\udc17","a-pu-do-so-mo","(as a-pu-do-so[-mo?]) Chadwick & Ventris 1973: cf. do-so-mo Arc. \u1f00\u03c0\u03cc\u03b4\u03bf\u03c3\u03b9\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22","a-pu","from"],["\ud800\udc00-\ud800\udc22-\ud800\udc0f","a-pu-ka","Chadwick & Ventris 1973: probably ethnic a-pu2-ka Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22-\ud800\udc10","a-pu-ke","Chadwick & Ventris 1973: frontlets head-bands cf. \u1f04\u03bc\u03c0\u03c5\u03be \u03bc\u03bf\u03bd\u03b1\u03bc\u03c0\u03c5\u03ba\u03af\u03b1 Chadwick & Ventris 1973: without head-bands Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22-\ud800\udc11-\ud800\udc2f","a-pu-ki-si","(as a-pu-ki-(si)[) Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22","a-pu","(KN G) Chadwick & Ventris 1973: read as a-pi \"\"\u1f01\u03c0\u03cd Aeol. Arc. Cypr. for \u1f00\u03c0\u03cc not due to phonetic change but possibly original form \u1f00\u03c0\u03cc being due to influence of \u1f51\u03c0\u03cc.\"\" Chadwick & Ventris 1973: 'burnt away' (as to the legs) of a tripod cauldron cf. \u1f00\u03c0\u03bf\u03ba\u03b1\u03af\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc22-\ud800\udc12-\ud800\udc3a-\ud800\udc12","a-pu-ko-wo-ko","craftsman of horse veil"],["\ud800\udc00-\ud800\udc22-\ud800\udc12-\ud800\udc3a-\ud800\udc12","a-pu-ko-wo-ko","Shelmerdine 2008: headband makers Chadwick & Ventris 1973: head-band makers Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc00-\ud800\udc22-\ud800\udc1a-\ud800\udc38","a-pu-ne-we","Chadwick & Ventris 1973: toponym? alternative spelling of a-po-ne-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc23-\ud800\udc2b","a-qa-ro","(as ]a-qa-ro) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc23-\ud800\udc35","a-qa-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc24-\ud800\udc17","a-qe-mo","Chadwick & Ventris 1973: anthroponym KN Db: pa-i-to KN Db: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc25-\ud800\udc0a-\ud800\udc02","a-qi-ja-i","Chadwick & Ventris 1973: \"\"dative plural in list of words relating to chariots: possibly scribal error for i-qi-ja-i.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc25-\ud800\udc28","a-qi-ra","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc25-\ud800\udc2b","a-qi-ro","Chadwick & Ventris 1973: anthroponym Kn Da: ku-ta-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc25-\ud800\udc2c","a-qi-ru","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc25-\ud800\udc32","a-qi-ta","(as a-qi-ta[) Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc25-\ud800\udc34-\ud800\udc32","a-qi-ti-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc25-\ud800\udc3f-\ud800\udc38","a-qi-zo-we","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc26-\ud800\udc32","a-qo-ta","Chadwick & Ventris 1973: anthroponym TELA: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc28-\ud800\udc05-\ud800\udc0d","a-ra-da-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc28-\ud800\udc02-\ud800\udc0d","a-ra-i-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc28-\ud800\udc0f-\ud800\udc0d","a-ra-ka-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc28-\ud800\udc0f-\ud800\udc33-\ud800\udc0a","a-ra-ka-te-ja","Chadwick & Ventris 1973: 'spinning-women' cf. \u1f20\u03bb\u03b1\u03ba\u03ac\u03c4\u03b7 'distaff' nominative plural or dative singular Palmer 1963 Killen 1966: occupational term textile specialist Chadwick & Ventris 1973: genitive plural of a-ra-ka-te-ja Chadwick & Ventris 1973: defective spelling for a-ra-ka-te-ja-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen John T. 1966 Bulletin of the Institute of Classical Studies (BICS) 13 \"\"The Knossos Lc (Cloth) tablets\"\" Palmer Leonard R. 1963 Interpretation of Mycenaean Greek Texts"],["\ud800\udc00-\ud800\udc28-\ud800\udc0f-\ud800\udc33-\ud800\udc0a","a-ra-ka-te-ja","threads"],["\ud800\udc00-\ud800\udc28-\ud800\udc12","a-ra-ko","Chadwick & Ventris 1973: anthroponym cf. \u1f0c\u03c1\u03b1\u03ba\u03bf\u03c2 OVIS: KN C KN Db KN De VIR: KN As do-ti-ja: KN De ti-ri-to: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc28-\ud800\udc19-\ud800\udc2b","a-ra-na-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc28-\ud800\udc2b-\ud800\udc17-\ud800\udc33-\ud800\udc15-\ud800\udc19","a-ra-ro-mo-te-me-na","Chadwick & Ventris 1973: 'fitted out' cf. \u1f04\u03c1\u03bc\u03b1 \u1f01\u03c1\u03bc\u03cc\u03b6\u03c9 Chadwick & Ventris 1973: variant spelling of a-ra-ro-mo-te-me-na Chadwick & Ventris 1973: incomplete spelling of a-ra-ro-mo-te-me-na cf. [[te-me-no]]? Chadwick & Ventris 1973: feminine dual of a-ra-ro-mo-te-me-na Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc28-\ud800\udc2c-\ud800\udc0a","a-ra-ru-ja","Chadwick & Ventris 1973: 'fitted (with reins)' cf. \u1f00\u03c1\u03b1\u03c1\u03c5\u1fd6\u03b1 Chadwick & Ventris 1973: '(swords) fitted (with bindings)' Chadwick & Ventris 1973: scribal confusion between a-ra-ru-ja and a-ra-ru-wo-a CUR: KN Sd? PUG: KN Ra Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc28-\ud800\udc2c-\ud800\udc3a-\ud800\udc00","a-ra-ru-wo-a","connected"],["\ud800\udc00-\ud800\udc28-\ud800\udc2f-\ud800\udc0d","a-ra-si-jo","Ruijgh 1967 Chadwick & Ventris 1973: anthroponym cf. toponym \u1f0c\u03bb\u03b1\u03c3\u03c3\u03b1 \u039b\u03b1\u03c3\u03b1\u03af\u03b1 in southern Crete Sitting 1956 Bubenik 1974: ethnic adjective derived from Ala\u0161ija (Cyprus on the El-Amarna texts) KN Df: ka-ptehapax anthroponym ka-*56-nohapax anthroponym OLE: KN Fh OVIS: KN Df *56-ko-we: KN Df Bubenik V. 1974 Phoneix 28:2 \"\"Evidence for Ala\u0161ija in Linear B texts\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien Sitting Ernst 1956 Minos 4 \"\"Zur Entzifferung der minoisch-kyprischen Tafel von Enkomi\"\""],["\ud800\udc00-\ud800\udc29","a-re","ares"],["\ud800\udc00-\ud800\udc29","a-re","Chadwick & Ventris 1973: theonym cf. \u1f0c\u03c1\u03b7\u03c2 'Ares' KN Fp: pa-si-te-o-itheonym OLE: KN Fp KN Mc: *150 *142 CORN a-mi-ni-so: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc02-\ud800\udc0d","a-re-i-jo","Chadwick & Ventris 1973: 1. (PY An) patronymic adjective 2. (KN Le) anthroponym? cf. \u1f08\u03c1\u03ae\u03ca\u03bf\u03c2 a-re-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc02-\ud800\udc15-\ud800\udc1a","a-re-i-me-ne","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: alternative spelling of a-re-i-me-ne Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc02-\ud800\udc3d-\ud800\udc38-\ud800\udc02","a-re-i-ze-we-i","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc0a","a-re-ja","Chadwick & Ventris 1973: epithet of Hermes cf. Arc. \u1f0c\u03c1\u03b7\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc0d","a-re-jo","Chadwick & Ventris 1973: anthroponym cf. a-re-i-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc0f-\ud800\udc2d-\ud800\udc05-\ud800\udc28","a-re-ka-sa-da-ra","alexandra"],["\ud800\udc00-\ud800\udc29-\ud800\udc0f-\ud800\udc2d-\ud800\udc05-\ud800\udc28-\ud800\udc24","a-re-ka-sa-da-ra-qe","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bb\u03ad\u03be\u03b1\u03bd\u03b4\u03c1\u03bf\u03c2 \"\"last sign perhaps ka written for [connective enclitic] qe\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc10-\ud800\udc2e-\ud800\udc04","a-re-ke-se-u","Chadwick & Ventris 1973: anthroponym cf. \u1f00\u03bb\u03ad\u03be\u03c9 KN Da: pa-i-to KN Da: OVIS MY Fu: HORD? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc11-\ud800\udc2f-\ud800\udc35","a-re-ki-si-to","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of a-re-ki-si-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc12-\ud800\udc35-\ud800\udc29","a-re-ko-to-re","Chadwick & Ventris 1973: anthroponym dative cf. \u1f00\u03bb\u03ad\u03ba\u03c4\u03c9\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc13-\ud800\udc36-\ud800\udc2c-\ud800\udc3a","a-re-ku-tu-ru-wo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bb\u03b5\u03ba\u03c4\u03c1\u03cd\u03c9\u03bd Chadwick & Ventris 1973: spelling error dative of a-re-ku-tu-ru-wo Chadwick & Ventris 1973: genitive of a-re-ku-tu-ru-wo Appears as \"\"me-ta-qe pe-i e-qe-ta a-re-ku-tu-ru-wo e-te-wo-ke-re-we-i-jo \"\" on PY An 654. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc13-\ud800\udc36-\ud800\udc2c-\ud800\udc3a","a-re-ku-tu-ru-wo","cock"],["\ud800\udc00-\ud800\udc29-\ud800\udc1e","a-re-pa","Chadwick & Ventris 1973: 'ointment unguent' cf. \u1f04\u03bb\u03b5\u03b9\u03c6\u03b1\u03c1 Chadwick & Ventris 1973: dative of a-re-pa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc1e","a-re-pa","ointment"],["\ud800\udc00-\ud800\udc29-\ud800\udc1e-\ud800\udc3f-\ud800\udc03","a-re-pa-zo-o","Chadwick & Ventris 1973: 'unguent-boiler perfume-maker' Chadwick & Ventris 1973: alternative spelling of a-re-pa-zo-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc1e-\ud800\udc3f-\ud800\udc03","a-re-pa-zo-o","Chadwick & Ventris 1973: 'unguent-boiler perfume-maker' dative (and nominative?) singular Shelmerdine 2008: 'perfumer' Chadwick & Ventris 1973: nominative alternative spelling of a-re-pa-zo-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc00-\ud800\udc29-\ud800\udc1e-\ud800\udc3f-\ud800\udc03","a-re-pa-zo-o","unguent boiler perfume maker"],["\ud800\udc00-\ud800\udc29-\ud800\udc1f-\ud800\udc2e-\ud800\udc04","a-re-pe-se-u",""],["\ud800\udc00-\ud800\udc29-\ud800\udc2d-\ud800\udc1b-\ud800\udc01","a-re-sa-ni-e","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc2e-\ud800\udc2f","a-re-se-si","Chadwick & Ventris 1973: \"\"object made of red leather\"\" dative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc31-\ud800\udc34-\ud800\udc0d","a-re-su-ti-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc4b","a-re-ta2","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c1\u03b7\u03c4\u03af\u03b1\u03c2 OVIS: KN Df (pu)-(na)-(so): KN X su-ki-ri-ta: KN Df Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc32-\ud800\udc35","a-re-ta-to","Chadwick & Ventris 1973: \"\"part of a chariot\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc32-\ud800\udc35","a-re-ta-to","Chadwick & Ventris 1973: \"\"part of a chariot\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc32-\ud800\udc35","a-re-ta-to","Chadwick & Ventris 1973: \"\"part of a chariot\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc32-\ud800\udc35","a-re-ta-to","Chadwick & Ventris 1973: \"\"part of a chariot\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc32-\ud800\udc3a","a-re-ta-wo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c1\u03b5\u03c4\u03ac\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc33-\ud800\udc29-\ud800\udc04","a-re-te-re-u","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc35-\ud800\udc35","a-re-to-to","Chadwick & Ventris 1973: anthroponym genitive cf. \u1f08\u03c1\u03ad\u03b8\u03c9\u03bd \u1f08\u03c1\u03ad\u03c4\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc04-\ud800\udc10","a-re-u-ke","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc29-\ud800\udc3a","a-re-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2a-\ud800\udc0a-\ud800\udc35","a-ri-ja-to","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2a-\ud800\udc0a-\ud800\udc3a","a-ri-ja-wo",""],["\ud800\udc00-\ud800\udc2a-\ud800\udc10-\ud800\udc04","a-ri-ke-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2a-\ud800\udc12","a-ri-ko","Chadwick & Ventris 1973: anthroponym KN Da: da-*22-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2a-\ud800\udc23","a-ri-qa","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c1\u03af\u03c3\u03b2\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2a-\ud800\udc26","a-ri-qo","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2a-\ud800\udc38-\ud800\udc38","a-ri-we-we","Chadwick & Ventris 1973: anthroponym? KN F: a-ka-i-jo?ethnic Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2a-\ud800\udc3a","a-ri-wo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c1\u03af\u03c9\u03bd as the name of a horse in the Iliad cf. (-ne) a-ri-ja-wo-ne e-ke-ra2-wo-ne po-me-ne Chadwick & Ventris 1973: dative of a-ri-wo PY Cn 131 (context: pa-ro & OVIS): a-ka-ma-woPY Jn a-no-poPY Va a-ta-ma-ne-we a-we-ke-se-we do-qo-nohapax [[e-ti-ra-wo]]PY Sa gen. [[ke-ro-wo]]PY Ae ke-sa-me-noPY Fn ko-roKN De ko-ru-no ku-pi-ri-joKN Fh KN Ga PY Jn PY Un me-te-wehapax ne-ri-tohapax [[o-ku-ka]] [[pi-me-ta]]hapax po-ke-wehapax po-ko-ro po-ro-u-te-wePY Jn gen.; KN Dc PY Jn nom. ra-pa-sa-ko se-noPY Es [[wo-ki-to]]hapax Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc4a-\ud800\udc00","a-ro2-a","Chadwick & Ventris 1973: applied to textiles and wheels 'of better quality' cf. \u1f04\u03c1\u03b9\u03c3\u03c4\u03bf\u03c2 Chadwick & Ventris 1973: nominative dual or plural feminine of a-ro2-a Chadwick & Ventris 1973: genitive singular or nominative dual of a-ro2-a or possibly an error ROTA: KN So TELA: KN L TELA+PU: KN L ZE: KN So *158: KN Ld *161: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc4a-\ud800\udc00","a-ro2-a","Chadwick & Ventris 1973: 'of better quality' cf. \u1f04\u03c1\u03b9\u03c3\u03c4\u03bf\u03c2 Chadwick & Ventris 1973: nominative dual or plural feminine of a-ro2-a Chadwick & Ventris 1973: apparently genitive singular or nominative dual possibly an error? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc00","a-ro-a","better perfect"],["\ud800\udc00-\ud800\udc2b-\ud800\udc08-\ud800\udc2b-\ud800\udc03","a-ro-do-ro-o","Chadwick & Ventris 1973: probably theonym or shrine KN Fs: HORD NI FAR VIN Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc0a","a-ro-ja","Chadwick & Ventris 1973: anthroponym? dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc0b-\ud800\udc04","a-ro-je-u","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bb\u03c9\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc0f","a-ro-ka","Chadwick & Ventris 1973: toponym or anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc17","a-ro-mo","(as a-ro-(mo)[) Chadwick & Ventris 1973: \"\"reading uncertain\"\" maybe \u1f00\u03c1\u03ce\u03bc\u03b1\u03c4\u03b1? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc1e","a-ro-pa","Chadwick & Ventris 1973: unguent cf. \u1f00\u03bb\u03bf\u03b9\u03c6\u03ae (Odyssey VI 220+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc21","a-ro-po","Chadwick & Ventris 1973: 'anointers painters'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc32","a-ro-ta","Chadwick & Ventris 1973: 'unsewn' description of textiles cf. \u1f04\u03bb\u03c9\u03c3\u03c4\u03bf\u03b9 Chadwick & Ventris 1973: \"\"meaning obscure\"\" cf. a-ro-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc04-\ud800\udc28","a-ro-u-ra","Chadwick & Ventris 1973: 'corn-lands' cf. \u1f04\u03c1\u03bf\u03c5\u03c1\u03b1\u03b9 \u03c0\u03c5\u03c1\u03cc\u03c6\u03bf\u03c1\u03bf\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc04-\ud800\udc28","a-ro-u-ra","Duhoux 2011: 'ploughland' cf. \u1f04\u03c1\u03bf\u03c5\u03c1\u03b1 Chadwick & Ventris 1973: corn-lands cf. \u1f05\u03c1\u03bf\u03c5\u03c1\u03b1\u03b9 \u03c0\u03c5\u03c1\u03cc\u03c6\u03bf\u03c1\u03bf\u03b9 (Iliad XIV 122+) Iliad III.246: \u03ba\u03b1\u03c1\u03c0\u1f78\u03bd \u1f00\u03c1\u03bf\u03cd\u03c1\u03b7\u03c2 \"\"the fruit of the earth\"\" Iliad VI.142: \u03bf\u1f35 \u1f00\u03c1\u03bf\u03cd\u03c1\u03b7\u03c2 \u03ba\u03b1\u03c1\u03c0\u1f78\u03bd \"\"the fruit of the field\"\" Iliad VI.195: \u03ba\u03b1\u03bb\u1f78\u03bd \u03c6\u03c5\u03c4\u03b1\u03bb\u03b9\u1fc6\u03c2 \u03ba\u03b1\u1f76 \u1f00\u03c1\u03bf\u03cd\u03c1\u03b7\u03c2 \"\"a fair tract of orchard and of plough land\"\" Iliad VII.421 X.8: \u1f00\u03c1\u03bf\u03cd\u03c1\u03b1\u03c2 \"\"the fields\"\" Iliad XI.68: \u1f04\u03c1\u03bf\u03c5\u03c1\u03b1\u03bd \u03c0\u03c5\u03c1\u1ff6\u03bd \u1f25 \u03ba\u03c1\u03b9\u03b8\u1ff6\u03bd \"\"field of wheat or barley\"\" Iliad XI.558: \u1f44\u03bd\u03bf\u03c2 \u03c0\u03b1\u03c1\u1fbd \u1f04\u03c1\u03bf\u03c5\u03c1\u03b1\u03bd \"\"ass that passes by a cornfield\"\" Iliad XII.314: \u03ba\u03b1\u03bb\u1f78\u03bd \u03c6\u03c5\u03c4\u03b1\u03bb\u03b9\u1fc6\u03c2 \u03ba\u03b1\u1f76 \u1f00\u03c1\u03bf\u03cd\u03c1\u03b7\u03c2 \u03c0\u03c5\u03c1\u03bf\u03c6\u03cc\u03c1\u03bf\u03b9\u03bf \"\"a fair tract of orchard and of wheat-bearing plough-land\"\" Iliad XII.422: \u1f00\u03c1\u03bf\u03cd\u03c1\u1fc3 \"\"field\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \u201cInterpreting the Linear B Records: Some Guidelines\u201d Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt)"],["\ud800\udc00-\ud800\udc2b-\ud800\udc04-\ud800\udc28","a-ro-u-ra","plow lister"],["\ud800\udc00-\ud800\udc2b-\ud800\udc38","a-ro-we","Chadwick & Ventris 1973: meaning obscure KN K: me-wo-ni-jo *47-ti-joanthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc3a","a-ro-wo","Chadwick & Ventris 1973: meaning obscure building material? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc3a-\ud800\udc32","a-ro-wo-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc3c","a-ro-za","Chadwick & Ventris 1973: neut. plural adjective describing a tunic Chadwick & Ventris 1973: nominative singular masculine of a-ro-za Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2b-\ud800\udc3f","a-ro-zo","Chadwick & Ventris 1973: \"\"adjective describing a tunic\"\" Chadwick & Ventris 1973: neuter plural of a-ro-zo Appears as \"\"a-ro-zo 'ki-to'\"\" on KN Lc 536+. TELA: KN Lc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2d-\ud800\udc14-\ud800\udc03","a-sa-ma-o","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2d-\ud800\udc14-\ud800\udc35","a-sa-ma-to","Chadwick & Ventris 1973: anthroponym genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2d-\ud800\udc16-\ud800\udc35","a-sa-mi-to","bath"],["\ud800\udc00-\ud800\udc2d-\ud800\udc16-\ud800\udc35","a-sa-mi-to","Chadwick & Ventris 1973: cf. \u1f00\u03c3\u03ac\u03bc\u03b9\u03bd\u03b8\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2d-\ud800\udc20","a-sa-pi","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2d-\ud800\udc2b","a-sa-ro","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c3\u03c3\u03ac\u03c1\u03b1\u03ba\u03bf\u03c2 da-*22-to: KN As Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2e-\ud800\udc01","a-se-e","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2e-\ud800\udc30-\ud800\udc2f","a-se-so-si","to be masculine"],["\ud800\udc00-\ud800\udc2f-\ud800\udc0a-\ud800\udc34-\ud800\udc0a","a-si-ja-ti-ja","Chadwick & Ventris 1973: toponym of the Further Province Chadwick & Ventris 1973: \"\"probably variant spelling of a-si-ja-ti-ja\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2f-\ud800\udc0a-\ud800\udc34-\ud800\udc0a","a-si-ja-ti-ja","Chadwick & Ventris 1973: toponym one of Seven Towns of the Further Province Chadwick & Ventris 1973: probably variant spelling of a-si-ja-ti-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2f-\ud800\udc35-\ud800\udc21-\ud800\udc26","a-si-to-po-qo","Chadwick & Ventris 1973: occupational term \"\"probably a confusion of a-to-po-qo (q.v.) and si-to-po-qo: s\u012btopoquos 'cook'\"\""],["\ud800\udc00-\ud800\udc2f-\ud800\udc39-\ud800\udc0a","a-si-wi-ja","asian"],["\ud800\udc00-\ud800\udc2f-\ud800\udc39-\ud800\udc0a","a-si-wi-ja","Chadwick & Ventris 1973: epithet of po-ti-ni-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc2f-\ud800\udc39-\ud800\udc0d","a-si-wi-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f0c\u03c3\u03b9\u03bf\u03c2 see also a-*64-jo GRA: PY Eq? OVIS: KN Df PY Cn VIR: MY Au ro-u-so: PY Cn? ru-ki-to: KN Df Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc30-\ud800\udc19","a-so-na","Chadwick & Ventris 1973: toponym or occupational term? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc30-\ud800\udc25-\ud800\udc0d","a-so-qi-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c3\u03c9\u03c0\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32","a-ta","Chadwick & Ventris 1973: anthroponym a-ta + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc14-\ud800\udc1a-\ud800\udc04","a-ta-ma-ne-u","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03b8\u03b1\u03bc\u1fb6\u03bd\u03b5\u03c2 Chadwick & Ventris 1973: dative of a-ta-ma-ne-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc14-\ud800\udc1c-\ud800\udc38","a-ta-ma-no-we","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc14-\ud800\udc32","a-ta-ma-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc19","a-ta-na","goddess athena"],["\ud800\udc00-\ud800\udc32-\ud800\udc19-\ud800\udc21-\ud800\udc34-\ud800\udc1b-\ud800\udc0a","a-ta-na-po-ti-ni-ja","Duhoux 2008: 1. toponym? cf. several towns called \u1f08\u03b8\u1fc6\u03bd\u03b1\u03b9 outside Attica or 2. theonym? 'to Mistress Athana'? cf. \u03c0\u03cc\u03c4\u03bd\u03b9\u1fbd \u1f08\u03b8\u03b7\u03bd\u03b1\u03af\u03b7 (Iliad VI.305) van Leuven 1979: epithet of Athena Chadwick & Ventris 1973: 'for the Mistress Athena' cf. \u03c0\u03cc\u03c4\u03bd\u03b9\u1fbd \u1f08\u03b8\u03b7\u03bd\u03b1\u03af\u03b7 (Iliad VI.305) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\" van Leuven Jon C. 1979 Kadmos Band 18 Heft 2 \u201cMycenaean Goddesses Called Potnia\u201d"],["\ud800\udc00-\ud800\udc32-\ud800\udc1c","a-ta-no","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bd\u03c4\u03ae\u03bd\u03c9\u03c1 Chadwick & Ventris 1973: dative of a-ta-no Chadwick & Ventris 1973: genitive of a-ta-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc03","a-ta-o","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bd\u03c4\u03b1\u03b9\u03bf\u03c2 Chadwick & Ventris 1973: genitive of a-ta-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc28","a-ta-ra","Chadwick & Ventris 1973: a kind of vessel cf. \u1f05\u03bd\u03c4\u03bb\u03bf\u03c2 'ship's hold' (Odyssey XII 411+) \u1f00\u03bd\u03c4\u03bb\u03af\u03bf\u03bd 'bucket' (Aristophanes) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc28-\ud800\udc2f-\ud800\udc0d","a-ta-ra-si-jo","Chadwick & Ventris 1973: of bronzesmiths \"\"without a ta-ra-si-ja\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc28-\ud800\udc2f-\ud800\udc03","a-ta-ra-si-o","with no weigh of cooper"],["\ud800\udc00-\ud800\udc32-\ud800\udc2b","a-ta-ro","Chadwick & Ventris 1973: anthroponym cf. a3-ta-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc2b-\ud800\udc38","a-ta-ro-we","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc34-\ud800\udc1d","a-ta-ti-nu","Chadwick & Ventris 1973: anthroponym KN F: a-e-da-do-roanthroponym a-me-jaanthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc36-\ud800\udc2b","a-ta-tu-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc3a","a-ta-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of a-ta-wo Chadwick & Ventris 1973: meaning obscure \"\"perhaps derivative of [a-ta-wo-ne[]\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc32-\ud800\udc3d-\ud800\udc04","a-ta-ze-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc02-\ud800\udc0a-\ud800\udc32","a-te-i-ja-ta","Chadwick & Ventris 1973: anthroponym KN Dd KN Dk: ku-ta-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc0d","a-te-jo","Chadwick & Ventris 1973: \"\"possibly [anthroponym] a 'collector' of sheep or an epithet of the sheep themselves\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXVII.96 do-ti-ja"],["\ud800\udc00-\ud800\udc33-\ud800\udc0d","a-te-jo","Chadwick & Ventris 1973: \"\"possibly [anthroponym] a 'collector' of sheep or an epithet of the sheep themselves\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXVII.96 do-ti-ja"],["\ud800\udc00-\ud800\udc33-\ud800\udc16-\ud800\udc35","a-te-mi-to","Chadwick & Ventris 1973: theonym cf. \u1f08\u03c1\u03c4\u03b5\u03bc\u03af\u03c3\u03b9\u03bf\u03c2 'Artemis' in genitive Chadwick & Ventris 1973: dative of variant spelling of a-te-mi-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc17","a-te-mo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bd\u03b8\u03b5\u03bc\u03af\u03c9\u03bd KN As 1520: a-ta-no da-ko-so di-zo ke-sa-do-ro ki-ma-ta ri-zo [[so-za]] OVIS: KN Dc KN De e-ra: KN Dc ku-ta-to: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc28-\ud800\udc3a","a-te-ra-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc29-\ud800\udc01-\ud800\udc33-\ud800\udc0d","a-te-re-e-te-jo","Chadwick & Ventris 1973: adjective describing [[*246|BATH]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc29-\ud800\udc33-\ud800\udc00","a-te-re-te-a","Chadwick & Ventris 1973: adjective describing WHEELS? cf. a-te-re-e-te-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc29-\ud800\udc39-\ud800\udc0a","a-te-re-wi-ja","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc04-\ud800\udc10","a-te-u-ke","Chadwick & Ventris 1973: 'unequipped'? cf. \u1f00\u03c4\u03b5\u03c5\u03c7\u03ae\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc38","a-te-we","Chadwick & Ventris 1973: \"\"name of a kind of ewer or jug\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc33-\ud800\udc3a-\ud800\udc0d","a-te-wo-jo","Chadwick & Ventris 1973: anthroponym genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc34-\ud800\udc0a","a-ti-ja","Chadwick & Ventris 1973: \"\"constructional members of a chimney structure: perhaps antia. [\u1f00\u03bd\u03c4\u03af\u03bf\u03bd as part of a loom \u1f00\u03bd\u03c4\u03af\u03bf\u03c2.] MY context obscure.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc34-\ud800\udc0a","a-ti-ja","slanting beam"],["\ud800\udc00-\ud800\udc34-\ud800\udc0a-\ud800\udc3a","a-ti-ja-wo","Chadwick & Ventris 1973: anthroponym PY Jn: ku-ke-re-u ma-ta-ko na-pu-ti-jo [[po-so-ro]] qe-re-me-ne-u [[wa-ra-ko-no]] VIR: PY An? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc34-\ud800\udc0d","a-ti-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc34-\ud800\udc0f","a-ti-ka","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc34-\ud800\udc10-\ud800\udc1a-\ud800\udc0a","a-ti-ke-ne-ja","Davies 1999: feminine personal name in -\u03b5\u03b9\u03b1 Davies Anna Morpurgo 1999 Floreant Studia Mycenaea Proceedings of the Tenth Mycenaean Colloquium \"\"The Morphology of Personal Names in Mycenaean and Greek: Some Observations\"\""],["\ud800\udc00-\ud800\udc34-\ud800\udc16-\ud800\udc33","a-ti-mi-te","artemis"],["\ud800\udc00-\ud800\udc34-\ud800\udc1e-\ud800\udc17","a-ti-pa-mo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03bd\u03c4\u03af\u03c6\u03b7\u03bc\u03bf\u03c2 Appears as \"\"](o)-pi no-nu-we 'a-ti-pa-mo' pe-re\"\" on KN Od 562. AES: PY Jn LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc34-\ud800\udc2a-\ud800\udc0a","a-ti-ri-ja","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc34-\ud800\udc2b","a-ti-ro","Chadwick & Ventris 1973: anthroponym e-ko-so: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc35","a-to","bread"],["\ud800\udc00-\ud800\udc35","a-to","Chadwick & Ventris 1973: anthroponym cf. \u1f0c\u03bd\u03b8\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc35-\ud800\udc15-\ud800\udc0a","a-to-me-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc35-\ud800\udc17","a-to-mo","band of workers"],["\ud800\udc00-\ud800\udc35-\ud800\udc17","a-to-mo","Chadwick & Ventris 1973: \"\"apparently a guild of craftsmen\"\" cf. \u1f04\u03c1\u03b8\u03bc\u03b9\u03bf\u03c2 (Odyssey XVI 427) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc35-\ud800\udc17-\ud800\udc19","a-to-mo-na","Chadwick & Ventris 1973: anthroponym dative Appears as \"\"o-pi a-to-mo-na\"\" on KN Od 690. Appears as \"\"a-to-mo-na / su-mo-no-qe\"\" on KN Od 563. LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc35-\ud800\udc21-\ud800\udc26","a-to-po-qo","Chadwick & Ventris 1973: occupational term 'bakers' cf. \u1f00\u03c1\u03c4\u03bf\u03ba\u03cc\u03c0\u03bf\u03c2 Chadwick & Ventris 1973: dative plural of a-to-po-qo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc35-\ud800\udc2b-\ud800\udc26","a-to-ro-qo","Chadwick & Ventris 1973: 'with a human being' cf. \u1f04\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03c2 \"\"of obscure origin\"\" dative (instrumental) singular Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc35-\ud800\udc2b-\ud800\udc26","a-to-ro-qo","human"],["\ud800\udc00-\ud800\udc36-\ud800\udc12","a-tu-ko","Chadwick & Ventris 1973: anthroponym a-tu-ko is \"\"e-te-do-mo wa-na-ka-te-ro\"\" in the PY En series. a-tu-ko is e-te-do-mo \u201cpa-ro wa-na-ta-jo\u201d and wa-na-ta-jo is te-re-ta \u201cpa-ro a-ma-ru-ta\u201d in the PY Eo series. a-tu-ko is e-te-do-mo \"\"pa-ro da-mo\"\" in the PY Ep series. AES: PY Jn? GRA: PY En PY Eo OVIS: KN Dg pa-ki-ja-ne: PY En? su-ri-mo: KN Dg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc36-\ud800\udc26-\ud800\udc32","a-tu-qo-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc36-\ud800\udc26-\ud800\udc33-\ud800\udc28-\ud800\udc35","a-tu-qo-te-ra-to","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc41-\ud800\udc32","au-a3-ta","Chadwick & Ventris 1973: annotation to oxen cf. au-to-a3-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc06-\ud800\udc20","au-de-pi","Chadwick & Ventris 1973: \"\"decorative feature on furniture\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc06-\ud800\udc38-\ud800\udc2d-\ud800\udc24","au-de-we-sa-qe","Chadwick & Ventris 1973: \"\"decorated with au-de-pi\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc0a-\ud800\udc35","au-ja-to","Chadwick & Ventris 1973: anthroponym \"\"probably the same name as au-wi-ja-to\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc10-\ud800\udc02-\ud800\udc0a-\ud800\udc33-\ud800\udc38","au-ke-i-ja-te-we","Chadwick & Ventris 1973: anthroponym dative Chadwick & Ventris 1973: anthroponym genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc10-\ud800\udc37","au-ke-wa","Chadwick & Ventris 1973: anthroponym cf. \u0391\u1f50\u03b3\u03b5\u03af\u03b1\u03c2 Georgiev 1956: anthroponym or agent noun cf. \u1f66\u03c3\u03c7\u03bf\u03c2 \u1f64\u03c3\u03c7\u03b7 (based on [[*85|au]] = /\u00f3/) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Georgiev Vladimir 1956 \u00c9tudes Myc\u00e9niennes Gif-sur-Yvette 3-7 Avril 1956 \u201cLa valeur phon\u00e9tique de quelques signes du syllabaire Cr\u00e9to-Myc\u00e9nien B\u201d"],["\ud800\udc00-\ud800\udc04-\ud800\udc24","a-u-qe","Chadwick & Ventris 1973: error for [[o-u-qe]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc2a-\ud800\udc0d","au-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u0391\u03cd\u03bb\u03b9\u03bf\u03c2 Georgiev 1956: anthroponym cf. \u1f68\u03c1\u03af\u03c9\u03bd (based on *85 as /\u00f3/) KN Da: e-ki-no o-ku-no a-ko-ro-qo-ro po-i-te-u ka-ne-u-ta KN As: wi-na-to KN Da: a-ka ku-ta-to KN Dv: su-ri-mo KN Da KN Dv: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Georgiev Vladimir 1956 \u00c9tudes Myc\u00e9niennes Gif-sur-Yvette 3-7 Avril 1956 \u201cLa valeur phon\u00e9tique de quelques signes du syllabaire Cr\u00e9to-Myc\u00e9nien B\u201d"],["\ud800\udc42-\ud800\udc2a-\ud800\udc17-\ud800\udc06","au-ri-mo-de","McArthur 1993 Chadwick & Ventris 1973: toponym allative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc42-\ud800\udc2b","au-ro","Chadwick & Ventris 1973: 'pipes' some part of a chariot cf. \u03b1\u1f50\u03bb\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc4b","au-ta2","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc32-\ud800\udc17","au-ta-mo","Chadwick & Ventris 1973: anthroponym cf. \u0391\u1f34\u03bc\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc04-\ud800\udc32-\ud800\udc19","a-u-ta-na","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc33","au-te","Chadwick & Ventris 1973: 'kindler' cf. \u1f10\u03be\u03b1\u03c5\u03c3\u03c4\u03ae\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc33-\ud800\udc28","au-te-ra","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc35-\ud800\udc53-\ud800\udc32-\ud800\udc28","au-to-*34-ta-ra","Chadwick & Ventris 1973: anthroponym or title? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc35-\ud800\udc40-\ud800\udc32","au-to-a2-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc35-\ud800\udc41-\ud800\udc32","au-to-a3-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc35-\ud800\udc0d","au-to-jo","Chadwick & Ventris 1973: 'and of the same' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc35-\ud800\udc33-\ud800\udc23-\ud800\udc0d","au-to-te-qa-jo","Chadwick & Ventris 1973: anthroponym cf. \u0398\u03b7\u03b2\u03b1\u1fd6\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc04-\ud800\udc33","au-u-te","Chadwick & Ventris 1973: 'this (same) year' \"\"but the spelling is unparalleled\"\" perhaps meaning is obscured Appears as \"\"au-u-te a-pe-i-si\"\" on KN Od 666. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc42-\ud800\udc39-\ud800\udc0a-\ud800\udc35","au-wi-ja-to","Chadwick & Ventris 1973: anthroponym probably the same as au-ja-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc37-\ud800\udc1a-\ud800\udc04","a-wa-ne-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc37-\ud800\udc28-\ud800\udc0f-\ud800\udc19","a-wa-ra-ka-na","Chadwick & Ventris 1973: \"\"name of an artifact\"\" 'furrow' meaning perhaps 'ploughshare'? cf. \u03b1\u1f56\u03bb\u03b1\u03be Chadwick & Ventris 1973: genitive of a-wa-ra-ka-na Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc37-\ud800\udc2f-\ud800\udc0a","a-wa-si-ja","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc37-\ud800\udc30","a-wa-so","Chadwick & Ventris 1973: anthroponym OVIS: KN Db CAP: KN Mc *150: KN Mc qa-mo: KN Db tu-ni-ja: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc37-\ud800\udc32","a-wa-ta","Chadwick & Ventris 1973: anthroponym cf. \u1f00\u03ae\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc37-\ud800\udc34-\ud800\udc0f-\ud800\udc28","a-wa-ti-ka-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc38-\ud800\udc10-\ud800\udc2e-\ud800\udc04","a-we-ke-se-u","Chadwick & Ventris 1973: anthroponym cf. \u1f00\u03b5\u03be\u03c9 (Szemer\u00e9nyi 1957) Chadwick & Ventris 1973: dative of a-we-ke-se-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Szemer\u00e9nyi 1957 TBD"],["\ud800\udc00-\ud800\udc38-\ud800\udc29-\ud800\udc01","a-we-re-e","exaggerate"],["\ud800\udc00-\ud800\udc38-\ud800\udc04-\ud800\udc20","a-we-u-pi","Chadwick & Ventris 1973: toponym locative or ablative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc39-\ud800\udc0b-\ud800\udc17","a-wi-je-mo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc39-\ud800\udc35-\ud800\udc08-\ud800\udc35","a-wi-to-do-to","Chadwick & Ventris 1973: anthroponym cf. \u1f04\u03ca\u03c3\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc3a-\ud800\udc02-\ud800\udc0d","a-wo-i-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f28\u1ff6\u03bf\u03c2 CAP: PY Cn OVIS: KN Dv a2-pa-tu-wo-te: PY Cn ri-jo-no: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc3a-\ud800\udc2b","a-wo-ro","Chadwick & Ventris 1973: anthroponym cf. a3-wo-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc3a-\ud800\udc34-\ud800\udc0d","a-wo-ti-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc3a-\ud800\udc34-\ud800\udc0d","a-wo-ti-jo","Chadwick & Ventris 1973: anthroponym KN Dd: po-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc3d-\ud800\udc03","a-ze-o","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc3d-\ud800\udc32","a-ze-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc3d-\ud800\udc34-\ud800\udc2a-\ud800\udc0a","a-ze-ti-ri-ja","Chadwick & Ventris 1973: \"\"description of women; probably variant spelling of a-ke-ti-ra2\"\" nominative plural feminine Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc00-\ud800\udc3d-\ud800\udc35","a-ze-to","Chadwick & Ventris 1973: adjective describing zo-wa? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc52-\ud800\udc35","da-*22-to","Chadwick & Ventris 1973: toponym McArthur 1993: ethnic adjective of da-*22-to Chadwick & Ventris 1973: ethnic adjective of da-*22-to Ruijgh 1967: toponym in -\u03af\u03b1 Chadwick & Ventris 1973: ethnic adjective of da-*22-to da-*22-to (KN Ce): da-wotoponym ku-do-ni-jatoponym tu-ri-sotoponym da-*22-to (KN Dn): *56-ko-we-idative locative da-*22-to (KN Ga): ku-ta-totoponym da-*22-to (KN Mc): ku-ta-totoponym se-to-i-jatoponym Appears as \"\"da-*22-to [[ke-nu-wa-so]]\"\" on KN Uf 839. BOS: KN Ce CAP: KN C? KN Mc? CORN: KN Mc DA: KN Ak GRA: KN E HORD: KN F ko-wa: KN Ak ko-wo: KN Ak LANA: KN Dk MUL: KN Ak o LANA: KN Dk o OVIS: KN Dc KN De OLIV: KN E OVIS: KN Da KN Db KN Dc KN Dd KN De KN Dk KN Dn KN Dq KN Dv pa OVIS: KN Dd pe di: KN Ak pe OVIS: KN Dc PYC: KN Ga TA: KN Ak VIR: KN As *142: KN Mc *171: KN Ga a-mu-ta-wo: KN V a-no-zo-jo (genitive): KN Ak a-ri-kohapax: KN Da a-sa-rohapax: KN As a-tohapax: KN As da-ta-ja-rohapax: KN De di-woe-ro-ma-to: KN Dv e-u-ko-rodo-ti-ja ti-ri-to: KN Dd i-ti-nu-rihapax: KN Dq? [[ko-do]]: KN Uf ko-ro: KN De ko-so: KN As [[o-ro-te-wo]]: KN Dq? pa-ra-tohapax: KN Db [[pe-ri-jo-ta]]: KN V [[pi-ra-ki-jo]]: KN V po-ro-u-te-u: KN Dc qa-ra-su-ti-jo: KN Dd sa-ma-ri-jo: KN Da su-di-ni-kohapax: KN De ta-ra-to-nohapax: KN Dc [[wa-wi]]: KN V zo-do-sohapax: KN As Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Place-Names in the Knossos Tablets Identification and Location (Suplementos a MINOS num. 9) Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien Tosa Dygo 2010 106th Annual Meeting of the Archaeological Institute of America (AIA) \"\"The Preservation of Minoan Identity at da-*22-to\"\""],["\ud800\udc05-\ud800\udc0e-\ud800\udc1e-\ud800\udc32","da-*65-pa-ta","Chadwick & Ventris 1973: anthroponym TELA+TE: KN Ln Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc5b-\ud800\udc0a","da-*83-ja","Chadwick & Ventris 1973: toponym cf. (allative -de) a-ke-re-wa-de ka-ra-do-ro-de me-te-to-de pi-*82-de ri-jo-de sa-ma-ra-de etc. Chadwick & Ventris 1973: allative of da-*83-ja cf. (locative -i) a-ku-na-i *56-ko-we-i ka-ta-ra-i etc. Chadwick & Ventris 1973: locative-dative plural of da-*83-ja Chadwick & Ventris 1973: anthroponym cf. da-*83-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc5b-\ud800\udc0a","da-*83-ja","Chadwick & Ventris 1973: toponym McArthur 1993: toponym allative Chadwick & Ventris 1973: dative-locative plural Appears as \"\"da-*83-ja-de / i-je-ro\"\" on KN Fp 363. Appears as \"\"da-*83-ja [[po-pu-re-jo]]\"\" on KN X 976+. OLE: KN Fp? OVIS: KN Dc KN Dv ](ro): KN Dv (a-ka-ta-jo) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc05-\ud800\udc5b-\ud800\udc0d","da-*83-jo","Chadwick & Ventris 1973: anthroponym cf. da-*83-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc05-\ud800\udc29-\ud800\udc0d-\ud800\udc06","da-da-re-jo-de","Hiller 2011: sanctuary called (or 'built by'?) Daidalus McArthur 1993 Chadwick & Ventris 1973: toponym allative cf. \u0394\u03b1\u1f31\u03b4\u03b1\u03bb\u03bf\u03c2 (Iliad XVIII.592) Stella 1968: 'labyrinth' cf. \u03bb\u03b1\u03b2\u03cd\u03c1\u03b9\u03bd\u03b8\u03bf\u03c2 KN Fp: di-wetheonym pa-de pa-si-te-o-itheonym qe-ra-si-jatheonym OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stegan 2011 A Companion to Linear B: Mycenaen Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d Stella L.A. 1968 Second Cretological Congress (CC2) 1 \u00abTestimonianze di santuari cretesi in testi cnossii in Lineare B\u00bb"],["\ud800\udc05-\ud800\udc02-\ud800\udc0a-\ud800\udc10-\ud800\udc29-\ud800\udc04","da-i-ja-ke-re-u","Chadwick & Ventris 1973: anthroponym or epithet? 'divider of lands'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc02-\ud800\udc20-\ud800\udc32","da-i-pi-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc02-\ud800\udc26-\ud800\udc32","da-i-qo-ta","Ram\u00f3n 2011: anthroponym a \"\"verbal governing compound (Rektionskomposita)\"\" meaning 'who kills in battle' cf. \u0394\u03b7\u03b9\u03c6\u03cc\u03bd\u03c4\u03b7\u03c2 Homeric \u0394\u03b7\u0390\u03c6\u03bf\u03bd\u03bf\u03c2 Chadwick & Ventris 1973: anthroponym KN Da: pa-i-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc05-\ud800\udc02-\ud800\udc28","da-i-ra","Chadwick & Ventris 1973: anthroponym KN V: du-pu2-ra-zo di-zo [[o-ro-qa]] pu-ri qe-ro [[su-ko]] [[wa-je]] wi-da-ma-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc02-\ud800\udc32-\ud800\udc28-\ud800\udc2b","da-i-ta-ra-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc02-\ud800\udc3a-\ud800\udc3a","da-i-wo-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc02-\ud800\udc3d-\ud800\udc35","da-i-ze-to","Chadwick & Ventris 1973: anthroponym KN Da: qa-mo KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc0a-\ud800\udc2b","da-ja-ro","Chadwick & Ventris 1973: anthroponym OVIS: KN Da KN Dc KN Da: ru-ki-to KN Dc: di-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc0f-\ud800\udc0a-\ud800\udc20","da-ka-ja-pi","Chadwick & Ventris 1973: toponym locative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc0f-\ud800\udc2d-\ud800\udc19-\ud800\udc32","da-ka-sa-na-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc12-\ud800\udc2b","da-ko-ro","Chadwick & Ventris 1973: occupational term 'temple-servant'? cf. \u03b6\u03ac\u03ba\u03bf\u03c1\u03bf\u03c2 Chadwick & Ventris 1973: dative plural of da-ko-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc12-\ud800\udc30","da-ko-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc14-\ud800\udc03-\ud800\udc33","da-ma-o-te","Chadwick & Ventris 1973: meaning obscure cf. \u03b4\u03b1\u03bc\u03ac\u03b6\u03c9? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc14-\ud800\udc33","da-ma-te","Duhoux 2011: nothing to do with the goddess Demeter; 'households' 'homesteads' cf. \u03b4\u03ac\u03bc\u03b1\u03c1 'spouse' with etymology of \u03b4\u1f40\u03bc\u03bf\u03c2 'house' Chadwick & Ventris 1973: \"\"meaning approximately 'house-holds'\"\" cf. possibly \u03b4\u03ac\u03bc\u03b1\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc05-\ud800\udc16-\ud800\udc0d","da-mi-jo","Chadwick & Ventris 1973: 'land belonging to the damos' cf. \u03b4\u03ae\u03bc\u03b9\u03bf\u03c2 'public' (Odyssey XX.264+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc16-\ud800\udc1b-\ud800\udc0a","da-mi-ni-ja","a ship name"],["\ud800\udc05-\ud800\udc16-\ud800\udc1b-\ud800\udc0a","da-mi-ni-ja","Chadwick & Ventris 1973: toponym cf. da-mi-ni-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc16-\ud800\udc1b-\ud800\udc0d","da-mi-ni-jo","McArthur 1993: anthroponym (with discussion about the pros and cons of the theory that it is a toponym associated with ku-ta-to) Chadwick & Ventris 1973: 1. collector or place name or place name subordinate to ku-ta-to 2. ethnic adjective nominative plural 3. meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplemento a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" \u00a72.2 \"\"da-mi-ni-jo in the sheep tablets\"\" kar WNXVII.96 ku-ta-to"],["\ud800\udc05-\ud800\udc17-\ud800\udc06-\ud800\udc16","da-mo-de-mi","Chadwick & Ventris 1973: 'but the community says that she...' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc17","da-mo","Heubeck 1969: village community or entity who can allocate holdings of land cf. \u03b4\u1fc6\u03bc\u03bf\u03c2 Palaeolexicon: village community Wiktionary: (1) village (2) community Heubeck Alfred 1969 TBD"],["\ud800\udc05-\ud800\udc17-\ud800\udc12-\ud800\udc2b","da-mo-ko-ro","Chadwick & Ventris 1973: title of an official cf. da-mo + ko-re-te? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc17-\ud800\udc12-\ud800\udc2b","da-mo-ko-ro","overseer of a village"],["\ud800\udc05-\ud800\udc17","da-mo","village community"],["\ud800\udc05-\ud800\udc19","da-na","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc19-\ud800\udc0d","da-na-jo","Chadwick & Ventris 1973: anthroponym cf. \u0394\u03b1\u03bd\u03b1\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc19-\ud800\udc12","da-na-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc19-\ud800\udc17","da-na-mo","Chadwick & Ventris 1973: anthroponym? KN E: a-no-qo-ta-ogenitive anthroponym KN E: GRA LUNA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc1d-\ud800\udc37-\ud800\udc00-\ud800\udc2a","da-nu-wa-a-ri","(as da-nu-wa-a-ri[) Chadwick & Ventris 1973: probably toponym \"\"to be divided after wa?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc1d-\ud800\udc3a","da-nu-wo","Chadwick & Ventris 1973: anthroponym or title? Chadwick John and Michael Venris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc45","da-nwa","Chadwick & Ventris 1973: offering recipient; theonym? ME+RI: KN Gg *172: KN Gg *209VAS+A: KN Gg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc45","da-nwa","Chadwick & Ventris 1973: offering recipient; theonym? ME+RI: KN Gg *172: KN Gg *209VAS+A: KN Gg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc45","da-nwa","Chadwick & Ventris 1973: offering recipient; theonym? ME+RI: KN Gg *172: KN Gg *209VAS+A: KN Gg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc45","da-nwa","Chadwick & Ventris 1973: offering recipient; theonym? ME+RI: KN Gg *172: KN Gg *209VAS+A: KN Gg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc03-\ud800\udc32","da-o-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc46-\ud800\udc28-\ud800\udc3f","da-pu2-ra-zo","Chadwick & Ventris 1973: anthroponym? cf. du-pu2-ra-zo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc46-\ud800\udc2a-\ud800\udc35-\ud800\udc0d","da-pu2-ri-to-jo","(as da-pu2-ri-to-jo po-ti-ni-ja) Hiller 2011: 'Mistress of the Labyrinth' (as da-pu2-ri-to-jo po-ti-ni-ja) van Leuven 1979: epithet of Hera Chadwick & Ventris 1973: \"\"place owned by Potnia\"\" cf. \u03bb\u03b1\u03b2\u03cd\u03c1\u03b9\u03bd\u03b8\u03bf\u03c2 \"\"with Aegean d for l (cf. \u1f48\u03b4\u03c5\u03c3\u03c3\u03b5\u03cd\u03c2 \u1f48\u03bb\u03c5\u03c3\u03b5\u03cd\u03c2 etc.); pu2 = bu is also remarkable.\"\" me-ri: KN Gg *166+WE: KN Oa? *209VAS: KN Gg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\" van Leuven Jon C. 1979 Kadmos Band 18 Heft 2 \u201cMycenaean Goddesses Called Potnia\u201d"],["\ud800\udc05-\ud800\udc22-\ud800\udc2a-\ud800\udc35","da-pu-ri-to","(as da-pu-ri-(to)[) Chadwick & Ventris 1973: meaning obscure cf. da-pu2-ri-to-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc22-\ud800\udc2a-\ud800\udc35-\ud800\udc0d","da-pu-ri-to-jo","labyrinth"],["\ud800\udc05-\ud800\udc28-\ud800\udc12","da-ra-ko","Van Spitael & Faure 1977 Faure 1959: toponym classical \u1fec\u03b1\u1fe6\u03c7\u03bf\u03c2 from *\u0394\u03c1\u03b1\u1fe6\u03c7\u03bf\u03c2 *\u0394\u03c1\u03b1\u0192\u03c7\u03bf\u03c2 Melena 1974: toponym. Not *\u0394\u03c1\u03b1\u1fe6\u03c7\u03bf\u03c2 *\u0394\u03c1\u03b1\u0192\u03c7\u03bf\u03c2 implying \u1fec\u03b1\u1fe6\u03c7\u03bf\u03c2. Perhaps an earlier form of \u03b3\u03bb\u03ac\u03c7\u03c9\u03bd \u03b3\u03bb\u03ae\u03c7\u03c9\u03bd 'pennyroyal' used as a place name cf. \u039c\u03b1\u03c1\u03b1\u03b8\u03ce\u03bd (ma-ra-tu-wo) \u03a3\u03ae\u03c3\u03b1\u03bc\u03bf\u03bd (sa-sa-ma) Chadwick & Ventris 1973: toponym LANA: KN Dk OVIS: KN Db KN Dd KN Dk KN Dv ]do-ro (we-we-si-jo): KN Dv je-zo (we-we-si-jo)e-ko-so: KN Dv ka-to (we-we-si-jo): KN Dv qi-ta-rohapax: KN Dk ]ra-ko (we-we-si-jo): KN Db ](ro) (we-we-si-jo): KN X ](ti) (we-we-si-jo): KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Faure Paul 1959 Kretika Chronika 13 \u00abLa Cr\u00e8te au cent villes\u00bb Melena Jos\u00e9 L. 1974 Minos 15 \"\"Coriander on the Knossos tablets\"\" Van Spitael Marie-Anne and Paul Faure 1977 \u039a\u03a1\u0397\u03a4\u039f\u039b\u039f\u0393\u0399\u0391 5 \u00abVilles et villages de la Cr\u00e8te centrale. Listes in\u00e9dites de l\u2019\u00e9poque V\u00e9netienne compar\u00e9es aux tablettes de Knosos\u00bb kar WNXVII.101 we-we-si-jo"],["\ud800\udc05-\ud800\udc28-\ud800\udc18-\ud800\udc2b","da-ra-mu-ro","Chadwick & Ventris 1973: anthroponym cf. \u03b4\u03c1\u03b1\u03c3\u03b9\u03bc-\u03c5\u03bb\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc2c-\ud800\udc56","da-ru-*56","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc2d-\ud800\udc35","da-sa-to","Chadwick & Ventris 1973: 'thus he distributed' cf. \u03b4\u03b1\u03c4\u03ad\u03bf\u03bc\u03b1\u03b9 (\u1f11)\u03b4\u03b1\u03c3\u03ac\u03bc\u03b7\u03bd [[e-pi-de-da-to]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc30-\ud800\udc17","da-so-mo","Chadwick & Ventris 1973: \"\"if correct reading; cf. do-so-mo\"\" cf. \u03b4\u03b1\u03c3\u03bc\u03cc\u03c2 'distribution' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc30-\ud800\udc17","da-so-mo","tie bind (plural)"],["\ud800\udc05-\ud800\udc32-\ud800\udc0a-\ud800\udc2b","da-ta-ja-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc32-\ud800\udc28-\ud800\udc17","da-ta-ra-mo","Chadwick & Ventris 1973: toponym KN Dl: ma-so-mo KN Dl: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc33-\ud800\udc1a-\ud800\udc0a","da-te-ne-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc33-\ud800\udc37","da-te-wa","Chadwick & Ventris 1973: anthroponym KN V 147: e-u-ru-qo-ta na-e-si-jo te-ra-pe-te we-we-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc33-\ud800\udc38-\ud800\udc0a","da-te-we-ja","McArthur 1993 (KN D): uncertain toponym Chadwick & Ventris 1973: ethnic? occupational term? nominative plural feminine Chadwick 1968: occupational term agent noun in -\u03b5\u03b9\u1fb6 feminine of masculine -\u03b5\u03cd\u03c2 Killen 1966 Ruijgh 1967 McArthur 1993 (KN Lc KN L): occupational term cf. e-ro-pa-ke-ja to-te-ja Chadwick 1962 Palmer 1963a Hart 1965: toponym Palmer 1963a 1963b Ruijgh 1967: ethnic adjective Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick John 1968 Gnomon 40 \"\"Review of Ruijgh (1967)\"\" Chadwick John 1962 Annual of the British School at Athens (ABSA) 57 \"\"Further Linear B Tablets from Knossos\"\" Hart G.R. 1965 Mnemosyne 18 \u201cThe Grouping of Place-Names in the Knossos Tablets\u201d McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Palmer Leonard R. 1963a Interpretation of the Mycenaean Greek Texts Palmer Leonard R. 1963b On the Knossos Tablets (ed. Leonard R. Palmer and J. Boardman) \"\"The Find-Places of the Knossos Tablets\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc05-\ud800\udc35-\ud800\udc29-\ud800\udc04","da-to-re-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc35-\ud800\udc2b","da-to-ro","Chadwick & Ventris 1973: anthroponym cf. \u0394\u03b1\u03af\u03c4\u03c9\u03c1 OVIS: KN Dv su-ri-mo: KN Dk KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc04-\ud800\udc05-\ud800\udc2b","da-u-da-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc04-\ud800\udc32-\ud800\udc2b","da-u-ta-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc37-\ud800\udc1c","da-wa-no","Chadwick & Ventris 1973: anthroponym cf. \u03b4\u03ae\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc38-\ud800\udc2b","da-we-ro","Chadwick & Ventris 1973: genitive of an anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc38-\ud800\udc04-\ud800\udc20","da-we-u-pi","Chadwick & Ventris 1973: toponym locative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc39","da-wi","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc05-\ud800\udc3a","da-wo","Chadwick & Ventris 1973: toponym Lee 1962: toponym \"\"from being three times cited along with Paito might possibly be Haghia Triadha\"\" Appears as \"\"da-wi-ja ne-ki-ri-de\"\" on KN Ak 780+. (see also KN Ln 1568) Appears as \"\"da-wo ki-ri-jo-te\"\" on KN Da 5223+ KN Dc 1515+. Appears as \"\"da-wo ki\"\" on KN Dl 928. da-wi-ja in KN Lc: a-ra-ka-te-ja e-ki-si-jaethnic e-me-si-jo-jo e-ra-jaethnic e-ro-pa-ke-ja i-ja-pu2-we ri-jo-ni-jaethnic se-to-i-jaethnic da-wi-ja in KN Le KN Og: pa-i-ti-jaethnic da-wi-jo in KN B: do-ti-joethnic da-wo in KN Dn: pa-i-totoponym BOS: KN Ce CROC: KN Np GRA: KN F ko-wa: KN Ak ko-wo: KN Ak LANA: KN Lc M: KN Ga KN Og MUL: KN Ak OLIV+A: KN F? OLIV+TI: KN F? OVIS: KN D KN Da KN Db KN Dc KN Dd KN Dl KN Dn KN Dv PYC+O: KN F? TELA: KN Lc TELA+TE: KN Le VIR: KN Ak KN Am KN B *146: KN M a-da-ra-rohapax: KN Da di-ta-ka-soe-ko-so: KN Ga ko-ru-to: KN Dv ku-mo-no-sohapax: KN Da ku-ne-uhapax: KN Da ma-di-qo: KN Db pe-ri-to-wo: KN V po-i-ti-johapax: KN Da qi-nwa-sohapax: KN Dc ra-wo-qo-no: KN D KN Dl [[ru-wa-ni-jo]] hapax: KN X si-ta-roqa-mo: KN Dg su-ru-sohapax: KN Dv u-ra-mo-no: KN Da wi-jo-ka-dehapax: KN Db wo-*82-ni-johapax: KN Dc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Lee D.J.N. 1962 \"\"Place-names in the Knossos tablets\"\" (MLS 30.5.1962)"],["\ud800\udc05-\ud800\udc3f","da-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc06-\ud800\udc15-\ud800\udc1c","de-de-me-no","Bernab\u00e9 & Luj\u00e1n 2008: binding cf. ke-ra de-de-me-na PUG knives with horn hilts Chadwick & Ventris 1973: wheel adjective \"\"bound (with silver or bronze)\"\" cf. \u03b4\u03ad\u03b4\u03b5\u03bc\u03b1\u03b9 Wiktionary: bound with Palaeolexicon: corded Killen 2008: \"\"may mean 'delivered from the workshops' it might also mean 'given for refurbishment'\"\" (KN So) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Technology\"\" Killen J.T. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Economy\"\" kar WNXIV.164 participle candidates"],["\ud800\udc06-\ud800\udc06-\ud800\udc15-\ud800\udc1c","de-de-me-no","corded bound"],["\ud800\udc06-\ud800\udc08-\ud800\udc15-\ud800\udc19","de-do-me-na","Chadwick & Ventris 1973: 'deliviered' cf. di-do-si Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc08-\ud800\udc37-\ud800\udc29-\ud800\udc38","de-do-wa-re-we","Chadwick & Ventris 1973: anthroponym or title? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc0f-\ud800\udc2d-\ud800\udc35","de-ka-sa-to","Chadwick & Ventris 1973: received cf. \u1f10\u03b4\u03ad\u03be\u03b1\u03c4\u03bf (Iliad XVIII 238) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc0f-\ud800\udc2d-\ud800\udc35","de-ka-sa-to","received"],["\ud800\udc06-\ud800\udc10-\ud800\udc2e-\ud800\udc04","de-ke-se-u","Chadwick & Ventris 1973: anthroponym cf. \u0394\u03ad\u03c7\u03bf\u03bc\u03b1\u03b9 \u0394\u03ad\u03c0\u03ba\u03bf\u03bc\u03b1\u03b9 Masson 1967: TBD Szemer\u00e9nyi 1957: TBD Heubeck 1957: TBD KN Df KN Dv: i-ke-se-ra ti-mi-za OVIS: KN Db KN Df do-ti-ja: KN Db ku-ta-to: KN Df Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Heubeck 1957 TBD Masson 1967 TBD Szemer\u00e9nyi 1957 TBD"],["\ud800\udc06-\ud800\udc11-\ud800\udc2f-\ud800\udc3a","de-ki-si-wo","Chadwick & Ventris 1973: anthroponym dative cf. \u0394\u03ad\u03be\u03b9\u03bf\u03c2 Chadwick & Ventris 1973: genitive of de-ki-si-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc12-\ud800\udc35","de-ko-to","Chadwick & Ventris 1973: 1. (KN Le) 'received' cf. \u03b4\u03ad\u03ba\u03c4\u03bf or anthroponym 2. (PY Cn) anthroponym cf. \u03b4\u03ad\u03ba\u03c4\u03bf\u03c2 Chadwick & Ventris 1973: genitive of de-ko-to2 Appears as \"\"]ra-wo de-ko-to 'ta-ra-si-ja' ne[\"\" on KN Le 642+. Appears as \"\"[[o-re-e-wo]] wo-wo de-ko-to\"\" on PY Cn 600. OVIS: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc13-\ud800\udc36-\ud800\udc3a-\ud800\udc12","de-ku-tu-wo-ko","Shelmerdine 2008: net maker Chadwick & Ventris 1973: \"\"to the net-maker(s)\"\" cf. \u03b4\u03af\u03ba\u03c4\u03c5\u03bf\u03bd + -\u03bf\u03c1\u03b3\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc06-\ud800\udc14-\ud800\udc2f","de-ma-si","Chadwick & Ventris 1973: recipient of oil probably dative plural OLE: KN Fh ra-ma-na-de: KN Fh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc15-\ud800\udc03-\ud800\udc33","de-me-o-te","Duhoux 2008: \"\"going to build\"\" cf. \u03b4\u1f10\u03bc\u03c9 'build' \"\"This participle provides the only known example of the future of \u03b4\u1f10\u03bc\u03c9 - alphabetic Greek never uses this tense in this verb.\"\" Chadwick & Ventris 1973: \"\"who are to do building work\"\" cf. \u03b4\u1f10\u03bc\u03c9 (Iliad VII 436+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Anthology\u201d"],["\ud800\udc06-\ud800\udc16-\ud800\udc1b-\ud800\udc00","de-mi-ni-a","bed clothes"],["\ud800\udc06-\ud800\udc16-\ud800\udc1b-\ud800\udc0a","de-mi-ni-ja","Chadwick & Ventris 1973: \"\"Context obscure but only Greek word to fit spelling is nom. plur. demnia 'bedding'\"\" cf. \u03b4\u03ad\u03bc\u03bd\u03b9\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc16-\ud800\udc1b-\ud800\udc0d","de-mi-ni-jo","Chadwick & Ventris 1973: singular of de-mi-ni-ja? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc17-\ud800\udc24","de-mo-qe","Chadwick & Ventris 1973: anthroponym dative + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc1b-\ud800\udc17","de-ni-mo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc26-\ud800\udc1c","de-qo-no","main dinner"],["\ud800\udc06-\ud800\udc29-\ud800\udc04-\ud800\udc12","de-re-u-ko","grape must"],["\ud800\udc06-\ud800\udc30-\ud800\udc17","de-so-mo","Duhoux 2008: 'band bond' cf. \u03b4\u03b5\u03c3\u03bc\u03cc\u03c2 \"\"may refer to 'cross-belts' or 'handles' (?)\"\" Chadwick & Ventris 1973: '(swords fitted) with bands'; cf. 'belts' \u03c0\u03b5\u03bb\u03b1\u03bc\u03ce\u03bd? PUG: KN Ra? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Anna Morpurgo Davies and Yves Duhoux) \"\"Mycenaean Anthology\"\""],["\ud800\udc06-\ud800\udc04-\ud800\udc0d-\ud800\udc02","de-u-jo-i","Chadwick & Ventris 1973: recipient of oil? dative plural OLE: KN Fh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc04-\ud800\udc0f-\ud800\udc2a-\ud800\udc0d","de-u-ka-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u0394\u03b5\u03c5\u03ba\u03b1\u03bb\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc04-\ud800\udc10-\ud800\udc2b","de-u-ke-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc04-\ud800\udc11-\ud800\udc0d","de-u-ki-jo","Chadwick & Ventris 1973: anthroponym cf. (-jo -jo-jo) a-ka-ta-jo du-ni-jo e-me-si-jo ka-ra-e-ri-jo qe-ri-jo ta-we-si-jo ti-qa-jo u-ta-jo we-we-si-jo Chadwick & Ventris 1973: name of a month genitive singular de-u-ki-jo + connective enclitic -qe Appears as \"\"[[wa-a2-ta]] de-u-ki-jo-qe VIR 2\"\" on MY Au 102. MY Au: [[wa-a2-ta]]hapax anthroponym in a -qe list. VIR: MY Au Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc04-\ud800\udc11-\ud800\udc0d-\ud800\udc0d","de-u-ki-jo-jo","Chadwick & Ventris 1973: month name Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc04-\ud800\udc11-\ud800\udc0d-\ud800\udc0d","de-u-ki-jo-jo","month name deukios"],["\ud800\udc06-\ud800\udc04-\ud800\udc11-\ud800\udc0d","de-u-ki-jo","month name (deukios)"],["\ud800\udc06-\ud800\udc38-\ud800\udc28","de-we-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc06-\ud800\udc38-\ud800\udc2b-\ud800\udc41-\ud800\udc12-\ud800\udc28-\ud800\udc02-\ud800\udc0a","de-we-ro-a3-ko-ra-i-ja","Ram\u00f3n 2011: name of a Pylos province \"\"[de-we-ro-a3-ko-ra-i-ja and pe-ra3-ko-ra-i-ja] are both compounds or juxtapositions of local adverbs (/deuro/ and /per\u0101/ 'hither' and 'further') and a second element which is itself a compound a3-ko-ra-i-ja /aigolai\u0101/ 'rocks (cf. \u03bb\u1fb6\u03b1\u03c2 'stone') of the goat(s) (\u03b1\u1f34\u03be)' resulting from the univerbation (i.e. union of two words) of *\u03b1\u1f30\u03b3\u03cc\u03c2 (\u03b1\u1f30\u03b3\u1ff6\u03bd) and \u03bb\u03b1\u03af\u03b1.\"\" Chadwick & Ventris 1973: toponym name of the Hither Province Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\" Ruijgh 1970 TBD"],["\ud800\udc06-\ud800\udc38-\ud800\udc2b","de-we-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc39-\ud800\udc0d","de-wi-jo","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc06-\ud800\udc39-\ud800\udc0d","de-wi-jo","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc0e-\ud800\udc1e-\ud800\udc32","di-*65-pa-ta","Chadwick & Ventris 1973: anthroponym TELA+[TE]]: KN Ln Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc05-\ud800\udc0f-\ud800\udc29","di-da-ka-re","Duhoux 2008: 'at the schoolmaster's' abbreviated to di at KN Bg cf. \u03b4\u03b9\u03b4\u03ac\u03c3\u03ba\u03b1\u03bb\u03bf\u03c2 Palmer 2008: 'under instruction' abbreviated to di at KN Ak Chadwick & Ventris 1973: \"\"description of children; possibly locative didaskalei 'at the school-master's'. Sense 'under instruction' is possible but details of form obscure.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World Vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Anthology\"\" Palmer Ruth 2008 A Companion to Linear B: Mycenaean Greek Texts and their World Vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"How to Begin?\"\""],["\ud800\udc07-\ud800\udc05-\ud800\udc14-\ud800\udc03","di-da-ma-o","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc06-\ud800\udc2b","di-de-ro","Chadwick & Ventris 1973: anthroponym cf. Linear A di-de-ru KN Dv: OVIS Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc07-\ud800\udc08-\ud800\udc2f","di-do-si","Chadwick & Ventris 1973: 'they give they deliver' cf. \u03b4\u03af\u03b4\u03c9\u03bc\u03b9 3rd person plural present PY Ng; o-u 'not' + di-do-to Chadwick & Ventris 1973: 'is (not) delivered' 3rd person singular (or plural?) present passive PY Un Chadwick & Ventris 1973: 'he will contribute' 3rd person singular future PY Jn; jo 'thus' + do-so-si Chadwick & Ventris 1973: 'thus they will contribute' 3rd person plural future cf. a-pu-do-ke o-do-ke Chadwick & Ventris 1973: 'he contributed' 3rd person singular aorist PY Un; o 'thus' + do-ke Chadwick & Ventris 1973: 'thus he contributed' 3rd person singular aorist MY Oi; do-ke + ko-o-ke-ne Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc09-\ud800\udc15","di-du-me","Chadwick & Ventris 1973: meaning obscure Appears as \"\"[[ku-do-ni-ja|ku-do-ni-ja-de]] di-du-me o-qo-o-ki-te\"\" on KN L 588+. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc09-\ud800\udc17","di-du-mo","Chadwick & Ventris 1973: anthroponym dative cf. \u0394\u03af\u03b4\u03c5\u03bc\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc0f-\ud800\udc32-\ud800\udc0d","di-ka-ta-jo","epithet of zeus"],["\ud800\udc07-\ud800\udc0f-\ud800\udc32","di-ka-ta","McArthur 1993: plausible toponym Chadwick & Ventris 1973: toponym Dicte \u0394\u03af\u03c7\u03c4\u03b7 McArthur 1993: toponym allative McArthur 1993: epithet of Zeus \u0394\u03b9\u03ba\u03c4\u03b1\u1fd6\u03bf\u03c2 Duhoux 2008: adjective \u0394\u03b9\u03ba\u03c4\u03b1\u1fd6\u03bf\u03c2 from mountain name \u0394\u03af\u03ba\u03c4\u03b7 NI: KN F OLE: KN Fh? KN Fp PYC+O: KN G? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Anthology\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc07-\ud800\udc0f-\ud800\udc32-\ud800\udc2b","di-ka-ta-ro","Chadwick & Ventris 1973: anthroponym OVIS: KN Dd VIR: KN As su-ri-mo: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc11-\ud800\udc1d-\ud800\udc3a","di-ki-nu-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc07-\ud800\udc12-\ud800\udc19-\ud800\udc2b","di-ko-na-ro","Shelmerdine 2008: son or clan heritage of a-da-ra-ti-jo (as (di)-ko-na-ro) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc07-\ud800\udc12-\ud800\udc35","di-ko-to","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc1c-\ud800\udc3f","di-no-zo","Chadwick & Ventris 1973: anthroponym? cf. [[no-di-zo]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc1d-\ud800\udc37-\ud800\udc32","di-nu-wa-ta","Chadwick & Ventris 1973: anthroponym cf. \u0394\u03b9\u03bd\u03cd\u03c4\u03c4\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc1e","di-pa","cup"],["\ud800\udc07-\ud800\udc1e","di-pa","Duhoux 2008: 'beaker' cf. \u03b4\u03ad\u03c0\u03b1\u03c2 \"\"vowel alternation (dipas ~ \u03b4\u03ad\u03c0\u03b1\u03c2) suggests that this word may be a loan.\"\" Chadwick & Ventris 1973: vessel cf. \u03b4\u03ad\u03c0\u03b1\u03c2 (Iliad XI 632+) \"\"often in early use a large vessel not a drinking cup\"\" Palaeolexicon: cup Iliad I.584: \u03b4\u03ad\u03c0\u03b1\u03c2 \u1f00\u03bc\u03c6\u03b9\u03ba\u03cd\u03c0\u03b5\u03bb\u03bb\u03bf\u03bd 'two-handled cup' Iliad IV.262 IX.203 IX.224: \u03b4\u03ad\u03c0\u03b1\u03c2 'cup' Iliad VI.220: \u03c7\u03c1\u03cd\u03c3\u03b5\u03bf\u03bd \u03b4\u03ad\u03c0\u03b1\u03c2 \u1f00\u03bc\u03c6\u03b9\u03ba\u03cd\u03c0\u03b5\u03bb\u03bb\u03bf\u03bd 'two-handled cup of gold' Chadwick & Ventris 1973: nominative dual of di-pa Appears as \"\"qa-si-re-wi-ja di-pa a-no-wo-to\"\" on KN K 875. *202VAS: KN K PY Ta Iliad IV.3: \u03c7\u03c1\u03c5\u03c3\u03ad\u03bf\u03b9\u03c2 \u03b4\u03b5\u03c0\u03ac\u03b5\u03c3\u03c3\u03b9 'golden goblets' Iliad VIII.160: \u03c0\u03bb\u03b5\u03af\u03bf\u03b9\u03c2 \u03b4\u03b5\u03c0\u03ac\u03b5\u03c3\u03c3\u03b9 'full cups' Iliad IX.176: \u03b4\u03b5\u03c0\u03ac\u03b5\u03c3\u03c3\u03b9 'cups' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Anthology\"\" Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt)"],["\ud800\udc07-\ud800\udc20-\ud800\udc0a","di-pi-ja","McArthur 1993: ethnic adjective Chadwick & Ventris 1973: feminine ethnic adjective Ruijgh 1967: toponym in -\u03af\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Place-Names in the Knossos Tablets Identification and Location (Suplementos a MINOS num. 9) Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc07-\ud800\udc20-\ud800\udc2f-\ud800\udc0b-\ud800\udc39-\ud800\udc0d","di-pi-si-je-wi-jo","Chadwick & Ventris 1973: adjective derived from di-pi-si-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc20-\ud800\udc2f-\ud800\udc0d","di-pi-si-jo","Chadwick & Ventris 1973: nominative of di-pi-si-jo-i Chadwick & Ventris 1973: recipient of OIL? 'for the thirsty ones'? cf. Thessalian month \u0394\u03af\u03c8\u03bf\u03c2? probably dative plural Adrados 1968: TBD Marinatos 1966: TBD Guthrie 1959: TBD Adrados 1968 TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Guthrie 1959 TBD Marinatos Spyridon 1966 TBD"],["\ud800\udc07-\ud800\udc47-\ud800\udc28","di-pte-ra","Chadwick & Ventris 1973: \"\"prepared hide piece of leather\"\" cf. \u03b4\u03b9\u03c6\u03b8\u03ad\u03c1\u03b1 (Herodotus) Chadwick & Ventris 1973: variant spelling of di-pte-ra in plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc47-\ud800\udc28","di-pte-ra","leather"],["\ud800\udc07-\ud800\udc47-\ud800\udc28-\ud800\udc21-\ud800\udc2b","di-pte-ra-po-ro","Chadwick & Ventris 1973: occupational term 'wearer of leather'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc47-\ud800\udc28-\ud800\udc21-\ud800\udc2b","di-pte-ra-po-ro","one wearing hides"],["\ud800\udc07-\ud800\udc23-\ud800\udc28","di-qa-ra","(as di-qa-ra[) Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc26","di-qo","Chadwick & Ventris 1973: obscure possibly anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc28","di-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc28-\ud800\udc21-\ud800\udc2b","di-ra-po-ro","Chadwick & Ventris 1973: error for di-pte-ra-po-ro? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc28-\ud800\udc26","di-ra-qo","Chadwick & Ventris 1973: anthroponym LANA: KN Dk OVIS: KN Dk ku-ta-to: KN Dk Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc28-\ud800\udc3a-\ud800\udc1c","di-ra-wo-no","Chadwick & Ventris 1973: anthroponym genitive? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc2a-\ud800\udc16-\ud800\udc0d","di-ri-mi-jo","Chadwick & Ventris 1973: anthroponym hero? recipient of offering dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc2b","di-ro","Chadwick & Ventris 1973: toponym OVIS: KN Da KN Db KN Dc au-ta2hapax: KN Db da-ja-roru-ki-to: KN Dc te-mi-rohapax: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc30","di-so","Chadwick & Ventris 1973: anthroponym BIG: KN Sc TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc32-\ud800\udc0f-\ud800\udc30","di-ta-ka-so","Chadwick & Ventris 1973: anthroponym KN Dl: e-ko-so KN Ga: da-wo KN Dl: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc04-\ud800\udc0a","di-u-ja","Duhoux 2008: 'to (the goddess) Diwia' cf. Pamphylia goddess \u0394\u03b9\u0192\u03af\u1fb6 adjective \u03b4\u1fd6\u03bf\u03c2 'heavenly' Chadwick & Ventris 1973: theonym Chadwick & Ventris 1973: variant spelling of di-u-ja Chadwick & Ventris 1973: anthroponym cf. di-u-ja Duhoux 2008: 'in the shrine of (the goddess) Diwia' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc07-\ud800\udc37-\ud800\udc0d","di-wa-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc38","di-we","Chadwick & Ventris 1973: 'to Zeus' dative cf. \u0396\u03b5\u03cd\u03c2 \u0394\u03b9\u03af cf. (-we -wo) a-i-qe-u e-re-e-u ko-pe-re-u pi-ke-re-u po-ro-u-te-u sa-ka-re-u Chadwick & Ventris 1973: genitive See main entry di-wo. PY Tn: a-re-ja di-u-jatheonym e-ratheonym or toponym pe-re-*82theonym [[pu-ro]]toponym KN F: HORD KN Fp: OLE PY Tn: AUR VIR KN Fp: di-ka-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc38-\ud800\udc2e-\ud800\udc0a","di-we-se-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc38-\ud800\udc30","di-we-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc38","di-we","Zeus"],["\ud800\udc07-\ud800\udc39-\ud800\udc0a-\ud800\udc15-\ud800\udc2b","di-wi-ja-me-ro","two-day period"],["\ud800\udc07-\ud800\udc39-\ud800\udc0a-\ud800\udc32","di-wi-ja-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc39-\ud800\udc0a-\ud800\udc3a","di-wi-ja-wo","Chadwick & Ventris 1973: anthroponym cf. di-u-ja Chadwick & Ventris 1973: variant spelling of di-wi-ja-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc39-\ud800\udc0b-\ud800\udc0a","di-wi-je-ja","Chadwick & Ventris 1973: anthroponym or title? cf. di-wi-je-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc39-\ud800\udc0b-\ud800\udc04","di-wi-je-u","Hiller 2011: 'priest in the Zeus-sanctuary'? Chadwick & Ventris 1973: anthroponym? Chadwick & Ventris 1973: dative of di-wi-je-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux & Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc07-\ud800\udc39-\ud800\udc0d","di-wi-jo","Chadwick & Ventris 1973: toponym? 'shrine of Zeus' Chadwick & Ventris 1973: allative Chadwick & Ventris 1973: month name cf. (i-jo i-je-ja) a-ka-i-je-ja we-we-si-je-ja wo-di-je-ja Chadwick & Ventris 1973: anthroponym or title? cf. di-wi-je-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc39-\ud800\udc0d-\ud800\udc0d","di-wi-jo-jo","Chadwick & Ventris 1973: month name cf. Macedonian \u0394\u03ca\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc39-\ud800\udc1e-\ud800\udc28","di-wi-pa-ra","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc3a-\ud800\udc00-\ud800\udc1a","di-wo-a-ne","(as di-wo-a-ne[) Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc3a","di-wo","Duhoux 2011: 1. (PY Tn) genitive theonym Zeus 2. (KN Dv) nominative anthroponym cf. \u0394\u03af\u03c9\u03bd Chadwick & Ventris 1973: anthroponym cf. \u0394\u03af\u03c9\u03bd See main entry di-we. AUR *213VAS: PY Tn? OVIS: KN Dv VIR: PY An da-*22-to: KN Dv e-ro-ma-to: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc07-\ud800\udc3a-\ud800\udc1d-\ud800\udc30","di-wo-nu-so","dionysos"],["\ud800\udc07-\ud800\udc3a-\ud800\udc1d-\ud800\udc30","di-wo-nu-so","Hiller 2011: theonym Dionysus Chadwick & Ventris 1973: theonym? cf. \u0394\u03b9\u03cc\u03bd\u03c5\u03c3\u03bf\u03c2 Chadwick & Ventris 1973: genitive of di-wo-nu-so Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stegan 2011 A Companion to Linear B: Mycenaen Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc07-\ud800\udc3a-\ud800\udc22-\ud800\udc0f-\ud800\udc32","di-wo-pu-ka-ta","Chadwick & Ventris 1973: anthroponym or title? OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc3a","di-wo","Zeus"],["\ud800\udc07-\ud800\udc3c-\ud800\udc30","di-za-so","Chadwick & Ventris 1973: anthroponym *168+SE: KN Pp ti-ri-to: KN Pp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc07-\ud800\udc3f","di-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc06","do-de","Chadwick & Spyropoulos 1975: to the house of (a human) \u03b4\u1ff6 + allative Chadwick John and Theodoros Spyropoulos \u00a0 \u00a0 1975 The Thebes Tablets II"],["\ud800\udc08-\ud800\udc01-\ud800\udc28","do-e-ra","female slave"],["\ud800\udc08-\ud800\udc01-\ud800\udc28","do-e-ra","Palaeolexicon: DO-E-RA female slave Wiktionary slave (female) Chadwick & Ventris: maid-servant bondwoman slave Masculine form: do-e-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek p. 540"],["\ud800\udc08-\ud800\udc01-\ud800\udc2b","do-e-ro","Chadwick & Ventris 1973: male slave servant bondman See main entry do-e-ra. Chadwick & Ventris 1973: dative plural Chadwick & Ventris 1973: genitive singular Iliad VI.463: \u03b4\u03bf\u03cd\u03bb\u03b9\u03bf\u03bd 'bondage' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc0f-\ud800\udc14-\ud800\udc02","do-ka-ma-i","Chadwick & Ventris 1973: obscure \"\"in a list which includes wheels and halters\"\" dative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc21-\ud800\udc32","do-po-ta","Chadwick & Ventris 1973: 'to the Master'? cf. \u03b4\u03b5\u03c3\u03c0\u03cc\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc24-\ud800\udc0a","do-qe-ja","Chadwick & Ventris 1973: name of a goddess or a description of women? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc24-\ud800\udc0a","do-qe-ja","female slave"],["\ud800\udc08-\ud800\udc24-\ud800\udc04","do-qe-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc26-\ud800\udc1c","do-qo-no","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc26-\ud800\udc2b","do-qo-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc26-\ud800\udc30","do-qo-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc28","do-ra","gift"],["\ud800\udc08-\ud800\udc28-\ud800\udc24","do-ra-qe","Palaima 2011: \"\"unambiguously interpreted as d\u014dra 'gifts'\"\" Chadwick & Ventris 1973: 'gifts' cf. \u03b4\u1ff6\u03c1\u03bf\u03bd (Iliad VI.293+) + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palaima Thomas G. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Scribes Scribal Hands and Palaeography\"\""],["\ud800\udc08-\ud800\udc29-\ud800\udc38","do-re-we",""],["\ud800\udc08-\ud800\udc2a-\ud800\udc0b-\ud800\udc38","do-ri-je-we","Chadwick & Ventris 1973: anthroponym dative cf. \u0394\u03c9\u03c1\u03b9\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc2a-\ud800\udc0f-\ud800\udc1c","do-ri-ka-no","(as (do)-ri-ka-no) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc2a-\ud800\udc0f-\ud800\udc03","do-ri-ka-o","Chadwick & Ventris 1973: anthroponym cf. \u0394\u03bf\u03bb\u03b9\u03c7\u03ac\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc2a-\ud800\udc3a","do-ri-wo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc2b-\ud800\udc0d","do-ro-jo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of do-ro-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc2b-\ud800\udc15-\ud800\udc04","do-ro-me-u","Chadwick & Ventris 1973: anthroponym cf. \u0394\u03c1\u03bf\u03bc\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc2b-\ud800\udc15-\ud800\udc04","do-ro-me-u","cursor"],["\ud800\udc08-\ud800\udc2b-\ud800\udc26","do-ro-qo","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc2e","do-se","will give"],["\ud800\udc08-\ud800\udc30-\ud800\udc17","do-so-mo","Duhoux 2011: 'tax' cf. Arcadian-only \u1f00\u03c0\u03c5\u03b4\u03cc\u03c3\u03bc\u03bf\u03c2 Chadwick & Ventris 1973: contribution cf. \u1f00\u03c0\u03c5\u03b4\u03cc\u03c3\u03bc\u03bf\u03c2 Palaeolexicon: offer Chadwick & Ventris 1973: cf. do-so-mo \u03b4\u03b1\u03c3\u03bc\u03cc\u03c2 (Iliad I 166+) cf. di-do-si? Duhoux 2008: taxation items Chadwick & Ventris 1973: nominative plural neuter adjective contributory cf. i-jo-qe ku-wa-ni-jo-qe Chadwick & Ventris 1973: nominative singular or plural masculine adjective contributory + connective enclitic qe GRA: PY Es Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Interpreting the Linear B Records: Some Guidelines\"\" kar WNXIV.100 pe-mo"],["\ud800\udc08-\ud800\udc30-\ud800\udc17","do-so-mo","offer"],["\ud800\udc08-\ud800\udc34-\ud800\udc0a","do-ti-ja","McArthur 1993 Chadwick & Ventris 1973: toponym Ruijgh 1967: toponym in -\u03af\u03b1 (as do-ti-(jo) on KN D 7134) McArthur 1993 Ruijgh 1967: likely toponym variant of do-ti-ja (as do[](ti)-jo on KN B 7035) McArthur 1993 Ruijgh 1967: likely ethnic adjective cf. \u0394\u03ce\u03c4\u03b9\u03bf\u03c2 Appears as \"\"i-ta-mo do-ti-ja\"\" on KN Ap 618+. Appears as \"\"do-ti-ja 'tu'\"\" on KN Ap 629. See also Hart 1965 for do-ti-ja's connections with a-ku-do-i da-wo ka-ma ko-no-so pa-i-to qa-mo ra-su-to ri-jo-no sa-mu-ta-jo and tu-ni-ja. ?do-ti-ja in KN Ce: maybe a-ku-(na)-i GRA: KN E LANA: KN L MUL: KN Ap OVIS: KN Ce KN Da KN Db KN Dc KN Dd KN De KN Df KN Dl KN Dm KN Dv SUS: KN C TELA+PU: KN L TELA+TE: KN Le VIR: KN B a-ra-koti-ri-to: KN De de-ke-se-uku-ta-to: KN Db de-ni-mohapax: KN Dc e-u-ko-roda-*22-to ti-ri-to: KN Da e-wa-ra-johapax: [[KN Dbb] i-ta-mohapax: KN Ap ja-ti-rihapax: KN De ka-da-i-sohapax: KN De ku-ke-sohapax: KN Dd na-ruhapax: KN Db qe-rihapax: KN Df ra-u-ra-tahapax: KN Dd te-ru-sa: KN Dv wi-jo-qo-tapa-i-to: KN Db *56-du-nu-kara-to: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hart G.R. 1965 Mnemosyne 18 \u201cThe Grouping of Place-Names in the Knossos Tablets\u201d McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien kar WNXVII.96 a-te-jo"],["\ud800\udc08-\ud800\udc34-\ud800\udc0d-\ud800\udc1c","do-ti-jo-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc37","do-wa","Chadwick & Ventris 1973: 'shafts'? cf. \u03b4\u1f40\u03c1\u03c5 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc38-\ud800\udc0d","do-we-jo","Chadwick & Ventris 1973: 'made of wood' cf. \u03b4\u03bf\u03cd\u03c1\u03b5\u03b9\u03bf\u03c2 \u03b4\u03bf\u03c5\u03c1\u03ac\u03c4\u03b5\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc08-\ud800\udc38-\ud800\udc0d","do-we-jo","wooden"],["\ud800\udc09-\ud800\udc12-\ud800\udc30","du-ko-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc14","du-ma","Shelmerdine 2008: 'superintendent' Chadwick & Ventris 1973: title of an official Chadwick & Ventris 1973: nominative plural of du-ma + connective enclitic -qe Chadwick & Ventris 1973: dative singular of du-ma me-ri + du-ma-te spelling variant me-ri + du-ma-te me-ri + du-ma cf. po-ro-ko-re-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc09-\ud800\udc1b","du-ni","Chadwick & Ventris 1973: anthroponym OVIS: KN Dd e-ko-so: KN Dd ra-ja: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc1b-\ud800\udc0a","du-ni-ja","Chadwick & Ventris 1973: obscure (i.e. not known) KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc1b-\ud800\udc0d","du-ni-jo","Chadwick & Ventris 1973: anthroponym (cf. -jo -jo-jo) a-ka-ta-jo de-u-ki-jo di-wi-jo e-me-si-jo ka-ra-e-ri-jo qe-ri-jo ta-we-si-jo ti-qa-jo u-ta-jo we-we-si-jo Chadwick & Ventris 1973: genitive of du-ni-jo Appears as \"\"du-ni-jo du-ma\"\" on PY An 192. Appears as \"\"du-ni-jo a-no-ke-wa\"\" on PY An 192. Appears as \"\"du-ni-jo ti-ni-ja-ta\"\" on PY Fn 79. tu-ra-te-u appears above du-ni-jo-jo on PY Ae 8. Appears as \"\"ku-so-no [[i-na-ni-ja]] du-ni-jo-jo me-tu-ra [[su-ra-se]]\"\" on PY Ae 8. Appears as \"\"ko-ro-ja-ta [[i-na-ni-ja]] [[su-ra-te|(su)-ra-te]] du-ni-jo-jo me-tu-ra [[su-ra-se]]\"\" on PY Ae 72. Appears as \"\"[[pi-ra-jo]] a3-ki-pa-ta [[su-ra-te]] du-ni-jo me-tu-ra [[su-ra-se]]\"\" on PY Ae 264. Appears as \"\"du-ni-jo e-ke o-na-to pa-ro da-mo\"\" on PY Ea 59. Appears as \"\"du-ni-jo e-ke o-na-to\"\" on PY Ea 811. Appears as \"\"du-ni-jo te-o-jo do-e-ro o-na-to e[ ] pe-mo\"\" on PY Ep 705. Appears as \"\"pu-ro qe-te-a2 pa-ro du-ni-jo\"\" on PY Un 138. GRA: PY Ea PY Ep HORD: PY Fn PY Un VIR: PY Ae PY An se-to-i-ja: KN As Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc20-\ud800\udc0d","du-pi-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc46-\ud800\udc28-\ud800\udc3f","du-pu2-ra-zo","Chadwick & Ventris 1973: anthroponym KN V: da-i-ra di-zo [[o-ro-qa]] pu-ri qe-ro [[su-ko]] [[wa-je]] wi-da-ma-ro KN Da: pa-i-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc46-\ud800\udc30","du-pu2-so","Chadwick & Ventris 1973: anthroponym KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc26-\ud800\udc33-\ud800\udc0a","du-qo-te-ja","Chadwick & Ventris 1973: anthroponym? Appears as \u201ca-ka-i-je-ja du-qo-te-ja LANA 2\u2033 on TH Of 27. (see also pu2-ke-qi-ri-ne-ja) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc29-\ud800\udc04","du-re-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc2a","du-ri","Chadwick & Ventris 1973: anthroponym cf. \u0394\u03cd\u03c1\u03b9\u03c2 \"\"local name of Atlas and of a wind\"\" KN Da: ri-jo-no KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc2c-\ud800\udc21","du-ru-po","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc2c-\ud800\udc35-\ud800\udc17","du-ru-to-mo","Shelmerdine 2008: 'wood-cutters' Chadwick & Ventris 1973: wood-cutters cf. \u03b4\u03c1\u03c5\u03c4\u03cc\u03bc\u03bf\u03c2 (Iliad XI 86+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc09-\ud800\udc2c-\ud800\udc35-\ud800\udc17","du-ru-to-mo","woodcutters"],["\ud800\udc09-\ud800\udc2d-\ud800\udc1b","du-sa-ni","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc32-\ud800\udc30","du-ta-so","Chadwick & Ventris 1973: anthroponym KN Db: pa-i-to KN Db: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc35","du-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc36-\ud800\udc37","du-tu-wa","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc3a-\ud800\udc0d","du-wo-jo","Chadwick & Ventris 1973: anthroponym cf. \u03b4\u03bf\u03b9\u03cc\u03c2 \u0394\u03bf\u03af\u03b1\u03c2 Chadwick & Ventris 1973: genitive of du-wo-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc09-\ud800\udc3a-\ud800\udc38","du-wo-we","vessel type with two handles"],["\ud800\udc44-\ud800\udc0d","dwo-jo","(as ]dwo-jo) Chadwick & Ventris 1973: anthroponym cf. du-wo-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc0e-\ud800\udc35","e-*65-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc05-\ud800\udc01-\ud800\udc04","e-da-e-u","Chadwick & Ventris 1973: title or ethnic adjective? Chadwick & Ventris 1973: genitive of e-da-e-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc08-\ud800\udc17-\ud800\udc1a-\ud800\udc04","e-do-mo-ne-u","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of e-do-mo-ne-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc01-\ud800\udc2b-\ud800\udc1e-\ud800\udc0d-\ud800\udc24-\ud800\udc2b-\ud800\udc2d","e-e-ro-pa-jo-qe-ro-sa","Chadwick & Ventris 1973: \"\"Reading and word-division uncertain\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc01-\ud800\udc2f","e-e-si","Chadwick & Ventris 1973: 'they are' cf. e-ne-e-si a-pe-e-si Att. \u03b5\u1f30\u03c3\u03af Chadwick & Ventris 1973: 'being' nominative singular masculine participle Chadwick & Ventris 1973: nominative plural masculine Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc01-\ud800\udc35","e-e-to","Chadwick & Ventris 1973: meaning obscure probably verbal form from \u03b5\u1f30\u03bc\u03af or \u1f35\u03b7\u03bc\u03b9? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc0f-\ud800\udc14-\ud800\udc33","e-ka-ma-te","Chadwick & Ventris 1973: 'with a support strut' instrumental singular part of a table cf. \u1f15\u03c7\u03bc\u03b1 \u1f14\u03b3\u03bc\u03b1 Chadwick & Ventris 1973: instrumental plural of e-ka-ma-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc0f-\ud800\udc14-\ud800\udc33","e-ka-ma-te","with support"],["\ud800\udc01-\ud800\udc0f-\ud800\udc1c","e-ka-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc0f-\ud800\udc28","e-ka-ra","Chadwick & Ventris 1973: 'portable hearth brazier' cf. \u1f10\u03c3\u03c7\u03ac\u03c1\u03b7 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc0f-\ud800\udc28-\ud800\udc01-\ud800\udc38","e-ka-ra-e-we","Chadwick & Ventris 1973: term description OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc0f-\ud800\udc28","e-ka-ra","grill"],["\ud800\udc01-\ud800\udc0f-\ud800\udc2d-\ud800\udc33-\ud800\udc04","e-ka-sa-te-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc0f-\ud800\udc33-\ud800\udc0d","e-ka-te-jo","Chadwick & Ventris 1973: \"\"meaning obscure [...] perhaps epithet of chariot-frames\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc0f-\ud800\udc33-\ud800\udc29-\ud800\udc32","e-ka-te-re-ta","Chadwick & Ventris 1973: \"\"probably adjective describing chariot-frames; cf. a-te-re-te-a which suggests that this may be a compound with ekh- cf. also [[e-te-re-ta]].\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc00","e-ke-a","Chadwick & Ventris 1973: 1. (KN V) anthroponym 2. (KN R) 'spears' cf. \u1f14\u03b3\u03c7\u03bf\u03c2 e-ke-i-ja Chadwick & Ventris 1973: dative plural of e-ke-a2 Chadwick & Ventris 1973: instrumental plural? of e-ke-a2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10","e-ke","Chadwick & Ventris 1973: has / holds cf. \u1f14\u03c7\u03b5\u03b9; verb Chadwick & Ventris 1973: infinitive \"\"to have\"\" (as pu-ko-so e-ke-e) Chadwick & Ventris 1973: 'with box-wood supports' cf. \u03c0\u03cd\u03be\u03bf\u03c2 Ruip\u00e9rez 1985: \"\"[...] -qe in e-ke-qe e-ko-si-qe fulfills no copulative form but must have a direct bearing on the meaning of the verbal predicate [...]\"\"; contains a \"\"prospective subjunctive non-copulative -qe\"\" Chadwick & Ventris 1973: \"\"and he/she has\"\" Chadwick & Ventris 1973: error for e-ko-si Chadwick & Ventirs 1973: \"\"(already) having (one)\"\"; or spear Chadwick & Ventris 1973: \"\"they have\"\" Chadwick & Ventris 1973: \"\"having\"\" [[e-ke-pu-te-ri-ja]] = e-ke + pu-te-ri-ja at KN Uf Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruip\u00e9rez Mart\u00edn S. 1985 Tractata Mycenaea \"\"Subjunctive Forms in Mycenaean Texts\"\" kar WNXIII.95"],["\ud800\udc01-\ud800\udc10-\ud800\udc05-\ud800\udc17","e-ke-da-mo","Chadwick & Ventris 1973: anthroponym cf. \u1f18\u03c7\u03ad\u03b4\u03b1\u03bc\u03bf\u03c2 \u1f18\u03c7\u03ad\u03b4\u03b7\u03bc\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc06-\ud800\udc16","e-ke-de-mi","Chadwick & Ventris 1973: 'but he has it' cf. da-mo-de-mi e-ke Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10","e-ke","has"],["\ud800\udc01-\ud800\udc10-ha","e-ke-ha","spears"],["\ud800\udc01-\ud800\udc10-\ud800\udc02-\ud800\udc0a","e-ke-i-ja","Chadwick & Ventris 1973: 'spears?' cf. \u1f10\u03b3\u03c7\u03b5\u03af\u03b7 \"\"perhaps distinguished in meaning from \u1f14\u03b3\u03c7\u03bf\u03c2\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc02-\ud800\udc0a-\ud800\udc32","e-ke-i-ja-ta","Chadwick & Ventris 1973: anthroponym cf. e-ke-i-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc02-\ud800\udc0d-\ud800\udc0d","e-ke-i-jo-jo","Chadwick & Ventris 1973: anthroponym genitive cf. \u1f1c\u03b3\u03c7\u03b5\u03b9\u03bf\u03c2 title of Aphrodite \u1f18\u03c7\u03b5\u1fd6\u03bf\u03c2 anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc0a","e-ke-ja","Chadwick & Ventris 1973: anthroponym? cf. e-ke-a1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc0d-\ud800\udc35","e-ke-jo-to","Chadwick & Ventris 1973: \"\"No plausible explanation of root (perhaps enkeinontoi (\u1f14\u03b3\u03ba\u03b5\u03b9\u03bc\u03b1\u03b9) cf. \u03ba\u03ad\u03bf\u03bd\u03c4\u03b1\u03b9)\"\""],["\ud800\udc01-\ud800\udc10-\ud800\udc15-\ud800\udc06","e-ke-me-de","Chadwick & Ventris 1973: anthroponym cf. \u1f18\u03c7\u03b5\u03bc\u03ae\u03b4\u03b1 Appears as \"\"[[ne-da-wa-ta|ne-da-wa-ta-o]] o-ka e-ke-me-de\"\" on PY An 657. (see also PY Jo 438) KN U: a-wi-to-do-to ku-ro2 [[pi-ri-sa-ta]] pu-re-wa ta-u-po-no AUR: PY Jo ma [[*177]]: KN U OVIS: KN Dd VIR: PY An? tu-ni-ja: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc19-\ud800\udc35","e-ke-na-to","Chadwick & Ventris 1973: \"\"Error for e-ke o-na-to\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc1a","e-ke-ne","Chadwick & Ventris 1973: anthroponym cf. \u1f10\u03b3\u03b3\u03b5\u03bd\u03ae\u03c2 \u1f18\u03b3\u03b3\u03b5\u03bd\u03ad\u03c4\u03c9\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc1d-\ud800\udc3a","e-ke-nu-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc24","e-ke-qe","has posses"],["\ud800\udc01-\ud800\udc10-\ud800\udc48-\ud800\udc3a","e-ke-ra2-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of e-ke-ra2-wo Chadwick & Ventris 1973: dative of e-ke-ra2-wo Chadwcik & Ventris 1973: variant spelling of accusative? Chadwick & Ventris 1973: variant spelling of nominative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc28-\ud800\udc1a","e-ke-ra-ne","Chadwick & Ventris 1973: toponym? cf. \u1f18\u03b3\u03b3\u03b5\u03bb\u1fb6\u03bd\u03b5\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc2a-\ud800\udc0d-\ud800\udc19","e-ke-ri-jo-na","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc2b","e-ke-ro","Chadwick & Ventris 1973: anthroponym cf. Cypriot \u1f14\u03b3\u03c7\u03b5\u03c1\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc2b-\ud800\udc26-\ud800\udc1c","e-ke-ro-qo-no","Chadwick & Ventris 1973: description of men and women Palmer TBD: wage-earners (see VC p. 161) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer TBD"],["\ud800\udc01-\ud800\udc10-\ud800\udc2e","e-ke-se","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc2e-\ud800\udc2f","e-ke-se-si","Chadwick & Ventris 1973: meaning obscure; dative plural? OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc10-\ud800\udc2f-\ud800\udc0d","e-ke-si-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc11","e-ki","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc11-\ud800\udc1c","e-ki-no","Chadwick & Ventris 1973: anthroponym Killen 1964: a shepherd's name KN Da: a-ko-ro-qo-ro o-ku-no au-ri-jo po-i-te-u ka-ne-u-ta KN Da: a-ka KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen J.T. 1964 British School at Athens (BSA) 59 \"\"The Wool Industry of Crete in the Late Bronze Age\"\""],["\ud800\udc01-\ud800\udc11-\ud800\udc1c","e-ki-no","urchin porcupine"],["\ud800\udc01-\ud800\udc11-\ud800\udc3a","e-ki-wo","Chadwick & Ventris 1973: anthroponym cf. \u1f1c\u03c7\u03b9\u03bf\u03c2 \u1f1c\u03c7\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc12-\ud800\udc15-\ud800\udc19-\ud800\udc32-\ud800\udc03","e-ko-me-na-ta-o","Chadwick & Ventris 1973: anthroponym genitive cf. toponym \u1f18\u03c1\u03c7\u03bf\u03bc\u03b5\u03bd\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc12-\ud800\udc15-\ud800\udc1c","e-ko-me-no","Chadwick & Ventris 1973: toponym cf. \u1f18\u03c1\u03c7\u03bf\u03bc\u03b5\u03bd\u03cc\u03c2 \"\"but not to be identified with that in Arcadia\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc12-\ud800\udc15-\ud800\udc1c","e-ko-me-no","coming commer"],["\ud800\udc01-\ud800\udc12-\ud800\udc2f","e-ko-si","they have"],["\ud800\udc01-\ud800\udc12-\ud800\udc30","e-ko-so","McArthur 1993: toponym not Axos based on contradicting geographic evidence of place-name equation Chadwick & Ventris 1973: toponym Palaeolexicon: toponym Appears as \"\"e-qe-ta e-ki-si-jo\"\" on KN Am 821. Appears as \"\"e-ki-si-jo / po-ku[\"\" on KN B 985. Appears as \"\"e-ko-so / du-ma\"\" on KN C 1030+. Appears as \"\"e-ko-so ke-ke-me-na\"\" on KN Uf 983. e-ko-so (KN Dm): *56-ko-we-idative locative e-ko-so (KN Dn): su-ki-ri-tatoponym CYP+KU: KN F GRA: KN F LANA: KN Dk OLIV: KN F OVIS: KN Da KN Db KN Dc KN De KN Dh KN Dk KN Dl KN Dm KN Dn KN Dq SUS: KN C TELA+TE: KN Le? VIR: KN Am a-ke-u (u-ta-jo)ra-ja: KN Dv a-ku-di-ri-jo: KN Dc a-ti-ro (ko-ma-we-to)hapax: KN Dv di-ta-ka-soda-wo: KN Dl du-nira-ja: KN Dd i-je-ro: KN Dv Je-zoda-ra-ko: KN Db ]je-zo: KN Db ]-jo-ko (u-ta-jo): KN Dv ka-ma-tohapax: KN Da ka-ni-to: KN Dh ko-pe-re-u: KN Am ma-di (we-we-si-jo): KN Db no-sa-rohapax: KN Dv? o-kupa-i-to: KN Dl po-ru-qo-to (u-ta-jo): KN Da ru-na-moqa-ra: KN Da ]sa-no (pe-ri-qo-ta-o): KN Dq ta-de-soru-ki-to: KN De ta-na-tohapax: KN De to-tu-nohapax: KN Da ]we-ra-to (u-ta-jo): KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" kar WNXVII.101 ko-ma-we-to"],["\ud800\udc01-\ud800\udc12-\ud800\udc30-\ud800\udc1c","e-ko-so-no","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc12-\ud800\udc35","e-ko-to","Chadwick & Ventris 1973: anthroponym cf. \u1f1b\u03ba\u03c4\u03c9\u03c1 (Iliad I 242+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc12-\ud800\udc35-\ud800\udc2a-\ud800\udc0d","e-ko-to-ri-jo","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc13-\ud800\udc2e-\ud800\udc38-\ud800\udc24","e-ku-se-we-qe","Chadwick & Ventris 1973: 'funnels' cf. \u1f10\u03b3\u03c7\u03ad\u03c9 nominative plural + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc14-\ud800\udc40","e-ma-a2","Ram\u00f3n 2011: theonym Hermes Chadwick & Ventris 1973: theonym cf. \u1f18\u03c1\u03c7\u03bf\u03bc\u03b5\u03bd\u1f40\u03c2 \u1f19\u03c1\u03bc\u03b5\u03af\u03b1\u03c2 Chadwick & Ventris 1973: \"\"perhaps o is not part of the word. If correct possibly genitive [...] Or alternatively a derivative meaning 'temple or festival of Hermes'?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc01-\ud800\udc14-ha","e-ma-ha","hermes"],["\ud800\udc01-\ud800\udc14-\ud800\udc32","e-ma-ta","Chadwick & Ventris 1973: 'laces (for footwear)' cf. \u1f15\u03c1\u03bc\u03b1\u03c4\u03b1 'earrings' from \u03b5\u1f34\u03c1\u03c9 'string thread' neuter plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc14-\ud800\udc32","e-ma-ta","straps"],["\ud800\udc01-\ud800\udc15","e-me","Chadwick & Ventris 1973: 'one' cf. Attic \u03b5\u1f34\u03c2 Chadwick & Ventris 1973: 'but with one' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc15-\ud800\udc2f-\ud800\udc0d","e-me-si-jo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of e-me-si-jo OVIS: KN De pu-na-so: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc16-\ud800\udc0a-\ud800\udc32","e-mi-ja-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc16-\ud800\udc35","e-mi-to","Chadwick & Ventris 1973: genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc16-\ud800\udc35","e-mi-to","person paid for working rented animal or land"],["\ud800\udc01-\ud800\udc19-\ud800\udc02-\ud800\udc0d","e-na-i-jo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc19-\ud800\udc21-\ud800\udc19","e-na-po-na","Chadwick & Ventris 1973: meaning obscure Appears as \"\"'e-na-po-na o-nu pa-i-ti-jo' e-ti-wa-ja-qe\"\" on KN Od 681. LANA: KN Od? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc19-\ud800\udc21-\ud800\udc2b","e-na-po-ro","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc19-\ud800\udc2a-\ud800\udc21-\ud800\udc35","e-na-ri-po-to","Chadwick & Ventris 1973: 'oiled painted' cf. \u1f10\u03bd\u03ac\u03bb\u03b5\u03b9\u03c0\u03c4\u03bf\u03c2 \"\"verbal adjective describing chariot frame\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1a-\ud800\udc01-\ud800\udc2f","e-ne-e-si","Chadwick & Ventris 1973: 'they are in' cf. \u1f14\u03bd\u03b5\u03b9\u03bc\u03b9 third person plural present Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1a-\ud800\udc0f","e-ne-ka","because of due to"],["\ud800\udc01-\ud800\udc1a-\ud800\udc0f","e-ne-ka","Duhoux 2011: 'because of' cf. \u1f13\u03bd\u03b5\u03ba\u03b1 Chadwick & Ventris 1973: preposition \"\"for the sake of\"\" \"\"because of\"\" cf. \u1f13\u03bd\u03b5\u03ba\u03b1 \u03b5\u1f33\u03bd\u03b5\u03ba\u03b1 (Iliad XIV 89+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc01-\ud800\udc1a-\ud800\udc10-\ud800\udc2e-\ud800\udc04","e-ne-ke-se-u","Masson 1967: TBD Killen 1964: a shepherd's name Heubeck 1957: TBD KN Da: a-ka KN Da: OVIS Heubeck 1957 TBD Killen J.T. 1964 British School at Athens (BSA) 59 \"\"The Wool Industry of Crete in the Late Bronze Age\"\" Masson 1967 TBD"],["\ud800\udc01-\ud800\udc1a-\ud800\udc15-\ud800\udc19","e-ne-me-na","Chadwick & Ventris 1973: describing ko-no also abbreviated as E Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1a-\ud800\udc03","e-ne-o","Chadwick & Ventris 1973: \"\"possible nominative singular masculine or neuter participle\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1a-\ud800\udc28","e-ne-ra","Chadwick & Ventris 1973: \"\"obscure possibly connected with e-ne-re-ja\"\" Chadwick & Ventris 1973: possibly singular Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1a-\ud800\udc29-\ud800\udc0a","e-ne-re-ja","Chadwick & Ventris 1973: \"\"description of women: 'makers of e-ne-ra?'\"\" nominative plural feminine Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1a-\ud800\udc2f-\ud800\udc05-\ud800\udc03-\ud800\udc1a","e-ne-si-da-o-ne","Chadwick & Ventris 1973: theonym? Heubeck 1957: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Heubeck Alfred 1957 TBD"],["\ud800\udc01-\ud800\udc1a-\ud800\udc34-\ud800\udc0d","e-ne-ti-jo","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1a-\ud800\udc3a-\ud800\udc1f-\ud800\udc3c","e-ne-wo-pe-za","Chadwick & Ventris 1973: also e-ne-wo pe-za; \"\"with 9 legs\"\" cf. [[we-pe-za]] Chadwick & Ventris 1973: dual form of e-ne-wo-pe-za Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1b","e-ni","Chadwick & Ventris 1973: \"\"context obscure\"\" cf. e-ni-qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1b-\ud800\udc0a-\ud800\udc04-\ud800\udc2f-\ud800\udc0d","e-ni-ja-u-si-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f10\u03bd\u03b9\u03b1\u03cd\u03c3\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1b-\ud800\udc1e-\ud800\udc33-\ud800\udc38","e-ni-pa-te-we","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1b-\ud800\udc24","e-ni-qe","Chadwick & Ventris 1973: \"\"probably not adjective describing CLOTH but connective\"\" 'and there is (are) among them' cf. \u1f14\u03bd\u03b5\u03c3\u03c4\u03af \u03c4\u03b5 \u1f14\u03bd\u03b9 Appears as \"\"e-ni-qe pe-ne-we-ta\"\" on KN L 593+. Appears as \"\"e-ni-qe [[e-ra-pe-me-ne]] 'nu-wa-ja'\"\" on KN L 647+. Appears as \"\"e-ni-qe nu-wa-i-ja\"\" on KN L 5910+. *161: KN L TELA: KN L TUN+KI: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1b-\ud800\udc35-\ud800\udc3a","e-ni-to-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1b-\ud800\udc35-\ud800\udc3a","e-ni-to-wo","quick fast"],["\ud800\udc01-\ud800\udc1c-\ud800\udc37-\ud800\udc2b","e-no-wa-ro",""],["\ud800\udc01-\ud800\udc1d-\ud800\udc37-\ud800\udc2a-\ud800\udc0d","e-nu-wa-ri-jo","Chadwick & Ventris 1973: theonym dative cf. \u1f18\u03bd\u03c5\u03ac\u03bb\u03b9\u03bf\u03c2 'Warlike' epithet of Ares Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc45-\ud800\udc2a-\ud800\udc0d","e-nwa-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f2e\u03bb\u03b9\u03c2 \"\"not to be confused with \u1f18\u03bd\u03c5\u03ac\u03bb\u03b9\u03bf\u03c2\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc03-\ud800\udc33-\ud800\udc04","e-o-te-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1e-\ud800\udc29","e-pa-re","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1e-\ud800\udc2d-\ud800\udc19-\ud800\udc34","e-pa-sa-na-ti","Chadwick & Ventris 1973: anthroponym \"\"identical with [[i-pa-sa-na-ti]]\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc1f-\ud800\udc10","e-pe-ke","Chadwick & Ventris 1973: obscure (i.e. unknown) Killen TBD: not 'unshorn' \"\"since a wool clip is recorded\"\" Palmer TBD: 'unshorn' Appears as \"\"a-ko-ro e-pe-ke\"\" on KN Dl 932+. KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen TBD Palmer TBD"],["\ud800\udc01-\ud800\udc1f-\ud800\udc10-\ud800\udc04","e-pe-ke-u","Chadwick & Ventris 1973: anthroponym cf. \u1f18\u03c0\u03b5\u03b9\u03b3\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc51-\ud800\udc32","e-pi-*19-ta","Duhoux 2008: 'tyre of a wheel' cf. \u1f10\u03c0\u03af\u03c3(\u03c3)\u03c9\u03c4\u03c1\u03bf\u03bd (with *19 as zo2 = /tso/) Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc01-\ud800\udc20","e-pi","Chadwick & Ventris: preposition upon cf. \u1f10\u03c0\u03af [[e-pi-da-o]] e-pi-da-to e-pi-ke-re e-pi-ki-to-ni-ja e-pi-ko-wa e-pi-ko-wo [[e-pi-pu-ta]] [[e-pi-zo-ta]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc05-\ud800\udc35","e-pi-da-to","Chadwick & Ventris 1973: \"\"description of bronze probably adjective: 'distributed'\"\" cf. \u1f00\u03bd\u03ac-\u03b4\u03b1\u03c3\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc06-\ud800\udc05-\ud800\udc35","e-pi-de-da-to","has been distributed"],["\ud800\udc01-\ud800\udc20-\ud800\udc0a-\ud800\udc32","e-pi-ja-ta","Chadwick & Ventris 1973: anthroponym cf. \u1f18\u03c6\u03b9\u03ac\u03bb\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc0f","e-pi-ka","Chadwick & Ventris 1973: cf. e-pi-ko Chadwick & Ventris 1973: cf. e-pi-ka Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc10-\ud800\udc29","e-pi-ke-re","Chadwick & Ventris 1973: word describing harvest? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek see also: comments on GRA"],["\ud800\udc01-\ud800\udc20-\ud800\udc10-\ud800\udc35","e-pi-ke-to","Chadwick & Ventris 1973: obscure (i.e. not known) KN E: GRA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc11-\ud800\udc35-\ud800\udc1b-\ud800\udc0a","e-pi-ki-to-ni-ja","Bernab\u00e9 & Luj\u00e1n 2008: 'attachments to a tunic'? Heubeck 1986: flax armour with bronze plaque attachments Chadwick & Ventris 1973: BRONZE description: 'fittings on a tunic' cf. ki-to Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Heubeck Alfred 1986 Kadmos 25 \"\"Vermutungen zu KN L 693\"\""],["\ud800\udc01-\ud800\udc20-\ud800\udc11-\ud800\udc35-\ud800\udc1b-\ud800\udc0a","e-pi-ki-to-ni-ja","mantles"],["\ud800\udc01-\ud800\udc20-\ud800\udc12-\ud800\udc37","e-pi-ko-wa","Melena 1983: \"\"additional liquid allowance\"\" cf. \u1f10\u03c0\u03b9\u03b2\u03bf\u03bb\u03ae 'additional quantity' Godart 1969: \"\"oil for anointing\"\" cf. \u1f10\u03c0\u03b9\u03c7\u03cc\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c7\u03c5\u03c3\u03b9\u03c2 Palmer 1963: libations pourings Godart Louis 1969 Studi micenei ed egeo-anatolici (SMEA) \u00abLa s\u00e9rie Fh de Cnossos\u00bb Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\" Palmer Leonard R. 1963 The Interpretation of Mycenaean Greek Texts"],["\ud800\udc01-\ud800\udc20-\ud800\udc12-\ud800\udc3a","e-pi-ko-wo","Chadwick & Ventris 1973: 'watchers guards' cf. Delph. \u03c0\u03c5\u03c1-\u03ba\u03cc\u03bf\u03c2 'watcher of the sacred fire' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc12-\ud800\udc3a","e-pi-ko-wo","pay attention"],["\ud800\udc01-\ud800\udc20","e-pi","on upon"],["\ud800\udc01-\ud800\udc20-\ud800\udc2b-\ud800\udc1e-\ud800\udc0a","e-pi-ro-pa-ja","Chadwick & Ventris 1973: 'cloak' cf. \u03bb\u03ce\u03c0\u03b7 Appears as \"\"e-pi-ro-pa-ja o-du-we 'te-o-po-ri-ja'\"\" on KN Od 696. M: KN Od? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc38-\ud800\udc34-\ud800\udc2a-\ud800\udc0d","e-pi-we-ti-ri-jo","Chadwick & Ventris 1973: occupational term cf. \u1f10\u03c6\u03b5\u03c3\u03c4\u03c1\u03af\u03c2 'upper garment' [[wi-ri-ja-no]] is e-pi-we-ti-ri-jo \"\"pa-ro da-mo\"\" in the PY Ea series. GRA: PY Ea Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc20-\ud800\udc3f-\ud800\udc32","e-pi-zo-ta","weapons belts"],["\ud800\udc01-\ud800\udc21","e-po","Chadwick & Ventris 1973: \"\"Obscure; possibly not the same word in all cases.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc21-\ud800\udc15-\ud800\udc1a-\ud800\udc04","e-po-me-ne-u","Chadwick & Ventris 1973: anthroponym cf. \u1f15\u03c0\u03c9 'busy oneself with' Chadwick & Ventris 1973: dative of e-po-me-ne-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc21-\ud800\udc16-\ud800\udc0d","e-po-mi-jo","shoulder strap"],["\ud800\udc01-\ud800\udc46-\ud800\udc1c","e-pu2-no","Chadwick & Ventris 1973: anthroponym? M: KN Ga da-wo: KN Ga? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc23-\ud800\udc2b","e-qa-ro","Chadwick & Ventris 1973: anthroponym cf. \u1f1c\u03bc\u03b2\u03b1\u03c1\u03bf\u03c2 KN Dv: ku-ta-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc24-\ud800\udc25","e-qe-qi",""],["\ud800\udc01-\ud800\udc24-\ud800\udc28-\ud800\udc3a","e-qe-ra-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc24-\ud800\udc32","e-qe-ta","attendant"],["\ud800\udc01-\ud800\udc24-\ud800\udc32","e-qe-ta","Duhoux 2008: the 'companion' Chadwick & Ventris 1973: followers \"\"companions of the king important officers of the court\"\" cf. \u1f11\u03c0\u03ad\u03c4\u03b1\u03c2 Chadwick & Ventris 1973: nominative dual of e-qe-ta Chadwick & Ventris 1973: dative plural of e-qe-ta Chadwick & Ventris 1973: of or belonging to e-qe-ta Chadwick & Ventris 1973: of or belonging to e-qe-ta Appears as \"\"e-qe-ta-e e-ne-ka (e)-mi-to\"\" on KN Am 821. Appears as \"\"e-qe-ta e-ki-si-jo\"\" on KN Am 821. Appears as \"\"ko-no-si-jo e-qe-ta pi-sa-wa-ta\"\" on KN B 1055. Appears as \"\"e-qe-si-ja te-tu-ko-wo-a\"\" on KN L 871. Appears as \"\"me-ta-qe pe-i e-qe-ta ro-u-ko ku-sa-me-ni-jo [\"\" on PY An 519. Appears as \"\"do-qe-ja do-e-ra e-qe-ta-i e-e-to [[te-re-te-we]]\"\" on PY An 607. Appears as \"\"me-ta-qe pe-i e-qe-ta a-re-ku-tu-ru-wo e-te-wo-ke-re-we-i-jo \"\" on PY An 654. Appears as \"\"me-ta-qe pe-i e-qe-ta [[pe-re-qo-ni-jo]] a-re-i-jo ne-wo-ki-to wo-wi-ja [[ko-ru-ku-ra-i-jo]]\"\" on PY An 656. Appears as \"\"me-ta-qe pe-i e-qe-ta di-wi-je-u \"\" on PY An 656. Appears as \"\"me-ta-qe pe-i e-qe-ta (di)-ko-na-ro a-da-ra-ti-jo\"\" on PY An 656. Appears as \"\"me-ta-qe pe-i [[pe-re-u-ro-ni-jo]] e-qe-ta \"\" on PY An 656. Appears as \"\"me-ta-qe pe-i e-qe-ta ka-e-sa-me-no a-pu2-ka \"\" on PY An 656. Appears as \"\"me-ta-qe pe-i e-qe-ta [[ke-ki-jo]] a-e-ri-qo-ta e-ra-po [[ri-me-ne]] o-ka-ra [[o-wi-to-no]]\"\" on PY An 657. Appears as \"\"me-ta-qe pe-i a3-ko-ta e-qe-ta\"\" on PY An 657. Appears as \"\"me-ta-qe pe-i e-qe-ta [[wo-ro-tu-mi-ni-jo]]\"\" on PY An 661. Appears as \"\"me-ta-qe pe-i e-qe-ta \"\" on PY An 661. Appears as \"\"] e-ko-si-qe e-qe-ta ka-ma[\"\" on PY An 724. Appears as \"\"o-da-a2 i-je-re-ja ka-ra-wi-po-ro-qe e-qe-ta-qe we-te-re-u-qe o-na-ta to-so-de pe-mo\"\" on PY Ed 317. Appears as \"\"o-da-a2 e-qe-si-jo do-e-ro e-ko-si o-na-ta to-so-de pe-mo\"\" on PY Ed 847. Appears as \"\"[[se-we-ri-ko-jo]] wo-ka e-qe-si-jo \"\" on PY Sa 753. Appears as \"\"to-sa e-qe-si-(ja) pa-ra-(ja)\"\" on PY Sa 787. Appears as \"\"a-mo-ta e-qe-si-ja [[no-pe-re-a2]]\"\" on PY Sa 790. PY Ed: ka-ra-wi-po-ro we-te-re-u in a -qe list. GRA: PY Ed MUL: PY An ROTA: PY Sa TELA: KN L VIR: KN Am KN B ZE: PY Sa [[*243]]+TE: PY Sa e-ko-so: KN Am ko-no-so: KN B Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc01-\ud800\udc49-\ud800\udc3a","e-ra3-wo","Chadwick & Ventris 1973: olive oil cf. \u1f14\u03bb\u03b1\u03b9\u03bf\u03bd (interesting comment from Melena 1983: \"\"The Greek name for olive /elaiwon/ is a loan borrowed from a Mediterran tongue. Although the phytonym is probably Minoan it has not been elicited in Linear A\"\") Chadwick & Ventris 1973: variant spelling of e-ra3-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc01-\ud800\udc28","e-ra","Duhoux 2011: at Knossos always a place name Chadwick & Ventris 1973: 1. (Knossos) toponym 2. (Pylos Thebes) theonym Hera cf. \u1f2d\u03c1\u03b7 Hart 1965: toponym in central Crete Wiktionary: 1. toponym 2. theonym (Hera) McArthur 1993: toponym allative Appears as \"\"e-ra / [[te-wo]] e-ra ri-ni-jo\"\" on KN X 722+. Appears as \"\"e-ra [[ke-o-te-ja]]\"\" on TH Of 28. e-ra-de (KN Fh): *47-so-deallative ko-wa: KN Ap ko-wo: KN Ap ku LANA: TH Of MUL: KN Ap OLE: KN Fh OVIS: KN Da KN Db KN Dc KN De KN Dl KN Dq TELA: KN Lc TELA+TE: KN Lc *168: KN Pp a-te-mo (ki-ri-jo-te)ku-ta-to: KN Dc ]ka-mo (a-no-qo-ta o): KN Dq ke-ti-ro (a-no-qo-ta-o): KN Da? ]ki-so (u-ta-jo): KN Da ]mo (a-no-qo-ta-o): KN Dq ]-pu-to-ro (pe-ri-qo-te-jo): KN Da se-me-tu-rohapax: KN Dc ta-mi-de-so (sa-qa-re-jo)hapax: KN Dl ta-we-si-jo (pe-ri-qo-te-jo): KN Dv wi-na-jo (u-ta-jo)ra-su-to ru-ki-to *56-ko-we: KN Dv KN Fh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\" Hart G.R. 1965 Mnemosyne 18 \"\"The Grouping of Place-Names in the Knossos Tablets\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc01-\ud800\udc28","e-ra","goddess name (hera)"],["\ud800\udc01-\ud800\udc28-\ud800\udc1a","e-ra-ne","Chadwick & Ventris 1973: anthroponym or title? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc28-\ud800\udc1f-\ud800\udc0a","e-ra-pe-ja","material taken from deer"],["\ud800\udc01-\ud800\udc28-\ud800\udc1f-\ud800\udc15-\ud800\udc19","e-ra-pe-me-na","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc28-\ud800\udc1f-\ud800\udc15-\ud800\udc19","e-ra-pe-me-na","stitched"],["\ud800\udc01-\ud800\udc28-\ud800\udc21","e-ra-po","Morpurgo Davies 1999: anthroponym based on noun \u1f14\u03bb\u03b1\u03c6\u03bf\u03c2 'deer' (as e-ra-po [[ri-me-ne]]) Chadwick & Ventris 1973: toponym? 'at Deer Harbour' \"\"but might be two personal names\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Morpurgo Davies Anna 1999 Floreant Studia Mycenaea Proceedings of the Tenth Mycenaean Colloquium \"\"The Morphology of Personal Names in Mycenaean and Greek: Some Observations\"\""],["\ud800\udc01-\ud800\udc28-\ud800\udc21","e-ra-po","stag"],["\ud800\udc01-\ud800\udc28-\ud800\udc35","e-ra-to","Chadwick & Ventris 1973: anthroponym cf. \u1f1c\u03c1\u03b1\u03c4\u03bf\u03c2 \u1f1c\u03bb\u03b1\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc28-\ud800\udc37","e-ra-wa","Chadwick & Ventris 1973: 'olive-tree' cf. \u1f10\u03bb\u03b1\u1fd6\u03b1\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc28-\ud800\udc37","e-ra-wa","olive tree"],["\ud800\udc01-\ud800\udc28-\ud800\udc3a","e-ra-wo","Chadwick & Ventris 1973: 1. (PY Fr) 'olive-oil' cf. \u1f14\u03bb\u03b1\u03b9\u03bf\u03bd connected with OLE ideogram 2. (KN C) probably anthroponym Chadwick & Ventris 1973: more accurate spelling of e-ra-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc28-\ud800\udc3a","e-ra-wo","oil"],["\ud800\udc01-\ud800\udc29-\ud800\udc44-\ud800\udc01","e-re-dwo-e","Chadwick & Ventris 1973: \"\"Heading to lists of men; nominative plural?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc29-\ud800\udc01-\ud800\udc04","e-re-e-u","Chadwick & Ventris 1973: anthroponym or official title? Chadwick & Ventris 1973: dative? of e-re-e-u Chadwick & Ventris 1973: genitive of e-re-e-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc29-\ud800\udc17","e-re-mo","desert"],["\ud800\udc01-\ud800\udc29-\ud800\udc03-\ud800\udc1b","e-re-o-ni","del Freo 2009: dative-locative toponym cf. \u1f19\u03bb\u03b5\u03ce\u03bd \u1f19\u03bb\u03b5\u03ad\u03bd an ancient settlement 14km northeast of Thebes Duhoux 2008: dative-locative toponym 'at Eleon' GRA: TH Ft OLIV: TH Ft del Freo Maurizio 2009 Pasiphae III: Rivista di Filologia e Antichit\u00e0 Egee \"\"The Geographical Names in the Linear B Texts from Thebes\"\" Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc01-\ud800\udc29-\ud800\udc1e","e-re-pa","Chadwick & Ventris 1973: ivory cf. \u1f10\u03bb\u03ad\u03c6\u03b1\u03c2 (Iliad V 583) cf. (-ta) ko-ma-we-ta Chadwick & Ventris 1973: accusative? of e-re-pa cf. (-te) e-ri-no-wo-te ko-ma-we-te Chadwick & Ventris 1973: dative-instrumental singular of e-re-pa cf. (-to) e-ri-no-wo-to ko-ma-we-to qe-qi-no-to Chadwick & Ventris 1973: genitive of e-re-pa Palaeolexicon: elephant Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc29-\ud800\udc1e-\ud800\udc02-\ud800\udc2b","e-re-pa-i-ro","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: variant spelling of e-re-pa-i-ro? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc29-\ud800\udc1e-\ud800\udc33-\ud800\udc0d","e-re-pa-te-jo","Chadwick & Ventris 1973: adjective \"\"of an elephant\"\" cf. \u1f10\u03bb\u03b5\u03c6\u03ac\u03bd\u03c4\u03b5\u03b9\u03bf\u03c2 (Diosc.) Chadwick & Ventris 1973: feminine of e-re-pa-te-jo Chadwick & Ventris 1973: instrumental plural feminine of e-re-pa-te-jo Chadwick & Ventris 1973: instrumental plural masculine or neuter of e-re-pa-te-jo Chadwick & Ventris 1973: variant of e-re-pa-te-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc29-\ud800\udc1e-\ud800\udc35","e-re-pa-to","elephant"],["\ud800\udc01-\ud800\udc29-\ud800\udc32","e-re-ta","Chadwick & Ventris 1973: rowers oarsmen cf. \u1f10\u03c1\u03ad\u03c4\u03b1\u03b9 (Odyssey I 280+) Chadwick & Ventris 1973: genitive plural of e-re-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc29-\ud800\udc32","e-re-ta","rowers"],["\ud800\udc01-\ud800\udc29-\ud800\udc04-\ud800\udc33-\ud800\udc2b","e-re-u-te-ro","Chadwick & Ventris 1973: nominative singular neutral \"\"free of impost\"\" cf. \u1f10\u03bb\u03ad\u03c5\u03b8\u03b5\u03c1\u03bf\u03c2 (Iliad VI 455+) Chadwick & Ventris 1973: probably neutral plural of e-re-u-te-ro Chadwick & Ventris 1973: \"\"he made free\"\" cf. \u1f10\u03bb\u03b5\u03c5\u03b8\u03b5\u03c1\u03cc\u03c9 (Herodotus) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc29-\ud800\udc04-\ud800\udc33-\ud800\udc2b-\ud800\udc2e","e-re-u-te-ro-se","set free"],["\ud800\udc01-\ud800\udc29-\ud800\udc04-\ud800\udc34-\ud800\udc0a","e-re-u-ti-ja","Duhoux 2011: theonym dative 'to (the goddess) Ilithyia' cf. \u1f18\u03bb\u03b5\u03cd\u03b8\u03c5\u03b9\u03b1 \u1f18\u03bb\u03b5\u03c5\u03b8\u03af\u03b7 \u0395\u1f30\u03bb\u03b5\u03af\u03b8\u03c5\u03b9\u03b1 Chadwick & Ventris 1973: dative of a theonym cf. Lacon. \u1f18\u03bb\u03b5\u03c5\u03b8\u03af\u03b1 Cret. \u1f18\u03bb\u03b5\u03cd\u03b8\u03c5\u03b9\u03b1 Homeric \u0395\u1f30\u03bb\u03b5\u03af\u03b8\u03c5\u03b9\u03b1 Palaeolexicon: goddess name Eleuthia KN Gg: pa-si-te-o-i LANA: KN Od ME+RI: KN Gg *209VAS: KN Gg a-mi-ni-so: KN Gg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc01-\ud800\udc29-\ud800\udc04-\ud800\udc34-\ud800\udc0a","e-re-u-ti-ja","goddess name (eleuthia)"],["\ud800\udc01-\ud800\udc2a-\ud800\udc51","e-ri-*19","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2a-\ud800\udc0f","e-ri-ka","Wiktionary: willow wood from a willow tree"],["\ud800\udc01-\ud800\udc2a-\ud800\udc0f","e-ri-ka","willow tree"],["\ud800\udc01-\ud800\udc2a-\ud800\udc12-\ud800\udc3a","e-ri-ko-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2a-\ud800\udc1c-\ud800\udc3a","e-ri-no-wo","Chadwick & Ventris: toponym PY Na (e-re-u-te-ra SA {parallels} SA to-sa-de [[ka-ke-we]]): po-wi-te-ja ri-jo cf. (-te) e-re-pa-te ko-ma-we-te cf. (-wo-te) a2-pa-tu-wo-te [[e-wi-ku-wo-te]] pe-re-wo-te sa-ri-nu-wo-te si-jo-wo-te Ram\u00f3n 2011: dative-locative -wo-te 'provided with' Chadwick & Ventris 1973: dative locative of e-ri-no-wo PY Mn 456 (*146 qty. 1): e-wi-te-wi-jo me-te-to ro-u-so sa-ri-nu-wo-te cf. (-to) e-re-pa-to ko-ma-we-to Chadwick & Ventris 1973: genitive of e-ri-no-wo PY Eq (o-da-a2 {parallels} o-ro-jo to-so-de pe-mo GRA {quantity}): ko-tu-wo ko-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc01-\ud800\udc2a-\ud800\udc1d","e-ri-nu","Chadwick & Ventris 1973: theonym cf. \u1f18\u03c1\u03b9\u03bd\u03cd\u03c2 'the Erinys' Chadwick & Ventris 1973: dative of e-ri-nu OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2a-\ud800\udc1d","e-ri-nu","Chadwick & Ventris 1973: theonym cf. \u1f18\u03c1\u03b9\u03bd\u03cd\u03c2 'the Erinys' Chadwick & Ventris 1973: dative of e-ri-nu OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2a-\ud800\udc1d","e-ri-nu","Chadwick & Ventris 1973: theonym cf. \u1f18\u03c1\u03b9\u03bd\u03cd\u03c2 'the Erinys' Chadwick & Ventris 1973: dative of e-ri-nu OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2a-\ud800\udc1d-\ud800\udc38","e-ri-nu-we","erinys"],["\ud800\udc01-\ud800\udc2a-\ud800\udc2d-\ud800\udc32","e-ri-sa-ta","Chadwick & Ventris 1973: anthroponym M: KN Nc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2a-\ud800\udc32","e-ri-ta","Chadwick & Ventris 1973: anthroponym e-ri-ta is i-je-re-ja \"\"pa-ro da-mo\"\" on the PY Ep series. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2a-\ud800\udc32-\ud800\udc25-\ud800\udc0d","e-ri-ta-qi-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2a-\ud800\udc32-\ud800\udc2a-\ud800\udc0d","e-ri-ta-ri-jo",""],["\ud800\udc01-\ud800\udc2a-\ud800\udc34-\ud800\udc25","e-ri-ti-qi",""],["\ud800\udc01-\ud800\udc2a-\ud800\udc35-\ud800\udc34-\ud800\udc1c","e-ri-to-ti-no",""],["\ud800\udc01-\ud800\udc2a-\ud800\udc38-\ud800\udc2b","e-ri-we-ro",""],["\ud800\udc01-\ud800\udc4a-\ud800\udc1a","e-ro2-ne",""],["\ud800\udc01-\ud800\udc4a-\ud800\udc26","e-ro2-qo","Chadwick & Ventris 1973: anthroponym Georgiev 1956: anthroponym cf. \u1f1d\u03bb\u03bb\u03bf\u03c8 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Georgiev Vladimir 1956 \u00c9tudes Myc\u00e9niennes Gif-sur-Yvette 3-7 Avril 1956 \u201cLa valeur phon\u00e9tique de quelques signes du syllabaire Cr\u00e9to-Myc\u00e9nien B\u201d"],["\ud800\udc01-\ud800\udc2b-\ud800\udc01","e-ro-e","Chadwick & Ventris 1973: anthroponym? Chadwick & Ventris 1973: genitive of e-ro-e? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2b-\ud800\udc14-\ud800\udc35","e-ro-ma-to","Duhoux 2011: toponym cf. \u1f18\u03c1\u03cd\u03bc\u03b1\u03bd\u03b8\u03bf\u03c2 or similar Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \u201cInterpreting the Linear B Records: Some Guidelines\u201d"],["\ud800\udc01-\ud800\udc2b-\ud800\udc1e-\ud800\udc10-\ud800\udc0a","e-ro-pa-ke-ja","Chadwick & Ventris 1973: occupational term; \"\"description of women cloth-workers\"\" cf. e-ro-pa-ke-u OLE: MY Fo? TELA: KN Lc TUN+KI: KN Ld Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2b-\ud800\udc1e-\ud800\udc10-\ud800\udc04","e-ro-pa-ke-u","Chadwick & Ventris 1973: anthroponym or occupational term? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2b-\ud800\udc04-\ud800\udc32","e-ro-u-ta","Chadwick & Ventris 1973: anthroponym KN Da: su-ri-mo KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2c","e-ru",""],["\ud800\udc01-\ud800\udc2c-\ud800\udc16-\ud800\udc1b-\ud800\udc0a","e-ru-mi-ni-ja","stilt ridgepole"],["\ud800\udc01-\ud800\udc2c-\ud800\udc32-\ud800\udc28","e-ru-ta-ra","Chadwick & Ventris 1973: 1. anthroponym cf. \u1f18\u03c1\u03cd\u03b8\u03c1\u03b1\u03c2 2. red cf. \u1f10\u03c1\u03c5\u03b8\u03c1\u03cc\u03c2 (Iliad XIX 38+) Iliad IX.365: \u03c7\u03b1\u03bb\u03ba\u1f78\u03bd \u1f10\u03c1\u03c5\u03b8\u03c1\u1f78\u03bd 'ruddy bronze' Chadwick & Ventris 1973: instrumental plural \"\"with red (patterns spots?)\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt)"],["\ud800\udc01-\ud800\udc2c-\ud800\udc32-\ud800\udc28","e-ru-ta-ra","red"],["\ud800\udc01-\ud800\udc2c-\ud800\udc35-\ud800\udc2b","e-ru-to-ro","Chadwick & Ventris 1973: anthroponym cf. \u1f18\u03c1\u03cd\u03b8\u03c1\u03b9\u03bf\u03c2 KN Dk: ka-da-noanthroponym ka-mi-ni-toanthroponym wo-wo KN Dk: ku-ta-to KN Dk: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2d-\ud800\udc1e-\ud800\udc10-\ud800\udc15","e-sa-pa-ke-me","Chadwick & Ventris 1973: (as e-sa-pa-ke-(me)-[na?]) 'swathed'? cf. \u03c3\u03c0\u03ac\u03c1\u03be\u03b1\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2d-\ud800\udc29-\ud800\udc04","e-sa-re-u","Chadwick & Ventris 1973: anthroponym \"\"or more likely title\"\" Chadwick & Ventris 1973: dative of e-sa-re-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc2e-\ud800\udc29-\ud800\udc01-\ud800\udc0d","e-se-re-e-jo","Chadwick & Ventris 1973: \"\"annotation giving ownership of flocks of sheep\"\" KN Dl: ma-ri ma-so-mo ra-su-to su-ri-mo KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc30-\ud800\udc35","e-so-to","Chadwick & Ventris 1973: 'they will be'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc32-\ud800\udc0b-\ud800\udc04","e-ta-je-u","Chadwick & Ventris 1973: anthroponym cf. toponym \u1f18\u03c4\u03b1\u03b9\u03b5\u1fd6\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc32-\ud800\udc3a-\ud800\udc1a-\ud800\udc04","e-ta-wo-ne-u","Chadwick & Ventris 1973: anthroponym cf. \u1f18\u03c4\u03b5\u03c9\u03bd\u03b5\u03cd\u03c2 Chadwick & Ventris 1973: dative of e-ta-wo-ne-u Chadwick & Ventris 1973: genitive of e-ta-wo-ne-u TELA: KN L? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc33","e-te","Chadwick & Ventris 1973: 'from there' cf. \u1f14\u03bd\u03b8\u03b5\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc33-\ud800\udc08-\ud800\udc17","e-te-do-mo","Ruijgh 2011: 'constructor of utensils (etc.)' cf. \u1f14\u03bd\u03c4\u03b5\u03b1 'utensils furniture arms' Shelmerdine 2008: 'armourers' entesdomoi Chadwick & Ventris 1973: occupational term \"\"earlier suggestion entes-domos (cf. \u1f14\u03bd\u03c4\u03b5\u03b1) seems unlikely.\"\" ka-ra-pi is e-te-do-mo \"\"pa-ro da-mo\"\" in the PY Ea series. a-tu-ko is \"\"e-te-do-mo wa-na-ka-te-ro\"\" in the PY En series. a-tu-ko is e-te-do-mo \"\"pa-ro wa-na-ta-jo\"\" and wa-na-ta-jo is te-re-ta \"\"pa-ro a-ma-ru-ta\"\" in the PY Eo series. a-tu-ko is e-te-do-mo \"\"pa-ro da-mo\"\" in the PY Ep series. GRA: PY Ea PY En PY Eo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\" Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc01-\ud800\udc33-\ud800\udc0d","e-te-jo","Chadwick & Ventris 1973: \"\"description of amphoras\"\" *209VAS: KN Gg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc33-\ud800\udc37-\ud800\udc1c","e-te-wa-no","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc33-\ud800\udc37-\ud800\udc36-\ud800\udc3a","e-te-wa-tu-wo","Chadwick & Ventris 1973: anthroponym genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc33-\ud800\udc3a-\ud800\udc10-\ud800\udc29-\ud800\udc38-\ud800\udc02-\ud800\udc0d","e-te-wo-ke-re-we-i-jo","Duhoux 2011: anthroponomic adjective \"\"Eteocles' son\"\" cf. \u1f18\u03c4\u03b5\u03bf\u03ba\u03bb\u03b7\u03b5\u1fd6\u03bf\u03c2 \u1f18\u03c4\u03b5\u03cc\u03ba\u03bb\u03b5\u03b9\u03bf\u03c2 Chadwick & Ventris 1973: patronymic adjective 'son of Eteocles' cf. \u03b2\u03af\u03b7 \u1f18\u03c1\u03b5\u03bf\u03ba\u03bb\u03b7\u03b5\u03af\u03b7 (Iliad IV.386) Appears as \"\"me-ta-qe pe-i e-qe-ta a-re-ku-tu-ru-wo e-te-wo-ke-re-we-i-jo \"\" on PY An 654. Appears as \"\"ne-qe-u e-te-wo-ke-re-we-i-jo to-to we-to o-a-ke-re-se\"\" on PY Aq 64. ZE: PY Aq Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc01-\ud800\udc34-\ud800\udc0b-\ud800\udc0a","e-ti-je-ja","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc34-\ud800\udc37-\ud800\udc0a","e-ti-wa-ja","McArthur 1993 Ruijgh 1967: anthroponym based on an ethnic adjective of toponym e-ti-wa Chadwick & Ventris 1973: anthroponym e-ti-wa-ja + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-names in the Knossos Tablets Identification and Location\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc01-\ud800\udc34-\ud800\udc37","e-ti-wa","McArthur 1993 Ruijgh 1967: toponym with ethnic e-ti-wa-ja acting as a personal name on KN Ap 639 Chadwick & Ventris 1973: toponym? KN Fs: FAR HORD ME+RI NI OLE VIN Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-names in the Knossos Tablets Identification and Location\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc01-\ud800\udc34-\ud800\udc38","e-ti-we","Melena 1983: e-ti-scented and / or softened although \"\"the precise identification of e-ti- reminds to be found\"\" Chadwick & Ventris 1973: adjective describing olive oil Lejeune 1958: probably a plant cf. \u1f14\u03c1\u03c4\u03b9\u03c2 \u03ba\u03c1\u03b7\u03bc\u03bd\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Lejeune 1958 TBD Melena Jos\u00e9 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc01-\ud800\udc35-\ud800\udc11-\ud800\udc0a","e-to-ki-ja","enwalled"],["\ud800\udc01-\ud800\udc35-\ud800\udc1b-\ud800\udc0d","e-to-ni-jo","Chadwick & Ventris 1973: a kind of land holding Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc35-\ud800\udc2b-\ud800\udc23-\ud800\udc32","e-to-ro-qa-ta","Chadwick & Ventris 1973: anthroponym or artifact name? *181: KN U Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc35-\ud800\udc3a-\ud800\udc12","e-to-wo-ko","Chadwick & Ventris 1973: occupational term cf. ki-ri-te-wi-ja-i ku-wa-no-wo-ko-i Chadwick & Ventris 1973: dative plural of e-to-wo-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-","e-u-",""],["\ud800\udc01-\ud800\udc04-\ud800\udc05-\ud800\udc02-\ud800\udc32","e-u-da-i-ta","Chadwick & Ventris 1973: anthroponym KN Dl: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-\ud800\udc05-\ud800\udc17","e-u-da-mo","Chadwick & Ventris 1973: anthroponym with Greek \u0395\u1f50- 'good' prefix cf. \u0395\u1f54\u03b4\u03b1\u03bc\u03bf\u03c2 \u0395\u1f50\u03b4\u03b1\u03af\u03bc\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-\ud800\udc06-\ud800\udc38-\ud800\udc2b","e-u-de-we-ro","Ram\u00f3n 2011: descriptive toponym cf. Homeric \u0395\u1f50\u03b4\u03b5\u03af\u03b5\u03bb\u03bf\u03c2 'having nice afternoons (\u03b4\u03b5\u03b9\u03b5\u03bb\u03cc\u03c2)' Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc01-\ud800\udc04-\ud800\udc10-\ud800\udc35","e-u-ke-to","wishes declares"],["\ud800\udc01-\ud800\udc04-\ud800\udc12-\ud800\udc2b","e-u-ko-ro","Chadwick & Ventris 1973: anthroponym cf. \u0395\u1f54\u03ba\u03bf\u03bb\u03bf\u03c2 \u0395\u1f54\u03c7\u03bf\u03c1\u03bf\u03c2 \u0395\u1f54\u03ba\u03bb\u03bf\u03c2 KN Da: do-ti-ja KN Db: ti-ri-to KN Dd: da-*22-to KN Da KN Db KN Dd: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-\ud800\udc15-\ud800\udc06","e-u-me-de","Chadwick & Ventris 1973: anthroponym cf. \u0395\u1f50\u03bc\u03ae\u03b4\u03b7\u03c2 Chadwick & Ventris: dative of e-u-me-de Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-\ud800\udc15-\ud800\udc32","e-u-me-ta","Chadwick & Ventris 1973: anthroponym cf. \u0395\u1f50\u03bc\u03ae\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-\ud800\udc17","e-u-mo","Chadwick & Ventris 1973: anthroponym KN Da: ra-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-\ud800\udc19-\ud800\udc3a","e-u-na-wo","Chadwick & Ventris 1973: anthroponym cf. \u0395\u1f54\u03bd\u03b7\u03bf\u03c2 (Iliad VII 468) CROC: KN Np OVIS: KN Dv VIR: KN B ri-jo-no: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-\ud800\udc21-\ud800\udc2b-\ud800\udc3a","e-u-po-ro-wo","good sailing"],["\ud800\udc01-\ud800\udc04-\ud800\udc2c-\ud800\udc26-\ud800\udc32","e-u-ru-qo-ta","Chadwick & Ventris 1973: anthroponym KN V 147: da-te-wa na-e-si-jo te-ra-pe-te we-we-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc04-\ud800\udc2c-\ud800\udc3a-\ud800\udc32","e-u-ru-wo-ta","wide-eared"],["\ud800\udc01-\ud800\udc04-\ud800\udc33-\ud800\udc29-\ud800\udc04","e-u-te-re-u","del Freo 2009: toponym cf. \u0395\u1f54\u03c4\u03c1\u03b7\u03c3\u03b9\u03c2 usually identified with Arkopodi 11km southwest of Thebes with the locative -pi omitted due to lack of space on the tablet Duhoux 2008: \"\"indisputable nominative of a noun in -\u03b5\u03cd\u03c2\"\" GRA: TH Ft OLIV: TH Ft del Freo Maurizio 2009 Pasiphae III: Rivista di Filologia e Antichit\u00e0 Egee \"\"The Geographical Names in the Linear B Texts from Thebes\"\" Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc01-\ud800\udc37-\ud800\udc28-\ud800\udc0d","e-wa-ra-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc38-\ud800\udc06-\ud800\udc04","e-we-de-u","Chadwick & Ventris 1973: anthroponym AROM: KN Ga? qa-ra: KN Ga? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc38-\ud800\udc1f-\ud800\udc2e-\ud800\udc30-\ud800\udc15-\ud800\udc19","e-we-pe-se-so-me-na","to be well boiled"],["\ud800\udc01-\ud800\udc39-\ud800\udc2a-\ud800\udc21","e-wi-ri-po","Ram\u00f3n 2011: descriptive toponym cf. \u0395\u1f54\u03c1\u03b9\u03c0\u03bf\u03c2 'strait' 'having a broad current' Chadwick & Ventris 1973: toponym cf. \u0395\u1f54\u03c1\u03b9\u03c0\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Forssman 1988 TBD Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc01-\ud800\udc39-\ud800\udc33-\ud800\udc04","e-wi-te-u","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of e-wi-te-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc39-\ud800\udc35-\ud800\udc3a","e-wi-to-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc3a-\ud800\udc32-\ud800\udc06","e-wo-ta-de","Hiller 2011: 'to the feast' McArthur 1993: allative of possible toponym e-wo-ta Chadwick & Ventris 1973: toponym allative or locative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux & Anna Morpurgo Davies) \"\"Religion and Cult\"\" McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc01-\ud800\udc3a-\ud800\udc32-\ud800\udc06","e-wo-ta-de","to the festival"],["\ud800\udc01-\ud800\udc3d-\ud800\udc35","e-ze-to","Chadwick & Ventris 1973: meaning obscure Appears as \"\"[[ri-jo-ni-ja]] / e-ze-to to-ro-qo\"\" on KN Od 563. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc01-\ud800\udc3f-\ud800\udc3a","e-zo-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc05-\ud800\udc02-\ud800\udc0d","i-da-i-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc05-\ud800\udc28-\ud800\udc32","i-da-ra-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc08-\ud800\udc15-\ud800\udc1a-\ud800\udc0a","i-do-me-ne-ja","Chadwick & Ventris 1973: anthroponym cf. \u1f38\u03b4\u03bf\u03bc\u03b5\u03bd\u03b5\u03cd\u03c2 (Iliad I 145+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc08-\ud800\udc15-\ud800\udc1b-\ud800\udc0d","i-do-me-ni-jo","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc09","i-du","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc01-\ud800\udc29-\ud800\udc04","i-e-re-u","priest"],["\ud800\udc02-\ud800\udc0a-\ud800\udc15-\ud800\udc02","i-ja-me-i","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc0a-\ud800\udc46-\ud800\udc38","i-ja-pu2-we","Chadwick & Ventris 1973: toponym locative McArtur 1993: ethnic adjective of unattested toponym *i-ja-pu2 or *ja-pu2 Ruijgh 1967 Killen 1974 Melena 1975: ethnic adjective of i-ja-pu2-we LANA: KN Lc? TELA: KN Lc? TELA+TE: KN Lc? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen John T. 1974 Hermathena 118 \"\"A problem in the Knossos Lc (1) (cloth) tablets\"\" McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Melena Jos\u00e9 L. 1975 Minos Supplement 5 \"\"Studies on some Mycenaean inscriptions from Knossos dealing with textiles\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc02-\ud800\udc0a-\ud800\udc33","i-ja-te","Chadwick & Ventris 1973: physician cf. \u1f30\u03b7\u03c4\u03ae\u03c1 (Iliad II 732+) Cypriot to-ni-ja-te-ra-ne \u03c4\u03cc\u03bd \u1f30\u03b1\u03c4\u03b5\u03c1\u03b1\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc0a-\ud800\udc33","i-ja-te","doctor physician"],["\ud800\udc02-\ud800\udc0a-\ud800\udc3a-\ud800\udc1a","i-ja-wo-ne","Chadwick & Ventris 1973: anthroponym dative or nominative plural of ethnic? cf. \u1f38\u1f00\u03bf\u03bd\u03b5\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc0b-\ud800\udc29-\ud800\udc0a","i-je-re-ja","Chadwick & Ventris 1973: priestess cf. \u1f31\u03ad\u03c1\u03b5\u03b9\u03b1 (Iliad VI 600+) e-ri-ta is i-je-re-ja \"\"pa-ro [da-mo]]\"\" in the PY Ep series. GRA: PY Eb PY Eo PY Ep Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc0b-\ud800\udc29-\ud800\udc0a","i-je-re-ja","priestess"],["\ud800\udc02-\ud800\udc0b-\ud800\udc29-\ud800\udc04","i-je-re-u","Chadwick & Ventris 1973: priest cf. \u1f31\u03b5\u03c1\u03b5\u03cd\u03c2 (Iliad I 62+) we-te-re-u is i-je-re-u \"\"pa-ro a3-ti-jo-qe\"\" in the PY Eo series. we-te-re-u is i-je-re-u \"\"pa-ro da-mo\"\" in the PY Ep series. GRA: PY Eo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc0b-\ud800\udc29-\ud800\udc04","i-je-re-u","priest"],["\ud800\udc02-\ud800\udc0b-\ud800\udc29-\ud800\udc3a","i-je-re-wo","priest"],["\ud800\udc02-\ud800\udc0b-\ud800\udc2b","i-je-ro","Hiller 2011: 'holy/sanctuary' Chadwick & Ventris 1973: 1. sacred shrine? cf. \u03b9\u03ad\u03c1\u03bf\u03c2 2. anthroponym cf. \u1fda\u03ad\u03c1\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stegan 2011 A Companion to Linear B: Mycenaen Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc02-\ud800\udc0b-\ud800\udc2b-\ud800\udc3a-\ud800\udc12","i-je-ro-wo-ko","Hiller 2011: 'offering-priest' Chadwick & Ventris 1973: sacrificing priest cf. \u1f31\u03b5\u03c1\u03bf\u03b5\u03c1\u03b3\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux & Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc02-\ud800\udc0b-\ud800\udc35-\ud800\udc24","i-je-to-qe","Chadwick & Ventris 1973: probably third person of middle voice verb Chadwick & Ventris 1973: 1. third person plural active voice verb of i-je-to-qe? 2. 'they send'? cf. \u1f34\u03b7\u03bc\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek (Docs2)"],["\ud800\udc02-\ud800\udc0b-\ud800\udc38","i-je-we","son"],["\ud800\udc02-\ud800\udc0d","i-jo","Chadwick & Ventris 1973: 1. anthroponym or 'son' (MY Au) 2. obscure possibly singular of i-jo-te (KN V) i-jo + connective enclitic qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc0d","i-jo","son"],["\ud800\udc02-\ud800\udc0d-\ud800\udc33","i-jo-te","Chadwick & Ventris 1973: \"\"who are to go\"\" \u03b5\u1f36\u03bc\u03b9 \u1f30\u1f7c\u03bd \u03ba\u03bf\u03af\u03bb\u03b7\u03c2 \u1f10\u03c0\u1f76 \u03bd\u03b7\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc0f-\ud800\udc2e","i-ka-se","Chadwick & Ventris 1973: anthroponym cf. [[i-ke-se]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc10-\ud800\udc2e-\ud800\udc28","i-ke-se-ra","Chadwick & Ventris 1973: anthroponym KN Dk: ti-mi-zaanthroponym KN Dk KN Dv: ku-ta-to KN Dk: OVIS LANA KN Dv: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar XVII.98 da-mi-ni-jo"],["\ud800\udc02-\ud800\udc10-\ud800\udc32","i-ke-ta","Chadwick & Ventris 1973: anthroponym cf. \u1f39\u03ba\u03b5\u03c4\u03ac\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc13-\ud800\udc36-\ud800\udc29","i-ku-tu-re","Chadwick & Ventris 1973: anthroponym? Appears as \"\"i-ku-tu-re ru-si-qe a-pa-i-ti-jo ze-me-qe[\"\" on KN L 588+. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc16-\ud800\udc2a-\ud800\udc0d","i-mi-ri-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc16-\ud800\udc2a-\ud800\udc0d","i-mi-ri-jo","personal name or ethnonym"],["\ud800\udc02-\ud800\udc19-\ud800\udc1a","i-na-ne","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: variant of i-na-ne Chadwick & Ventris 1973: instrumental of i-na-ne Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc19-\ud800\udc03","i-na-o","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of i-na-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc1a-\ud800\udc04","i-ne-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc1f-\ud800\udc15-\ud800\udc06-\ud800\udc0a","i-pe-me-de-ja","name of a woman"],["\ud800\udc02-\ud800\udc1f-\ud800\udc32","i-pe-ta","Chadwick & Ventris 1973: anthroponym KN Dl: su-ri-mo KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc20-\ud800\udc00","i-pi-a","arm"],["\ud800\udc02-\ud800\udc21-po-\ud800\udc26-\ud800\udc02-\ud800\udc24","i-po-po-qo-i-qe","Chadwick & Ventris 1973: 'horse-feeders ostlers' cf. \u1f30\u03c0\u03c0\u03bf\u03c6\u03bf\u03c1\u03b2\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc24-\ud800\udc0a","i-qe-ja","Chadwick & Ventris 1973: epithet of po-ti-ni-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc25-\ud800\udc0a","i-qi-ja","Chadwick & Ventris 1973: chariot cf. \u03af\u03c0\u03c0\u03b9\u03bf\u03c2 Chadwick & Ventris 1973: chariot nominative dual Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc26","i-qo","Chadwick & Ventris 1973: horses cf. \u1f34\u03c0\u03c0\u03bf\u03c2 see KN Ca 895 for ideogram confirmation Palmer: theonym Chadwick & Ventris 1973: genitive of i-qo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer TBD"],["\ud800\udc02-\ud800\udc26","i-qo","horse"],["\ud800\udc02-\ud800\udc26-\ud800\udc21-\ud800\udc26-\ud800\udc02","i-qo-po-qo-i","Duhoux 2008: 'to the horse-keepers' dative Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc02-\ud800\udc28-\ud800\udc32","i-ra-ta","Chadwick & Ventris 1973: anthroponym Appears as \"\"o-da-a2 i-ra-ta te-o-jo do-e[ ]na-to e-ke to-so-de pe-mo\"\" on PY En 659. GRA: PY En ti-ri-to: KN Uf Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc2b-\ud800\udc35","i-ro-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc2d-\ud800\udc3a","i-sa-wo","Chadwick & Ventris 1973: anthroponym BIG: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc2e-\ud800\udc38-\ud800\udc2a-\ud800\udc0d","i-se-we-ri-jo","Chadwick & Ventris 1973: anthroponym KN B: ku-ni-ta TELA+PU: KN L VIR: KN B qa-ra: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc31-\ud800\udc13-\ud800\udc3a-\ud800\udc08-\ud800\udc35","i-su-ku-wo-do-to",""],["\ud800\udc02-\ud800\udc32-\ud800\udc0a","i-ta-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc32-\ud800\udc17","i-ta-mo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc33-\ud800\udc0a-\ud800\udc03","i-te-ja-o","Shelmerdine 2008: 'female weavers' Chadwick & Ventris 1973: 'weavers' cf. \u1f30\u03c3\u03c4\u03cc\u03c2 genitive plural feminine Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc02-\ud800\udc33-\ud800\udc0a-\ud800\udc03","i-te-ja-o","spar"],["\ud800\udc02-\ud800\udc33-\ud800\udc04","i-te-u","Chadwick & Ventris 1973: anthroponym cf. i-te-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc33-\ud800\udc38","i-te-we","Shelmerdine 2008: 'male weaver' Chadwick & Ventris 1973: 'weaver' cf. \u1f31\u03c3\u03c4\u03cc\u03c2 Chadwick John and Michael Ventris 1973 em>Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc02-\ud800\udc34-\ud800\udc1d-\ud800\udc2a","i-ti-nu-ri","Chadwick & Ventris 1973: anthroponym KN Dq: OVIS KN Dq: da-*22-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc35","i-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc35-\ud800\udc38-\ud800\udc2d","i-to-we-sa","Bernab\u00e9 & Luj\u00e1n 2008: histowessa \"\"provided with an upright support\"\" cf. \u1f31\u03c3\u03c4\u03cc\u03c2 'mast' Chadwick & Ventris 1973: describes a portable hearth \"\"provided with a \u1f31\u03c3\u03c4\u03cc\u03c2\"\" Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc37-\ud800\udc12","i-wa-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc37-\ud800\udc30","i-wa-so","Chadwick & Ventris 1973: 1. (PY An) \"\"name of a group of men\"\" cf. [[i-wa-si-jo-ta]] \u1f3c\u03b1\u03c3\u03bf\u03bd \u1f0c\u03c1\u03b3\u03bf\u03c2 (Odyssey XVIII.246) 2. (PY Cn) anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc38-\ud800\udc2b","i-we-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc02-\ud800\udc3c-\ud800\udc29","i-za-re","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc10-\ud800\udc33-\ud800\udc29","ja-ke-te-re","Chadwick & Ventris 1973: variant spelling of a-ke-te-re a2-ke-te-re Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc14-\ud800\udc28","ja-ma-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc14-\ud800\udc32-\ud800\udc2b","ja-ma-ta-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc1e-\ud800\udc28-\ud800\udc2b","ja-pa-ra-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc1f-\ud800\udc29-\ud800\udc30","ja-pe-re-so","Chadwick & Ventris 1973: toponym? KN Fs: FAR HORD ME+RI NI OLE VIN Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc21","ja-po","McArthur 1993: toponym Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc0a-\ud800\udc26","ja-qo","McArthur 1993: toponym Chadwick & Ventris 1973: toponym? Melena 1972: toponym cf. ja-(po) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d Melena Jos\u00e9 L. 1972 Minos 13:1 \"\"On the Knossos Mc Tablets\"\""],["\ud800\udc0a-\ud800\udc28-\ud800\udc35","ja-ra-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc2c","ja-ru","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc2d-\ud800\udc1c","ja-sa-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc2d-\ud800\udc2b","ja-sa-ro","Chadwick & Ventris 1973: anthroponym cf. a-sa-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0a-\ud800\udc34-\ud800\udc2a","ja-ti-ri","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0b-\ud800\udc3f","je-zo","Chadwick & Ventris 1973: anthroponym KN Db KN Dv: OVIS KN Db: e-ko-so KN Dv: da-ra-ko Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc0d-\ud800\udc01-\ud800\udc10-\ud800\udc35-\ud800\udc26","jo-e-ke-to-qo","Chadwick & Ventris 1973: meaning obscure Chadwick & Ventris 1956: prefix jo- 'thus' + e-ke + to-qo Appears as \"\"](qa)-ra / jo-e-ke-to-qo wo-na-si (si)[\"\" on KN Gv 863. su ARB: KN Gv *174: KN Gv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek (Docs2) Chadwick John and Michael Ventris 1956 Documents in Mycenaean Greek"],["\ud800\udc0d-\ud800\udc25","jo-qi","Chadwick & Ventris 1973: 'which' cf. \u1f44 \u03c4\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0d-\ud800\udc33-\ud800\udc29-\ud800\udc1e-\ud800\udc35","jo-te-re-pa-to","Chadwick & Ventris 1973: obscure (i.e. not known) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc56-\ud800\udc19-\ud800\udc35","ka-*56-na-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc56-\ud800\udc1c","ka-*56-no","Chadwick & Ventris 1973: anthroponym KN Df: a-ra-si-joanthroponym ka-pteanthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc56-\ud800\udc30-\ud800\udc32","ka-*56-so-ta",""],["\ud800\udc0f-\ud800\udc00-\ud800\udc19","ka-a-na","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc05-\ud800\udc02-\ud800\udc30","ka-da-i-so","Chadwick & Ventris 1973: anthroponym cf. ka-da-si-jo OVIS: KN De do-ti-ja: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc05-\ud800\udc02-\ud800\udc35","ka-da-i-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc05-\ud800\udc16-\ud800\udc0a","ka-da-mi-ja","cardamom"],["\ud800\udc0f-\ud800\udc05-\ud800\udc16-\ud800\udc0a","ka-da-mi-ja","Chadwick & Ventris 1973: a spice cf. \u03ba\u03ac\u03c1\u03b4\u03b1\u03bc\u03bf\u03bd \u03ba\u03b1\u03c1\u03b4\u03b1\u03bc\u03b9\u03af\u03c2? 'garden cress' Lepidium sativum Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc05-\ud800\udc1c","ka-da-no","Chadwick & Ventris 1973: anthroponym KN Dk: [[di-ro-qo]] ka-mi-ni-to wo-wo KN Dk: ku-ta-to KN Dk: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc05-\ud800\udc28-\ud800\udc30","ka-da-ra-so","Chadwick & Ventris 1973: anthroponym? KN F: pu-ri?anthroponym KN F: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc05-\ud800\udc2b","ka-da-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc05-\ud800\udc2b","ka-da-ro","clean clear"],["\ud800\udc0f-\ud800\udc05-\ud800\udc2f-\ud800\udc0d","ka-da-si-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc07-\ud800\udc34-\ud800\udc0a","ka-di-ti-ja","Chadwick & Ventris 1973: feminine ethnic? cf. \u039a\u03ac\u03b4\u03b9\u03c3\u03c4\u03bf\u03bd \u1f44\u03c1\u03bf\u03c2 Ruijgh 1967: toponym in -\u03af\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc0f-\ud800\udc08-\ud800\udc3a","ka-do-wo","Chadwick & Ventris 1973: anthroponym to-si-ta on PY Cn 719 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc01-\ud800\udc2d-\ud800\udc15-\ud800\udc1c","ka-e-sa-me-no","Chadwick & Ventris 1973: anthroponym cf. \u03ba\u03b1\u03af\u03bd\u03c5\u03bc\u03b1\u03b9 \u03ba\u03b5\u03ba\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2 Chadwick & Ventris: genitive of ka-e-sa-me-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc01-\ud800\udc2e-\ud800\udc04","ka-e-se-u","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative (or error?) of ka-e-se-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc0a","ka-ja","(as (ka)-ja) Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc0d","ka-jo","Chadwick & Ventris 1973: anthroponym KN Da: ku-ta-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc0f","ka-ka","Chadwick & Ventris 1973: (as \"\"ka-ka-re-(a)\"\") '(spears) with bronze points'? cf. \u03c7\u03b1\u03bb\u03ba\u03ae\u03c1\u03b5\u03b9 \u03b4\u03bf\u03c5\u03c1\u03af (Iliad V 145+) HAS: KN R Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc0f-\ud800\udc21","ka-ka-po","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc0f-\ud800\udc29-\ud800\udc00","ka-ka-re-a","(as ka-ka-re-(a)) Chadwick & Ventris 1973: '(spears) with bronze points'? cf. \u03c7\u03ac\u03bb\u03ba\u03b5\u03b9\u03bf\u03c2 \"\"apparently a gap after ka-ka\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc10","ka-ke","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc10-\ud800\udc0a-\ud800\udc20","ka-ke-ja-pi","Chadwick & Ventris 1973: 'of bronze' instrumental plural Chadwick & Ventris 1973: 'a pair of bronze (wheels)' cf. \u03ba\u1f50\u03ba\u03bb\u03b1 \u03c7\u03ac\u03bb\u03ba\u03b5\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc10-\ud800\udc04","ka-ke-u","Duhoux 2011: 1. 'smith' cf. \u03c7\u03b1\u03bb\u03ba\u03b5\u03cd\u03c2 2. (PY Jn) anthroponym Shelmerdine 2008: 'bronze-smith' Chadwick & Ventris 1973: 1. bronze-smith cf. \u03c7\u03b1\u03bb\u03ba\u03b5\u03cd\u03c2 nominative singular 2. (PY Jn) anthroponym \"\"a smith by trade\"\" Shelmerdine 2008: 'bronze-smiths' Chadwick & Ventris 1973: nominative plural Chadwick & Ventris 1973: dative singular Chadwick & Ventris 1973: dative plural ka-ke-u in PY Nn: a-mu-ta-wo a-ro-je-u e-po-me-ne-u e-re-e-u ko-re-te po-me-ne qo-u-ko-ro ka-ke-we in PY Xn: e-ma-a2 ko-re-te-re and probably e-po-me-ne-we ka-ke-wi in MY Oe: [[i-ti-we-ri-di]] ku-ka (pa)-se-ri-jo(-)ko-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\" Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc0f-\ud800\udc10-\ud800\udc38","ka-ke-we","coppersmiths"],["\ud800\udc0f-\ud800\udc12","ka-ko","Bernab\u00e9 & Luj\u00e1n 2008: bronze Chadwick & Ventris 1973: bronze cf. \u03c7\u03b1\u03bb\u03ba\u03cc\u03c2 Palaeolexicon: copper Wiktionary: copper Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (editors Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc12","ka-ko","copper"],["\ud800\udc0f-\ud800\udc12-\ud800\udc06-\ud800\udc32","ka-ko-de-ta","bind with copper"],["\ud800\udc0f-\ud800\udc12-\ud800\udc06-\ud800\udc32","ka-ko-de-ta","Chadwick & Ventris 1973: 'bronze-bound wheels' cf. \u03c7\u03b1\u03bb\u03ba\u03cc\u03b4\u03b5\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc14","ka-ma","Chadwick & Ventris 1973: 1. (Pylos) agricultural holding 2. (Knossos) anthroponym Hart 1965 Palmer 1967 1972 Melena 1975: toponym variant spelling of ka-mo Chadwick & Ventris 1973: dual? of ka-ma Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hart Gillian R. 1965 Mnemosyne 18 \u201cThe Grouping of Place-Names in the Knossos Tablets\u201d Melena Jos\u00e9 L. 1975 Minos Supplement 5 \"\"Studies on some Mycenaean inscriptions from Knossos dealing with textiles\"\" Palmer Leonard R. 1972 Kadmos 11:1 \"\"Mycenaean Inscribed Vases II. The Mainland Finds\"\" Palmer Leonard R. 1967 (TAPhS) 52 \"\"Review of The Mycenaean Tablets 3 ed. Chadwick J.\"\""],["\ud800\udc0f-\ud800\udc14-\ud800\udc01-\ud800\udc04","ka-ma-e-u","Chadwick & Ventris 1973: 'man who has a ka-ma holding' Chadwick & Ventris 1973: dative singular and nominative plural of ka-ma-e-u Appears as \"\".1a wo-ze-qe .1b [[e-u-ru-wo-ta|e-u-ru-wo-(ta)]] te-o-jo do-e-ro ka-ma-e-u[ ]to-so-de pe-mo GRA 1[\"\" on PY Eb 156+. Appears as \"\"]re-u[ ](to)-po-qo ka-ma-e-u\"\" on PY Eb 177+. Appears as \"\"](ro2) ka-ma-e-u mi-ka-ta pa-da-je-u e-ke-qe[\"\" PY Eb 839. Appears as \"\"sa-sa-wo e-ke-qe o-na-to ka-ma-e-u\"\" on PY Eb 842. Appears as \"\"ka-ma-e-u wo-zo to-so-de pe-mo GRA T 3\"\" on PY Eb 862. Appears as \"\"ka-ma-e-we o-na-ta e-ko-te ke-ke-me-na-o ko-to-na-o wo-zo-te to-so pe-mo GRA 30 T 2 V 3\"\" on PY Ed 236. Appears as \"\"me-re-u i-je-re-ja do-e-ro o-na-to e-ke pa-ro [ ](re)-ma-ta ka-ma-e-(we)[][[o-u-qe|o-u-qe]] wo-ze to-so pe-mo GRA[ ] V 2\"\" on PY Ep 539. Appears as \"\"]me-na ko-to-na ka-ma-e-u wo-ze-qe to-so pe-mo[\"\" on PY Ep 613+. Appears as \"\"]ke-re-u i-je-ro-wo-ko ka-ma-e-u o-na-to e-ke wo-ze-qe to-so pe-mo GRA 1\"\" on PY Ep 613+. Appears as \"\"]o-na-to e-ke ka-ma-e-u e-pi-qe [[to-e|to-me]] [[te-ra-pi-ke|te-ra-(pi)[]] ]to-so pe-mo GRA 1 T 5\"\" on PY Ep 613+. Appears as \"\"(ko)[ ]ka-ta [[pa-de-we-u]] ka-ma-e-u e-ke-qe wo-ze-qe to-so pe-mo GRA T 5\"\" on PY Ep 613+. GRA: PY Eb PY Ed PY Ep VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc14","ka-ma","field"],["\ud800\udc0f-\ud800\udc14-\ud800\udc0d","ka-ma-jo","McArthur 1993: ethnic adjective presupposing an unattested place name of ka-ma Chadwick & Ventris 1973: \"\"description of men?\"\" nominative plural VIR: KN Am Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc0f-\ud800\udc14-\ud800\udc34-\ud800\udc0d-\ud800\udc0d","ka-ma-ti-jo-jo","Chadwick & Ventris 1973: anthroponym genitive cf. \u03a7\u03ac\u03c1\u03bc\u03b1\u03c2 \u03a7\u03b1\u03c1\u03bc\u03b1\u03bd\u03c4\u03af\u03b4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc14-\ud800\udc35","ka-ma-to","Chadwick & Ventris 1973: anthroponym KN Da: e-ko-so KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc14-\ud800\udc35","ka-ma-to","Chadwick & Ventris 1973: anthroponym KN Da: e-ko-so KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc16-\ud800\udc1b-\ud800\udc35","ka-mi-ni-to","Chadwick & Ventris 1973: anthroponym KN De: qa-ra KN Dk: ku-ta-to KN De: OVIS KN Dk: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc17","ka-mo","McArthur 1993: toponym based on KN As 604 placement Chadwick & Ventris 1973: toponym? Hart 1965 Palmer 1967 1972 Melena 1975: toponym variant spelling of ka-ma Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hart Gillian R. 1965 Mnemosyne 18 \u201cThe Grouping of Place-Names in the Knossos Tablets\u201d McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Melena Jos\u00e9 L. 1975 Minos Supplement 5 \"\"Studies on some Mycenaean inscriptions from Knossos dealing with textiles\"\" Palmer Leonard R. 1972 Kadmos 11:1 \"\"Mycenaean Inscribed Vases II. The Mainland Finds\"\" Palmer Leonard R. 1967 (TAPhS) 52 \"\"Review of The Mycenaean Tablets 3 ed. Chadwick J.\"\""],["\ud800\udc0f-\ud800\udc17-\ud800\udc1b-\ud800\udc0d","ka-mo-ni-jo","Chadwick & Ventris 1973: anthroponym KN Da: ru-ki-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc19-\ud800\udc00-\ud800\udc21","ka-na-a-po","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc19-\ud800\udc12","ka-na-ko","a type of plant"],["\ud800\udc0f-\ud800\udc19-\ud800\udc12","ka-na-ko","Melena 1983: safflower (Carthamus tinctorius) cf. Hippocrates \u03c7\u03bd\u1fc6\u03c7\u03bf\u03c2 (2 types: red safflower (ka-na-ko e-ru-ta-ra) of the red florets and white safflower (ka-na-ko re-u-ka) of the seeds) Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc0f-\ud800\udc19-\ud800\udc1f-\ud800\udc04","ka-na-pe-u","Shelmerdine 2008: fuller Chadwick & Ventris 1973: fuller cloth-dresser cf. \u03ba\u03bd\u03b1\u03c6\u03b5\u03cd\u03c2 from the 6th century BCE Chadwick & Ventris 1973: dative singular of ka-na-pe-u Chadwick & Ventris 1973: genitive singular of ka-na-pe-u Chadwick & Ventris 1973: dative plural of ka-na-pe-u [[te-re-do]] is ka-na-pe-u in the PY Cn series. pe-ki-ta is \"\"ka-na-pe-u wa-na-ka-te-ro\"\" in the PY En series closely co-located to ru-*83-o. pe-ki-ta is \"\"ka-na-pe-u wa-na-ka-te-ro\"\" \"\"pa-ro pi-ke-re-we\"\" in the PY Eo series. (pe)-(ki)-ta is \"\"ka-na-pe-u wa-na-ka-te-ro\"\" \"\"pa-ro ru-*83-e\"\" in the PY Eo series. CAP: PY Cn GRA: PY Eo *190: MY Oi Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc0f-\ud800\udc19-\ud800\udc1f-\ud800\udc04","ka-na-pe-u","the man who card the wool"],["\ud800\udc0f-\ud800\udc19-\ud800\udc21-\ud800\udc35","ka-na-po-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc19-\ud800\udc35","ka-na-to","Duhoux 2008: 'kanasthoi vessels' cf. \u03ba\u03ac\u03bd\u03b1\u03c3\u03b8\u03bf\u03bd \"\"name of a terracotta vase in a VIth BC inscription\"\" Chadwick & Ventris 1973: name of a vessel or implement perhaps 'clamps' cf. \u03b3\u03bd\u03ac\u03b8\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Anthology\u201d"],["\ud800\udc0f-\ud800\udc19-\ud800\udc35-\ud800\udc21","ka-na-to-po","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1a-\ud800\udc0a","ka-ne-ja","Chadwick & Ventris 1973: 'made of basketry' cf. \u03ba\u03ac\u03bd\u03b5\u03bf\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9\u03bf\u03bd 'basket' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1a-\ud800\udc04-\ud800\udc32","ka-ne-u-ta","Chadwick & Ventris 1973: anthroponym In an a-ka context on KN Da: a-ko-ro-qo-ro o-ku-no au-ri-jo po-i-te-u e-ki-no KN Da: a-ka KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1b-\ud800\udc35","ka-ni-to","Chadwick & Ventris 1973: anthroponym Ktistopoulos: anthroponym cf. \u039a\u03ac\u03bd\u03b9\u03b8\u03bf\u03c2 modern name of a spring at Mt. Ida OVIS: KN Db KN Dh e-ko-so: KN Dh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ktistpoulous TBD"],["\ud800\udc0f-\ud800\udc1d-\ud800\udc2e-\ud800\udc04","ka-nu-se-u","Ruijgh 2011: anthroponym cf. \u03b3\u03ac\u03bd\u03c5\u03bc\u03b1\u03b9 'to enjoy oneself' Chadwick & Ventris 1973: anthroponym cf. \u0393\u03b1\u03bd\u03c5\u03bc\u03ae\u03b4\u03b7\u03c2 Heubeck 1957: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\""],["\ud800\udc0f-\ud800\udc1d-\ud800\udc32-\ud800\udc0d","ka-nu-ta-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1e","ka-pa","Chadwick & Ventris 1973: 1. (KN E) perhaps toponym cf. ka-pa-jo 2. (PY Un) description of olives cf. ka-po GRA: KN E OLIV: TH Ft Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1e-\ud800\udc0d","ka-pa-jo","McArthur 1993: ethnic adjective of a place-name ka-pa \"\"perhaps attested in E(1).\"\" Chadwick & Ventris 1973: \"\"Description of three men perhaps ethnic of ka-pa.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc0f-\ud800\udc1e-\ud800\udc48","ka-pa-ra2","Chadwick & Ventris 1973: 1. description of women \"\"possibly singular of ethnic or descriptive term in -as.\"\" (KN Ak) 2. anthroponym (PY Jn) PY Jn 706 (AES): a-no-me-de a3-so-ni-jo ke-ta ku-ri-sa-to ma-ra-si-jo mu-to-na pe-ri-no qi-si-ja-ko Chadwick & Ventris 1973: nominative plural feminine of ka-pa-ra21 PY Aa series (MUL ko-wa ko-wo DA TA): a-ke-ti-ra2 a-ke-ti-ri-ja a-*64-ja [[e-pi-jo-ta-na]] e-pi-ko-o e-wi-ri-pi-ja [[ke-e]] [[ki-ma-ra]] [[ki-ni-di-ja]] ne-we-wi-ja [[o-ti-ri-ja]] po-to-ro-wa-pi re-wo-to-ro-ko-wo ti-nwa-si-ja Chadwick & Ventris 1973: genitive plural feminine of ka-pa-ra21 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXVII.76"],["\ud800\udc0f-\ud800\udc1e-\ud800\udc28","ka-pa-ra","Chadwick & Ventris 1973: \"\"introduces wine entry after to-sa\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1e-\ud800\udc2a-\ud800\udc0d","ka-pa-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03b1\u03c1\u03c0\u03b1\u03bb\u03af\u03c9\u03bd Chadwick & Ventris 1973: dative of ka-pa-ri-jo KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1e-\ud800\udc2f-\ud800\udc0a","ka-pa-si-ja","Chadwick & Ventris 1973: anthroponym cf. ka-pa-ti-ja? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1e-\ud800\udc30","ka-pa-so","Chadwick & Ventris 1973: \"\"Obscure.\"\" (i.e. not understood) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc1e-\ud800\udc34-\ud800\udc0a","ka-pa-ti-ja","Garc\u00eda Ram\u00f3n 2011: ethnic anthroponym 'of Carpathos' Chadwick & Ventris 1973: anthroponym cf. \u039a\u03b1\u03c1\u03c0\u03ac\u03b8\u03b9\u03bf\u03c2 ethnic of toponym \u039a\u03ac\u03c1\u03c0\u03b1\u03b8\u03bf\u03c2 Homeric \u039a\u03c1\u03ac\u03c0\u03b1\u03b8\u03bf\u03c2 (Iliad II 676) ka-pa-si-ja Appears as \"\"ka-pa-ti-ja ka-ra-wi-po-ro\"\" at PY Eb 338 and PY Ep 704. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Garc\u00eda Ram\u00f3n J.L. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc0f-\ud800\udc1f-\ud800\udc2e-\ud800\udc37-\ud800\udc03","ka-pe-se-wa-o","Chadwick & Ventris 1973: anthroponym genitive \"\"forming place name with wo-wo\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc20-\ud800\udc1b-\ud800\udc0a","ka-pi-ni-ja","Chadwick & Ventris 1973: 'of the chimney' cf. \u03ba\u03b1\u03c0\u03bd\u03af\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc20-\ud800\udc1b-\ud800\udc0a","ka-pi-ni-ja","chimney"],["\ud800\udc0f-\ud800\udc20-\ud800\udc1b-\ud800\udc0a","ka-pi-ni-ja","chimney smoked"],["\ud800\udc0f-\ud800\udc21","ka-po","Chadwick & Ventris 1973: 'fruits of the olive' \"\"The ligature KA+PO may stand for the same word.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc21","ka-po","fruit yield"],["\ud800\udc0f-\ud800\udc47","ka-pte","Chadwick & Ventris 1973: anthroponym KN Df: a-ra-si-joanthroponym KN Fh KN X ka-*56-noanthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc22-\ud800\udc2b","ka-pu-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc56-\ud800\udc30","ka-ra-*56-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc00-\ud800\udc20","ka-ra-a-pi","Ruijgh 2011: 'head' cf. \u03ba\u03ac\u03c1\u03b7 \u03ba\u03ac\u03c1\u1fb6 Chadwick & Ventris 1973: 'with (lions') heads' cf. \u03ba\u03b1\u03c1\u03ae\u03b1\u03c4\u03bf\u03c2 \u03ba\u03c1\u03ac\u03b1\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\""],["\ud800\udc0f-\ud800\udc28-\ud800\udc08-\ud800\udc2b","ka-ra-do-ro","Bennet 2011: Hither Province district centre cf. \u03a7\u03ac\u03c1\u03b1\u03b4\u03c1\u03bf\u03c2 'gorge'? Ram\u00f3n 2011: descriptive toponym cf. \u03c7\u03ac\u03c1\u03b1\u03b4\u03c1\u03bf\u03c2 'torrent' Chadwick & Ventris 1973: toponym of the Hither Province Allative of ka-ra-do-ro Appears as \"\"ka-ra-do-ro ko-ro-ku-ra-i-jo VIR (10)\"\" on PY An 661. (see also za-e-to-ro) Appears as \"\"ka-ra-do-ro (ko)[ ](ku)-ra-i-jo SA 30\"\" on PY Na 543. ko-re-te: PY Jn PY Jo ra-pte-re: PY An AES M: PY Jn AUR P: PY Jo KE M: PY Ma ME: PY Ma RI M: PY Ma SA: PY Na SUS+SI: PY Cn VIR: PY Ac PY An [[wo-no]]?: PY Vn *146: PY Ma [[*152]]: PY Ma Bennet John 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"The Geography of the Mycenaean Kingdoms\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc0f-\ud800\udc28-\ud800\udc08-\ud800\udc2b","ka-ra-do-ro","personal name or place name gorge"],["\ud800\udc0f-\ud800\udc28-\ud800\udc08-\ud800\udc37-\ud800\udc32","ka-ra-do-wa-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc01-\ud800\udc2a-\ud800\udc0d","ka-ra-e-ri-jo","Chadwick & Ventris 1973: month name Chadwick & Ventris 1973: variant spelling of ka-ra-e-ri-jo Chadwick & Ventris 1973: genitive of ka-ra-e-ri-jo KN Fp: de-u-ki-jo-jo di-wi-jo-jo ra-pa-to wo-de-wi-jo OLE: KN Fp *146: KN M? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc01-\ud800\udc2a-\ud800\udc0d-\ud800\udc0d","ka-ra-e-ri-jo-jo","month name"],["\ud800\udc0f-\ud800\udc28-\ud800\udc02","ka-ra-i","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc12","ka-ra-ko","(as ka-ra-(ko)) Chadwick & Ventris 1973: 'pennyroyal' cf. Boeotian \u03b3\u03bb\u03ac\u03c7\u03c9\u03bd Ionic \u03b3\u03bb\u03ae\u03c7\u03c9\u03bd Attic \u03b2\u03bb\u03ae\u03c7\u03c9\u03bd \"\"Reading very uncertain in line 6A\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc14-\ud800\udc35","ka-ra-ma-to","Furumark: 'fragments (of ivory)' Furumark TBD"],["\ud800\udc0f-\ud800\udc28-\ud800\udc19-\ud800\udc12","ka-ra-na-ko","Chadwick & Ventris 1973: obscure; anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc19-\ud800\udc32","ka-ra-na-ta","Chadwick & Ventris 1973: anthroponym cf. toponym \u039a\u03c1\u03ac\u03bd\u03b7 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc1b-\ud800\udc0d","ka-ra-ni-jo","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc1e-\ud800\udc30","ka-ra-pa-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc20","ka-ra-pi","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03c1\u03ac\u03bc\u03b2\u03b9\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc20","ka-ra-pi","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03c1\u03ac\u03bc\u03b2\u03b9\u03c2 ka-ra-pi is e-te-do-mo \"\"pa-ro da-mo\"\" in the PY Ea series. (see also a-tu-ko) GRA: PY Ea Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc29-\ud800\udc38","ka-ra-re-we","amphora type"],["\ud800\udc0f-\ud800\udc28-\ud800\udc29-\ud800\udc38","ka-ra-re-we","Melena 1983: Mycenaean 'stirrup-jar' with a capacity of ~13.7 liters Chadwick & Ventris 1973: probably 'stirrup-jar' cf. \u03c7\u03bb\u03b1\u03c1\u03cc\u03bd \u1f10\u03bb\u03b1\u03b9\u03b7\u03c1\u03cc\u03c2 \u03c7\u03ce\u03b8\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc0f-\ud800\udc28-\ud800\udc29-\ud800\udc38","ka-ra-re-we","Melena 1983: Mycenaean 'stirrup-jar' with a capacity of ~13.7 liters Chadwick & Ventris 1973: probably 'stirrup-jar' cf. \u03c7\u03bb\u03b1\u03c1\u03cc\u03bd \u1f10\u03bb\u03b1\u03b9\u03b7\u03c1\u03cc\u03c2 \u03c7\u03ce\u03b8\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc0f-\ud800\udc28-\ud800\udc2e-\ud800\udc34-\ud800\udc2a-\ud800\udc0d","ka-ra-se-ti-ri-jo","Chadwick & Ventris 1973: variant of ka-ra-ti-ri-jo? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc30-\ud800\udc17","ka-ra-so-mo","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc31-\ud800\udc1c","ka-ra-su-no","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc33-\ud800\udc16-\ud800\udc06","ka-ra-te-mi-de","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc33-\ud800\udc28","ka-ra-te-ra","Chadwick & Ventris 1973: 'mixing bowl' cf. \u03ba\u03c1\u03b7\u03c4\u03ae\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc34-\ud800\udc2a-\ud800\udc0d","ka-ra-ti-ri-jo","Chadwick & Ventris 1973: type of vessel Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc35","ka-ra-to","Chadwick & Ventris 1973: 'basket'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc04-\ud800\udc09-\ud800\udc2b","ka-ra-u-du-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc04-\ud800\udc0a","ka-ra-u-ja","(as ka-ra-u-(ja)) Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc04-\ud800\udc12","ka-ra-u-ko","Chadwick & Ventris 1973: anthroponym cf. \u0393\u03bb\u03b1\u1fe6\u03ba\u03bf\u03c2 PY Jn 706 AES: a-no-me-de a3-so-ni-jo ke-ta ka-pa-ra2 ku-ri-sa-to ma-ra-si-jo mu-to-na qi-si-ja-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc04-\ud800\udc2b","ka-ra-u-ro","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03ac\u03bb\u03b1\u03c5\u03c1\u03bf\u03c2 \"\"the eponymous hero of \u039a\u03b1\u03bb\u03b1\u03c5\u03c1\u03af\u03b1\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc37-\ud800\udc1b-\ud800\udc32","ka-ra-wa-ni-ta","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc38","ka-ra-we","Chadwick & Ventris 1973: 'old women' cf. \u03b3\u03c1\u03b7\u03c5\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc39-\ud800\udc12","ka-ra-wi-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc39-\ud800\udc21-\ud800\udc2b","ka-ra-wi-po-ro","Chadwick & Ventris 1973: 'key-bearer' title of a religious office cf. Doric \u03ba\u03bb\u03b1\u03ba\u03bf\u03c6\u03cc\u03c1\u03bf\u03c2 Attic \u03ba\u03bb\u03b5\u03b9\u03b4\u03bf\u03c5\u03c7\u03bf\u03c2 'priestess' Chadwick & Ventris 1973: genitive singular of ka-ra-wi-po-ro ka-ra-wi-po-ro + connective enclitic -qe Appears as \"\"ka-pa-ti-ja ka-ra-wi-po-ro\"\" at PY Eb 338 and PY Ep 704. PY Ed: we-te-re-u e-qe-ta in a -qe list. PY Jn: du-ma-te po-ro-ko-re-te o-pi-su-ko o-pi-ka-pe-e-we in a -qe list. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc28-\ud800\udc39-\ud800\udc21-\ud800\udc2b","ka-ra-wi-po-ro","switchman"],["\ud800\udc0f-\ud800\udc28-\ud800\udc39-\ud800\udc30","ka-ra-wi-so","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2a-\ud800\udc20-\ud800\udc0d","ka-ri-pi-jo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2a-\ud800\udc2e-\ud800\udc04","ka-ri-se-u","Chadwick & Ventris 1973: anthroponym cf. ka-ri-si-jo Masson 1967: TBD Heubeck 1957: TBD ka-ri-se-u + connective enclitic qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Heubeck 1957 TBD Masson 1967 TBD"],["\ud800\udc0f-\ud800\udc2a-\ud800\udc2f-\ud800\udc0d","ka-ri-si-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a7\u03b1\u03c1\u03af\u03c3\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2b-\ud800\udc10-\ud800\udc01","ka-ro-ke-e","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2b","ka-ro","McArthur 1993: plausible toponym Chadwick & Ventris 1973: 1. (KN Fh) toponym? 2. (PY Ub) 'fringe'? cf. \u03ba\u03b1\u1fd6\u03c1\u03bf\u03c2 (KN Fh) Godart 1968 Palmer 1963: toponym (KN Fh) Vilborg 1960 Landau 1958: anthroponym KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Godart Louis 1968 Atti Roma \u00abLes quantities d'huile de la s\u00e9rie Fh de Cnossos\u00bb Landau Oscar 1958 Mykenisch-griechische Personennamen McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d Palmer Leonard R. 1963 Interpretation of Mycenaean Greek Texts Vilborg Ebbe 1960 A Tentative Grammar of Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2b","ka-ro","pork"],["\ud800\udc0f-\ud800\udc2b-\ud800\udc26","ka-ro-qo","Chadwick & Ventris 1973: anthroponym cf. \u03a7\u03ac\u03c1\u03bf\u03c0\u03bf\u03c2 \u03a7\u03ac\u03c1\u03bf\u03c8 (as ka-ro-(qo) on KN X 1047) Chadwick & Ventris 1973: \"\"name of object?\"\" PY Vn: a-re-ki-si-toanthroponym [[qe-te-re-u]]anthroponym etc. BIG: KN Sc VIR: MY Au Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2c-\ud800\udc10","ka-ru-ke","Shelmerdine 2008: 'heralds' Chadwick & Ventris 1973: 'herald' dative singular cf. \u03ba\u1fc6\u03c1\u03c5\u03be (Iliad II.50+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc0f-\ud800\udc2c-\ud800\udc1c","ka-ru-no","Chadwick & Ventris 1973: toponym OVIS: KN Dl ](da): KN Dl (sa-qa-re-jo) ?: KN Dl (po-ti-ni-ja-we-jo) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2c-\ud800\udc34-\ud800\udc0b-\ud800\udc0a-\ud800\udc03-\ud800\udc24","ka-ru-ti-je-ja-o-qe","Chadwick & Ventris 1973: occupational + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2c-\ud800\udc35","ka-ru-to","Bennet 2011: toponym del Freo: toponym cf. \u039a\u03ac\u03c1\u03c5\u03c3\u03c4\u03bf\u03c2 on the south coast of Euboea SUS: TH Wu Bennet John 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"The Geography of the Mycenaean Kingdoms\"\" del Freo Maurizio 2009 Pasiphae III: Rivista di Filologia e Antichit\u00e0 Egee \u201cThe Geographical Names in the Linear B Texts from Thebes\u201d"],["\ud800\udc0f-\ud800\udc2c-\ud800\udc38","ka-ru-we","Chadwick & Ventris 1973: 'nut boss'? cf. \u03ba\u03ac\u03c1\u03c5\u03bf\u03bd Chadwick & Ventris 1973: instrumental plural of ka-ru-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2d-\ud800\udc1c","ka-sa-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2d-\ud800\udc2b","ka-sa-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc2d-\ud800\udc35","ka-sa-to","Morpurgo Davies 1999: anthroponym (sobriquet) based on adjective \u03be\u03ac\u03bd\u03b8\u03bf\u03c2 'yellow' Chadwick & Ventris 1973: anthroponym cf. \u039e\u03ac\u03bd\u03b8\u03bf\u03c2 (Iliad V.152) AES M: PY Jn LANA: MY Oe VIR: PY An *190 S: MY Go Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Morpurgo Davies Anna 1999 Floreant Studia Mycenaea Proceedings of the Tenth Mycenaean Colloquium \"\"The Morphology of Personal Names in Mycenaean and Greek: Some Observations\"\""],["\ud800\udc0f-\ud800\udc2f-\ud800\udc12-\ud800\udc1c","ka-si-ko-no","Shelmerdine 2008: 'sword-makers' Chadwick & Ventris 1973: occupational term? PUG: KN Ra Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc0f-\ud800\udc30","ka-so","Chadwick & Ventris 1973: 1. (KN V) \"\"name of material?\"\" 2. (PY Cn) anthroponym dative cf. toponym \u039a\u03ac\u03c3\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc4b-\ud800\udc2b","ka-ta2-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc32-\ud800\udc16-\ud800\udc0d","ka-ta-mi-jo","Chadwick & Ventris 1973: '(the slave) of ka-ta-mo'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc32-\ud800\udc1c","ka-ta-no","McArthur 1993: toponym Chadwick & Ventris 1973: toponym? cf. \u039a\u03ac\u03bd\u03c4\u03b1\u03bd\u03bf\u03c2 Ruijgh 1967: anthroponym McArthur 1993: ethnic adjective of ka-ta-no Ruijgh 1967: toponym Appears as \"\"(ka)-ta-ni-ja po-ro[\"\" on KN L 771. Appears as \"\"]ka-ta-ni-ja ki-to-ne [\"\" on KN L 771. Appears as \"\"ka-ta-no / wa-tu[\"\" on KN X 795. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Place-Names in the Knossos Tablets Identification and Location (Suplementos a MINOS num. 9) Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc0f-\ud800\udc32-\ud800\udc28","ka-ta-ra","Chadwick & Ventris 1973: toponym Ilievski 1959: toponym perhaps classical \u039a\u03ac\u03c4\u03c1\u03b7 McArthur 1993: toponym Chadwick & Ventris 1973: locative plural Chadwick & Ventris 1973: plural instrumental ka-ta-ra-i in KN Co: wa-totoponym [[ku-do-ni-ja]]toponym ka-ta-ra-pi in KN V: ku-pa-sa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ilievski Petar H. 1959 (ZA) \"\"The adverbial suffix -\u03b8\u03b5\u03bd in Mycenaean\"\" McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc0f-\ud800\udc32-\ud800\udc2b","ka-ta-ro","Chadwick & Ventris 1973: anthroponym? cf. \u039a\u03b1\u03b8\u03b1\u03c1\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc32-\ud800\udc2b","ka-ta-ro","pure clean"],["\ud800\udc0f-\ud800\udc32-\ud800\udc37","ka-ta-wa","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: anthroponym ka-ta-wa PY Cn: OVIS ka-ta-wa PY Jn: AES ka-ta-wo KN Dk KN Dv: OVIS ka-ta-wa PY Cn: a-ne-u-te ka-ta-wo KN Dk KN Dv: da-mi-ni-jo (if toponym definition is correct) ka-ta-wo KN Dv: ku-ta-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc32-\ud800\udc3a","ka-ta-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc33-\ud800\udc04","ka-te-u","Chadwick & Ventris 1973: anthroponym KN Dk: ku-ta-to KN Dk: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc34","ka-ti","Chadwick & Ventris 1973: 'name of jug or hydria' cf. \u03ba\u03b7\u03b8\u03af\u03c2 'vessel for shaking dice' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc35","ka-to","Chadwick & Ventris 1973: anthroponym OVIS: KN Dv da-ra-ko: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc35-\ud800\udc2b","ka-to-ro","Chadwick & Ventris 1973: genitive? of ka-to Chadwick John and Michael Ventris 1973 Documents in Myceanean Greek kar WNXIV.170 se-to-i-ja"],["\ud800\udc0f-\ud800\udc36-\ud800\udc29-\ud800\udc39-\ud800\udc0a-\ud800\udc02","ka-tu-re-wi-ja-i","Chadwick & Ventris 1973: \"\"saddle-bags?\"\" cf. ka-tu-ro2 dative plural Ruijgh 1966: 'saddle-bags' Melena 2000-2001: leathern saddle-bags Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 2000-2001 Kadmos 35-36 \"\"63 Joins and Quasi-joins of Fragments in the Linear B Tablets from Pylos\"\" Ruijgh C.J. 1966 Lingua 16 \"\"Observations sur la tablette Ub 1318 de pylos\"\""],["\ud800\udc0f-\ud800\udc36-\ud800\udc4a","ka-tu-ro2",""],["\ud800\udc0f-\ud800\udc36-\ud800\udc4a","ka-tu-ro2",""],["\ud800\udc0f-\ud800\udc36-\ud800\udc2b","ka-tu-ro","cargo"],["\ud800\udc0f-\ud800\udc04-\ud800\udc05","ka-u-da","McArthur 1993: doubtful toponym Chadwick & Ventris 1973: toponym? Stella 1965 Peruzzi 1957: toponym classical island \u0393\u03b1\u1fe6\u03b4\u03bf\u03c2 off the southwest coast of Crete KN Fs: FAR HORD VIN Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Peruzzi Emilio 1957 Minos 5 \"\"L'iscrizioni HT 13\"\" Stella Luigia Achillea 1965 La civilt\u00e0 micenea nei documenti contemporanei"],["\ud800\udc0f-\ud800\udc04-\ud800\udc1c","ka-u-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc04-\ud800\udc34-\ud800\udc37","ka-u-ti-wa","(as ka-u-ti-(wa)) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc37-\ud800\udc08-\ud800\udc2b","ka-wa-do-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Heubeck 1957 TBD"],["\ud800\udc0f-\ud800\udc37-\ud800\udc28","ka-wa-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc37-\ud800\udc2b","ka-wa-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc37-\ud800\udc34-\ud800\udc2b","ka-wa-ti-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc39-\ud800\udc0d","ka-wi-jo","Chadwick & Ventris 1973: description of man or ethnic? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc39-\ud800\udc32","ka-wi-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc3a","ka-wo","(as (ka)-wo) Chadwick & Ventris 1973: context obscure cf. \u03ba\u03b1\u03bb\u03cc\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc3c","ka-za","Chadwick & Ventris 1973: 'of bronze'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc0f-\ud800\udc3f-\ud800\udc06","ka-zo-de","del Freo 2009: toponym allative del Freo Maurizio 2009 Pasiphae III: Rivista di Filologia e Antichit\u00e0 Egee \u201cThe Geographical Names in the Linear B Texts from Thebes\u201d"],["\ud800\udc0f-\ud800\udc3f-\ud800\udc01","ka-zo-e","Chadwick & Ventris 1973: \"\"description of axones\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc5b-\ud800\udc50","ke-*83-*18","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc08-\ud800\udc2f-\ud800\udc0a","ke-do-si-ja","Chadwick & Ventris 1973: \"\"Heading to lists of men\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc0f-\ud800\udc35","ke-ka-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc0f-\ud800\udc04-\ud800\udc15-\ud800\udc1c","ke-ka-u-me-no","burnt"],["\ud800\udc10-\ud800\udc10-\ud800\udc15-\ud800\udc19","ke-ke-me-na","Heubeck 1967: divided Chadwick & Ventris 1973: belonging to the da-mo communal Chadwick & Ventris 1973: accusative dual feminine Chadwick & Ventris 1973: genitive singular masculine or neuter Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Heubeck Alfred 1967 Aus der Welt der fr\u00fchgriechischen Lineartafeln"],["\ud800\udc10-\ud800\udc10-\ud800\udc15-\ud800\udc19","ke-ke-me-na","lease field"],["\ud800\udc10-\ud800\udc11","ke-ki","Chadwick & Ventris 1973: 1. description of man (PY An) 2. anthroponym (PY Jn) Chadwick & Ventris 1973: nominative plural of ke-ki Chadwick & Ventris 1973: anthroponym or patronymic adjective of ke-ki? Appears as \"\"a-no-ke-we ke-ki VIR 1\"\" on PY An 192. Appears as \"\"ku-ru-me-no-jo o-ka pe-ri-te-u wo-ne-wa a-ti-ja-wo e-ru-ta-ra o-*34-ta me-ta-pi-jo ke-ki-de VIR 50\"\" on PY An 654 cf. 657. Appears as \"\"[...] wa-wo-u-de ke-ki-de VIR 10\"\" on PY An 654. Appears as \"\"[...] wa-ka-ti-ja-ta ke-ki-de sa-pi-da [...]\"\" on PY An 656. Appears as \"\"[...] pu2-ti-ja a-pu2-ka-ne ke-ki-de [[po-ra-i]] VIR 20\"\" on PY An 656. Appears as \"\"[...] [[u-wa-si]] ke-ki-de ne-wo VIR 10\"\" on PY An 656. Appears as \"\"[[ne-da-wa-ta|ne-da-wa-ta-o]] o-ka e-ke-me-de a-pi-je-ta ma-ra-te-u ta-ni-ko a2-ru-wo-te ke-ki-de ku-pa-ri-si-jo VIR 20\"\" on PY An 657 cf. 654. Appears as \"\"a3-ta-re-u-si ku-pa-ri-si-jo ke-ki-de VIR 10\"\" on PY An 657. Appears as \"\"me-ta-qe pe-i e-qe-ta ke-ki-jo a-e-ri-qo-ta e-ra-po [[ri-me-ne]] o-ka-ra [[o-wi-to-no]] VIR 30\"\" on PY An 657 (see transliteration for placement of o-wi-to-no). Appears as \"\"ke-ki-de-qe a-pu2-ka-ne VIR 20\"\" on PY An 657 cf. 656. Appears as \"\"]pa-ri-so ke-ki-de e-ko-si SA 30\"\" on PY Na 514. PY Jn: ma-no-u-ro [[po-ti-na-jo]] ra-ma-jo [[re-u-si-wo]] (ri)-(ku)-we (erased) PY Jn: a-pe-te-uanthroponym [[po-ti-na-jo|po-ti-(na)-jo]] ra-ma-jo [[re-u-si-wo]] ri-ja-koanthroponym ri-(ku)-we ma-no-u-ro SA: PY Na VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc15-\ud800\udc04","ke-me-u","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03ad\u03bb\u03bc\u03b9\u03c2 \u039a\u03ad\u03bb\u03bc\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc10-\ud800\udc1b-\ud800\udc24-\ud800\udc33-\ud800\udc38","ke-ni-qe-te-we","hand washing basins"],["\ud800\udc10-\ud800\udc22","ke-pu","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc28","ke-ra","Chadwick & Ventris 1973: 1. (KN Ra) 'horn'? cf. \u03ba\u03ad\u03c1\u03b1\u03c2 2. (PY Eb PY Ep) 'gift of honour'? cf. \u03b3\u03ad\u03c1\u03b1\u03c3 \u1f44 \u03c4\u03b9 \u03b4\u1fc6\u03bc\u03bf\u03c2 \u1f14\u03b4\u03c9\u03ba\u03b5\u03bd Chadwick & Ventris 1973: nominative plural of ke-ra1? Appears as \"\"ke-ra-a *227VAS\"\" on KN K 872. Appears as \"\"]zo-wa [[e-pi-zo-ta]] ke-ra [[de-de-me-na]]\"\" on KN Ra 984. GRA: PY Eb? PY Ep? GUP: KN Ra Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc28-\ud800\udc01-\ud800\udc38","ke-ra-e-we","Melena 2000-2001: \"\"Mycenean name of the items recorded in the Qa class by means of the logogram *189 (which has as endogram the acrophonic KE). [...] probably a plural nominative we are dealing with a noun in -eus built on a neuter in -as and the choice is between /keras/ or /geras/ both attested at Pylos. Qa religious associations would point to /geras/ as the best candidate and its presence among leathern artifacts is perfectly at home since word-formation would prompt the interpretation of these Mycenaean /gerah\u0113wes/ as 'honouring' implements of some form.\"\" cf. ke-ra Killen 2000-2001: \"\"may perhaps be merit in Melena's (rejected) alternative explanation of [ke-ra-e-we] as a derivative in -\u03b5\u03cd\u03c2 not of \u03b3\u03ad\u03c1\u03b1\u03c2 'portion of honour' but of \u03ba\u03ad\u03c1\u03b1\u03c2 'horn'.\"\" perhaps an agent noun (cf. ka-ke-u ke-ra-me-u etc.): 'worker in horn (and ivory?)' *189: PY Un Killen John T. 2000-2001 Kadmos 35-36 \"\"A Note on Pylos Tablet Un 1482\"\" Melena Jos\u00e9 2000-2001 Kadmos 35-36 \"\"63 Joins and Quasi-joins of Fragments in the Linear B Tablets from Pylos\"\""],["\ud800\udc10-\ud800\udc28","ke-ra","gift of honour"],["\ud800\udc10-\ud800\udc28-\ud800\udc0a-\ud800\udc20","ke-ra-ja-pi","Chadwick & Ventris 1973: 'made of horn' cf. \u03ba\u03b5\u03c1\u03b1\u03cc\u03c2 'horned' See o-po-qo. [[CAPS]]: KN Sf? CUR: KN Sd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc28-\ud800\udc15-\ud800\udc0a","ke-ra-me-ja","Chadwick & Ventris 1973: anthroponym feminine of ke-ra-me-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc28-\ud800\udc15-\ud800\udc04","ke-ra-me-u","Chadwick & Ventris 1973: occupational term: potter cf. \u03ba\u03b5\u03c1\u03b1\u03bc\u03b5\u03cd\u03c2 (Iliad) Palaeolexicon: anthroponym Chadwick & Ventris 1973: nominative dual of ke-ra-me-u Palaeolexicon: ceramic artisans Chadwick & Ventris 1973: genitive singular of ke-ra-me-u ke-ra-me: potter Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc28-\ud800\udc15-\ud800\udc38","ke-ra-me-we","workers of ceramics ceramic artisans"],["\ud800\udc10-\ud800\udc28-\ud800\udc1c","ke-ra-no","Chadwick & Ventris 1973: \"\"Name of one of a yoke of oxen\"\" + connective enclitic qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc29-\ud800\udc40","ke-re-a2","limbs legs"],["\ud800\udc10-\ud800\udc29","ke-re","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03c1\u03ae\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc29-\ud800\udc19","ke-re-na","Chadwick & Ventris 1973: meaning obscure Appears as \"\"a-mi-ni-so ke-re-na re-ne [\"\" on KN M 719. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc29-\ud800\udc1c","ke-re-no","Chadwick & Ventris 1973: anthroponym cf. \u0393\u03b5\u03c1\u03ae\u03bd\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc29-\ud800\udc2f-\ud800\udc0d","ke-re-si-jo","cretan"],["\ud800\udc10-\ud800\udc29-\ud800\udc33-\ud800\udc04","ke-re-te-u","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03c1\u03b7\u03b8\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc29-\ud800\udc34-\ud800\udc3a","ke-re-ti-wo","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc29-\ud800\udc04","ke-re-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc29-\ud800\udc3c","ke-re-za","Chadwick & Ventris 1973: name of place or area at Pylos Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc2a-\ud800\udc16-\ud800\udc0a","ke-ri-mi-ja","Chadwick & Ventris 1973: \"\"perhaps an adjective describing women\"\" Appears as \"\"ke-ri-mi-ja tu-na-no\"\" on KN Lc 535+. Appears as \"\"me-ta-pa ke-ri-mi-ja do-qe-ja ki-ri-te-wi-ja\"\" on PY An 607. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc2b-\ud800\udc2f-\ud800\udc0a","ke-ro-si-ja","council of the elders"],["\ud800\udc10-\ud800\udc2b-\ud800\udc2f-\ud800\udc0a","ke-ro-si-ja","Duhoux 2008: 'Elders' 'council of Elders' Shelmerdine 2008: 'council of elders' Chadwick & Ventris 1973: \"\"a group of men under a qa-si-re-u probably 'council of elders'\"\" cf. \u03b3\u03b5\u03c1\u03bf\u03c5\u03c3\u03af\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Anthology\"\" Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc10-\ud800\udc2b-\ud800\udc32","ke-ro-ta","Chadwick & Ventris 1973: adjective describing cloth 'old'? cf. \u03b3\u03ad\u03c1\u03bf\u03bd \u03c3\u03ac\u03ba\u03bf\u03c2 (Odyssey XXII 184) *161: KN Ld Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc2d-\ud800\udc08-\ud800\udc2b","ke-sa-do-ro","Chadwick & Ventris 1973: anthroponym cf. [[ke-sa-da-ra]] Chadwick & Ventris 1973: genitive of ke-sa-do-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc2d-\ud800\udc15-\ud800\udc1c","ke-sa-me-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc2e-\ud800\udc1b-\ud800\udc39-\ud800\udc0d","ke-se-ni-wi-jo","Chadwick & Ventris 1973: 'for guests' cf. \u03be\u03b5\u03af\u03bd\u03b9\u03b1 Chadwick & Ventris 1973: neuter plural of ke-se-ni-wi-jo Chadwick & Ventris 1973: alt. spelling of ke-se-nu-wi-ja Appears as \"\"ke-se-nu-wi-ja re-u-ko-nu-ka\"\" on KN Ld 573. OLE: PY Fr TELA: KN Ld *158: KN Ld Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc2e-\ud800\udc1d-\ud800\udc39-\ud800\udc0a","ke-se-nu-wi-ja","foreign"],["\ud800\udc10-\ud800\udc2e-\ud800\udc1d-\ud800\udc3a","ke-se-nu-wo","foreigner guest"],["\ud800\udc10-\ud800\udc32","ke-ta","Chadwick & Ventris 1973: anthroponym PY Jn 706 AES: a-no-me-de a3-so-ni-jo ka-pa-ra2 ku-ri-sa-to ma-ra-si-jo mu-to-na pe-ri-no qi-si-ja-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc34-\ud800\udc06-\ud800\udc24","ke-ti-de-qe","Risch 1987: anthroponym dative of an id-stem name Chadwick & Ventris 1973: anthroponym + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Risch Ernst 1987 Tractata Mycenaea. Proceedings of the Eighth International Colloquium on Mycenaean Studies (Ohrid 1985) \"\"Die mykenischen Personennamen auf -e\"\""],["\ud800\udc10-\ud800\udc34-\ud800\udc2b","ke-ti-ro","Chadwick & Ventris 1973: anthroponym PY Jn: a-me-noanthroponym hapax a3-ta-roanthroponym hapax [[pa-pu-so]]anthroponym hapax [[re-u-ko-ro-o-pu2-ru]]anthroponym hapax wi-du-wo-i-joanthroponym KN Da: e-ra? PY Jn: [[ru-ko-a2-ke-re-u-te]]? KN Da: OVIS KN U: *180 PY Jn: AES Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc35","ke-to","Chadwick & Ventris 1973: anthroponym Appears as \"\"ku-ru-me-ni-jo ke-to\"\" on KN Da 1173 which is a pa-i-to tablet about du-pu2-ra-zo. KN Da: *56-ko-we KN Da PY Cn: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc35-\ud800\udc2b","ke-to-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc10-\ud800\udc04-\ud800\udc21-\ud800\udc05","ke-u-po-da","Chadwick & Ventris 1973: probably a title Palmer TBD: 'libation-pourer'? Chadwick & Ventris 1973: alt. spelling of ke-u-po-da? Chadwick & Ventris 1973: genitive of ke-u-po-da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Robert TBD"],["\ud800\udc10-\ud800\udc04-\ud800\udc2d","ke-u-sa","Chadwick & Ventris 1973: anthroponym KN Dl: si-ja-du-we KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc50-\ud800\udc02-\ud800\udc30","ki-*18-i-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc05-\ud800\udc2b","ki-da-ro","Chadwick & Ventris 1973: obscure perhaps anthroponym cf. \u039a\u03b9\u03b4\u03b1\u03c1\u03af\u03b1 epithet of Demeter KN E: GRA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc09-\ud800\udc2b","ki-du-ro",""],["\ud800\udc11-\ud800\udc01-\ud800\udc04","ki-e-u","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: variant spelling of ki-e-u Chadwick & Ventris 1973: genitive of ki-e-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc10-\ud800\udc2b","ki-ke-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc14-\ud800\udc32","ki-ma-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc18-\ud800\udc12","ki-mu-ko","Chadwick & Ventris 1973: anthroponym KN Dv: OVIS KN Dv: pa-i-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc18-\ud800\udc13","ki-mu-ku","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc1b-\ud800\udc07-\ud800\udc0a","ki-ni-di-ja","women from knidos"],["\ud800\udc11-\ud800\udc1d-\ud800\udc23","ki-nu-qa","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc28-\ud800\udc56-\ud800\udc30","ki-ra-*56-so","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc28-\ud800\udc07-\ud800\udc0a","ki-ra-di-ja","Ruijgh 1967: toponym in -\u03af\u03b1 Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc11-\ud800\udc2a-\ud800\udc0a-\ud800\udc02-\ud800\udc0d","ki-ri-ja-i-jo","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03af\u03bb\u03bb\u03b1\u03b9\u03bf\u03c2 \u039a\u03b9\u03c1\u03c1\u03b1\u1fd6\u03bf\u03c2 Chadwick & Ventris 1973: variant spelling of ki-ri-ja-i-jo BIG: KN Sc EQU: KN Sc TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc2a-\ud800\udc0a-\ud800\udc2f","ki-ri-ja-si","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc2a-\ud800\udc0d-\ud800\udc33","ki-ri-jo-te","Chadwick & Ventris 1973: sheep adjective Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc2a-\ud800\udc1a-\ud800\udc35","ki-ri-ne-to","Chadwick & Ventris 1973: anthroponym KN Dv: OVIS KN Dv: tu-ni-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc2a-\ud800\udc32-\ud800\udc06","ki-ri-ta-de","Chadwick & Ventris 1973: toponym allative Chadwick & Ventris 1973: dative-locative plural? of ki-ri-ta-de LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc2a-\ud800\udc32","ki-ri-ta","Duhoux 2011: 1. substantive 'barley' cf. \u03ba\u03c1\u03b9\u03b8\u03ae 2. adjective textile qualifier 'anointed' cf. \u03c7\u03c1\u03b9\u03c3\u03c4\u03cc\u03c2 Chadwick & Ventris 1973: 1. (KN G) 'barley' cf. \u03ba\u03c1\u03b9\u03b8\u03ae 2. (KN Ld) 'anointed painted (with red spots?)' cf. \u03c7\u03c1\u03b9\u03c3\u03c4\u03cc\u03c2 KN G: LUNA KN Ld: TELA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc11-\ud800\udc2a-\ud800\udc33-\ud800\udc39-\ud800\udc0a","ki-ri-te-wi-ja","Chadwick & Ventris 1973: \"\"a class of women possibly with a religious function\"\" cf. da-*83-ja-i e-to-wo-ko-i ku-wa-no-wo-ko-i Chadwick & Ventris 1973: dative plural of ki-ri-te-wi-ja cf. a-ni-ja-pi e-re-pa-te-jo-pi e-ru-ta-ra-pi ki-to-pi Chadwick & Ventris 1973: instrumental plural of ki-ri-te-wi-ja KN E: LUNA GRA KN Fp: OLE PY An: MUL PY Eb PY Ep: GRA PY Un: NI? KN Fp: da-*83-ja? PY An: me-ta-pa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc2a-\ud800\udc34-\ud800\udc0d-\ud800\udc0d","ki-ri-ti-jo-jo","Chadwick & Ventris 1973: month name? genitive singular Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc2f-\ud800\udc39-\ud800\udc0d","ki-si-wi-jo","Chadwick & Ventris 1973: anthroponym cf. [[ki-si-wi-ja]] Chadwick & Ventris 1973: context obscure; anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc32-\ud800\udc1a-\ud800\udc35","ki-ta-ne-to","Chadwick & Ventris 1973: anthroponym KN Am KN Da: su-ri-mo KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc32-\ud800\udc1c","ki-ta-no","Melena 1983: \"\"probably a member of the Pistacia family\"\" Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc11-\ud800\udc32-\ud800\udc1c","ki-ta-no","plant (pistacia terebintus)"],["\ud800\udc11-\ud800\udc34-\ud800\udc15-\ud800\udc19","ki-ti-me-na","Chadwick & Ventris 1973: land not distributed by the damos (da-mo) Palaeolexicon: field Wiktionary: field \u1f10\u03c5\u03ba\u03c4\u03af\u03bc\u03b5\u03bd\u03bf\u03c2 well-tilled A.T. Murray's translation of the Iliad by Homer translated this as \"\"well-built\"\" in the context of \u03c0\u03c4\u03bf\u03bb\u03af\u03b5\u03b8\u03c1\u03bf\u03bd 'citadel'. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXIV.164 participle candidates"],["\ud800\udc11-\ud800\udc34-\ud800\udc15-\ud800\udc19","ki-ti-me-na","field"],["\ud800\udc11-\ud800\udc35","ki-to","Bernab\u00e9 & Luj\u00e1n 2008: tunic Chadwick & Ventris 1973: 'tunic' cf. \u03c7\u03b9\u03c4\u03ce\u03bd or 'fine linen' cf. (-*o -*o-ne) a-ka-wo a-re-ku-tu-ru-wo a-ri-ja-wo a-ri-wo [[e-ka-ra2-wo]] po-se-da-o [[te-ra-wo]] Chadwick & Ventris 1973: nominative plural? of ki-to Chadwick & Ventris 1973: accusative singular or plural of ki-to? (cf. instrumental plural -pi) a-ni-ja-pi e-re-pa-te-jo-pi e-ru-ta-ra-pi ki-ri-te-wi-ja-pi ne-qa-sa-pi Chadwick & Ventris 1973: instrumental plural of ki-to Appears as \"\"re-po-to qe-te-jo ki-to\"\" on KN L 693. Appears as \"\"a-ro-zo 'ki-to'\"\" on KN Lc 536+. AES: KN L TELA: KN Lc KN Ld *161: KN Ld Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc35","ki-to","tunic"],["\ud800\udc11-\ud800\udc04-\ud800\udc2b","ki-u-ro","Chadwick & Ventris 1973: anthroponym KN B: a-ki-wa-ta a-pi-me-de ki-ri-ja-si OVIS: KN Dl VIR: KN B su-ki-ri-ta: KN Dl Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc04-\ud800\udc2b-\ud800\udc02","ki-u-ro-i","Chadwick & Ventris 1973: \"\"probably some part of or equipment for a chariot\"\" cf. \u03ba\u03af\u03bf\u03c5\u03c1\u03bf\u03c2 'baskets' dative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc11-\ud800\udc3a","ki-wo","column"],["\ud800\udc11-\ud800\udc3f","ki-zo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc00-\ud800\udc32","ko-a-ta","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: probably variant spelling of ko-a-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc0f-\ud800\udc2b","ko-ka-ro","Chadwick & Ventris 1973: anthroponym cf. \u039a\u1f60\u03ba\u03b1\u03bb\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc11-\ud800\udc06-\ud800\udc0d","ko-ki-de-jo",""],["\ud800\udc12-\ud800\udc11-\ud800\udc29-\ud800\udc0a","ko-ki-re-ja","decorative object / snail"],["\ud800\udc12-\ud800\udc13","ko-ku","Chadwick & Ventris 1973: anthroponym KN Dh: ti-ri-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc13-\ud800\udc2b","ko-ku-ro","Chadwick & Ventris 1973: anthroponym cf. \u0393\u03bf\u03b3\u03b3\u03cd\u03bb\u03bf\u03c2 KN B: a-so-qi-joanthroponym pi-ri-u-woanthroponym to-na-taanthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc14-\ud800\udc38","ko-ma-we","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03bf\u03bc\u03ae\u03b5\u03b9\u03c2 cf. (-to) e-re-pa-to e-ri-no-wo-to Duhoux 2008: anthroponym meaning \"\"long-haired\"\" cf. \u03ba\u03cc\u03bc\u03b7 'hair' Chadwick & Ventris 1973: genitive of ko-ma-we cf. (-te) e-re-pa-te Chadwick & Ventirs 1973: dative of ko-ma-we cf. (-ta) e-re-pa-ta Chadwick & Ventris 1973: not a variant; anthroponym dative? cf. (-te-ja) e-re-pa-te-ja Chadwick & Ventris 1973: not a variant; theonym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Anthology\u201d"],["\ud800\udc12-\ud800\udc1b-\ud800\udc05-\ud800\udc0d","ko-ni-da-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc1c","ko-no","Chadwick & Ventris 1973: 1. condiment like sweet rush or ginger-grass; not cups cf. \u03c7\u03cc\u03bd\u03bd\u03bf\u03b9 2. toponym with o-ro-jo cf. ko-ni-ja Maddoli 1968: Cretan cups cf. \u03c7\u03cc\u03bd\u03bd\u03bf\u03b9 PY Eq (o-da-a2 {parallels} o-ro-jo to-so-de pe-mo GRA {quantity}): e-ri-no-wo-to ko-tu-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Maddoli Gianfranco 1968 TBD"],["\ud800\udc12-\ud800\udc1c","ko-no","kind bush"],["\ud800\udc12-\ud800\udc1c-\ud800\udc1b-\ud800\udc20","ko-no-ni-pi","Chadwick & Ventris 1973: \"\"part of the decoration of a jug and a chair\"\" 'cross-bars rods'? cf. \u03ba\u03b1\u03bd\u03bf\u03bd\u03af\u03c2 \"\"ko- for \u03ba\u03b1 is suspect\"\" *217VAS: KN K Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc1c-\ud800\udc2f-\ud800\udc0d","ko-no-si-jo","knossian (ethnonym)"],["\ud800\udc12-\ud800\udc1c-\ud800\udc30","ko-no-so","knossos"],["\ud800\udc12-\ud800\udc03-\ud800\udc10-\ud800\udc1a","ko-o-ke-ne","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03bf\u03b9\u03bf\u03b3\u03ad\u03bd\u03b7\u03c2 Chadwick & Ventris 1973: dative of ko-o-ke-ne Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc1f-\ud800\udc29-\ud800\udc04","ko-pe-re-u","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03bf\u03c0\u03c1\u03b5\u03cd\u03c2 Ram\u00f3n 2011: anthroponym cf. \u039a\u03bf\u03c0\u03c1\u03b5\u03cd\u03c2 from \u03ba\u03cc\u03c0\u03c1\u03bf\u03c2 'excrement' Chadwick & Ventris 1973: genitive of ko-pe-re-u Chadwick & Ventris 1973: dative of ko-pe-re-u PY Es (ko-pe-re-wo): a-ne-o a-re-ku-tu-ru-wo a3-ki-wa-ro ka-ra-i ku-da-ma-ro o-po-ro-me-no pi-ro-ta-wo se-no wo-ro-ti-ja-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc12-\ud800\udc20","ko-pi","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc20-\ud800\udc19","ko-pi-na","type of basket"],["\ud800\udc12-\ud800\udc22-\ud800\udc28","ko-pu-ra","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc29-\ud800\udc33","ko-re-te","Chadwick & Ventris 1973: title mayor? Chadwick & Ventris 1973: nominative plural dative singular of ko-re-te Chadwick & Ventris 1973: dative singular of ko-re-te Chadwick & Ventris 1973: adjective describing land belonging to a ko-re-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc29-\ud800\udc33","ko-re-te","governor"],["\ud800\udc12-\ud800\udc29-\ud800\udc33","ko-re-te","Shelmerdine 2008: something like a 'mayor' Chadwick & Ventris 1973: titular nominative singular masculine cf. (*-te *-te-re) a-de-te-re a-ke-te-re a3-te-re ma-te-re pi-ri-je-te-re ra-pte-re tu-ka-te-re Chadwick & Ventirs 1973: nominative plural or dative singular Chadwick & Ventris 1973: dative singular Chadwick & Ventris 1973: adjective Shelmerdine 2008: something like a 'vice-mayor' Chadwick & Ventris 1973: official subordinate to ko-re-te nominative singular po-ro-ko-re-te-re + connective enclitic qe Chadwick & Ventris 1973: nominative plural ko-re-te in KN V: a-ke-re-mo-nogen. occupation po-ro-ko-re-te ko-re-te in PY Jn PY On: po-ro-ko-re-te ko-re-te in PY Nn*: a-mu-ta-woanthroponym a-ro-je-uanthroponym e-po-me-ne-uanthroponym e-re-e-u ka-ke-uoccupation po-me-neoccupation qo-u-ko-rooccupation po-ro-ko-re-te in KN V: a-ke-re-mo-no ko-re-te po-ro-ko-re-te in PY Jn PY On: ko-re-te AES: PY Jn AUR: PY Jo SA: PY Nn *154: PY On [[*258]]: KN V a-ke-re-wa: PY Jn PY Jo a-pa-ta-wa: KN C a-pu2-we a-pu2-ja: PY Jn PY Jo a-si-ja-ti-ja: PY On [[e-ra-te-re-wa-o]] [[e-ra-te-re-wa-o|e-ra-te-re-wa-pi]]: PY Jn PY Jo PY On? [[e-sa-re-wi-ja]]: PY On? [[i-te-re-wa]]: PY Aq ka-ra-do-ro: PY Jn PY Jo ku-ta-i-to: KN C me-ta-pa: PY Jn o-du-ru-wi-jo: KN C pa-ki-ja-pi pa-ki-ja-ni[: PY Jn PY Jo? pe-to-no: PY Jn pi-*82: PY Jn qa-ra: KN V ra-u-ra-ti-ja: PY On ri-jo-no: KN C ro-u-so: PY Jo? PY Jn? sa-ma-ra: PY On? si-ra-ro: KN C ti-mi-to-a-ke-e ti-mi-ti-ja te-mi-ti-ja: PY Aq PY Jn PY Jo PY On [[ti-nwa-so|ti-nwa-si-jo]]: PY Jo wa-to: KN C za-ma-e-wi-ja: PY Jn a-ke-re-wa: PY Jn a-pu2-we: PY Jn [[e-ra-te-re-wa-o|e-ra-te-re-wa-pi]]: PY Jn [[e-re-i|e-re-e]]: PY Jo ka-ra-do-ro: PY Jn me-ta-pa: PY Jn pa-ki-ja-pi: PY Jn pe-to-no: PY Jn pi-*82: PY Jn qa-ra: KN V ro-u-so: PY Jn ti-mi-to-a-ke-e: PY Jn za-ma-e-wi-ja: PY Jn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\" *to do: check facsimile or photograph of PY Nn 831; how big is the [ ] gap? Small or could there be missing sign groups explaining the discrepancy of anthroponyms and occupations in parallel?"],["\ud800\udc12-\ud800\udc29-\ud800\udc33","ko-re-te","Shelmerdine 2008: something like a 'mayor' Chadwick & Ventris 1973: titular nominative singular masculine cf. (*-te *-te-re) a-de-te-re a-ke-te-re a3-te-re ma-te-re pi-ri-je-te-re ra-pte-re tu-ka-te-re Chadwick & Ventirs 1973: nominative plural or dative singular Chadwick & Ventris 1973: dative singular Chadwick & Ventris 1973: adjective Shelmerdine 2008: something like a 'vice-mayor' Chadwick & Ventris 1973: official subordinate to ko-re-te nominative singular po-ro-ko-re-te-re + connective enclitic qe Chadwick & Ventris 1973: nominative plural ko-re-te in KN V: a-ke-re-mo-nogen. occupation po-ro-ko-re-te ko-re-te in PY Jn PY On: po-ro-ko-re-te ko-re-te in PY Nn*: a-mu-ta-woanthroponym a-ro-je-uanthroponym e-po-me-ne-uanthroponym e-re-e-u ka-ke-uoccupation po-me-neoccupation qo-u-ko-rooccupation po-ro-ko-re-te in KN V: a-ke-re-mo-no ko-re-te po-ro-ko-re-te in PY Jn PY On: ko-re-te AES: PY Jn AUR: PY Jo SA: PY Nn *154: PY On [[*258]]: KN V a-ke-re-wa: PY Jn PY Jo a-pa-ta-wa: KN C a-pu2-we a-pu2-ja: PY Jn PY Jo a-si-ja-ti-ja: PY On [[e-ra-te-re-wa-o]] [[e-ra-te-re-wa-o|e-ra-te-re-wa-pi]]: PY Jn PY Jo PY On? [[e-sa-re-wi-ja]]: PY On? [[i-te-re-wa]]: PY Aq ka-ra-do-ro: PY Jn PY Jo ku-ta-i-to: KN C me-ta-pa: PY Jn o-du-ru-wi-jo: KN C pa-ki-ja-pi pa-ki-ja-ni[: PY Jn PY Jo? pe-to-no: PY Jn pi-*82: PY Jn qa-ra: KN V ra-u-ra-ti-ja: PY On ri-jo-no: KN C ro-u-so: PY Jo? PY Jn? sa-ma-ra: PY On? si-ra-ro: KN C ti-mi-to-a-ke-e ti-mi-ti-ja te-mi-ti-ja: PY Aq PY Jn PY Jo PY On [[ti-nwa-so|ti-nwa-si-jo]]: PY Jo wa-to: KN C za-ma-e-wi-ja: PY Jn a-ke-re-wa: PY Jn a-pu2-we: PY Jn [[e-ra-te-re-wa-o|e-ra-te-re-wa-pi]]: PY Jn [[e-re-i|e-re-e]]: PY Jo ka-ra-do-ro: PY Jn me-ta-pa: PY Jn pa-ki-ja-pi: PY Jn pe-to-no: PY Jn pi-*82: PY Jn qa-ra: KN V ro-u-so: PY Jn ti-mi-to-a-ke-e: PY Jn za-ma-e-wi-ja: PY Jn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\" *to do: check facsimile or photograph of PY Nn 831; how big is the [ ] gap? Small or could there be missing sign groups explaining the discrepancy of anthroponyms and occupations in parallel?"],["\ud800\udc12-\ud800\udc29-\ud800\udc3a","ko-re-wo","Chadwick & Ventris 1973: anthroponym? TELA+TE: KN Ln Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2a-\ud800\udc40-\ud800\udc05-\ud800\udc19","ko-ri-a2-da-na","Chadwick & Ventris 1973: 'coriander (seed)' cf. \u03ba\u03bf\u03c1\u03af\u03b1\u03bd\u03b4\u03c1\u03bf\u03bd \u03ba\u03bf\u03c1\u03af\u03b1\u03bd\u03bd\u03b1 \u03ba\u03bf\u03bb\u03af\u03b1\u03bd\u03b4\u03c1\u03bf\u03bd nominative plural neuter sometimes abbreviated to just KO Chadwick & Ventris 1973: variant spelling Chadwick & Ventris 1973: variant spelling? Chadwick & Ventris 1973: nominative singular of ko-ri-a2-da-na Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2a-\ud800\udc0a-\ud800\udc05-\ud800\udc19","ko-ri-ja-da-na","Chadwick & Ventris 1973: coriander (seed) cf. \u03ba\u03bf\u03c1\u03af\u03b1\u03bd\u03bd\u03b1 Palaeolexicon: coriander Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2a-\ud800\udc0a-\ud800\udc05-\ud800\udc19","ko-ri-ja-da-na","coriander"],["\ud800\udc12-\ud800\udc2a-\ud800\udc0d","ko-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u03c3\u03ba\u03bf\u03bb\u03b9\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2a-\ud800\udc2f-\ud800\udc0a","ko-ri-si-ja","corinthian woman"],["\ud800\udc12-\ud800\udc2a-\ud800\udc35","ko-ri-to","Chadwick & Ventris 1973: Further Province toponym but not \u039a\u03cc\u03c1\u03b9\u03bd\u03b8\u03bf\u03c2 on the Isthmus Ilievski 1996: anthroponym \"\"from ethnics with assibilated \u03b8\"\" cf. ko-ri-to \u039a\u03cc\u03c1\u03b9\u03bd\u03b8\u03bf\u03c2 [[za-ku-si-ja]] and [[e-ri-ma-si-jo]] Chadwick & Ventris 1973: anthroponym feminine ethnic Chadwick & Ventris 1973: ethnic adjective Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\u201d"],["\ud800\udc12-\ud800\udc2b","ko-ro","Chadwick & Ventris 1973: 1. \"\"of the lands\"\" cf. \u03c7\u1ff6\u03c1\u03bf\u03c2 (Iliad III 315+) 2. anthroponym cf. \u03a7\u03bf\u1fd6\u03c1\u03bf\u03c2 \u03a7\u1ff6\u03bb\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b","ko-ro","Chadwick & Ventris 1973: 1. (PY Eq) 'of the lands'? cf. \u03c7\u1ff6\u03c1\u03bf\u03c2 (Iliad III.315+) 2. (KN De PY Cn) anthroponym cf. \u03a7\u03bf\u1fd6\u03c1\u03bf\u03c2 \u03a7\u1ff6\u03bb\u03bf\u03c2 Appears as \"\"pa-ro ko-ro OVISf 24 X\"\" on PY Cn 131 with a tablet header of \"\"pi-*82 [[we-re-ke]]\"\". Appears as \"\"ko-ro to-so-de pe-mo GRA [\"\" on PY Eq 146. PY Cn 131: [[pi-me-ta]] po-ko-roanthroponym [[wo-ki-to]] etc. GRA: PY Eq OVIS: KN De PY Cn da-*22-to: KN De pi-*82: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc09-\ud800\udc3a","ko-ro-du-wo","Chadwick & Ventris 1973: toponym \"\"Bennett suggests reading ko-ro-(jo)-(wo)-wo cf. ko-ro-jo-wo-wi-ja\"\" Appears as \"\"ko-ro-(du)-wo we-da-ne-wo SA 10\"\" on PY Na 1041. SA: PY Na Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc0a-\ud800\udc1a","ko-ro-ja-ne",""],["\ud800\udc12-\ud800\udc2b-\ud800\udc0a-\ud800\udc32","ko-ro-ja-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc0d-\ud800\udc3a-\ud800\udc39-\ud800\udc0a","ko-ro-jo-wo-wi-ja","Chadwick & Ventris 1973: toponym cf. wo-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc11-\ud800\udc0a","ko-ro-ki-ja","Chadwick & Ventris 1973: feminine ethnic adjective Chadwick & Ventris 1973: genitive plural of ko-ro-ki-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc13-\ud800\udc28-\ud800\udc02-\ud800\udc0d","ko-ro-ku-ra-i-jo","Killen 2008: personnel holding land at ka-ra-do-ro Chadwick & Ventris 1973: masculine ethnic adjective \"\"Attempts to relate this to \u039a\u03cc\u03c1\u03ba\u03c5\u03c1\u03b1=\u039a\u03ad\u03c1\u03ba\u03c5\u03c1\u03b1 or \u039a\u03c1\u03bf\u03ba\u03cd\u03bb\u03b5\u03b9\u03b1 are probably vain.\"\" Appears as \"\"a-ke-re-wa ko-ro-ku-ra-i-jo VIR (8)0\"\" on PY An 656. Appears as \"\"ka-ra-do-ro ko-ro-ku-ra-i-jo VIR (10)\"\" on PY An 661. Appears as \"\"za-e-to-ro ko-ro-ku-ra-i-jo VIR 20\"\" on PY An 661. Appears as \"\"[[wo-no-qe-wa]] ko-ro-ku-ra-i-jo SA 30\"\" on PY Na 396 with \"\"(e)-ko-si\"\" on line .a above ko-ro-ku-ra-i-jo. Appears as \"\"to-ro-wa-so ko-ro-ku-ra-i[ ] SA 10\"\" on PY Na 405 with \"\"e-ko-si\"\" on line .a above ko-ro-ku-ra-i[. SA: PY Na VIR: PY An a-ke-re-wa: PY An ka-ra-do-ro: PY An to-ro-wa-so: PY Na [[wo-no-qe-wa]]: PY Na za-e-to-ro: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen John T. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Economy\"\""],["\ud800\udc12-\ud800\udc2b-\ud800\udc13-\ud800\udc28-\ud800\udc02-\ud800\udc0d","ko-ro-ku-ra-i-jo","man from corfu (kerkyra)"],["\ud800\udc12-\ud800\udc2b-\ud800\udc1c-\ud800\udc38-\ud800\udc2d","ko-ro-no-we-sa","Chadwick & Ventris 1973: describing a ewer perhaps \"\"with a curved handle\"\" cf. \u03ba\u03bf\u03c1\u03ce\u03bd\u03b7 Palmer TBD: \"\"decorated with a throng of warriors\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer TBD (see p. 498 in Docs)"],["\ud800\udc12-\ud800\udc2b-\ud800\udc2d-\ud800\udc1c","ko-ro-sa-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc4b","ko-ro-ta2","Chadwick & Ventris 1973: neuter plural of ko-ro-to or perhaps 'tassels fringe' cf. \u03ba\u03c1\u03bf\u03c3\u03c3\u03bf\u03af TELA2: KN Ld Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc33-\ud800\udc39-\ud800\udc0d","ko-ro-te-wi-jo","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc35","ko-ro-to","Chadwick & Ventris 1973: applied to wool 'dyed'? cf. \u03c7\u03c1\u03ce\u03b6\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc36-\ud800\udc1c","ko-ro-tu-no","Chadwick & Ventris 1973: anthroponym AES M: PY Jn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc38-\ud800\udc0a","ko-ro-we-ja","Chadwick & Ventris 1973: meaning obscure cf. ko-ru-we-ja? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2b-\ud800\udc3d-\ud800\udc0f","ko-ro-ze-ka","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2c-\ud800\udc05-\ud800\udc2b-\ud800\udc0d","ko-ru-da-ro-jo","Chadwick & Ventris 1973: anthroponym genitive cf. \u039a\u03bf\u03c1\u03c5\u03b4\u03b1\u03bb\u03bb\u03cc\u03c2 (an Attic deme) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2c","ko-ru","helmet"],["\ud800\udc12-\ud800\udc2c-\ud800\udc1c","ko-ru-no","Chadwick & Ventris 1973: anthroponym Appears as \"\"pa-ro ko-ru-no OVISm 100\"\" on PY Cn 131. Appears as \"\"]ja-we-ra2 ko-ru-no pa-ra-jo (OVISm) 66\"\" on PY Cn 719. PY Cn 131: ke-sa-me-no po-ko-roanthroponym [[wo-ki-to]] etc. OVIS: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2c","ko-ru","Palaeolexicon: helmet Chadwick & Ventris 1973: helmet cf. \u03ba\u03cc\u03c1\u03c5\u03c2 (KN Dv) Ilievski 1996; Chadwick & Ventris 1973: anthroponym cf. \u039a\u03cc\u03c1\u03c5\u03b8\u03bf\u03c2 (PY Sh) Chadwick & Ventris 1973: genitive singular of ko-ru Chadwick & Ventris 1973: instrumental plural of ko-ru o-pi-ko-ru-si-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\u201d"],["\ud800\udc12-\ud800\udc2c-\ud800\udc32-\ud800\udc32","ko-ru-ta-ta","Chadwick & Ventris 1973: anthroponym cf. ko-ru-to Appears as \"\"a-si-ja-ti-ja[]pa-ro ko-ru-ta-ta we-da-ne-wo OVISm 80[\"\" on PY Cn 254. PY Cn 254: ra-ke-uanthroponym \"\"a-no de-ki-si-wo\"\" OVIS: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2c-\ud800\udc35","ko-ru-to","Chadwick & Ventris 1973: 1. (KN Dv) anthroponym 2. (PY Sh) see ko-ru Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2c-\ud800\udc38","ko-ru-we","Duhoux 2008: probable anthroponym Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc12-\ud800\udc2c-\ud800\udc38-\ud800\udc0a","ko-ru-we-ja","Chadwick & Ventris 1973: \"\"feminine plural adjective describing textile-workers\"\" cf. [[ko-we-ja]]; cf. ko-ro-we-ja? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2d-\ud800\udc14-\ud800\udc1a","ko-sa-ma-ne","Chadwick & Ventris 1973: meaning obscure anthroponym? Appears as \"\"]-ja ko-tu-we ko-sa-ma-ne VIR 1\"\" on PY An 615. VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc2d-\ud800\udc14-\ud800\udc35","ko-sa-ma-to","Chadwick & Ventris 1973: anthroponym Appears as \"\"(ko)-(sa)-ma-to te-o-jo do-e-ro o-na-to e-ke ke-ke-me-na ko-to-na pa-ro to pe-mo GRA T 1\"\" on PY Ep 212. GRA: PY Ep ko-ri-ja-do-no T: KN Ga Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc30","ko-so","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of ko-so? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc30-\ud800\udc1a","ko-so-ne","Chadwick & Ventris 1973: anthroponym dative cf. ko-so Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc30-\ud800\udc1b-\ud800\udc0a","ko-so-ni-ja","(as ]ko-so-ni-ja) Chadwick & Ventris 1973: 'small shafts'? cf. \u1f00\u03be\u03cc\u03bd\u03b9\u03bf\u03bd cf. a-ko-so-ne Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc30-\ud800\udc04-\ud800\udc35","ko-so-u-to","blonde"],["\ud800\udc12-\ud800\udc30-\ud800\udc04-\ud800\udc35","ko-so-u-to","Ilievski 1996: anthroponym cf. \u039e\u03bf\u1fe6\u03b8\u03bf\u03c2 Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\u201d"],["\ud800\udc12-\ud800\udc32-\ud800\udc3a","ko-ta-wo","Chadwick & Ventris 1973: anthroponym AES M: PY Jn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc33-\ud800\udc2a-\ud800\udc0a","ko-te-ri-ja","Chadwick & Ventris 1973: hearth utensil Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc33-\ud800\udc2b","ko-te-ro","Chadwick & Ventris 1973: erased meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc33-\ud800\udc04","ko-te-u","Chadwick & Ventris 1973: anthroponym KN Do: a-di-ri-joanthroponym KN Do: se-to-i-ja KN Do: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc34","ko-ti","Chadwick & Ventris 1973: anthroponym OVIS: KN Db KN De ku-ta-to: KN Db pa-i-to: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc35","ko-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc35-\ud800\udc19","ko-to-na","Duhoux 2008: 'land parcel subdivided district' cf. Rhodian \u03ba\u03c4\u03bf\u03af\u03bd\u03b1 'a territorial unit' Chadwick & Ventris 1973: 'estate plot of land' Palaeolexicon: estate Wiktionary: estate Chadwick & Ventris 1973: genitive plural of ko-to-na Chadwick & Ventris 1973: accusative dual of ko-to-na \u03ba\u03c4\u03bf\u03af\u03bd\u03b1 local division township Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc35-\ud800\udc19","ko-to-na","estate"],["\ud800\udc12-\ud800\udc35-\ud800\udc1a-\ud800\udc32","ko-to-ne-ta","Chadwick & Ventris 1973: 'men of the ko-to-na' meaning uncertain Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc35-\ud800\udc1c-\ud800\udc03-\ud800\udc12","ko-to-no-o-ko","owner of a type of land"],["\ud800\udc12-\ud800\udc36-\ud800\udc38","ko-tu-we","Chadwick & Ventris 1973: toponym Palmer 1963: toponym cf. \u0393\u03cc\u03c1\u03c4\u03c5\u03c2 in Arcadia Chadwick & Ventris 1973: genitive of ko-tu-we PY Eq (o-da-a2 {parallels} o-ro-jo to-so-de pe-mo GRA {quantity}): e-ri-no-wo-to ko-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer 1963 TBD"],["\ud800\udc12-\ud800\udc04-\ud800\udc28","ko-u-ra","Chadwick & Ventris 1973: textile description \"\"no satisfactory explanation\"\"; nominative plural neuter? Chadwick & Ventris 1973: nom. pl. fem. or neut. \"\"description of textiles or more likely their makers: 'for ko-u-ra'\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXIV.155 ko adjunct to TELA"],["\ud800\udc12-\ud800\udc37","ko-wa","Duhoux 2008: 1. girl 2. (Thebes) probable anthroponym Chadwick & Ventris 1973: daughter girl Palaeolexicon: girls Wiktionary: maiden girl \u03ba\u03bf\u03cd\u03c1\u03b7 young girl daughter \u03ba\u03cc\u03c1\u03b7 maiden damsel Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc12-\ud800\udc37","ko-wa","girls"],["\ud800\udc12-\ud800\udc39-\ud800\udc2b-\ud800\udc3a-\ud800\udc12","ko-wi-ro-wo-ko","Chadwick & Ventris 1973: occupation 'make of hollow-ware'? \"\"Exact sense of \u03ba\u03bf\u1fd6\u03bb\u03bf\u03c2 here cannot be determined.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc12-\ud800\udc3a","ko-wo","boys"],["\ud800\udc12-\ud800\udc3a","ko-wo","Palaeolexicon: boys Wiktionary: youth boy Chadwick & Ventris 1959: boy Classical Greek \u03ba\u03cc\u03c1\u03bf\u03c2 boy lad Chadwick John and Michael Ventris 1959. Documents in Mycenaean Greek p. 557"],["\ud800\udc12-\ud800\udc3c-\ud800\udc2b","ko-za-ro","Chadwick & Ventris 1973: anthroponym cf. ko-ka-ro? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc57-\ud800\udc30","ku-*63-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc05-\ud800\udc0d-\ud800\udc24","ku-da-jo-qe","Chadwick & Ventris 1973: anthroponym + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc05-\ud800\udc14-\ud800\udc2b","ku-da-ma-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc08","ku-do","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03cd\u03b4\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc08-\ud800\udc1b-\ud800\udc0a","ku-do-ni-ja","the ancient name of the city of chania in crete"],["\ud800\udc13-\ud800\udc02-\ud800\udc30","ku-i-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc0a-\ud800\udc2b","ku-ja-ro","Chadwick & Ventris 1973: anthroponym KN De: a-nu-mo ka-mi-ni-to me-ri-wa-ta qi-si-ta ta-di-*22-so ta-u-na-so OVIS: KN De qa-ra: KN De KN X Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc0d","ku-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc0f","ku-ka","Chadwick & Ventris 1973: anthroponym dative cf. \u0393\u03cd\u03b3\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc0f-\ud800\udc05-\ud800\udc2b","ku-ka-da-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc0f-\ud800\udc1c","ku-ka-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc0f-\ud800\udc28-\ud800\udc30","ku-ka-ra-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc0f-\ud800\udc2b","ku-ka-ro","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03cd\u03ba\u03b1\u03bb\u03b1 \"\"name of Attic deme\"\" OVIS: KN Da PUG: KN Ra ti-ri-to: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc0f-\ud800\udc30","ku-ka-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc10-\ud800\udc29-\ud800\udc04","ku-ke-re-u","Garc\u00eda Ram\u00f3n 2011: anthroponym derived from a profession cf. \u039a\u03c5\u03ba\u03bb\u03b5\u03cd\u03c2 from \u03ba\u03cd\u03ba\u03bb\u03bf\u03c2 'wheel' Chadwick & Ventris 1973: anthroponym cf. \u039a\u03c5\u03ba\u03bb\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Garc\u00eda Ram\u00f3n J.L. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc13-\ud800\udc10-\ud800\udc30","ku-ke-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc10-\ud800\udc35","ku-ke-to","Chadwick & Ventris 1973: anthroponym KN Da: se-to-i-ja? KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc12-\ud800\udc39-\ud800\udc28","ku-ko-wi-ra","(as ku-(ko)-wi-(ra)) Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc16-\ud800\udc1c","ku-mi-no","Chadwick & Ventris 1973: 'cumin' cf. \u03ba\u03cd\u03bc\u03b9\u03bd\u03bf\u03bd; also abbreviated as ideogram KU in the MY Ge series Chadwick & Ventris 1973: nominative plural of ku-mi-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc16-\ud800\udc1c","ku-mi-no","cumin"],["\ud800\udc13-\ud800\udc16-\ud800\udc30","ku-mi-so","Chadwick & Ventris 1973: anthroponym KN Da: ra-ja KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc17-\ud800\udc1c","ku-mo-no","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc17-\ud800\udc1c-\ud800\udc30","ku-mo-no-so","Neumann 1999: anthroponym '(having) the bottom bare' cf. \u1f40\u03c1\u03c3\u03cc\u03c2 \u03b3\u03c5\u03bc\u03bd\u03cc\u03c2 'naked bare' \u039c\u03b5\u03bb\u03ac\u03bc\u03c0\u03c5\u03b3\u03bf\u03c2 'having a black bottom' Chadwick & Ventris 1973: anthroponym In a da-wo context on KN Da: ku-ne-u u-ra-mo-no KN Da: da-wo KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Neumann G\u00fcnter 1999 Gering und doch von Herzen. 25 indogermanistische Beitr\u00e4ge Bernhard Forssman zum 65. Geburtstag. (ed. J. Habisreitinger R. Plath S. Ziegler \"\"Zwei mykenische Personennamen\"\""],["\ud800\udc13-\ud800\udc19-\ud800\udc0a","ku-na-ja","Chadwick & Ventris 1973: 'of a woman' or 'decorated with a figure of a woman' cf. \u03b3\u03cd\u03bd\u03b1\u03b9\u03b1 \u03b4\u1ff6\u03c1\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc19-\ud800\udc0a","ku-na-ja","woman"],["\ud800\udc13-\ud800\udc19-\ud800\udc10-\ud800\udc32-\ud800\udc02","ku-na-ke-ta-i","Chadwick & Ventris 1973: 'for the huntsmen' cf. \u03ba\u03c5\u03bd\u03b7\u03b3\u03ad\u03c4\u03b7\u03c2 Doric \u03ba\u03c5\u03bd\u03b1\u03b3\u03ad\u03c4\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc19-\ud800\udc10-\ud800\udc32-\ud800\udc02","ku-na-ke-ta-i","Duhoux 2011: dative plural 'for the hunters' cf. \u03ba\u03c5\u03bd\u1fb6\u03b3\u03ad\u03c4\u1fb6\u03c2 \u03ba\u03c5\u03bd\u03b7\u03b3\u03ad\u03c4\u03b7\u03c2 Shelmerdine 2008: 'hunters' Chadwick & Ventris 1973: 'for the huntsmen' cf. \u03ba\u03c5\u03bd\u03b7\u03b3\u03ad\u03c4\u03b7\u03c2 (Odyssey IX.120+) Doric \u03ba\u03c5\u03bd\u03b1\u03b3\u03ad\u03c4\u03b1\u03c2 SA: PY Na Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \u201cInterpreting the Linear B Records: Some Guidelines\u201d Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc13-\ud800\udc19-\ud800\udc10-\ud800\udc32-\ud800\udc02","ku-na-ke-ta-i","hunter"],["\ud800\udc13-\ud800\udc19-\ud800\udc11-\ud800\udc2f","ku-na-ki-si","for women"],["\ud800\udc13-\ud800\udc19-\ud800\udc11-\ud800\udc2f","ku-na-ki-si","Hiller 2011: lay recipients 'to the women' (cf. ku-na-ja) or 'to the huntresses' (cf. ku-na-ke-ta-i) Appears as \"\"] po-te-we si-to ku-na-ki-si\"\" on TH Av 100. GRA: TH Av Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc13-\ud800\udc1a","ku-ne","Chadwick & Ventris 1973: anthroponym? cf. \u039a\u03cd\u03bd\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc1a-\ud800\udc04","ku-ne-u","Garc\u00eda Ram\u00f3n 2011: anthroponym derived from an animal name \u039a\u03c5\u03bd\u1fc6\u03c2 from \u03ba\u03cd\u03bd\u03c9 'dog' Chadwick & Ventris 1973: anthroponym In a da-wo context on KN Da: u-ra-mo-no ku-mo-no-so KN Da: da-wo KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Garc\u00eda Ram\u00f3n J.L. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc13-\ud800\udc1b-\ud800\udc32","ku-ni-ta","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc1e-\ud800\udc1d-\ud800\udc38-\ud800\udc35","ku-pa-nu-we-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc1e-\ud800\udc2a-\ud800\udc2e-\ud800\udc0a","ku-pa-ri-se-ja","Chadwick & Ventris 1973: '(wheels) of cypress-wood' cf. \u03ba\u03c5\u03c0\u03b1\u03c1\u03af\u03c3\u03c3\u03b9\u03bd\u03bf\u03c2 (Odyssey XVII.340+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc1e-\ud800\udc2a-\ud800\udc2e-\ud800\udc0a","ku-pa-ri-se-ja","made of cypress"],["\ud800\udc13-\ud800\udc1e-\ud800\udc2a-\ud800\udc30","ku-pa-ri-so","(as ]pa-ri-so) Chadwick & Ventris 1973: toponym cf. \u039a\u03c5\u03c0\u03ac\u03c1\u03b9\u03c3\u03c3\u03bf\u03c2 Chadwick & Ventris 1973: ethnic adjective of ku-pa-ri-so Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc1e-\ud800\udc2b","ku-pa-ro","Chadwick & Ventris 1973: condiment Cyperus rotundus cf. \u03ba\u03cd\u03c0\u03b5\u03b9\u03c1\u03bf\u03bd Chadwick & Ventris 1973: variant spelling of ku-pa-ro? Melena 1983: \"\"Cyperus-scented and/or -softened\"\" Chadwick & Ventris 1973: adjective describing oil \"\"scented with cyperus\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc13-\ud800\udc1e-\ud800\udc2b","ku-pa-ro","plant cyperus rotundus"],["\ud800\udc13-\ud800\udc1e-\ud800\udc2d","ku-pa-sa","Chadwick & Ventris 1973: toponym? KN V: ka-ta-ra-pi Chadwick & Ventris 1973: ethnic adjective? Chadwick John and Michael Venris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc1f-\ud800\udc29-\ud800\udc33","ku-pe-re-te","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc1f-\ud800\udc2e-\ud800\udc2b","ku-pe-se-ro","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03cd\u03c8\u03b5\u03bb\u03bf\u03c2 M: KN Og Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc1f-\ud800\udc33-\ud800\udc0d","ku-pe-te-jo","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc20-\ud800\udc2a-\ud800\udc0a","ku-pi-ri-ja","from cyprus"],["\ud800\udc13-\ud800\udc20-\ud800\udc2a-\ud800\udc0d","ku-pi-ri-jo","McArthur 1993: likely anthroponym (qualified see reference) Killen 1979: anthroponym of an official Chadwick & Ventris 1973: \"\"unequivocally\"\" an anthroponym at PY Cn and PY Jn doubtful at Knossos and PY Un. \"\"strong reasons for regarding it as the name of an unguent-maker are adduced by Godart (1968)\"\" (Knossos) Chadwick 1964 Palmer 1965: ethnic adjective cf. ethnic adjective \u039a\u03cd\u03c0\u03c1\u03b9\u03bf\u03c2 from toponym \u039a\u03cd\u03c0\u03c1\u03bf\u03c2 'Cyprus' (Knossos PY Un) Palmer 1963: the name of an aromatic spice (Knossos) Szemer\u00e9nyi 1958: ethnic adjective cf. *\u0393\u03cd\u03b2\u03bb\u03b9\u03bf\u03c2 from toponym 'Byblos' *reconstructed spelling not attested in Greek Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick John 1964 Mycenaean Studies \"\"Pylos Tablet Un 1322\"\" Godart Louis 1968 Studi Micenei ed Egeo-Anatolici (SMEA) 5 \u00abku-pi-ri-jo dans les textes my\u00e9niens\u00bb Killen John T. 1979 Colloquium Mycenaeum \"\"The Knossos Ld(1) tablets\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Palmer Leonard R. 1965 Language 41:2 \"\"Review of Mycenaean Studies\"\" Palmer Leonard R. 1963 Interpretation of Mycenaean Greek Texts Szemer\u00e9nyi Oswald J.L. 1958 (CR) 8 \"\"Review of Documents I\"\""],["\ud800\udc13-\ud800\udc21","ku-po","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc28-\ud800\udc1c","ku-ra-no","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03cd\u03bb\u03bb\u03b7\u03bd\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc29-\ud800\udc38","ku-re-we","Chadwick & Ventris 1973: class of men probably ethnic Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2a-\ud800\udc19-\ud800\udc3d-\ud800\udc0a","ku-ri-na-ze-ja","(as (ku)-(ri)-na-ze-ja) Chadwick & Ventris 1973: personal name or title dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2a-\ud800\udc2d-\ud800\udc35","ku-ri-sa-to","Chadwick & Ventris 1973: anthroponym PY Jn 706 AES: a-no-me-de a3-so-ni-jo ke-ta ka-pa-ra2 ma-ra-si-jo mu-to-na pe-ri-no qi-si-ja-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc4a","ku-ro2","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03cd\u03c1\u03b9\u03bf\u03c2 Chadwick & Ventris 1973: genitive of ku-ro2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2c-\ud800\udc0f","ku-ru-ka","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2c-\ud800\udc15-\ud800\udc1a-\ud800\udc0d","ku-ru-me-ne-jo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2c-\ud800\udc15-\ud800\udc1b-\ud800\udc0d","ku-ru-me-ni-jo","patronym"],["\ud800\udc13-\ud800\udc2c-\ud800\udc15-\ud800\udc1c","ku-ru-me-no","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03bb\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 Chadwick & Ventris 1973: genitive of ku-ru-me-no Chadwick & Ventris 1973: patronymic adjective? son of ku-ru-me-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2c-\ud800\udc1b-\ud800\udc32","ku-ru-ni-ta","(as ]ku-ru-ni-ta) Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2c-\ud800\udc1c","ku-ru-no","(as (ku)-(ru)-no) Chadwick & Ventris 1973: anthroponym? Chadwick & Ventris 1973: genitive of ku-ru-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2c-\ud800\udc30","ku-ru-so","gold"],["\ud800\udc13-\ud800\udc2c-\ud800\udc30-\ud800\udc0d","ku-ru-so-jo","golden"],["\ud800\udc13-\ud800\udc2c-\ud800\udc30","ku-ru-so","Palaeolexicon: gold Wiktionary: gold cf. \u03c7\u03c1\u03c5\u03c3\u03cc\u03c2 Chadwick & Ventris 1973: instrumental singular \"\"with gold\"\" cf. i-je-ro-jo Palaeolexicon: golden Aura Jorro 1985: de materia de oro Chadwick & Ventris 1973: genitive singular \"\"of the gold\"\" Chadwick & Ventris 1973: instrumental plural feminine adjective \"\"golden\"\" cf. (-wo-ko) a-pu-ko-wo-ko de-ku-tu-wo-ko [[e-ko-so-wo-ko]] e-to-wo-ko i-je-ro-wo-ko ko-wi-ro-wo-ko ku-wa-no-wo-ko no-ri-wo-ko re-wo-to-ro-wo-ko to-ko-so-wo-ko to-ro-no-wo-ko Shelmerdine 2008: goldsmith Chadwick & Ventris 1973: goldsmiths cf. \u03c7\u03c1\u03c5\u03c3\u03bf\u03c7\u03cc\u03bf\u03c2 (Odyssey III 425+) Aura Jorro Francisco 1985 Diccionario Mic\u00e9nico vol. I Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc13-\ud800\udc2c-\ud800\udc31-\ud800\udc56","ku-ru-su-*56","Chadwick & Ventris 1973: \"\"description of a three-legged vessel possibly a compound of 'gold'\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2c-\ud800\udc3f","ku-ru-zo","Chadwick & Ventris 1973: anthroponym? \"\"Isolated inscription on vases.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc2d-\ud800\udc15-\ud800\udc1b-\ud800\udc0d","ku-sa-me-ni-jo","Chadwick & Ventris 1973: patronymic adjective Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc30","ku-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc30-\ud800\udc1c","ku-so-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc31-\ud800\udc00-\ud800\udc32-\ud800\udc03","ku-su-a-ta-o","Chadwick & Ventris 1973: 'with' cf. \u03be\u03cd\u03bd + anthroponym a-ta-o cf. \u1f08\u03bd\u03c4\u03b1\u1fd6\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc31","ku-su","Chadwick & Ventris 1973: 'with' cf. \u03be\u03cd\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc31-\ud800\udc1e","ku-su-pa","Chadwick & Ventris 1973: so much (olive oil) altogether cf. to-so-ku-su-pa \u03be\u03cd\u03bc\u03c0\u03b1\u03c2 (Odyssey VII 214+) Chadwick & Ventris 1973: nominative plural neuter of ku-su-pa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek To Do: confirm definition of \u03be\u03cd\u03bc\u03c0\u03b1\u03c2"],["\ud800\udc13-\ud800\udc31-\ud800\udc23","ku-su-qa","Chadwick & Ventris 1973: \"\"probably error for ku-su-to-ro-qa.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc31-\ud800\udc35-\ud800\udc2b-\ud800\udc23","ku-su-to-ro-qa","aggregate"],["\ud800\udc13-\ud800\udc31-\ud800\udc35-\ud800\udc2b-\ud800\udc23","ku-su-to-ro-qa","Chadwick & Ventris 1973: aggregate total cf. \u03c3\u03c5\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc32-\ud800\udc02-\ud800\udc0d","ku-ta-i-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc32-\ud800\udc02-\ud800\udc2f","ku-ta-i-si","(as ku-ta-i-si-[) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc32-\ud800\udc2f-\ud800\udc0d","ku-ta-si-jo","Chadwick & Ventris 1973: anthroponym cf. ku-ta-ti-jo KN Da KN Dv: ti-ri-to KN Da KN Dv: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc32-\ud800\udc35","ku-ta-to","Chadwick & Ventris 1973: toponym Chadwick 1973 Ruijgh 1967: toponym classical \u039a\u03cd\u03c4\u03b1\u03b9\u03bf\u03bd Chadwick & Ventris 1973: variant spelling of ku-ta-to Chadwick & Ventris 1973: feminine ethnic adjective of ku-ta-to Chadwick & Ventris 1973: masculine ethnic adjective of ku-ta-to ku-ta-i-to in KN C: o-du-ru-wi-joethnic si-ra-rotoponym ri-jo-notoponym a-pa-ta-watoponym wa-totoponym AROM: KN Ga CORN: KN Mc DA: KN Uf LANA: KN Dk KN Dl LUNA: KN G? OVIS: KN Da KN Db KN Dc KN Dd KN De KN Df KN Dk KN Dl KN Dm KN Dq KN Dv PYC: KN Ga *142: KN Mc *171: KN Ga qa-si-da-ro: KN Db KN Dv ri-wi-so: KN Da KN Dv KN Ga wo-wo: KN Dc KN Dk KN Da: a-qi-rohapax au-ri-joa-ka su-ri-mo wi-na-to ka-jo wi-ra-nehapax KN Db: ko-tipa-i-to KN Dc: a-nu-ko?da-mi-ni-jo pa-i-to ?te-pa-ra wa-du-na-ro wa-*86-rehapax KN Dd: a-te-i-ja-ta KN De: a-ko-mo-ni-jo a-te-mo KN Df: de-ke-se-u ti-mi-za?da-mi-ni-jo KN Dk: a-ko-mo-ni-jo a-te-i-ja-ta e-ru-to-ro ka-da-no ka-mi-ni-toqa-ra ?ri-jo-no ka-te-u KN Dl: mi-tihapax KN Dv: e-qa-rohapax i-ke-se-ra?da-mi-ni-jo ka-da-no ka-ta-wo?da-mi-ni-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick John 1973 Proceedings of the Third International Cretological Colloquium Congress (CC3) Rethymnon 18-23 September 1971 vol. 1 \"\"Relations between Knossos and the rest of Crete at the time of the Linear B tablets\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien kar WNXVII.96 da-mi-ni-jo"],["\ud800\udc13-\ud800\udc32-\ud800\udc35","ku-ta-to","Chadwick & Ventris 1973: toponym Chadwick 1973 Ruijgh 1967: toponym classical \u039a\u03cd\u03c4\u03b1\u03b9\u03bf\u03bd Chadwick & Ventris 1973: variant spelling of ku-ta-to Chadwick & Ventris 1973: feminine ethnic adjective of ku-ta-to Chadwick & Ventris 1973: masculine ethnic adjective of ku-ta-to ku-ta-i-to in KN C: o-du-ru-wi-joethnic si-ra-rotoponym ri-jo-notoponym a-pa-ta-watoponym wa-totoponym AROM: KN Ga CORN: KN Mc DA: KN Uf LANA: KN Dk KN Dl LUNA: KN G? OVIS: KN Da KN Db KN Dc KN Dd KN De KN Df KN Dk KN Dl KN Dm KN Dq KN Dv PYC: KN Ga *142: KN Mc *171: KN Ga qa-si-da-ro: KN Db KN Dv ri-wi-so: KN Da KN Dv KN Ga wo-wo: KN Dc KN Dk KN Da: a-qi-rohapax au-ri-joa-ka su-ri-mo wi-na-to ka-jo wi-ra-nehapax KN Db: ko-tipa-i-to KN Dc: a-nu-ko?da-mi-ni-jo pa-i-to ?te-pa-ra wa-du-na-ro wa-*86-rehapax KN Dd: a-te-i-ja-ta KN De: a-ko-mo-ni-jo a-te-mo KN Df: de-ke-se-u ti-mi-za?da-mi-ni-jo KN Dk: a-ko-mo-ni-jo a-te-i-ja-ta e-ru-to-ro ka-da-no ka-mi-ni-toqa-ra ?ri-jo-no ka-te-u KN Dl: mi-tihapax KN Dv: e-qa-rohapax i-ke-se-ra?da-mi-ni-jo ka-da-no ka-ta-wo?da-mi-ni-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick John 1973 Proceedings of the Third International Cretological Colloquium Congress (CC3) Rethymnon 18-23 September 1971 vol. 1 \"\"Relations between Knossos and the rest of Crete at the time of the Linear B tablets\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien kar WNXVII.96 da-mi-ni-jo"],["\ud800\udc13-\ud800\udc33-\ud800\udc49","ku-te-ra3","Chadwick & Ventris 1973: feminine ethnic adjective cf. toponym \u039a\u03cd\u03b8\u03b7\u03c1\u03b1 Chadwick & Ventris 1973: genitive plural of ku-te-ra3 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc33-\ud800\udc29-\ud800\udc04","ku-te-re-u","Chadwick & Ventris 1973: anthroponym cf. toponym \u039a\u03cd\u03b8\u03b7\u03c1\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc33-\ud800\udc29-\ud800\udc04-\ud800\udc20","ku-te-re-u-pi","Chadwick & Ventris 1973: toponym instrumental plural cf. ku-te-re-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc33-\ud800\udc2b","ku-te-ro","Chadwick & Ventris 1973: anthroponym cf. \u039a\u03cd\u03b8\u03b7\u03c1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc33-\ud800\udc30","ku-te-so","Bernab\u00e9 & Luj\u00e1n 2008: 'ebony' cf. \u03ba\u03cd\u03c4\u03b9\u03c3\u03bf\u03c2 Bernab\u00e9 & Luj\u00e1n 2008: adjective from ku-te-so Chadwick & Ventris 1973: 'made of ebony' nominative singular and instrumental plural Chadwick & Ventris 1973: error for ku-te-se-jo Bernab\u00e9 Alberto and Eugenio R. Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc33-\ud800\udc38-\ud800\udc30","ku-te-we-so","del Freo 2009: toponym GRA: TH Ft OLIV: TH Ft del Freo Maurizio 2009 Pasiphae III: Rivista di Filologia e Antichit\u00e0 Egee \"\"The Geographical Names in the Linear B Texts from Thebes\"\""],["\ud800\udc13-\ud800\udc35","ku-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc36-\ud800\udc23-\ud800\udc1c","ku-tu-qa-no","Chadwick & Ventris 1973: anthroponym KN Ap: e-ti-wa-ja i-du ka-na-to-po ke-ra-me-ja sa-ma-ti-ja sa-mi sa-ti-qi-to sa-*65 tu-ka-na tu-ka-to tu-*49-mi u-jo-na wi-da-ma-ta2 etc. KN Da: pa-i-to KN Ap: MUL KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc37-\ud800\udc1b-\ud800\udc0d-\ud800\udc24","ku-wa-ni-jo-qe","Chadwick & Ventris 1973: 'with (palm-trees) of lapis-coloured glass'? instrumental plural cf. \u03ba\u03c5\u03ac\u03bd\u03b5\u03bf\u03c2 (Iliad XI.26+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc13-\ud800\udc37-\ud800\udc1c","ku-wa-no","Bernab\u00e9 & Luj\u00e1n 2008: \"\"(cf. \u03ba\u03cd\u03b1\u03bd\u03bf\u03c2) must be lapis lazuli or else its cheaper Phoenician substitute a kind of blue vitreous paste\"\" Chadwick & Ventris 1973: (inlaid) with lapis-coloured glass cf. \u03ba\u03cd\u03b1\u03bd\u03bf\u03c2 (Iliad XI 24) ku-wa-no + connective enclitic qe cf. e-to-wo-ko-i Shelmerdine 2008: blue glass worker Chadwick & Ventris 1973: dative plural for the ku-wa-no workers cf. i-jo-qe do-si-mi-jo-qe Chadwick & Ventris 1973: instrumental plural 'with (palm-trees?) of lapis-coloured glass' cf. \u03ba\u03c5\u03ac\u03bd\u03b5\u03bf\u03c2 (Iliad XI 26+) + connective enclitic qe Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc13-\ud800\udc37-\ud800\udc1c-\ud800\udc3a-\ud800\udc12","ku-wa-no-wo-ko","worker of lapis lazuli and glass"],["\ud800\udc13-\ud800\udc37-\ud800\udc32","ku-wa-ta","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc59","ma-*79","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc07","ma-di","Chadwick & Ventris 1973: anthroponym See KN As. OVIS: KN Db VIR: KN As e-ko-so (we-we-si-jo): KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc07-\ud800\udc0b","ma-di-je",""],["\ud800\udc14-\ud800\udc07-\ud800\udc26","ma-di-qo","Chadwick & Ventris 1973: anthroponym Tzedakis 1967: Kydonia jar? OVIS: KN Db VIR: KN B da-wo: KN Db si-ja-du-we: KN Dl Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Tzedakis Jannis G. 1967 Kadmos vol. 6 \"\"Zeugnisse der Linearschrift B aus Chania\"\""],["\ud800\udc14-\ud800\udc09-\ud800\udc2b","ma-du-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc0f","ma-ka","mother gaia"],["\ud800\udc14-\ud800\udc0f-\ud800\udc32","ma-ka-ta","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03b1\u03c7\u03ac\u03c4\u03b1\u03c2 \"\"same man as ma-ka-wo but which is correct?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc0f-\ud800\udc3a","ma-ka-wo","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03b1\u03c7\u03ac\u03c9\u03bd \"\"[[[ma-ka-ta]]] same man as ma-ka-wo but which is correct?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc10-\ud800\udc28","ma-ke-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc10-\ud800\udc28-\ud800\udc17","ma-ke-ra-mo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc11","ma-ki","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc11-\ud800\udc1d-\ud800\udc3a","ma-ki-nu-wo","Chadwick & Ventris 1973: anthroponym? \"\"probably complete at left\"\" CROC: KN Np Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc11-\ud800\udc2b-\ud800\udc1a","ma-ki-ro-ne","Chadwick & Ventris 1973: dative perhaps theonym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc11-\ud800\udc2b-\ud800\udc1a","ma-ki-ro-ne","Chadwick & Ventris 1973: dative perhaps theonym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc14-\ud800\udc2b","ma-ma-ro","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03ac\u03c1\u03bc\u03b1\u03c1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc16-\ud800\udc07-\ud800\udc3f","ma-mi-di-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc19-\ud800\udc0b-\ud800\udc04","ma-na-je-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc19-\ud800\udc2d","ma-na-sa","Chadwick & Ventris 1973: theonym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc19-\ud800\udc2f-\ud800\udc38-\ud800\udc12","ma-na-si-we-ko","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03bd\u03b7\u03c3\u03af\u03b5\u03c1\u03b3\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc1a","ma-ne","Chadwick & Ventris 1973: anthroponym or toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc1b-\ud800\udc12","ma-ni-ko","Chadwick & Ventris 1973: anthroponym Chantraine 1966: anthroponym cf. \u039c\u03ac\u03bd\u03b9\u03c7\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chantraine P. 1966 Proceedings of the Cambridge Colloquium on Mycenaean Studies (ed. Leonard R. Palmer and John Chadwick) \"\"Finales myc\u00e9niennes en -iko\"\""],["\ud800\udc14-\ud800\udc1c","ma-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc1c-\ud800\udc04-\ud800\udc2b","ma-no-u-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc49-\ud800\udc37","ma-ra3-wa","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03b1\u03c1\u03c1\u03b1\u1fd6\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28","ma-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc15-\ud800\udc19","ma-ra-me-na","Chadwick & Ventris 1973: anthroponym perhaps cf. \u03bc\u03ae\u03bb\u03b7 'probe' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc1a-\ud800\udc1d-\ud800\udc38","ma-ra-ne-nu-we","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: variant form or ethnic of ma-ra-ne-nu-we? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc1b-\ud800\udc0d","ma-ra-ni-jo","Chadwick & Ventris 1973: anthroponym cf. Cyprus toponym \u039c\u03b1\u03bb\u03b1\u03bd\u03af\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc20","ma-ra-pi","Chadwick & Ventris 1973: 'under the legs' cf. \u1f51\u03c0\u1f78 \u03bc\u03ac\u03bb\u03b7\u03c2 instrumental plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc20-\ud800\udc0d","ma-ra-pi-jo","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03b1\u03c1\u03ac\u03c6\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc2f-\ud800\udc0d","ma-ra-si-jo","Chadwick & Ventris 1973: anthroponym PY Jn 706 AES: a-no-me-de a3-so-ni-jo ke-ta ka-pa-ra2 ku-ri-sa-to mu-to-na pe-ri-no qi-si-ja-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc32","ma-ra-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc33-\ud800\udc04","ma-ra-te-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc34-\ud800\udc2d","ma-ra-ti-sa","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc36-\ud800\udc3a","ma-ra-tu-wo","Chadwick & Ventris 1973: 'fennel' cf. \u03bc\u03ac\u03c1\u03b1\u03b8\u03bf\u03bd \u03bc\u03ac\u03c1\u03b1\u03b8\u03c1\u03bf\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc28-\ud800\udc36-\ud800\udc3a","ma-ra-tu-wo","fennel"],["\ud800\udc14-\ud800\udc29-\ud800\udc13-\ud800\udc19","ma-re-ku-na","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc29-\ud800\udc3a","ma-re-wo","Chadwick & Ventris 1973: anthroponym genitive cf. \u039c\u1fb6\u03bb\u03bf\u03c2 \u039c\u03b1\u03bb\u03bb\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2a","ma-ri","Chadwick & Ventris 1973: toponym Van Spitael & Faure 1977: toponym perhaps present day \u03a3\u03bc\u03ac\u03c1\u03b9 KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Van Spitael Marie-Anne and Paul Faure 1977 \u039a\u03a1\u0397\u03a4\u039f\u039b\u039f\u0393\u0399\u0391 5 \u00abVilles et villages de la Cr\u00e8te centrale. Listes in\u00e9dites de l\u2019\u00e9poque V\u00e9netienne compar\u00e9es aux tablettes de Knosos\u00bb"],["\ud800\udc14-\ud800\udc2a-\ud800\udc1a","ma-ri-ne","Chadwick & Ventris 1973: meaning obscure cf. ma-ri-ne-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2a-\ud800\udc1a-\ud800\udc38","ma-ri-ne-we","Chadwick & Ventris 1973: theonym? dative singular Chadwick & Ventris 1973: genitive of ma-ri-ne-we Chadwick & Ventris 1973: dative plural femininative derivative of ma-ri-ne-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2a-\ud800\udc1a-\ud800\udc38-\ud800\udc0a-\ud800\udc02","ma-ri-ne-we-ja-i","female servants belonging to marineu"],["\ud800\udc14-\ud800\udc2a-\ud800\udc32","ma-ri-ta","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03b1\u03bb\u03af\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2a-\ud800\udc34-\ud800\udc39-\ud800\udc0d","ma-ri-ti-wi-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2a","ma-ri","wool"],["\ud800\udc14-\ud800\udc2b","ma-ro","Chadwick & Ventris 1973: 1. toponym abbreviation for ma-ro-pi? 2. anthroponym Chadwick & Ventris 1973: locative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2b-\ud800\udc1a","ma-ro-ne","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2b-\ud800\udc1a","ma-ro-ne","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2d","ma-sa","McArthur 1993 Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: allative of ma-sa KN Dq: OVIS KN Ga: PYC KN Dq: pe-ri-qo-ta KN Ga: te-o-po-ri-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc14-\ud800\udc2e-\ud800\udc06","ma-se-de","Chadwick & Ventris 1973: anthroponym or toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2e-\ud800\udc39-\ud800\udc48","ma-se-wi-ra2","(as ma-se-wi-ra2-[) Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc2f-\ud800\udc44","ma-si-dwo",""],["\ud800\udc14-\ud800\udc30-\ud800\udc17","ma-so-mo","Chadwick & Ventris 1973: toponym? KN Dl: da-ta-ra-mo KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc30-\ud800\udc1b-\ud800\udc0d","ma-so-ni-jo","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc30-\ud800\udc24","ma-so-qe","Chadwick & Ventris 1973: anthroponym + connective enclitic -qe? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc32","ma-ta","Chadwick & Ventris 1973: toponym with a-ka-re-u-te? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc32-\ud800\udc02","ma-ta-i","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc32-\ud800\udc12","ma-ta-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc32-\ud800\udc04-\ud800\udc2b","ma-ta-u-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc32-\ud800\udc3a","ma-ta-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc33","ma-te","Chadwick & Ventris 1973: mother cf. \u03bc\u03ae\u03c4\u03b7\u03c1 cf. (*-te *-te-re) a-de-te-re a-ke-te-re a3-te-re ko-re-te-re ma-te-re pi-ri-je-te-re ra-pte-re (as ma-te-re te-i-ja) Duhoux 2011: 'to the divine mother' Chadwick & Ventris 1973: dative singular of ma-te 'to the Divine Mother' cf. pa-te-de Chadwick & Ventris 1973: ma-te + connective enclitic de 'and the mother' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc14-\ud800\udc33-\ud800\udc29","ma-te-re","mother"],["\ud800\udc14-\ud800\udc33-\ud800\udc04-\ud800\udc20","ma-te-u-pi","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc33-\ud800\udc38","ma-te-we","(as ]ma-te-we) Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc34-\ud800\udc0d","ma-ti-jo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc34-\ud800\udc12","ma-ti-ko","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03ae\u03c4\u03b9\u03c7\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc35-\ud800\udc2b-\ud800\udc22-\ud800\udc2b","ma-to-ro-pu-ro","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: error or variant spelling of ma-to-ro-pu-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc36-\ud800\udc38","ma-tu-we","Chadwick & Ventris 1973: anthroponym dative Appears as \"\"o-pi ma-tu-we o-nu-ke\"\" on KN Ln 1568. (see also po-ni-ke-ja po-po cf. o-pi) LANA: KN Ln Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc04-\ud800\udc34-\ud800\udc0d","ma-u-ti-jo","Chadwick & Ventris 1973: anthroponym nominative and dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc14-\ud800\udc37-\ud800\udc2f-\ud800\udc0d","ma-wa-si-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc5c-\ud800\udc32","me-*86-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc06-\ud800\udc02-\ud800\udc0d","me-de-i-jo","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03ae\u03b4\u03b5\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc0f-\ud800\udc03","me-ka-o","Chadwick & Ventris 1973: anthroponym genitive cf. \u039c\u03ad\u03b3\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc11-\ud800\udc32","me-ki-ta","Chadwick & Ventris 1973: \"\"adjective describing cloths\"\" 'of the largest size'? cf. \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc11-\ud800\udc34","me-ki-ti","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc15-\ud800\udc11-\ud800\udc35-\ud800\udc06","me-ki-to-de","Chadwick & Ventris 1973: toponym allative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc11-\ud800\udc35-\ud800\udc11-\ud800\udc2a-\ud800\udc32","me-ki-to-ki-ri-ta","Chadwick & Ventris 1973: \"\"description of one woman probably her name\"\" cf. \u039c\u03b5\u03b3\u03b9\u03c3\u03c4\u03bf\u03ba\u03bb\u1fc6\u03c2 \u1f08\u03b3\u03b1\u03b8\u03cc\u03ba\u03c1\u03b9\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc19","me-na","Chadwick & Ventris 1973: \"\"'mouth' but context obscure and perhaps a different word\"\" KN Fs: ta-mi-te-mo KN E: GRA KN Fs: FAR HORD NI OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc19-\ud800\udc37-\ud800\udc33","me-na-wa-te","(as me-na-wa-te[) Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc1b-\ud800\udc0d","me-ni-jo","Chadwick & Ventris 1973: 'monthly ration' cf. \u03bc\u03b7\u03bd\u03b9\u03b5\u1fd6\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc1c","me-no","Chadwick & Ventris 1973: 'in the month of' cf. \u03bc\u03b5\u03af\u03c2 me-na me-ni-jo o-pi-me-ne KN Fp 1+: \"\"de-u-ki-jo-jo 'me-no'\"\" KN Fp 5: \"\"di-wi-jo-jo 'me-no'\"\" KN Fp 7: \"\"ka-ra-e-ri-jo 'me-no'\"\" KN Fp 13: \"\"ra-pa-to 'me-no'\"\" KN Fp 16 48: \"\"wo-de-wi-jo 'me-no'\"\" KN Gg 7369: \"\"]ra-e-ri-jo me-no\"\" KN Oa 745+: \"\"a-ka-[ ]-jo-jo me-(no)\"\" PY Fr 1224: \"\"pa-ki-ja-ni-jo-jo me-no\"\" OLE: KN Fh OLE+PA: PY Fr *146: KN M? *166+WE: KN Oa? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc1c-\ud800\udc01-\ud800\udc0a","me-no-e-ja","Chadwick & Ventris 1973: \"\"adjective describing a table\"\" meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc1c","me-no","month"],["\ud800\udc15-\ud800\udc1d-\ud800\udc40","me-nu-a2","Chadwick & Ventris 1973: title of an official cf. \u039c\u03b9\u03bd\u03cd\u03b1\u03b9 Chadwick & Ventris 1973: alt. spelling of me-nu-a2 probably an anthroponym at Knossos Appears as \"\"ro-o-wa e-re-ta a-pe-o-te me-nu-wa a-pe-e-ke a-re-sa-ni-e\"\" on PY An 724. Appears as \"\"[[ki-nu-ra]] me-nu-a2\"\" on PY Qa 1301. KN V: di-we-so wi-da-jo etc. BIG: KN Sc TUN: KN Sc ZE: PY Aq *189: PY Qa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc21","me-po","Chadwick & Ventris 1973: \"\"name of a liquid\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc28-\ud800\udc06","me-ra-de","McArthur 1993 Chadwick & Ventris 1973: toponym allative OLE: KN Fh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc15-\ud800\udc28","me-ra","McArthur 1993: plausible toponym Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc15-\ud800\udc28-\ud800\udc35","me-ra-to","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03ad\u03bb\u03b1\u03bd\u03b8\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc29-\ud800\udc34-\ud800\udc2a-\ud800\udc0a","me-re-ti-ri-ja","Chadwick & Ventris 1973: occupational term 'corn-grinders' cf. me-re-u-ro = \u1f04\u03bb\u03b5\u03c5\u03c1\u03bf\u03bd 'flour'; \u1f00\u03bb\u03b5\u03c4\u03c1\u03af\u03c2 Chadwick & Ventris 1973: alternative spelling of me-re-ti-ri-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc29-\ud800\udc34-\ud800\udc2a-\ud800\udc0a","me-re-ti-ri-ja","mill workers"],["\ud800\udc15-\ud800\udc29-\ud800\udc04","me-re-u","Chadwick & Ventris 1973: anthroponym Appears as \"\"me-re-u i-je-re-ja do-e-ro\"\" on PY Ep 539. Compare with \"\"te-te-re-u i-je-re-ja do-e-ro\"\" and \"\"we-te-re-u i-je-re-u\"\" on PY Ep 539. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc29-\ud800\udc04-\ud800\udc2b","me-re-u-ro","Chadwick & Ventris 1973: 'flour' cf. \u03bc\u03ac\u03bb\u03b5\u03c5\u03c1\u03bf\u03bd \"\"probably influenced by \u1f04\u03bb\u03b5\u03c5\u03c1\u03bf\u03bd\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc29-\ud800\udc04-\ud800\udc2b","me-re-u-ro","flour"],["\ud800\udc15-\ud800\udc2a","me-ri","Chadwick & Ventris 1973: honey cf. \u03bc\u03ad\u03bb\u03b9 Palaeolexicon: honey Wiktionary: honey Chadwick & Ventris 1973: genitive singular of me-ri Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc2a-\ud800\udc05-\ud800\udc14-\ud800\udc33","me-ri-da-ma-te","Chadwick & Ventris 1973: title of an official perhaps \"\"superintendants [sic] of honey\"\" cf. du-ma Chadwick & Ventris 1973: variant spelling of me-ri-da-ma-te? Palaeolexicon: honey administrators Chadwick & Ventirs 1973: dative plural of me-ri-da-ma-te Chadwick & Ventris 1973: error for me-ri-du-ma-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc2a-\ud800\udc09-\ud800\udc14-\ud800\udc33","me-ri-du-ma-te","honey administrators"],["\ud800\udc15-\ud800\udc2a","me-ri","honey"],["\ud800\udc15-\ud800\udc2a-\ud800\udc33-\ud800\udc3a","me-ri-te-wo","Chadwick & Ventris 1973: occupational term 'bee-keeper'? cf. \u03bc\u03b5\u03bb\u03b9\u03c4- 'honey' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc2a-\ud800\udc34-\ud800\udc0d","me-ri-ti-jo","Chadwick & Ventris 1973: adjective 'honeyed' cf. \u03bf\u1f36\u03bd\u03bf\u03c2 \u03bc\u03b5\u03bb\u03af\u03c4\u03b5\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc2a-\ud800\udc37-\ud800\udc32","me-ri-wa-ta","Chadwick & Ventris 1973: anthroponym cf. \u03bc\u03b5\u03bb\u03af\u03b1? or \u039c\u03b5\u03bb\u03b9\u03b1\u03c3\u03c4\u03b1\u03af 'priests of Dionysos' qa-ra: KN De OVIS: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc2d-\ud800\udc21","me-sa-po","Chadwick & Ventris 1973: toponym cf. \u039c\u03b5\u03c3\u03c3\u03b1\u03c0\u03ad\u03b1\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc2d-\ud800\udc32","me-sa-ta","Chadwick & Ventris 1973: CLOTH description; 'of medium size or weight' cf. \u03bc\u03ad\u03c3\u03c3\u03b1\u03c4\u03bf\u03c2 'midmost' Chadwick & Ventris 1973: nominative singular masculine or neuter of me-sa-ta? TELA+PU: KN L *146: KN Wm Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc54-\ud800\udc37","me-ta-*47-wa","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32","me-ta","after"],["\ud800\udc15-\ud800\udc32-\ud800\udc0b-\ud800\udc37","me-ta-je-wa","Chadwick & Ventris 1973: anthroponym dative *190: MY Go Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc0f-\ud800\udc37","me-ta-ka-wa","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc10-\ud800\udc13-\ud800\udc15-\ud800\udc19","me-ta-ke-ku-me-na","Chadwick & Ventris 1973: \"\"nominative singular feminine or perfect participle describing framework of a chariot\"\" 'taken to pieces'? 'knocked down'? cf. \u03bc\u03b5\u03c4\u03ac + \u03c7\u1f11\u03c9 \u03c7\u03c5\u03b4\u03ae\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc11-\ud800\udc34-\ud800\udc32","me-ta-ki-ti-ta","Chadwick & Ventris 1973: 'fellow or new settlers' cf. [[ki-ti-ta]] \u03bc\u03ad\u03c4\u03bf\u03b9\u03ba\u03bf\u03c2 \u03bc\u03b5\u03c4\u03b1\u03bd\u03ac\u03c3\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc1c","me-ta-no","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03b5\u03c4\u03ac\u03bd\u03b5\u03b9\u03c1\u03b1 Chadwick & Ventris 1973: dative of me-ta-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc1e","me-ta-pa","Chadwick & Ventris 1973: Hither Province town Shelmerdine 1973: in a special town division with pe-to-no and pi-*82 Chadwick & Ventris 1973: ethnic adjective of me-ta-pa Chadwick & Ventris 1973: allative of me-ta-pa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 1973 American Journal of Archaeology (AJA) 79 \u201cThe Pylos Ma tablets reconsidered\u201d"],["\ud800\udc15-\ud800\udc32-\ud800\udc24","me-ta-qe","Chadwick & Ventris 1973: \"\"and with (them)\"\" cf. \u03bc\u03b5\u03c4\u1f70 \u03b4\u03ad Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc28-\ud800\udc3a","me-ta-ra-wo","(as ]me-ta-ra-wo[) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc2a-\ud800\udc12-\ud800\udc3a","me-ta-ri-ko-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc32-\ud800\udc2e-\ud800\udc38","me-ta-se-we","Chadwick & Ventris 1973: building material Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc33-\ud800\udc35","me-te-to","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: allative of me-te-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc33-\ud800\udc38","me-te-we","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc34-\ud800\udc0a-\ud800\udc1c","me-ti-ja-no","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03b7\u03c3\u03af\u03b1\u03bd\u03b1\u03be Chadwick & Ventris 1973: genitive of me-ti-ja-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc35-\ud800\udc24-\ud800\udc04","me-to-qe-u","Chadwick & Ventris 1973: anthroponym cf. \u039c\u1f11\u03c4\u03c9\u03c0\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc35-\ud800\udc29","me-to-re","Ram\u00f3n 2011: anthroponym cf. \u03bc\u03b5\u03c4\u03ac + \u1f44\u03c1\u03bf\u03c2 'mountain' Chadwick & Ventris 1973: anthroponym Ram\u00f3n 2011: dative of me-to-re KN Og: ku-pe-se-ro M: KN Og OVIS: KN Da SA: PY Na a-mi-ni-so: KN Og ra-su-to: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc15-\ud800\udc36-\ud800\udc28","me-tu-ra","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc36-\ud800\udc2b","me-tu-ro","Chadwick & Ventris 1973: anthroponym cf. \u039c\u1f10\u03b8\u03c5\u03bb\u03bb\u03bf\u03c2 KN C: we-wo-ni-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc36-\ud800\udc3a","me-tu-wo","Chadwick & Ventris 1973: Dating formula in \"\"me-tu-wo [[ne-wo]]\"\"? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc04-\ud800\udc0d","me-u-jo","less smaller"],["\ud800\udc15-\ud800\udc39","me-wi","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc39-\ud800\udc0d","me-wi-jo","a little in quantity"],["\ud800\udc15-\ud800\udc39-\ud800\udc0d","me-wi-jo","Palaeolexicon: a little in quantity Chadwick & Ventris 1973: smaller younger Duhoux 2008: smaller lesser Chadwick & Ventris 1973: Alternate spelling of me-wi-jo Chadwick & Ventris 1973: Nominative plural of me-wi-jo Chadwick & Ventris 1973: Nominative plural of me-u-jo \u03bc\u03b5\u03af\u03c9\u03bd less Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek p. 561 Duhoux Yves 2008. A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\" p. 281 321 Heubeck 1963 TBD p. 199-200"],["\ud800\udc15-\ud800\udc3a-\ud800\udc1b-\ud800\udc0d","me-wo-ni-jo","Chadwick & Ventris 1973: anthroponym KN K: a-ro-we *47-ti-joanthroponym *212VAS+U: KN K Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc3c-\ud800\udc19","me-za-na","Chadwick & Ventris 1973: nominative plural? cf. \u039c\u03b5\u03c3\u03c3\u03ac\u03bd\u03b1 Palaeolexicon: toponym Chadwick & Ventris 1973: dative singular? \"\"connexion with [me-za-na] problematic. Perhaps error for me-za-<wo>-ne\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc3c-\ud800\udc3a","me-za-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of me-za-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc3f","me-zo","Chadwick & Ventris 1973: larger older cf. \u03bc\u03b5\u03af\u03b6\u03c9\u03bd cf. me-u-jo-e me-wi-jo-e Chadwick & Ventris 1973: nominative dual and plural masculine and feminine of me-zo cf. me-u-jo-a2 Chadwick & Ventris 1973: nominative plural neuter of me-zo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc15-\ud800\udc3f-\ud800\udc01-\ud800\udc16","me-zo-e-mi","a much in quantity"],["\ud800\udc16-\ud800\udc0a-\ud800\udc28-\ud800\udc2b","mi-ja-ra-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc0a-\ud800\udc2b","mi-ja-ro","Chadwick & Ventris 1973: cloth description \"\"also probably abbreviated to mi\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXIV.155 mi adjunct to TELA+TE"],["\ud800\udc16-\ud800\udc0d-\ud800\udc23","mi-jo-qa","Chadwick & Ventris 1973: possibly an anthroponym genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc0f-\ud800\udc2a-\ud800\udc0d","mi-ka-ri-jo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of mi-ka-ri-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc0f-\ud800\udc32","mi-ka-ta","Duhoux 2011: occupational name 'mixer' Chadwick & Ventris 1973: 1. occupational term 'mixer'? 2. (KN Vc) anthroponym? Appears as \"\"](ro2) ka-ma-e-u mi-ka-ta pa-da-je-u e-ke-qe[\"\" on PY Eb 839. (Probably) appears as \"\"]ka-ta [[pa-de-we-u]] ka-ma-e-u e-ke-qe wo-ze-qe to-so pe-mo\"\" on PY Ep 613+. GRA T: PY Ep HORD: PY Fn VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \u201cInterpreting the Linear B Records: Some Guidelines\u201d"],["\ud800\udc16-\ud800\udc0f-\ud800\udc35","mi-ka-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc12-\ud800\udc1c","mi-ko-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc1b-\ud800\udc30","mi-ni-so","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc48","mi-ra2","Chadwick & Ventris 1973: \"\"probably a kind of wood for tables\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc28","mi-ra","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03bc\u03af\u03bb\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc28-\ud800\udc34-\ud800\udc0a","mi-ra-ti-ja","Chadwick & Ventris 1973: 'women of Miletus' cf. \u039c\u03b9\u03bb\u03ae\u03c3\u03b9\u03bf\u03c2 Chadwick & Ventris 1973: error for mi-ra-ti-ja Chadwick & Ventris 1973: genitive of mi-ra-ti-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc28-\ud800\udc34-\ud800\udc0a","mi-ra-ti-ja","women from miletus"],["\ud800\udc16-\ud800\udc2c-\ud800\udc2b","mi-ru-ro","(KN C) McArthur 1993: toponym? but as Palmer 1963 says \"\"Some doubt is cast on the interpretational principle of parallelism here because mi-ru-ro occurs as a man's name in As 1516.\"\" (KN As KN Da KN V) McArthur 1993 Godart & Olivier 1972: anthroponym Chadwick & Ventris 1973: anthroponym KN As: a-ko-ra-jo a-nu-wi-ko a-ra-da-jo a-ra-na-ro a-ta-ze-u a3-ko-ta i-te-u ka-ke ka-ri-se-u ko-ni-da-jo mi-ja-ra-ro pe-te-ki-ja pi-ja-si-ro pi-ri-no po-to pu-te pu-to-ro pu-wo qa-me-si-jo qa-to-no-ro qo-te-ro ru-na si-ja-pu2-ro si-pu2 u-ra-mo-no KN V: [[nu-to]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Godart Louis and Jean-Pierre Olivier 1972 Minos 13:1 \"\"98 raccords et quasi raccords de fragments dans les tablettes de Cnossos\"\" McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Palmer Leonard R. 1963 Interpretation of Mycenaean Greek Texts"],["\ud800\udc16-\ud800\udc2d-\ud800\udc28-\ud800\udc0d","mi-sa-ra-jo","Chadwick & Ventris 1973: anthroponym KN F: pa-i-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc32","mi-ta","Chadwick & Ventris 1973: spice 'mint' cf. \u03bc\u03af\u03bd\u03b8\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc32","mi-ta","mint"],["\ud800\udc16-\ud800\udc32-\ud800\udc26","mi-ta-qo","Chadwick & Ventris 1973: anthroponym Kn Dv: OVIS KN Dv: ru-ki-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc34","mi-ti","Chadwick & Ventris 1973: anthroponym KN Dl: ku-ta-to KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc16-\ud800\udc35-\ud800\udc38-\ud800\udc2d","mi-to-we-sa","madder very red"],["\ud800\udc16-\ud800\udc35-\ud800\udc38-\ud800\udc2d","mi-to-we-sa","Morpurgo Davies 1999: based on \u03bc\u03af\u03bb\u03c4\u03bf\u03c2 red earth ochre Chadwick & Ventris 1973: painted red cf. \u03bc\u03b9\u03bb\u03c4\u03bf\u03c0\u03ac\u03c1\u03b7\u03bf\u03b9 Palaeolexicon: madder very red Lejeune 1958: mi-to-we-sa + monosyllabic en painted red inside Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Morpurgo Davies Anna 1999 Floreant Studia Mycenaea Proceedings of the Tenth Mycenaean Colloquium \"\"The Morphology of Personal Names in Mycenaean and Greek: Some Observations\"\" Lejeune 1958 TBD"],["\ud800\udc17-\ud800\udc02-\ud800\udc05","mo-i-da","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: variant spelling of mo-i-da? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc17-\ud800\udc1b-\ud800\udc12","mo-ni-ko","Chadwick & Ventris 1973: anthroponym In a ru-ki-to context on KN Da: a-no-qo-ta KN Da: ru-ki-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc17-\ud800\udc26-\ud800\udc30","mo-qo-so","de Fidio 2008: proper name cf. Hittite / Luwian Muk\u0161a Greek \u039c\u03cc\u03c8\u03bf\u03c2 Chadwick & Ventris 1973: anthroponym cf. \u039c\u03cc\u03c8\u03bf\u03c2 Hittite Muk\u0161as Appears as \"\"mo-qo-so-jo wo-ka [[we-je-ke-a2|we-je-ke-e]]\"\" on PY Sa 774. OVIS: KN De ROTA+TE: PY Sa pu-na-so: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenean Greek de Fidio Pia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean History\"\""],["\ud800\udc17-\ud800\udc29","mo-re","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc17-\ud800\udc29-\ud800\udc04","mo-re-u","Chadwick & Ventris 1973: anthroponym PY Jn 389: ka-ra-pa-so ka-ra-wi-ko pi-ta-ke-u pi-we-ri-ja-ta sa-mu-ta-jo [[wa-u-do-no]] PY Jn 431: a-e-ri-qo a-ka-ma-wo e-pe-ke-u [[ko-ne-wa-ta]] pu-te-u qe-to-ro-no *82-de Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc17-\ud800\udc2a-\ud800\udc3a","mo-ri-wo","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03bf\u03bb\u03af\u03c9\u03bd (Iliad XI.322+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc17-\ud800\udc2a-\ud800\udc3a-\ud800\udc08","mo-ri-wo-do","Chadwick & Ventris 1973: substance measured by weight lead? cf. \u03bc\u03cc\u03bb\u03b9\u03b2\u03bf\u03c2 (Iliad XI 237) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc17-\ud800\udc2a-\ud800\udc3a-\ud800\udc08","mo-ri-wo-do","lead (metal)"],["\ud800\udc17-\ud800\udc2b-\ud800\udc12-\ud800\udc3a-wo-\ud800\udc20","mo-ro-ko-wo-wo-pi","Chadwick & Ventris 1973: toponym? locative plural? \"\"perhaps compound of mo-ro-ko and wo-wo\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc17-\ud800\udc2b-\ud800\udc23","mo-ro-qa","Chadwick & Ventris 1973: \"\"title of local official\"\" Palmer 1963: \"\"possessor of a share\"\" cf. Locr. \u03bc\u03bf\u1fd6\u03c1\u03b1 Lesb. \u03bc\u03cc\u03c1\u03bf\u03c2 'a measure of land' + \u03c0\u03ac\u03c3\u03b1\u03c3\u03b8\u03b1\u03b9 'possess' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Leonard R. 1963 The Interpretation of Mycenaean Greek Texts"],["\ud800\udc17-\ud800\udc2b-\ud800\udc23","mo-ro-qa","shareholder"],["\ud800\udc17-\ud800\udc2b-\ud800\udc26-\ud800\udc2b","mo-ro-qo-ro","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03cc\u03bb\u03bf\u03b2\u03c1\u03bf\u03c2 (Odyssey XVII 219+) Chadwick & Ventris 1973: genitive of mo-ro-qo-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc05","mu-da","Chadwick & Ventris: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc0d-\ud800\udc15-\ud800\udc1c","mu-jo-me-no","Chadwick & Ventris 1973: 'being initiated' cf. \u03bc\u03cd\u03c9 \"\"but in sense equivalent to \u03bc\u03c5\u03ad\u03c9\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc0d-\ud800\udc15-\ud800\udc1c","mu-jo-me-no","people who have been intitaded"],["\ud800\udc18-\ud800\udc0f-\ud800\udc28","mu-ka-ra","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc12","mu-ko","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03cd\u03ba\u03c9\u03bd \u039c\u03cd\u03c3\u03c7\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc32-\ud800\udc20","mu-ta-pi","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc33-\ud800\udc38","mu-te-we","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc34","mu-ti","Chadwick & Ventris 1973: anthroponym \"\"probably error for mu-ti-ri\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc34-\ud800\udc2a","mu-ti-ri","Chadwick & Ventris 1973: anthroponym cf. toponym \u039c\u03cd\u03c1\u03c4\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc34-\ud800\udc2a-\ud800\udc12","mu-ti-ri-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc35-\ud800\udc19","mu-to-na","Chadwick & Ventris 1973: anthroponym cf. \u039c\u03cd\u03c1\u03c4\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc18-\ud800\udc35-\ud800\udc3a-\ud800\udc34","mu-to-wo-ti","Chadwick & Ventris 1973: meaning obscure locative of toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc01-\ud800\udc28-\ud800\udc0a","na-e-ra-ja","Chadwick & Ventris 1973: anthroponym TELA+TE: KN Ln Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc01-\ud800\udc2f-\ud800\udc0d","na-e-si-jo","Chadwick & Ventris 1973: anthroponym KN V 147: da-te-wa e-u-ru-qo-ta te-ra-pe-te we-we-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc02-\ud800\udc2e-\ud800\udc39-\ud800\udc0d","na-i-se-wi-jo","Chadwick & Ventris 1973: toponym or ethnic adjective Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc22-\ud800\udc34-\ud800\udc0d","na-pu-ti-jo","Chadwick & Ventris 1973: anthroponym cf. \u03bd\u03b7\u03c0\u03cd\u03c4\u03b9\u03bf\u03c2 OVIS: KN Db ti-ri-to: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc2c","na-ru","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc2f-\ud800\udc0d","na-si-jo","Chadwick & Ventris 1973: anthroponym cf. \u039d\u03ae\u03c3\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc31-\ud800\udc35","na-su-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc04-\ud800\udc08-\ud800\udc17","na-u-do-mo","Chadwick & Ventris 1973: ship-builders cf. \u03bd\u03b1\u03c5-\u03c0\u03b7\u03b3\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc19-\ud800\udc04-\ud800\udc08-\ud800\udc17","na-u-do-mo","shipbuilders"],["\ud800\udc19-\ud800\udc39-\ud800\udc0d","na-wi-jo","from the temple"],["\ud800\udc19-\ud800\udc39-\ud800\udc2b","na-wi-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc06-\ud800\udc38-\ud800\udc01","ne-de-we-e","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc08-\ud800\udc3a-\ud800\udc33","ne-do-wo-te","(ne-do-(wo)-te) Chadwick & Ventris 1973: toponym locative cf. \u039d\u03ad\u03b4\u03c9\u03bd river of East Messenia Chadwick & Ventris 1973: allative of ne-do-wo-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc11-\ud800\udc2a-\ud800\udc06","ne-ki-ri-de","Chadwick & Ventris 1973: \"\"probably description of women. (Apparently not nekrides 'shrouds')\"\" nominative plural feminine Chadwick & Ventris 1973: dative plural of ne-ki-ri-de Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc15-\ud800\udc32-\ud800\udc3a","ne-me-ta-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc03-\ud800\udc32","ne-o-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc03-\ud800\udc35","ne-o-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc23-\ud800\udc2d-\ud800\udc20","ne-qa-sa-pi","Chadwick & Ventris 1973: \"\"decoration on metal vessels\"\" instrumental plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc24-\ud800\udc04","ne-qe-u","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of ne-qe-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc2a-\ud800\udc35","ne-ri-to","Chadwick & Ventris 1973: anthroponym dative cf. \u039d\u03ae\u03c1\u03b9\u03c4\u03bf\u03c2 (Odyssey XVII 207) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc2a-\ud800\udc37-\ud800\udc35","ne-ri-wa-to","Chadwick & Ventris 1973: anthroponym M: KN Og Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc34-\ud800\udc0a-\ud800\udc1c","ne-ti-ja-no","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of ne-ti-ja-no PY Cn: ke-re-no CAP: PY Cn OVIS: PY Cn VIR: TH Av wa-no-jo: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc37","ne-wa","new"],["\ud800\udc1a-\ud800\udc37","ne-wa","Palaeolexicon: new Chadwick & Ventris 1973: masculine and neuter \"\"young\"\" cf. \u03bd\u03af\u03bf\u03c2 (Homer) Chadwick & Ventris 1973: genitive singular of ne-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1a-\ud800\udc38-\ud800\udc39-\ud800\udc0a","ne-we-wi-ja","Chadwick & Ventris 1973: \"\"description of women textile workers\"\" Ruijgh 1967: ethnic adjective cf. \u039d\u03b5\u0192\u03ae\u0192\u03b9\u03bf\u03c2 Olivier 1966: occupational term (Ruijgh 1967 has reservations due to absence of expected -e-ja suffix) Palmer 1963: ethnic adjective Chadwick & Ventris 1973: genitive plural of ne-we-wi-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Leonard R. 1963 Interpretation of Mycenaean Greek Texts Olivier Jean-Pierre 1966 Proceedings of the Cambridge Colloquium on Mycneaean Studies (CCMS) held at Cambridge 8-12 April 1965 (ed. Leonard R. Palmer and John Chadwick) \u00ab388 raccords de fragments dans les tablettes de Cnossos\u00bb Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc1a-\ud800\udc3a-\ud800\udc11-\ud800\udc35","ne-wo-ki-to","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1c-\ud800\udc05-\ud800\udc2b","no-da-ro","Chadwick & Ventris 1973: anthroponym KN As: a-ku-ri-jo ka-ri-se-u pi-ro-qa-wo qe-te-se-u wi-je-mo OVIS: KN Dc VIR: KN As *56-ko-we: KN Dc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1c-\ud800\udc08-\ud800\udc2b-\ud800\udc38","no-do-ro-we","Chadwick & Ventris 1973: \"\"Obscure.\"\" (i.e. unknown) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1c-\ud800\udc01-\ud800\udc04","no-e-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1c-\ud800\udc1d-\ud800\udc38","no-nu-we","Chadwick & Ventris 1973: anthroponym dative Appears as \"\"](o)-pi no-nu-we 'a-ti-pa-mo' pe-re\"\" on KN Od 562. LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1c-\ud800\udc1f-\ud800\udc29-\ud800\udc01","no-pe-re-e","useless"],["\ud800\udc1c-\ud800\udc2a-\ud800\udc3a-\ud800\udc12","no-ri-wo-ko","Chadwick & Ventris 1973: nominative plural feminine occupational Chadwick & Ventris 1973: genitive singular of no-ri-wo-ko Chadwick & Ventris 1973: perhaps dative singular of no-ri-wo-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1c-\ud800\udc2d-\ud800\udc2b","no-sa-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc1c-\ud800\udc2f-\ud800\udc2b","no-si-ro","Chadwick & Ventris 1973: anthroponym TELA+TE: KN Ln VIR: KN As Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1d-\ud800\udc37-\ud800\udc0a","nu-wa-ja","Chadwick & Ventris 1973: \"\"adjective describing cloth\"\" Appears as \"\"e-ni-qe e-ra-pe-me-na 'nu-wa-ja'\"\" on KN L 647+. Appears as \"\"e-ni-qe 'nu-wa-ja'\"\" on KN L 5910+. TELA: KN L TUN+KI: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc52-\ud800\udc07","o-*22-di","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc53-\ud800\udc32","o-*34-ta","Chadwick & Ventris 1973: \"\"name of a class of men\"\" Appears as \"\"a2-te-po de-wi-jo ko-ma-we o-*34-ta-qe u-ru-pi-ja-jo o-ru-ma-si-ja-jo VIR 30\"\" on PY An 519. Appears as \"\"ku-ru-me-no-jo o-ka pe-ri-te-u wo-ne-wa a-ti-ja-wo e-ru-ta-ra o-*34-ta me-ta-pi-jo ke-ki-de VIR 50\"\" on PY An 654. VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc40","o-a2","Chadwick & Ventris 1973: \"\"form of o-da-a2 used when not connective\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc05-\ud800\udc40","o-da-a2","Chadwick & Ventris 1973: \"\"and thus\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc05-\ud800\udc10-\ud800\udc38-\ud800\udc32","o-da-ke-we-ta","Chadwick & Ventris 1973: \"\"adjective describing wheels and cloths: perhaps odakwenta 'toothed' (i.e. with tooth-like decoration)\"\" Chadwick & Ventris 1973: variant spelling of o-da-ke-we-ta Chadwick & Ventris 1973: variant form of o-da-ke-we-ta Chadwick & Ventris 1973: variant spelling of [[o-da-tu-we-ta]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc05-\ud800\udc03","o-da-o","too also"],["\ud800\udc03-\ud800\udc05-\ud800\udc4c-\ud800\udc32","o-da-twe-ta","with tooth"],["\ud800\udc03-\ud800\udc08-\ud800\udc10","o-do-ke","he gave"],["\ud800\udc03-\ud800\udc09","o-du","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative? of o-du Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc09-\ud800\udc2c-\ud800\udc38","o-du-ru-we","Chadwick & Ventris 1973: toponym dative locative Catling & Jones 1977: toponym somewhere in western Crete based on the clay analysis of stirrup jars from Thebes Godart 1972: toponym but not Zakros based on the KN Co livestock numbers and the desolation of the eastern region Catling & Millett 1965: toponym Zakros in eastern Crete based on the clay analysis of stirrup jars from Thebes (Zakros interpretation retracted in Catling & Jones 1977) Palaeolexicon: toponym o-du-ru-wi-jo in KN C: ku-ta-i-totoponym si-ra-rotoponym ri-jo-notoponym a-pa-ta-watoponym wa-totoponym Catling H.W. and R.E. Jones 1977 Archaeometry 19 \"\"A reinvestigation of the provenance of the inscribed stirrup-jars found at Thebes\"\" Catling H.W. and A. Millett 1965 Archaeometry 8 \"\"A Study of the inscribed stirrup-jars from Thebes\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Godart Louis 1972 Acta Mycenaea II (Minos 12) \u00abLes tablettes de la s\u00e9rie Co de Cnossos\u00bb"],["\ud800\udc03-\ud800\udc0a-\ud800\udc06","o-ja-de","McArthur 1993: plausible toponym allative; \"\"-de ending points to the likely presence of a place-name. More positive support is needed.\"\" Chadwick & Ventris 1973: meaning obscure; toponym allative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc03-\ud800\udc0f","o-ka","mission magistracy"],["\ud800\udc03-\ud800\udc0f","o-ka","Shelmerdine 2008: military command (PY An) Chadwick & Ventris 1973: 1. (PY An) title of a senior coast guard officer cf. \u1f00\u03c1\u03c7\u03ae 2. (PY Ub) article made of leather; perhaps supports straps cf. \u1f40\u03c7\u03ae 3. (PY Es) anthroponym Chadwick & Ventris 1973: class of men serving as coast-guards Chadwick & Ventris 1973: \"\"more usual spelling of nominative plural\"\" (vs. o-ka-ra) Appears as \"\"[[ku-ru-me-no-jo]] o-ka pe-ri-te-u wo-ne-wa a-ti-ja-wo e-ru-ta-ra o-*34-ta me-ta-pi-jo ke-ki-de VIR 50\"\" on PY An 654. Appears as \"\"[[ta-ti-qo-we-wo]] o-ka to-wa po-ki-ro-qo pe-ri-no de-u-ka-ri-jo ra-pe-do do-qo-ro pe-ri-ra-wo e-no-wa-ro to-so-de pe-di-je-we [wa-wo-u-de]] ke-ki-de VIR 10\"\" on PY An 654. Appears as \"\"au-ke-i-ja-te-we o-ka di-pte-(ra)[\"\" on PY Ub 1318. Appears as \"\"o-ka e-ke to-so-de pe-mo GRA 1 T 2\"\" on PY Es 650. Appears as \"\"o-ka do-so-mo po-se-da-o-ne GRA T 7\"\" on PY Es 727. GRA: PY Es VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc03-\ud800\udc10-\ud800\udc29-\ud800\udc2e","o-ke-re-se","uptake"],["\ud800\udc03-\ud800\udc10-\ud800\udc33-\ud800\udc04","o-ke-te-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc10-\ud800\udc04-\ud800\udc2a-\ud800\udc0d","o-ke-u-ri-jo","del Freo 2009: toponym GRA: TH Ft VIR: TH Av? del Freo Maurizio 2009 Pasiphae III: Rivista di Filologia e Antichit\u00e0 Egee \"\"The Geographical Names in the Linear B Texts from Thebes\"\""],["\ud800\udc03-\ud800\udc11-\ud800\udc28","o-ki-ra","Garc\u00eda Ram\u00f3n 2000-2001: anthroponym based on \u1f44\u03c1\u03c7\u03b9\u03c2 'testicles' cf. o-ki-ro o-ko Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek Garc\u00eda Ram\u00f3n Jos\u00e9 Luis 2000-2001 Kadmos 35-36 \"\"Anthroponymica Mycenaea: I. Mykenisch o-ki-ro Alph.-Gr. \u1f48\u03c1\u03ba\u03af\u03bb\u03bf\u03c2 II. Mykenisch da-te-wa /daitewas/ und e-u-da-i-ta Alph.-Gr. \u0394\u03b1\u03af\u03c4\u03b1\u03c2 \u03a0\u03b1\u03bd\u03b4\u03b1\u03af\u03c4\u03b7\u03c2\"\""],["\ud800\udc03-\ud800\udc11-\ud800\udc2b","o-ki-ro","Garc\u00eda Ram\u00f3n 2000-2001: anthroponym based on \u1f44\u03c1\u03c7\u03b9\u03c2 'testicles' cf. o-ki-ra o-ko Chadwick & Ventris 1973: anthroponym KN Dv: OVIS KN Dv: pa-i-to Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek Garc\u00eda Ram\u00f3n Jos\u00e9 Luis 2000-2001 Kadmos 35-36 \"\"Anthroponymica Mycenaea: I. Mykenisch o-ki-ro Alph.-Gr. \u1f48\u03c1\u03ba\u03af\u03bb\u03bf\u03c2 II. Mykenisch da-te-wa /daitewas/ und e-u-da-i-ta Alph.-Gr. \u0394\u03b1\u03af\u03c4\u03b1\u03c2 \u03a0\u03b1\u03bd\u03b4\u03b1\u03af\u03c4\u03b7\u03c2\"\""],["\ud800\udc03-\ud800\udc12","o-ko","Garc\u00eda Ram\u00f3n 2000-2001: anthroponym based on \u1f44\u03c1\u03c7\u03b9\u03c2 'testicles' cf. o-ki-ra o-ki-ro Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek Garc\u00eda Ram\u00f3n Jos\u00e9 Luis 2000-2001 Kadmos 35-36 \"\"Anthroponymica Mycenaea: I. Mykenisch o-ki-ro Alph.-Gr. \u1f48\u03c1\u03ba\u03af\u03bb\u03bf\u03c2 II. Mykenisch da-te-wa /daitewas/ und e-u-da-i-ta Alph.-Gr. \u0394\u03b1\u03af\u03c4\u03b1\u03c2 \u03a0\u03b1\u03bd\u03b4\u03b1\u03af\u03c4\u03b7\u03c2\"\""],["\ud800\udc03-\ud800\udc12-\ud800\udc15-\ud800\udc1a-\ud800\udc04","o-ko-me-ne-u","Chadwick & Ventris 1973: anthroponym cf. \u1f48\u03c1\u03c7\u03bf\u03bc\u03b5\u03bd\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc13","o-ku","Chadwick & Ventris 1973: anthroponym KN Da: pa-i-to KN Dl: e-ko-so KN Da KN Dl: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc13-\ud800\udc19-\ud800\udc3a","o-ku-na-wo","Ram\u00f3n 2011: compound anthroponym (shortened form: o-ku-no) KN V: a-ke-uanthroponym di-we-so [[i-wa-ka]] ka-pa-ri-jo ki-si-wi-jo [[me-nu-wa]] pe-ri-ta wi-da-joanthroponym wo-di-joanthroponym Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc03-\ud800\udc13-\ud800\udc1c","o-ku-no","Ram\u00f3n 2011: anthroponym shortened form of o-ku-na-wo (cf. pe-ri-mo pe-ri-me-de; pe-ri-to pe-ri-to-wo; etc.) Ventris & Chadwick 1973: anthroponym KN Da: a-ko-ro-qo-ro e-ki-no au-ri-jo po-i-te-u KN Da: a-ka KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc03-\ud800\udc16-\ud800\udc2a-\ud800\udc0d-\ud800\udc02","o-mi-ri-jo-i","Chadwick & Ventris 1973: recipients of oil M\u00fchlestein 1958: 'Rain-spirits' cf. \u0396\u03b5\u03cd\u03c2 \u1f44\u03bc\u03b2\u03c1\u03af\u03bf\u03c2 KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc16-\ud800\udc2a-\ud800\udc0d-\ud800\udc02","o-mi-ri-jo-i","to the rain spirits"],["\ud800\udc03-\ud800\udc16-\ud800\udc2a-\ud800\udc30","o-mi-ri-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc18-\ud800\udc0f-\ud800\udc28","o-mu-ka-ra","Chadwick & Ventris 1973: anthroponym? LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc19","o-na","McArthur 1993: plausible toponym Chadwick & Ventris 1973: 1. (KN M) possibly a toponym 2. (PY Ua) perhaps plural of o-no Chadwick & Ventris 1973: allative of toponym o-no? Chadwick & Ventris 1973: 1. (KN E) ethnic adjective of o-na 2. (KN Dv PY Jn) anthroponym TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc03-\ud800\udc19-\ud800\udc2e-\ud800\udc04","o-na-se-u","Chadwick & Ventris 1973: anthroponym cf. Cypr. \u1f48\u03bd\u03b1\u03c3\u03b9- (Szemer\u00e9nyi 1957) Masson 1967: TBD Heubeck 1957: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Heubeck 1957 TBD Masson 1967 TBD Szemer\u00e9nyi 1957 TBD"],["\ud800\udc03-\ud800\udc19-\ud800\udc33-\ud800\udc29","o-na-te-re","Chadwick & Ventris 1973: 'persons holding an o-na-to' cf. \u1f40\u03bd\u03b7\u03c4\u03c9\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc19-\ud800\udc35","o-na-to","Chadwick & Ventris 1973: a portion (of land) enjoyed beneficiary right; accusative singular neuter Chadwick & Ventris 1956: \"\"One might have considered translating o-na-to as \u1f60\u03bd\u03b7\u03c4\u03cc\u03bd (Dor. \u1f60\u03bd\u03b1\u03c4\u03cc\u03bd) 'bought buyable' whatever this precisely means in a primitive economy; but the Skt. vasn\u00e1m suggests that \u1f60\u03bd\u03ae (Lesb. \u1f40\u03bd\u03bd\u03b1) should have initial *w- and a derivation of the Mycenaean term from \u1f40\u03bd\u03af\u03bd\u03b7\u03bc\u03b9 'bestow a benefit' is more probable.\"\" Palaeolexicon: lease field Wiktionary: lease field Chadwick & Ventris 1973: accusative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick John and Michael Ventris 1956 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc19-\ud800\udc35","o-na-to","Chadwick & Ventris 1973: a portion (of land) enjoyed beneficiary right; accusative singular neuter Chadwick & Ventris 1956: \"\"One might have considered translating o-na-to as \u1f60\u03bd\u03b7\u03c4\u03cc\u03bd (Dor. \u1f60\u03bd\u03b1\u03c4\u03cc\u03bd) 'bought buyable' whatever this precisely means in a primitive economy; but the Skt. vasn\u00e1m suggests that \u1f60\u03bd\u03ae (Lesb. \u1f40\u03bd\u03bd\u03b1) should have initial *w- and a derivation of the Mycenaean term from \u1f40\u03bd\u03af\u03bd\u03b7\u03bc\u03b9 'bestow a benefit' is more probable.\"\" Palaeolexicon: lease field Wiktionary: lease field Chadwick & Ventris 1973: accusative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick John and Michael Ventris 1956 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc19-\ud800\udc35","o-na-to","lease field"],["\ud800\udc03-\ud800\udc1a-\ud800\udc04","o-ne-u","Chadwick & Ventris 1973: anthroponym cf. \u1f48\u03c1\u03bd\u03b5\u03cd\u03c2 OVIS: KN Dd ri-jo-no: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1c","o-no","donkeys"],["\ud800\udc03-\ud800\udc1c","o-no","Duhoux 2008: 1. price cf. \u1f42\u03bd\u03b9\u03bf\u03c2 'useful' \u1f40\u03bd\u03af\u03bd\u03b7\u03bc\u03b9 'profit' (PY An) Palaeolexicon: donkeys Chadwick & Ventris 1973: \u00a0 1. consideration payment \u00a0 2. donkey(s) cf. \u1f44\u03bd\u03bf\u03c2 Lejeune 1964: benefit cf. \u1f40\u03bd\u03af\u03bd\u03b7\u03bc\u03b9 Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: ethnic adjective Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\" Lejeune TBD"],["\ud800\udc03-\ud800\udc1d","o-nu","Chadwick & Ventris 1973: \"\"In view of assocation with wool probably variant spelling of o-nu-ka.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1d-\ud800\udc0f","o-nu-ka","Leukart 1987: \"\"stitched on\"\" Chadwick & Ventris 1973: obscure word in a textile context Chadwick & Ventris 1973: nominative plural Chadwick & Ventris 1973: women who make o-nu-ke; nominative plural feminine Chadwick & Ventris 1973: genitive plural \u2022 po-ki-ro-nu-ka \u2022 re-u-ko-nu-ka Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Leukart Alex 1987 Tractata Mycenaea \"\"Mycenaean O-NU-KA O-NU-KE etc.: A concealed root-compound?\u201d"],["\ud800\udc03-\ud800\udc1e","o-pa","Melena 1983: TBD Chadwick & Ventris 1973: 'contribution' nominative and genitive singular Appears as \"\"ki-ta-ne-to / su-ri-mo e-ne-ka o-pa VIR (1)\"\" on KN Am 821.1. Appears as \"\"si-ja-du-we [[ta-ra|(ta)-(ra)]] / i-je-[ ]-u po-me e-ne-ka o-pa X VIR 1\"\" on KN Am 821.2. Appears as \"\"o-we-to o-pa OVISm 15\"\" on KN Dm 1184+. Appears as \"\"e-re-pa-te-jo o-po-qo ke-ra-ja-pi o-pi-i-ja-pi [[ko-ki-da]] o-pa CUR 3\"\" on KN Sd 4403+.a. Appears as \"\"a-re-ki-si-to-jo o-pa\"\" on KN Sf 4420.a. Appears as \"\"[[ko-ki-da|ko-(ki)-da]] o-pa ne-wa\"\" on KN So 4430.a. Appears as \"\"to-ra-ke [[a-me-ja-to]] o-pa me-za-na wo-ke ne-(wo)[ ]5\"\" on PY Sh 736. Appears as \"\"[[pa-ra-wo]] o-pa *171 30\"\" on TH Wu 46.\u03b2-\u03b3. Appears as \"\"[.]-pe-(re)-ta o-pa *171 30\"\" on TH Wu 56.\u03b2-\u03b3. Appears as \"\"o-pa qe-ri-jo-jo\"\" on TH Wu 58.\u03b2a-\u03b2b. Appears as \"\"WE o-pa\"\" on TH Wu 64.\u03b1-\u03b2 Appears as \"\"o-pa *171 30\"\" on TH Wu 76.\u03b3. Appears as \"\"ra-mi-jo o-pa\"\" on TH Wu 88.\u03b2. Appears as \"\"*180+DI o-pa\"\" on TH Wu 429.\u03b1-\u03b2. CAP: PY Wr TH Wu [[CAPS]]: KN Sf? CUR: KN Sd GRA: KN E OVIS: KN Ce KN Dm ROTA: KN So? SUS: TH Wu TELA: KN L to-ra-ke: PY Sh VIR: KN Am *171: TH Wu *180+DI: TH Wu a-ma-ru-to: TH Wu pa-i-to: KN Dm ra-mi-jo: TH Wu si-ja-du-we: KN Am su-ri-mo: KN Am Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 1983 Res Mycenaeae (ed. Heubeck & Neumann) \"\"Further Thoughts on Mycenaean o-pa\"\""],["\ud800\udc03-\ud800\udc1e-\ud800\udc3a-\ud800\udc1a-\ud800\udc0a","o-pa-wo-ne-ja","Chadwick & Ventris 1973: \"\"obscure not to be connected with \u1f40\u03c0\u03ac\u03c9\u03bd\"\" KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1e","o-pa","working activity"],["\ud800\udc03-\ud800\udc1e-\ud800\udc3a-\ud800\udc32","o-pa-wo-ta",""],["\ud800\udc03-\ud800\udc1e-\ud800\udc3a-\ud800\udc32","o-pa-wo-ta","tackle"],["\ud800\udc03-\ud800\udc1f","o-pe","Chadwick & Ventris 1973: \"\"Obscure.\"\" (i.e. unknown) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1f-\ud800\udc23","o-pe-qa","Chadwick & Ventris 1973: anthroponym cf. [[o-qe-qa]]? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1f-\ud800\udc28-\ud800\udc1c","o-pe-ra-no","Chadwick & Ventris 1973: anthroponym cf. (-no -no-re) a-ta-no me-ta-no ne-ti-ja-no [[re-ke-da-no]] to-wa-no Chadwick & Ventris 1973: dative of o-pe-ra-no cf. (-no -no-ro) me-ti-ja-no Chadwick & Ventris 1973: genitive of o-pe-ra-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1f-\ud800\udc29-\ud800\udc32","o-pe-re-ta","Chadwick & Ventris 1973: anthroponym cf. \u1f48\u03c6\u03b5\u03bb\u03ad\u03c3\u03c4\u03b7\u03c2 (Iliad VIII.274+) Appears as \"\"ma-ro-pi o-pe-re-(ta) we-da-ne-wo OVISf 86\"\" on PY Cn 655. OVIS: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1f-\ud800\udc2b","o-pe-ro","advantage benefit"],["\ud800\udc03-\ud800\udc1f-\ud800\udc2b","o-pe-ro","Palaeolexicon: advantage benefit / debt deficiency Wiktionary deficit under obligation Chadwick & Ventris 1973: 1. deficit advantage cf. \u1f44\u03c6\u03b5\u03bb\u03bf\u03c2 2. being under obligation Ruip\u00e9rez 1985: non-copulative -qe; \"\"[...] according to Greek usage the second -qe [in PY Eb 149] cannot coordinate the personal verb te-re-ja to the particle o-pe-ro.\"\" cf. (-se -ta) a-pe-o? Chadwick & Ventris 1973: nominative singular feminine of o-pe-ro2 Chadwick & Ventris 1973: 3rd person plural present indicative \"\"thus they owe\"\" of o-pe-ro2 cf. (-se -ta) a-pe-o? Chadwick & Ventris 1973: accusative singular masculine of o-pe-ro2 Chadwick & Ventris 1973: nominative plural masculine of o-pe-ro2 Chadwick & Ventris 1973: 3rd person plural aorist indicative \"\"thus they owed\"\" of o-pe-ro2 o-pe-ro <ideogram> is always less than or equal to <ideogram>. Interestingly the only contrary evidence appears on PY Ad 679 and the o-pe-ro VIR quantity which is greater than the VIR quantity was erased by the scribe. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruip\u00e9rez Mart\u00edn S. 1985 Tractata Mycenaea \"\"Subjunctive Forms in Mycenaean Texts\"\" kar WNXIII.95"],["\ud800\udc03-\ud800\udc1f-\ud800\udc2b","o-pe-ro","Palaeolexicon: advantage benefit / debt deficiency Wiktionary deficit under obligation Chadwick & Ventris 1973: 1. deficit advantage cf. \u1f44\u03c6\u03b5\u03bb\u03bf\u03c2 2. being under obligation Ruip\u00e9rez 1985: non-copulative -qe; \"\"[...] according to Greek usage the second -qe [in PY Eb 149] cannot coordinate the personal verb te-re-ja to the particle o-pe-ro.\"\" cf. (-se -ta) a-pe-o? Chadwick & Ventris 1973: nominative singular feminine of o-pe-ro2 Chadwick & Ventris 1973: 3rd person plural present indicative \"\"thus they owe\"\" of o-pe-ro2 cf. (-se -ta) a-pe-o? Chadwick & Ventris 1973: accusative singular masculine of o-pe-ro2 Chadwick & Ventris 1973: nominative plural masculine of o-pe-ro2 Chadwick & Ventris 1973: 3rd person plural aorist indicative \"\"thus they owed\"\" of o-pe-ro2 o-pe-ro <ideogram> is always less than or equal to <ideogram>. Interestingly the only contrary evidence appears on PY Ad 679 and the o-pe-ro VIR quantity which is greater than the VIR quantity was erased by the scribe. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruip\u00e9rez Mart\u00edn S. 1985 Tractata Mycenaea \"\"Subjunctive Forms in Mycenaean Texts\"\" kar WNXIII.95"],["\ud800\udc03-\ud800\udc1f-\ud800\udc2b","o-pe-ro","Palaeolexicon: advantage benefit / debt deficiency Wiktionary deficit under obligation Chadwick & Ventris 1973: 1. deficit advantage cf. \u1f44\u03c6\u03b5\u03bb\u03bf\u03c2 2. being under obligation Ruip\u00e9rez 1985: non-copulative -qe; \"\"[...] according to Greek usage the second -qe [in PY Eb 149] cannot coordinate the personal verb te-re-ja to the particle o-pe-ro.\"\" cf. (-se -ta) a-pe-o? Chadwick & Ventris 1973: nominative singular feminine of o-pe-ro2 Chadwick & Ventris 1973: 3rd person plural present indicative \"\"thus they owe\"\" of o-pe-ro2 cf. (-se -ta) a-pe-o? Chadwick & Ventris 1973: accusative singular masculine of o-pe-ro2 Chadwick & Ventris 1973: nominative plural masculine of o-pe-ro2 Chadwick & Ventris 1973: 3rd person plural aorist indicative \"\"thus they owed\"\" of o-pe-ro2 o-pe-ro <ideogram> is always less than or equal to <ideogram>. Interestingly the only contrary evidence appears on PY Ad 679 and the o-pe-ro VIR quantity which is greater than the VIR quantity was erased by the scribe. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruip\u00e9rez Mart\u00edn S. 1985 Tractata Mycenaea \"\"Subjunctive Forms in Mycenaean Texts\"\" kar WNXIII.95"],["\ud800\udc03-\ud800\udc1f-\ud800\udc2b","o-pe-ro","Palaeolexicon: advantage benefit / debt deficiency Wiktionary deficit under obligation Chadwick & Ventris 1973: 1. deficit advantage cf. \u1f44\u03c6\u03b5\u03bb\u03bf\u03c2 2. being under obligation Ruip\u00e9rez 1985: non-copulative -qe; \"\"[...] according to Greek usage the second -qe [in PY Eb 149] cannot coordinate the personal verb te-re-ja to the particle o-pe-ro.\"\" cf. (-se -ta) a-pe-o? Chadwick & Ventris 1973: nominative singular feminine of o-pe-ro2 Chadwick & Ventris 1973: 3rd person plural present indicative \"\"thus they owe\"\" of o-pe-ro2 cf. (-se -ta) a-pe-o? Chadwick & Ventris 1973: accusative singular masculine of o-pe-ro2 Chadwick & Ventris 1973: nominative plural masculine of o-pe-ro2 Chadwick & Ventris 1973: 3rd person plural aorist indicative \"\"thus they owed\"\" of o-pe-ro2 o-pe-ro <ideogram> is always less than or equal to <ideogram>. Interestingly the only contrary evidence appears on PY Ad 679 and the o-pe-ro VIR quantity which is greater than the VIR quantity was erased by the scribe. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruip\u00e9rez Mart\u00edn S. 1985 Tractata Mycenaea \"\"Subjunctive Forms in Mycenaean Texts\"\" kar WNXIII.95"],["\ud800\udc03-\ud800\udc1f-\ud800\udc2e-\ud800\udc35","o-pe-se-to","Chadwick & Ventris 1973: anthroponym Appears as \"\"ti-mi-to [[a-ke-e]] o-pe-se-to [[a-ke-o-jo]] OVISf 60\"\" on PY Cn 600. OVIS: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1f-\ud800\udc32","o-pe-ta","Chadwick & Ventris 1973: anthroponym cf. \u1f48\u03c6\u03ad\u03bb\u03c4\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1f-\ud800\udc33-\ud800\udc29-\ud800\udc04","o-pe-te-re-u","Chadwick & Ventris 1973: anthroponym cf. o-pe-to-re-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1f-\ud800\udc33-\ud800\udc38","o-pe-te-we","Chadwick & Ventris 1973: anthroponym dative? Chadwick & Ventris 1973: genitive of o-pe-te-we? + connective enclitic -qe ROTA: KN So ZE: KN So *161: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc1f-\ud800\udc35-\ud800\udc29-\ud800\udc04","o-pe-to-re-u","Chadwick & Ventris 1973: anthroponym variant or incorrect spelling of o-pe-te-re-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc40-\ud800\udc28","o-pi-a2-ra","Ruijgh 2011: 'coastal region' from the Homeric and Arcado-Cyprian root \u1f01\u03bb- 'sea' Chadwick & Ventris 1973: 'coastal regions' cf. \u1f10\u03c6\u03b1\u03bb\u03bf\u03c2 (Iliad II.538+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\""],["\ud800\udc03-\ud800\udc20-\ud800\udc00-\ud800\udc28","o-pi-a-ra","coastal"],["\ud800\udc03-\ud800\udc20","o-pi","Bernab\u00e9 & Luj\u00e1n 2008: on; in compound words Duhoux 2008: at over Chadwick & Ventris 1973: in charge of Killen 1968: 'at the workshop of' 'chez' \u2022 o-pi-a2-ra \u2022 o-pi-i-ja-pi \u2022 o-pi-ke-re-mi-ni-ja \u2022 o-pi-ko-ru-si-ja Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\" Killen John T. 1968 Atti e Memorie del Congresso internazionale di Micenologia (Roma 1967) \"\"The Knossos o-pi Tablets\"\""],["\ud800\udc03-\ud800\udc20-\ud800\udc05-\ud800\udc16-\ud800\udc0d","o-pi-da-mi-jo","accountable men of village"],["\ud800\udc03-\ud800\udc20-\ud800\udc05-\ud800\udc16-\ud800\udc0d","o-pi-da-mi-jo","Chadwick & Ventris 1973: resident cf. \u1f10\u03c0\u03b9\u03b4\u03ae\u03bc\u03b9\u03bf\u03c2 (Odyssey I 194+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc06-\ud800\udc30-\ud800\udc17","o-pi-de-so-mo","Chadwick & Ventris 1973: bindings cf. \u1f10\u03c0\u1f30\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc01-\ud800\udc06-\ud800\udc02","o-pi-e-de-i","Chadwick & Ventris 1973: 'at her seat' cf. \u1f15\u03b4\u03bf\u03c2 (Iliad V.360+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc01-\ud800\udc06-\ud800\udc02","o-pi-e-de-i","Chadwick & Ventris 1973: \"\"probably to be read as two words: opi hede\u00ef 'at her seat' (i.e. shrine or temple)\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc02-\ud800\udc00-\ud800\udc0a-\ud800\udc20","o-pi-i-a-ja-pi","blinkers"],["\ud800\udc03-\ud800\udc20-\ud800\udc02-\ud800\udc0a-\ud800\udc20","o-pi-i-ja-pi","Chadwick & Ventris 1973: \"\"part of the harness or equipment of a chariot\"\" 'attachment to reins' See o-po-qo. [[CAPS]]: KN Sf? CUR: KN Sd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc0a-\ud800\udc2b","o-pi-ja-ro",""],["\ud800\udc03-\ud800\udc20-\ud800\udc0f-\ud800\udc1f-\ud800\udc01-\ud800\udc38","o-pi-ka-pe-e-we","accountable man of ships"],["\ud800\udc03-\ud800\udc20-\ud800\udc0f-\ud800\udc1f-\ud800\udc01-\ud800\udc38","o-pi-ka-pe-e-we","Chadwick & Ventris 1973: title of an overseer PY Jn: du-ma-te ka-ra-wi-po-ro o-pi-su-ko in a -qe list. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc0f-\ud800\udc1f-\ud800\udc01-\ud800\udc38-\ud800\udc24","o-pi-ka-pe-e-we-qe","Chadwick & Ventris 1973: title of an overseer Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc10-\ud800\udc29-\ud800\udc16-\ud800\udc1b-\ud800\udc0a","o-pi-ke-re-mi-ni-ja","Bernab\u00e9 & Luj\u00e1n 2008: 'back' of the chair Chadwick & Ventris 1973: \"\"some part of a chair\"\" cf. \u1f00\u03bc\u03c6\u03b9\u03ba\u03ad\u03bb\u03b5\u03bc\u03bd\u03bf\u03bd? \u03ba\u03c1\u03b7\u03bc\u03bd\u03cc\u03c2? Chadwick & Ventris 1973: instrumental plural of o-pi-ke-re-mi-ni-ja Bernab\u00e9 Alberto and Eugenio R. Luj\u00e1n 2008 A Companion Guide to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc10-\ud800\udc2a-\ud800\udc0d","o-pi-ke-ri-jo","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: allative of o-pi-ke-ri-jo Appears as \"\"o-pi-ke-ri-jo-de [[ki-ti-ta]] o-pe-ro-ta [[e-re-e]] VIR 1 VIR\"\" on PY An 724. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc10-\ud800\udc39-\ud800\udc2a-\ud800\udc0b-\ud800\udc04","o-pi-ke-wi-ri-je-u","Chadwick & Ventris 1973: \"\"description of a tripod-cauldron\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc12-\ud800\udc2c-\ud800\udc2f-\ud800\udc0a","o-pi-ko-ru-si-ja","Chadwick & Ventris 1973: 'on the helmet' cf. [[e-pi-ko-ru-si-ja]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc12-\ud800\udc3a","o-pi-ko-wo","Chadwick & Ventris 1973: perhaps a title cf. e-pi-ko-wo PY Jn: o-pi-su-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc15-\ud800\udc1a","o-pi-me-ne","Chadwick & Ventris 1973: \"\"per month\"\" cf. me-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc25-\ud800\udc19","o-pi-qi-na","Chadwick & Ventris 1973: \"\"probably to be divided: o-pi qi-na\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc49-\ud800\udc33-\ud800\udc29","o-pi-ra3-te-re","Chadwick & Ventris 1973: fittings for beams? cf. \u1fe5\u03b1\u03b9\u03c3\u03c4\u03ae\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc49-\ud800\udc33-\ud800\udc29","o-pi-ra3-te-re","fittings for beams"],["\ud800\udc03-\ud800\udc20-\ud800\udc28-\ud800\udc02-\ud800\udc0a","o-pi-ra-i-ja","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc2a-\ud800\udc16-\ud800\udc1b-\ud800\udc0d","o-pi-ri-mi-ni-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f18\u03c0\u03b9\u03bb\u03af\u03bc\u03bd\u03b9\u03bf\u03c2 title of Poseidon BIG: KN Sc EQU ZE: KN Sc TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc2b-\ud800\udc26","o-pi-ro-qo","Chadwick & Ventris 1973: 'remaining supernumerary' cf. \u1f10\u03c0\u03af\u03bb\u03bf\u03b9\u03c0\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc2f-\ud800\udc0d","o-pi-si-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f4c\u03c8\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc2f-\ud800\udc2a-\ud800\udc0a-\ud800\udc38","o-pi-si-ri-ja-we","Chadwick & Ventris 1973: meaning obscure Appears as \"\"o-pi-si-ri-ja-we pe-ko-to\"\" on KN L 8105. ko TELA: KN L? LANA: KN Lc re TELA: KN L? TELA: KN L? TELA+TE: KN Lc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc31-\ud800\udc12","o-pi-su-ko","accountable man of figs"],["\ud800\udc03-\ud800\udc20-\ud800\udc31-\ud800\udc12","o-pi-su-ko","Chadwick & Ventris 1973: 'overseer of figs'? PY Jn 829: du-ma-te ka-ra-wi-po-ro po-ro-ko-re-te o-pi-ka-pe-e-we in a -qe list. PY Jn 881: o-pi-ko-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc33-\ud800\udc10-\ud800\udc01-\ud800\udc04","o-pi-te-ke-e-u","Chadwick & Ventris 1973: title of an official? error for [[o-pi-te-u-ke-e-u]]? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc33-\ud800\udc04-\ud800\udc10-\ud800\udc01-\ud800\udc38","o-pi-te-u-ke-e-we","Chadwick & Ventris 1973: probably a title 'overseer of \u03c4\u03b5\u03cd\u03c7\u03b5\u03b1' nominative plural and dative singular Chadwick & Ventris 1973: defective spelling of o-pi-te-u-ke-e-we Chadwick & Ventris 1973: error for o-pi-te-u-ke-e-we? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc20-\ud800\udc34-\ud800\udc1b-\ud800\udc0a-\ud800\udc32","o-pi-ti-ni-ja-ta","Chadwick & Ventris 1973: title of a priest Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc21-\ud800\udc26","o-po-qo","blinkers"],["\ud800\udc03-\ud800\udc21-\ud800\udc26","o-po-qo","Duhoux 2011: 'blinkers' cf. o-pi- 'on' + *okw- (\u1f44\u03c8 \u1f64\u03c8 'eye face') Chadwick & Ventris 1973: 'blinkers' cf. \u03c0\u03c1\u03cc\u03c2-\u03c9\u03c0\u03bf\u03bd \u03bc\u03ad\u03c4-\u03c9\u03c0\u03bf\u03bd Appears as \"\"]a-ra-ru-ja a-ni-ja-pi wi-ri-ni-jo o-po-qo ke-ra-ja-pi o-pi-i-ja-pi\"\" on KN Sd 4401+. Appears as \"\"e-re-pa-te-jo o-po-qo ke-ra-ja-pi o-pi-i-ja-pi [[ko-ki-da]] o-pa\"\" on KN Sd 4403+. Appears as \"\"]jo [[i-qo-e-qe]] wi-ri-ni-jo o-po-qo ke-ra-(ja)-(pi) [ ] (o)-pi-i-ja-pi\"\" on KN Sd 4404. Appears as \"\"wi-ri-ni-jo o-po-qo ke-ra-ja-pi o-pi-i-ja-pi [[o-u-qe]] pte-no [\"\" on KN Sd 4405+. Appears as \"\"]wi-ri-ni-jo o-po-qo [\"\" on KN Sd 4406. Appears as \"\"]we-jo [[i-qo-e-qe]] wi-ri-ni-jo o-po-qo ke-ra-ja-pi o-pi-i-ja-pi\"\" on KN Sd 4407+. Appears as \"\"](a)-ra-ru-wo-ja a-ni-ja-pi wi-re-ne-o o-po-qo ke-ra-ja-pi o-pi-(i)-(ja)[\"\" on KN Sd 4408+. Appears as \"\"]ja a-ni-ja-pi wi-ri-ni-jo o-po-qo ke-ra-ja-pi o-pi-i-ja-pi\"\" on KN Sd 4413. Appears as \"\"wi-ri-ne-jo o-po-qo ke-ra-ja-pi o-pi-i-ja-pi\"\" on KN Sd 4415+. Appears as \"\"] wi-ri-ne-jo o-po-qo [\"\" on KN Sd 4468. Appears as \"\"]jo o-po-qo (ka)-ke-(ja)-pi o-pi-i-ja-pi o-[\"\" on KN Sd 5091+. Appears as \"\"] wi-ri-ne-o o-po-qo ke-ra-ja-pi o-pi-i-ja-pi\"\" on KN Sf 4428. [[CAPS]]: KN Sf? CUR: KN Sd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc03-\ud800\udc21-\ud800\udc2b-\ud800\udc15-\ud800\udc1c","o-po-ro-me-no","Chadwick & Ventris 1973: anthroponym cf. \u1f44\u03c0\u03bb\u03bf\u03bc\u03b1\u03b9 PY Es: a-ne-o a-re-ku-tu-ru-wo a3-ki-wa-ro ka-ra-i ko-pe-re-wo ku-da-ma-ro pi-ro-ta-wo se-no wo-ro-ti-ja-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc21-\ud800\udc2b","o-po-ro","they owed"],["\ud800\udc03-\ud800\udc21-\ud800\udc2b-\ud800\udc04-\ud800\udc2f-\ud800\udc0d","o-po-ro-u-si-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc26-\ud800\udc03-\ud800\udc11-\ud800\udc33","o-qo-o-ki-te","Chadwick & Ventris 1973: meaning obscure Appears as \"\"[[ku-do-ni-ja|ku-do-ni-ja-de]] di-du-me o-qo-o-ki-te\"\" on KN L 588+. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc29-\ud800\udc02","o-re-i","Chadwick & Ventris 1973: 'on the mountain'? cf. \u1f44\u03c1\u03bf\u03c2 locative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc29-\ud800\udc17-\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc04","o-re-mo-a-ke-re-u","Chadwick & Ventris 1973: toponym PY Jn: a-ke-re-wa a-si-ja-ti-ja ro-u-so etc. AES M: PY Jn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc29-\ud800\udc1a-\ud800\udc0a","o-re-ne-ja","Chadwick & Ventris 1973: \"\"adjective describing cloths\"\" 'decorated with angular pattern'? cf. \u1f60\u03bb\u03ad\u03bd\u03b7 Chadwick & Ventris 1973: variant spelling of o-re-ne-ja Chadwick & Ventris 1973: dual of o-re-ne-ja TELA: KN L *161: KN L KN Ld Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc29-\ud800\udc03-\ud800\udc21","o-re-o-po","Chadwick & Ventris 1973: obscure (i.e. not defined) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc29-\ud800\udc33-\ud800\udc3a","o-re-te-wo","Chadwick & Ventris 1973: anthroponym genitive KN Dq: OVIS KN Dq: da-*22-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc2a-\ud800\udc12","o-ri-ko","Chadwick & Ventris 1973: \"\"hardly [an anthroponym] perhaps nominative plural\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc2a-\ud800\udc12","o-ri-ko","few"],["\ud800\udc03-\ud800\udc2a-\ud800\udc17","o-ri-mo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc2b-\ud800\udc10-\ud800\udc04","o-ro-ke-u","anthroponym Chadwick & Ventris 1973: dative of o-ro-ke-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc2c-\ud800\udc14-\ud800\udc35","o-ru-ma-to","Chadwick & Ventris 1973: toponym cf. \u1f18\u03c1\u03cd\u03bc\u03b1\u03bd\u03b8\u03bf\u03c2 Chadwick & Ventris 1973: probably an ethnic of o-ru-ma-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc2d-\ud800\udc21-\ud800\udc35","o-sa-po-to","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc33","o-te","Palaeolexicon: when (Cypriot: that one) Chadwick & Ventris 1973: when cf. \u1f45\u03c4\u03b5 Chadwick John & Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc33-\ud800\udc2e-\ud800\udc04","o-te-se-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc33","o-te","when"],["\ud800\udc03-\ud800\udc35-\ud800\udc3a-\ud800\udc39-\ud800\udc0b","o-to-wo-wi-je","Duhoux 2008: anthroponym. straight cf. \u1f40\u03c1\u03b8\u03cc\u03c2 \"\"The second part of this compound is puzzling (perhaps *-wijes from the root *wei- 'rush' - cf. the future \u03b5\u1f32\u03c3\u03bf\u03bc\u03b1\u03b9 <*\u0192\u03b5\u03af\u03c3\u03bf\u03bc\u03b1\u03b9 [??] - and [??] a feminine ending in -\u03b7\u03c2).\"\" Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Anthology\u201d"],["\ud800\udc03-\ud800\udc36","o-tu","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc36-\ud800\udc3a-\ud800\udc38","o-tu-wo-we","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of o-tu-wo-we Chadwick & Ventris 1973: genitive of o-tu-wo-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc04-\ud800\udc07-\ud800\udc08-\ud800\udc2f","o-u-di-do-si","not giving"],["\ud800\udc03-\ud800\udc04","o-u","not"],["\ud800\udc03-\ud800\udc04-\ud800\udc24","o-u-qe","neither"],["\ud800\udc03-\ud800\udc04-\ud800\udc2c-\ud800\udc35","o-u-ru-to","guard"],["\ud800\udc03-\ud800\udc37-\ud800\udc2f-\ud800\udc0d","o-wa-si-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc38-\ud800\udc35","o-we-to","Chadwick & Ventris 1973: anthroponym genitive KN Dm: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc39-\ud800\udc2b","o-wi-ro","Chadwick & Ventris 1973: anthroponym cf. \u1f48\u03b9\u03bb\u03b5\u03cd\u03c2 OVIS: KN Dd *56-ko-we: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc03-\ud800\udc3a-\ud800\udc38","o-wo-we","Chadwick & Ventris 1973: \"\"with a single handle\"\" or \"\"provided with handles\"\"? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc05-\ud800\udc0b-\ud800\udc04","pa-da-je-u","Hiller 2011: possibly 'priest in the sanctuary of pa-de or [??] [[pa-de-we]]' cf. di-wi-je-u po-si-da-i-je-u-si Chadwick & Ventris 1973: title or ethnic? cf. [[pa-de-we-u]] pa-de [[pa-de-we]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc1e-\ud800\udc06","pa-de","McArthur 1993: uncertain possibly an allative toponym or a theonym Chadwick & Ventris 1973: \"\"recipient of oil possibly a divine name.\"\" dative singular Chadwick & Ventris 1973: variant spelling of pa-de KN Fp: da-da-re-jo-detoponym di-wetheonym pa-si-te-o-itheonym qe-ra-si-jatheonym FAR: KN Fs OLE: KN Fp PYC: KN Ga KN Ga: ko-no MA KO Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc1e-\ud800\udc07-\ud800\udc0d","pa-di-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03b1\u03bd\u03b4\u03af\u03c9\u03bd (Iliad II.372) EQU ZE: KN Sc TUN+QE: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc01-\ud800\udc03-\ud800\udc33","pa-e-o-te","present"],["\ud800\udc1e-\ud800\udc02-\ud800\udc35","pa-i-to",""],["\ud800\udc1e-\ud800\udc0a-\ud800\udc1b","pa-ja-ni","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc0a-\ud800\udc1b-\ud800\udc0d","pa-ja-ni-jo","Chadwick & Ventris 1973: recipient of oil anthroponym? OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc0a-\ud800\udc2b","pa-ja-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc0a-\ud800\udc30","pa-ja-so","Chadwick & Ventris 1973: anthroponym OVIS: KN Dc KN Dv ra-ja: KN Dc KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc0f","pa-ka","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc0f-\ud800\udc19","pa-ka-na","Chadwick & Ventris 1973: swords or daggers? cf. \u03c6\u03ac\u03c3\u03b3\u03b1\u03bd\u03bf\u03bd Snodgrass 1967: daggers Boardman 1963: daggers Boardman TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Snodgrass TBD"],["\ud800\udc1e-\ud800\udc0f-\ud800\udc19","pa-ka-na","small swords"],["\ud800\udc1e-\ud800\udc10-\ud800\udc33-\ud800\udc29","pa-ke-te-re","stake"],["\ud800\udc1e-\ud800\udc10-\ud800\udc38","pa-ke-we","Chadwick & Ventris 1973: 'thick'? cf. \u03c0\u03b1\u03c7\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc11-\ud800\udc0a-\ud800\udc1a","pa-ki-ja-ne","Hiller 2011: holy place cult centre sacred district Chadwick & Ventris 1973: Hither Province toponym Shelmerdine 2008: 'place of sacrifice'? Sphagiana Chadwick & Ventris 1973: probably toponym and a variant of pa-ki-ja-ne Chadwick & Ventris 1973: dative plural; \"\"at the feast of pa-ki-ja-ne\"\" or \"\"for the people of pa-ki-ja-ne\"\" Chadwick & Ventris 1973: \"\"month of pa-ki-ja-ne\"\" cf. \u039c\u03bf\u03c5\u03bd\u03c5\u03c7\u03b9\u03ce\u03bd Chadwick & Ventris 1973: instrumental plural of pa-ki-ja-ne Chadwick & Ventris 1973: locative plural of pa-ki-ja-ne Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaen Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\" Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaen Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc1e-\ud800\udc12-\ud800\udc38","pa-ko-we","Lejeune 1971: tree-moss-softened an oak and rock lichen (Melena 1983 prefers this definition see footnote 89) Bennett 1958: sage-scented Bennett Emmett L. Jr. 1958 Suppl. 2 to Minos \"\"The Olive Oil Tablets of Pylos\"\" Lejeune M. 1971 M\u00e9moires de Philologie Myc\u00e9nienne II \u00abLes adjectives myc\u00e9niens \u00e0 suffixe -went-\u00bb Melena Jos\u00e9 1983 Minos vol. 18 \u201cOlive Oil and Other Sorts of Oil in the Mycenaean Tablets\u201d"],["\ud800\udc1e-\ud800\udc12-\ud800\udc38","pa-ko-we","sage"],["\ud800\udc1e-\ud800\udc14-\ud800\udc12","pa-ma-ko","medicine"],["\ud800\udc1e-\ud800\udc19-\ud800\udc29-\ud800\udc0d","pa-na-re-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03b1\u03bd\u03ac\u03c1\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc19-\ud800\udc30","pa-na-so","McArthur 1993 1981: anthroponym Chadwick & Ventris 1973: toponym? Appears as \"\"qe-da-do-ro pa-na-so DA 1\"\" on KN Uf 121+. Appears as \"\"pa-na-so te-re-ta [\"\" on KN X 1018. DA: KN Uf GRA: KN E Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1981 Kadmos 20 \"\"Place-names in the Knossos Tablets: Identification and Location\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc1e-\ud800\udc1e-\ud800\udc28-\ud800\udc12","pa-pa-ra-ko","Chadwick & Ventris 1973: anthroponym Morpurgo Davies 1999: dative (cf. [[o-ta-ki]] [[pa-na-ki]] *56-i-ti) Chadwick & Ventris 1973: dative? of pa-pa-ra-ko AES: PY Jn M: PY Jn LANA: TH Of a-ma-ru-to-de: TH Of Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Morpurgo Davies Anna 1999 Floreant Studia Mycenaea Proceedings of the Tenth Mycenaean Colloquium \u201cThe Morphology of Personal Names in Mycenaean and Greek: Some Observations\u201d"],["\ud800\udc1e-\ud800\udc1e-\ud800\udc2b","pa-pa-ro","barbarian not from pylos"],["\ud800\udc1e-\ud800\udc26-\ud800\udc2f-\ud800\udc0d","pa-qo-si-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03b1\u03bc\u03b2\u03c9\u03c4\u03ac\u03b4\u03b1\u03b9 Chadwick & Ventris 1973: genitive of pa-qo-si-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc26-\ud800\udc32","pa-qo-ta","Aura Jorro 1999: masculine anthroponym unanimously accepted as *\u03a0\u03b1\u03b3-\u03b3w\u03ce\u03c4\u1fb6\u03c2 cf. \u03a0\u03b1\u03bc\u03c6\u03bf\u03cd\u03c4\u03b1\u03c2 Attic toponym \u03a0\u03b1\u03bc\u03b2\u03c9\u03c4\u03ac\u03b4\u03b1\u03b9 Chadwick & Ventris 1973: anthroponym cf. pa-qo-si-jo * denotes a tentatively reconstructed spelling not attested in later Greek Aura Jorro Francisco 1999 Diccionario Mic\u00e9nico Vol. II Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc28-\ud800\udc0d","pa-ra-jo","Chadwick & Ventris 1973: old; possibly not the same word in all contexts Palaolexicon: old Wiktionary: old pa-ra-ja appears on artefacts from Knossos Pylos and Thebes. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc28-\ud800\udc0d","pa-ra-jo","old"],["\ud800\udc1e-\ud800\udc28-\ud800\udc13-\ud800\udc0a","pa-ra-ku-ja","Duhoux 2008: \"\"could perhaps be compared to terms like \u03c3\u03bc\u03ac\u03c1\u03b1\u03b3\u03b4\u03bf\u03c2 'emerald' or \u03b2\u03b1\u03c1\u03b1\u03ba\u03af\u03c2 \u03b3\u03bb\u03b1\u03cd\u03ba\u03b9\u03bd\u03bf\u03bd \u1f31\u03bc\u03ac\u03c4\u03b9\u03bf\u03bd 'bluish green piece of cloth' (Hesychius) (??)\"\" Bernab\u00e9 & Luj\u00e1n 2008: \"\"with pa-ra-ku- colour\"\" Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\""],["\ud800\udc1e-\ud800\udc28-\ud800\udc13-\ud800\udc0a","pa-ra-ku-ja","type of dress"],["\ud800\udc1e-\ud800\udc28","pa-ra","preposition before"],["\ud800\udc1e-\ud800\udc28-\ud800\udc34-\ud800\udc0d","pa-ra-ti-jo","Chadwick & Ventris 1973: anthroponym dative cf. \u03a0\u03b1\u03bb\u03bb\u03ac\u03bd\u03c4\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc28-\ud800\udc35","pa-ra-to","Ilievski 1996: anthroponym cf. Platon Phalanthos Palastos Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\"\""],["\ud800\udc1e-\ud800\udc28-\ud800\udc37-\ud800\udc0d","pa-ra-wa-jo","Chadwick & Ventris 1973: \"\"pair of cheek-pieces\"\" [for a suit of armor] cf. \u03c4\u03b1\u03c0\u03b5\u03b9\u03b1\u03af 'cheeks' Iliad IV.140: \"\"[...] \u03c0\u03b1\u03c1\u03ae\u03b9\u03bf\u03bd \u1f14\u03bc\u03bc\u03b5\u03bd\u03b1\u03b9 \u1f35\u03c0\u03c0\u03c9\u03bd [...]\"\" to make a cheekpiece for horses Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt)"],["\ud800\udc1e-\ud800\udc28-\ud800\udc37-\ud800\udc0d","pa-ra-wa-jo","type of helmet"],["\ud800\udc1e-\ud800\udc29","pa-re","Chadwick & Ventris 1973: anthroponym cf. \u03a6\u03b1\u03bb\u03ae\u03c2 KN Sc: *165 BIG Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc2b","pa-ro","Duhoux 2008: 1. 'from' cf. \u03c0\u03b1\u03c1\u03ac 2. with a locative or dative; at one's place cf. Arcadian Cypriot Pamphylian Chadwick & Ventris 1973: with a dative; from or at the hands of cf. Homeric \u03c0\u03b1\u03c1\u03ac Wiktionary: 1. from 2. at one's place Valid syntagms include \"\"pa-ro a-pi-qo-ta\"\"; \"\"pa-ro do-e-ro\"\"; \"\"pa-ro e-te-wa-no\"\" on the KN C series. Valid syntagms include \"\"pa-ro a-i-(qe)-we\"\"; \"\"pa-ro a-ka-ta-jo\"\"; \"\"pa-ro a-ma-ru-ta\"\"; \"\"pa-ro a3-ti-jo-qe\"\"; \"\"pa-ro pa-da-je-we\"\"; \"\"pa-ro [[pa-ra-ko]]\"\"; \"\"pa-ro pi-ke-re-we\"\"; \"\"pa-ro ra-ku-ro\"\"; \"\"pa-ro ru-*83-e\"\"; \"\"pa-ro ta-ta-ro\"\" and \"\"pa-ro wa-na-ta-jo\"\" on the PY Eo series. Valid syntagms include \"\"pa-ro da-mo\"\" on the PY Ea PY Eb and PY Ep series. Valid syntagms include \"\"pa-ro [[i-ma-di-jo]]\"\" on the PY Ea series. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (editors Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Anthology\"\""],["\ud800\udc1e-\ud800\udc2b","pa-ro","from alongside"],["\ud800\udc1e-\ud800\udc2d","pa-sa","Chadwick & Ventris 1973: perhaps the feminine of pa 'so much in all' cf. \u03c0\u1fb6\u03c2 Chadwick & Ventris 1973: not a variant; \"\"Obscure perhaps divine name\"\" Appears as \"\"pa-sa-ja ko-no\"\" on KN Ga 953+. Related to si-ja-ma-to; see KN X 451 and KN Fp 48 in conjunction with KN Ga 953+. MA: KN Ga? a-mi-ni-so: KN Ga? Chadwick John and Michael Ventris 1973 Documents in Myceneaan Greek"],["\ud800\udc1e-\ud800\udc2f","pa-si","all everyone"],["\ud800\udc1e-\ud800\udc2f-\ud800\udc33-\ud800\udc03-\ud800\udc02","pa-si-te-o-i","Chadwick & Ventris 1973: \"\"to all the gods\"\" compound of pa-si and te-o; dative plural MA: KN Ga? OLE: KN Fp a-mi-ni-so: KN Fp KN Ga? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc32","pa-ta","Chadwick & Ventris 1973: anthroponym dative cf. \u03a6\u03ac\u03bd\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc32-\ud800\udc0d","pa-ta-jo","arrows"],["\ud800\udc1e-\ud800\udc32-\ud800\udc34-\ud800\udc0d","pa-ta-ti-jo","Chadwick & Ventris 1973: perhaps 'the slave of P.' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc32-\ud800\udc04-\ud800\udc19","pa-ta-u-na","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc33","pa-te","Chadwick & Ventris 1973: 1. (PY An) 'father' cf. \u03c0\u03b1\u03c4\u03ae\u03c1 2. (KN B) nominative plural masculine of pa cf. \u03c0\u1fb6\u03c2 pa-te1 + connective enclitic de Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc33","pa-te","father"],["\ud800\udc1e-\ud800\udc33-\ud800\udc12-\ud800\udc35","pa-te-ko-to","all-building"],["\ud800\udc1e-\ud800\udc34","pa-ti","Chadwick & Ventris 1973: anthroponym KN Dd: qa-sa-ko wi-su-ro u-wa-ta qi-zo ma-ra-pi-jo See also KN As 1516. OVIS: KN Dd VIR: KN As ru-ki-to: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc37-\ud800\udc30","pa-wa-so","Chadwick & Ventris 1973: anthroponym TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc37-\ud800\udc3a","pa-wa-wo","Chadwick & Ventris 1973: anthroponym Appears as \"\"a-ke-ro e-po a-ke-ra2-te pa-wa-wo ti-mi-ti-ja 20\"\" on PY Vn 493. BIG: KN Sc TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc38-\ud800\udc00","pa-we-a","Chadwick & Ventris 1973: pieces of cloth cf. \u03c6\u1fb6\u03c1\u03bf\u03c2; nominative plural neuter Chadwick & Ventris 1973: variant spelling of pa-we-a Chadwick & Ventris 1973: genitive plural? Chadwick & Ventris 1973: instrumental plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXIV.156 KN Ld placement kar WNXIV.154 pa adjunct to TELA"],["\ud800\udc1e-\ud800\udc38-\ud800\udc00","pa-we-a","type of cloth"],["\ud800\udc1e-\ud800\udc39-\ud800\udc1c","pa-wi-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc3a-\ud800\udc10-\ud800\udc33","pa-wo-ke-te","all the workers"],["\ud800\udc1e-\ud800\udc3c-\ud800\udc34","pa-za-ti","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1e-\ud800\udc3f","pa-zo","sage"],["\ud800\udc1f-\ud800\udc05-\ud800\udc02-\ud800\udc28","pe-da-i-ra","Chadwick & Ventris 1973: anthroponym KN Fh: OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc06-\ud800\udc38-\ud800\udc2d","pe-de-we-sa","Bernab\u00e9 & Luj\u00e1n 2008: pedwessa \"\"has legs\"\" cf. \u03c0\u03bf\u03cd\u03c2 'foot' Chadwick & Ventris 1973: adjective describing a portable hearth \"\"equipped with feet\"\" Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc07-\ud800\udc0b-\ud800\udc38","pe-di-je-we","Chadwick & Ventris 1973: \"\"a class of men: pedi\u0113wes\"\" cf. \u03a0\u03b5\u03b4\u03b9\u03b5\u1fd6\u03c2 Chadwick & Ventris 1973: dative singular of pe-di-je-we? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc07-\ud800\udc28","pe-di-ra","sandals"],["\ud800\udc1f-\ud800\udc02","pe-i","Chadwick & Ventris 1973: \"\"them\"\" cf. Homeric \u03c3\u03c6\u03b9(\u03bd) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc11-\ud800\udc32","pe-ki-ta","Chadwick & Ventris 1973: anthroponym pe-ki-ta is \"\"ka-na-pe-u wa-na-ka-te-ro\"\" \"\"pa-ro pi-ke-re-we\"\" on the PY Eo series. pe-ki-ta is \"\"ka-na-pe-u wa-na-ka-te-ro\"\" \"\"pa-ro ru-*83-e\"\" on the PY Eo series. pe-ki-ta is closely co-located to ru-*83-o on PY En 74. GRA: PY En PY Eo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc12","pe-ko","Chadwick & Ventris 1973: 1. (KN Dc KN Dv) probably anthroponym a collector 2. (PY Cn) perhaps an adjective cf. \u03c0\u03b5\u03c1\u03ba\u03bd\u03cc\u03c2 'dark' \u03c0\u03ad\u03c1\u03ba\u03bf\u03c2 'a kind of hawk' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc12-\ud800\udc35","pe-ko-to","Chadwick & Ventris 1973: textile term Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXIV.155 pe adjunct to TELA+TE"],["\ud800\udc1f-\ud800\udc12-\ud800\udc35","pe-ko-to","knitted"],["pe","pe","last years"],["\ud800\udc1f-\ud800\udc14","pe-ma","Chadwick & Ventris 1973: seed cf. \u03c3\u03c0\u03ad\u03c1\u03bc\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek kar WNXIV.100 do-so-mo to-so"],["\ud800\udc1f-\ud800\udc14","pe-ma","seed"],["\ud800\udc1f-\ud800\udc1a-\ud800\udc38-\ud800\udc32","pe-ne-we-ta","Chadwick & Ventris 1973: 'with wedges' cf. \u03c3\u03c6\u03b7\u03bd\u03cc\u03c0\u03bf\u03c5\u03c2 Chadwick & Ventris 1973: nominative dual of pe-ne-we-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc21-\ud800\udc2b","pe-po-ro","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03ad\u03c0\u03bb\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc22-\ud800\udc33-\ud800\udc15-\ud800\udc1c","pe-pu-te-me-no","planted field"],["\ud800\udc1f-\ud800\udc24-\ud800\udc04","pe-qe-u","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of pe-qe-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc26-\ud800\udc1c","pe-qo-no","Chadwick & Ventris 1973: anthroponym KN B: ra-wo-qo-no VIR: KN B Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc26-\ud800\udc32","pe-qo-ta","Chadwick & Ventris 1973: title? \"\"description used to distinguish two men of the same name\"\"? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc49-\ud800\udc12-\ud800\udc28-\ud800\udc02-\ud800\udc0a","pe-ra3-ko-ra-i-ja","Ram\u00f3n 2011: name of a Pylos province \"\"[de-we-ro-a3-ko-ra-i-ja and pe-ra3-ko-ra-i-ja] are both compounds or juxtapositions of local adverbs (/deuro/ and /per\u0101/ 'hither' and 'further') and a second element which is itself a compound a3-ko-ra-i-ja /aigolai\u0101/ 'rocks (cf. \u03bb\u1fb6\u03b1\u03c2 'stone') of the goat(s) (\u03b1\u1f34\u03be)' resulting from the univerbation (i.e. union of two words) of *\u03b1\u1f30\u03b3\u03cc\u03c2 (\u03b1\u1f30\u03b3\u1ff6\u03bd) and \u03bb\u03b1\u03af\u03b1.\"\" Chadwick & Ventris 1973: toponym name of the Further Province Chadwick & Ventris 1973: \"\"variant or erroneous form [of pe-ra3-ko-ra-i-ja]?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc1f-\ud800\udc29-\ud800\udc5a","pe-re-*82","Duhoux 2008: theonym Chadwick & Ventris 1973: theonym dative Georgiev 1956: 'old man' cf. \u03c0\u03c1\u03ad\u03c3\u03b2\u03c5\u03c2 (with *82 = /qu/) Chadwick & Ventris 1973: 'at the shrine of pe-re-*82' probably dative-locative of a derivative adjective Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World Vol. I \"\"Mycenaean Anthology\"\" Georgiev Vladimir 1956 \u00c9tudes Myc\u00e9niennes Gif-sur-Yvette 3-7 Avril 1956 \u201cLa valeur phon\u00e9tique de quelques signes du syllabaire Cr\u00e9to-Myc\u00e9nien B\u201d"],["\ud800\udc1f-\ud800\udc29-\ud800\udc5a-\ud800\udc32","pe-re-*82-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc29","pe-re","brings"],["\ud800\udc1f-\ud800\udc29-\ud800\udc10","pe-re-ke","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc29-\ud800\udc10-\ud800\udc04","pe-re-ke-u","Chadwick & Ventris 1973: occupational term Chadwick & Ventris 1973: nominative plural and dative singular of pe-re-ke-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc29-\ud800\udc12","pe-re-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc29-\ud800\udc13-\ud800\udc32","pe-re-ku-ta","senior"],["\ud800\udc1f-\ud800\udc29","pe-re","Palaima 2011: 'brought' Chadwick & Ventris 1973: 'carries' 'brings' Appears as \"\"](o)-pi no-nu-we 'a-ti-pa-mo' pe-re\"\" on KN Od 562. Appears as \"\"]si-da-jo pe-re 'po-ro-to'\"\" on KN Od 562. Appears as \"\"a-po-te pe-re\"\" on KN Od 562. Appears as \"\"[[po-ro-wi-to-jo]] [[i-je-to|i-je-to-qe]] pa-ki-ja-si do-ra-qe pe-re [[po-re-na-qe]]\"\" on PY Tn 316. Appears as \"\"a-wa-ra-ka-na-o [[pa-ma-ko]] (jo)-qi [[wo-to-mo]] pe-re\"\" on PY Un 1314. AUR [[*215-VAS|*215VAS]]: PY Tn CAP: PY Cc MUL: PY Tn LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palaima Thomas G. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Scribes Scribal Hands and Palaeography\"\""],["\ud800\udc1f-\ud800\udc29-\ud800\udc26-\ud800\udc1c","pe-re-qo-no","Chadwick & Ventris 1973: anthroponym cf. [[pe-re-qo-ni-jo]] Chadwick & Ventris 1973: genitive of pe-re-qo-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc29-\ud800\udc26-\ud800\udc32","pe-re-qo-ta","Chadwick & Ventris 1973: anthroponym cf. Boeot. \u03a0\u03b5\u03b9\u03bb\u03b5-; hypocoristic \u03a4\u03ae\u03bb\u03b5\u03c6\u03bf\u03c2 Chadwick & Ventris 1973: genitive of pe-re-qo-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc29-\ud800\udc04-\ud800\udc2b-\ud800\udc1b-\ud800\udc0d","pe-re-u-ro-ni-jo","personal name or ethnonym"],["\ud800\udc1f-\ud800\udc29-\ud800\udc3a-\ud800\udc33","pe-re-wo-te","Ram\u00f3n 2011: dative-locative -wo-te 'provided with' Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc1f-\ud800\udc2a-","pe-ri-",""],["\ud800\udc1f-\ud800\udc2a-\ud800\udc0b-\ud800\udc0a","pe-ri-je-ja","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc15-\ud800\udc06","pe-ri-me-de","Ram\u00f3n 2011: compound anthroponym cf. \u03a0\u03b5\u03c1\u03b9\u03bc\u03ae\u03b4\u03b7\u03c2 (shortened form: pe-ri-mo) Chadwick & Ventris 1973: anthroponym Chadwick & Ventris: genitive of pe-ri-me-de Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc17","pe-ri-mo","Ram\u00f3n 2011: anthroponym shortened form of pe-ri-me-de Davies 1999: hypocoristic of pe-ri-me-de Davies Anna Morpurgo 1999 Floreant Studia Mycenaea Proceedings of the Tenth Mycenaean Colloquium \"\"The Morphology of Personal Names in Mycenaean and Greek: Some Observations\"\" Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc1c","pe-ri-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc26-\ud800\udc32","pe-ri-qo-ta","Aura Jorro 1999: masculine anthroponym probably *\u03a0\u03b5\u03c1\u03b9\u03c6\u03bf\u03af\u03c4\u1fb6\u03c2 but \u03a0\u03b5\u03c1\u03b9\u03c6\u03cc\u03bd\u03c4\u1fb6\u03c2 *\u03a0\u03b5\u03c1\u03b9-\u03b3w\u03ce\u03c4\u1fb6\u03c2 and \u03a0\u03b5\u03c1\u03b9\u03c0\u03cc\u03bb\u03c4\u03b1\u03c2 are also possible Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03b5\u03c1\u03b9\u03b2\u03c1\u03c9\u03c4\u03ac\u03b4\u03b1\u03c2 a-no-qo-ta-o a-pi-qo-ta-o qe-re-qo-ta-o su-qo-ta-o wi-jo-qo-ta-o Chadwick & Ventris 1973: genitive of pe-ri-qo-ta Chadwick & Ventris 1973: \"\"probably nominative plural adjective describing sheep rather than [anthroponym]; exact function obscure\"\" KN Da KN Db KN De KN Dq KN Dv: OVIS PY Jn: AES KN Da: e-ra pa-i-to ra-to tu-ni-ja KN Db KN De: ti-ri-to KN Dq: e-ko-so ma-sa KN Dv: e-ra ra-ja PY Jn: a-pu2-we * denotes tentatively reconstructed spelling of a word not attested in later Greek Aura Jorro Francisco 1999 Diccionario Mic\u00e9nico Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc28-\ud800\udc3a","pe-ri-ra-wo","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03b5\u03c1\u03af\u03bb\u03b1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc32","pe-ri-ta","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03b5\u03c1\u03af\u03c4\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc33-\ud800\udc04","pe-ri-te-u","TBD Appears as \"\"ku-ru-me-no-jo o-ka pe-ri-te-u wo-ne-wa a-ti-ja-wo e-ru-ta-ra o-*34-ta [[me-ta-pi-jo]] ke-ki-de VIR 50\"\" on PY An 654. KN C: mo-ro-qa"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc35","pe-ri-to","Ram\u00f3n 2011: anthroponym shortened form of pe-ri-to-wo (cf. pe-ri-mo pe-ri-me-de; o-ku-no o-ku-na-wo; etc.) Ilievski 1996: anthroponym perhaps shortened from \u03a0\u03b5\u03c1\u03af\u03b8\u03bf\u03bf\u03c2 Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\u201d Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc1f-\ud800\udc2a-\ud800\udc35-\ud800\udc3a","pe-ri-to-wo","Ram\u00f3n 2011: anthroponym cf. \u03a0\u03b5\u03b9\u03c1\u03af\u03b8\u03bf\u03bf\u03c2 'who runs around' (shortened form: pe-ri-to) da-wo: KN V Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc1f-\ud800\udc2b","pe-ro","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03ad\u03bb\u03bb\u03c9\u03bd \u03a6\u03ad\u03bb\u03bb\u03bf\u03c2 + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc2c-\ud800\udc2f-\ud800\udc1d-\ud800\udc3a","pe-ru-si-nu-wo","last years"],["\ud800\udc1f-\ud800\udc2c-\ud800\udc2f-\ud800\udc45","pe-ru-si-nwa","Chadwick & Ventris 1973: feminine and neuter plural \"\"last year's\"\" cf. \u03c0\u03b5\u03c1\u03c5\u03c3\u1fd6\u03bd\u03cc\u03c2 (Aristophanes 5th-4th cent. BCE) Chadwick & Ventris 1973: alt. spelling of pe-ru-si-nwa Chadwick & Ventris 1973: genitive plural feminine of pe-ri-si-nwa Chadwick & Ventris 1973: neuter singular of pe-ri-si-nwa Chadwick & Ventris 1973: defective spelling of pe-ri-si-nu-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc2e-\ud800\udc2b","pe-se-ro","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of pe-se-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc33-\ud800\udc11-\ud800\udc0a","pe-te-ki-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc33-\ud800\udc04","pe-te-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc1f-\ud800\udc35-\ud800\udc1c","pe-to-no","Chadwick & Ventris 1973: Hither Province town Shelmerdine 1973: in a special town division with me-ta-pa and pi-*82 Toponym: pe-to-no Allative: pe-to-no-de Ethnics: pe-ti-ni-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 1973 American Journal of Archaeology (AJA) 79 \u201cThe Pylos Ma tablets reconsidered\u201d"],["\ud800\udc1f-\ud800\udc38-\ud800\udc2a-\ud800\udc0d","pe-we-ri-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc5a","pi-*82","Chadwick & Ventris 1973: toponym (Hither Province) cf. \u03a0\u1fd6\u03c3\u03b1 but not Pisa on the Alpheios Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc0a-\ud800\udc18-\ud800\udc1d","pi-ja-mu-nu","Chadwick & Ventris 1973: anthroponym dative cf. \"\"element piya- 'give' in Hittite names.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc0a-\ud800\udc2e-\ud800\udc15","pi-ja-se-me","Chadwick & Ventris 1973: anthroponym cf. piya- 'give' in Hittite names Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc0a-\ud800\udc2f-\ud800\udc2b","pi-ja-si-ro","Chadwick & Ventris 1973: anthroponym cf. piya- 'give' in Hittite names Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc10-\ud800\udc29-\ud800\udc04","pi-ke-re-u","Chadwick & Ventris 1973: anthroponym cf. Cypriot pi-ki-re-wo Chadwick & Ventris 1973: dative of pi-ke-re-u Chadwick & Ventris 1973: genitive of pi-ke-re-u pe-ki-ta is ka-na-pe-u \"\"pa-ro pi-ke-re-we\"\" in the PY Eo series. ru-*83-o and a3-ti-jo-qo on PY En 74 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc11-\ud800\udc1d-\ud800\udc3a","pi-ki-nu-wo","Chadwick & Ventris 1973: anthroponym KN Da: ra-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc14-\ud800\udc19-\ud800\udc2b","pi-ma-na-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc20-\ud800\udc36-\ud800\udc19","pi-pi-tu-na","Chadwick & Ventris 1973: theonym ending cf. \u0394\u03af\u03ba\u03c4\u03c5\u03bd\u03bd\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc20-\ud800\udc36-\ud800\udc19","pi-pi-tu-na","goddess name"],["\ud800\udc20-\ud800\udc28-\ud800\udc0f-\ud800\udc28","pi-ra-ka-ra","Chadwick & Ventris 1973: anthroponym cf. \u03a6\u03af\u03bb\u03b1\u03b3\u03c1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc28-\ud800\udc15-\ud800\udc1c","pi-ra-me-no","Chadwick & Ventris 1973: anthroponym cf. \u03c6\u03b9\u03bb\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 AES: PY Jn GRA: KN E a-ka-si-jo-ne: PY Jn? pa-i-to: KN E Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2a-\ud800\udc0a-\ud800\udc03","pi-ri-ja-o","lintel"],["\ud800\udc20-\ud800\udc2a-\ud800\udc0b","pi-ri-je","Chadwick & Ventris 1973: perhaps 'saw' cf. \u03c0\u03c1\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2a-\ud800\udc0b-\ud800\udc33","pi-ri-je-te","Chadwick & Ventris 1973: 'cutler' cf. pi-ri-je pi-ri-te; \u03c0\u03c1\u03b9\u03bf\u03c4\u03ae\u03c1 cf. (*-te *-te-re) a-de-te-re a-ke-te-re a3-te-re ko-re-te-re ma-te-re ra-pte-re tu-ka-te-re Parallel to a-de-te-re and ra-pte-re on PY An 207+. Chadwick & Ventris 1973: nominative dual of pi-ri-je-te Chadwick & Ventris 1973: dative singular of pi-ri-je-te cf. (*-te *-te-re *-te-si) ra-pte tu-ka-te Chadwick & Ventris 1973: dative plural of pi-ri-je-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2a-\ud800\udc0b-\ud800\udc33","pi-ri-je-te","ivory worker"],["\ud800\udc20-\ud800\udc2a-\ud800\udc1c","pi-ri-no","Chadwick & Ventris 1973: anthroponym cf. \u03a6\u03b9\u03bb\u1fd6\u03bd\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2a-\ud800\udc33","pi-ri-te","Chadwick & Ventris 1973: misspelling of pi-ri-je-te or 'saw' cf. \u03c0\u03c1\u03b9\u03c3\u03c4\u03ae\u03c1 Appears as \"\"a-mi-to-no / pi-ri-te a-ra-ru-wo-a\"\" on KN Ra 1543+. PUG: KN Ra Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2a-\ud800\udc35-\ud800\udc0d","pi-ri-to-jo","Chadwick & Ventris 1973: anthroponym genitive? cf. \u03a6\u03af\u03bb\u03b9\u03c3\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2a-\ud800\udc04-\ud800\udc3a","pi-ri-u-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2b-\ud800\udc0f-\ud800\udc33","pi-ro-ka-te","Chadwick & Ventris 1973: anthroponym PY Jn: pa-qo-si-joanthroponym e-wi-(te)[anthroponym VIR: TH Av 102 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2b-\ud800\udc23-\ud800\udc3a","pi-ro-qa-wo","Chadwick & Ventris 1973: anthroponym cf. \u03a6\u03b9\u03bb\u03bf\u03ba\u03c4\u03ae\u03bc\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2b-\ud800\udc32-\ud800\udc3a","pi-ro-ta-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2b-\ud800\udc33-\ud800\udc12-\ud800\udc35","pi-ro-te-ko-to","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2c-\ud800\udc33","pi-ru-te","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc2d-\ud800\udc37-\ud800\udc32","pi-sa-wa-ta","Chadwick & Ventris 1973: anthroponym cf. pi-*82 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc32-\ud800\udc10-\ud800\udc04","pi-ta-ke-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc34-\ud800\udc4a-\ud800\udc38-\ud800\udc2d","pi-ti-ro2-we-sa","Chadwick & Ventris 1973: \"\"decorated with feather pattern\"\"? cf. \u03c0\u03c4\u03af\u03bb\u03bf\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc20-\ud800\udc38-\ud800\udc2a-\ud800\udc0a-\ud800\udc32","pi-we-ri-ja-ta","Chadwick & Ventris 1973: anthroponym cf. [[pi-we-ri-di]] PY Jn 389: ka-ra-pa-so ka-ra-wi-ko mo-re-u pi-ta-ke-u [[sa-ma-tu-jo]] [[wa-u-do-no]] PY Jn: a-ka-si-jo-ne PY Jn: AES Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc53-\ud800\udc39-\ud800\udc08","po-*34-wi-do","Chadwick & Ventris 1973: anthroponym BIG: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc05-\ud800\udc12","po-da-ko","Chadwick & Ventris 1973: name of ox cf. \u03a0\u1f40\u03b4\u03b1\u03c1\u03b3\u03bf\u03c2 + connective enclitic qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc05","po-da","libation"],["\ud800\udc21-ge-\ud800\udc39-\ud800\udc0a","po-ge-wi-ja","headstall"],["\ud800\udc21-\ud800\udc02-\ud800\udc33-\ud800\udc04","po-i-te-u","Chadwick & Ventris 1973: anthroponym cf. po-i-ti-jo At KN Da: e-ki-no o-ku-no a-ko-ro-qo-ro au-ri-jo KN Da: a-ka KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc02-\ud800\udc34-\ud800\udc0d","po-i-ti-jo","Chadwick & Ventris 1973: anthroponym cf. toponym \u03a6\u03bf\u03b9\u03c4\u03af\u03b1\u03b9 KN Da: da-wo KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc0f","po-ka","Chadwick & Ventris 1973: 'fleeces' cf. \u03c0\u03cc\u03ba\u03b1\u03b9 Killen 1962: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen J.T. 1962 TBD"],["\ud800\udc21-\ud800\udc0f-\ud800\udc2b","po-ka-ro","Chadwick & Ventris 1973: anthroponym KN Da: pu-so KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc10-\ud800\udc38","po-ke-we","Chadwick & Ventris 1973: anthroponym dative cf. \u03a6\u03c9\u03ba\u03b5\u1f50\u03c2 ethnic Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc11-\ud800\udc2b-\ud800\udc1d-\ud800\udc0f","po-ki-ro-nu-ka","Chadwick & Ventris 1973: \"\"with many-coloured o-nu-ka\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc11-\ud800\udc2b-\ud800\udc1d-\ud800\udc0f","po-ki-ro-nu-ka","with different nails"],["\ud800\udc21-\ud800\udc11-\ud800\udc2b-\ud800\udc26","po-ki-ro-qo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc11-\ud800\udc33","po-ki-te","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc12-\ud800\udc2b","po-ko-ro","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc13-\ud800\udc32","po-ku-ta","McArthur 1993 Melena 1975 Chadwick & Ventris 1973: occupational term abbreviated to po Ruijgh 2011 1992: 'breeder of small livestock' Chadwick & Ventris 1973: \"\"class of men\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Melena Jos\u00e9 1975 Suplementos a MINOS n\u00fam. 5 \"\"Studies on some Mycenaean inscriptions from Knossos dealing with textiles\"\" Ruijgh C.J. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean and Homeric Language\"\" Ruijgh C.J. 1992 Mykena\u00efka \"\"po-ku-ta et po-ku-te-ro d\u00e9riv\u00e9s de *poku 'petit b\u00e9tail'\"\""],["\ud800\udc21-\ud800\udc13-\ud800\udc33-\ud800\udc2b","po-ku-te-ro","Chadwick & Ventris 1973: adjective of po-ku-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc14-\ud800\udc12","po-ma-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc15","po-me","Chadwick & Ventris 1973: 1. \u03c0\u03bf\u03b9\u03bc\u03ae\u03bd 'shepherd' 2. (KN Dd) anthroponym Palaeolexicon: shepherd Chadwick & Ventris 1973: dative singular and nominative plural of po-me Chadwick & Ventris 1973: genitive singular of po-me po-me-ne in PY Nn: a-mu-ta-wo a-ro-je-u e-po-me-ne-u e-re-e-u [[ka-ke-we|ka-ke-u]] ko-re-te qo-u-ko-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc15-\ud800\udc1a","po-me-ne","shepherd"],["\ud800\udc21-\ud800\udc15","po-me","shepherd"],["\ud800\udc21-\ud800\udc1b-\ud800\udc10-\ud800\udc0a","po-ni-ke-ja","Chadwick & Ventris 1973: anthroponym dative Appears as \"\"o-pi po-ni-ke-ja\"\" on KN Ln 1568. (see also po-po) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc1b-\ud800\udc11-\ud800\udc0a","po-ni-ki-ja","purple phoenix"],["\ud800\udc21-\ud800\udc1b-\ud800\udc11-\ud800\udc0d","po-ni-ki-jo","Bernab\u00e9 & Luj\u00e1n 2008: red-colouring agent for perfume \"\"if it is to be identified with alkanet or of hertis if this was the name of henna\"\" Duhoux 2008: \"\"likely a red dying substance [ (Foster 1977) ] but it is not certain that the people of [ the KN Bg ] text were involved in dying or similar activities.\"\" Erard-Cerceau 1990: TBD Foster 1977: red dye Melena 1976: rubia tinctorum plant used as a dye Chadwick & Ventris 1973: spice Palaeolexicon: palm tree Bernab\u00e9 & Luj\u00e1n 2008: purple Duhoux 2008: crimson cf. \u03c6\u03bf\u03b9\u03bd\u03af\u03ba\u03b9\u03bf\u03c2 Chadwick & Ventris 1973: painted crimson Palaeolexicon: purple phoenix griffin Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (editors Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (editors Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Anthology\"\" Erard-Cerceau I. 1990 Studi micenei ed egeo-anatolici (SMEA) 28 \"\"V\u00e9g\u00e9taux parfums et parfumeurs \u00e0 l'\u00e9poque myc\u00e9nienne\"\" Foster E.D. 1977 Minos vol. 16 \"\"po-ni-ki-jo in the Knossos Tablets Reconsidered\"\" Melena Jos\u00e9 1976 Estudios Cl\u00e1sicos 77-78 \"\"La producci\u00f3n de plantas arom\u00e1ticas en Cnoso\"\""],["\ud800\udc21-\ud800\udc1b-\ud800\udc11-\ud800\udc0d","po-ni-ki-jo","palm tree"],["\ud800\udc21-\ud800\udc03-\ud800\udc01-\ud800\udc10-\ud800\udc33-\ud800\udc2a-\ud800\udc0a","po-o-e-ke-te-ri-ja","pokers nippers"],["\ud800\udc21-\ud800\udc21","po-po","Chadwick & Ventris 1973: anthroponym? Appears as \"\"o-pi / po-po\"\" on KN L 567. Appears as \"\"o-pi po-po\"\" on KN Od 689. a3-ka-ra: KN L? qe-te-o: KN L? LANA: KN Od pe TELA+TE: KN Ln TELA: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc22-\ud800\udc29-\ud800\udc0a","po-pu-re-ja","Chadwick & Ventris 1973: 'purple' cf. \u03c0\u03bf\u03c1\u03c6\u03cd\u03c1\u03b5\u03bf\u03c2? Chadwick & Ventris 1973: nominative plural masculine of po-pu-re-ja? Chadwick & Ventris 1973: nominative dual feminine of po-pu-re-ja? TELA+PU: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc23","po-qa","Chadwick & Ventris 1973: probably \"\"for eating\"\" \"\"food\"\" cf. \u03c6\u03bf\u03c1\u03b2\u03ae Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc23","po-qa","grazing feed"],["\ud800\udc21-\ud800\udc24-\ud800\udc39-\ud800\udc0a","po-qe-wi-ja","Chadwick & Ventris 1973: halters cf. \u03c6\u03bf\u03c1\u03b2\u03b5\u03b9\u03ac Chadwick & Ventris 1973: dative plural of po-qe-wi-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc28-\ud800\udc20","po-ra-pi","Chadwick & Ventris 1973: toponym instrumental plural Chadwick & Ventris 1973: dative-locative plural of po-ra-pi Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc29-\ud800\udc1c-\ud800\udc3f-\ud800\udc33-\ud800\udc2a-\ud800\udc0a","po-re-no-zo-te-ri-ja","Hiller 2011: festival name in -te-ri-jo (cf. Anthest\u0113ria1 Plunt\u0113ria2) 'girding of persons offered to a deity'? Chadwick & Ventris 1973: if po-re-no + zo-te-ri-ja zo-te-ri-ja \"\"might then be ts\u014dt\u0113ria (\u03c3\u03c9\u03c4\u03ae\u03c1\u03b9\u03b1) 'ransom of victim prisoner or the like'.\"\" (see reference for further discussion of problems with this) 1 \u1f08\u03bd\u03b8\u03b5\u03c3\u03c4\u03ae\u03c1\u03b9\u03b1: Feast of Flowers 3-day festival of Dionysus 2 \u03a0\u03bb\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b1: Athenian festival \"\"in which the clothes of Athena's statue were washed\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaen Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc21-\ud800\udc2a-\ud800\udc12","po-ri-ko","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03cc\u03bb\u03b9\u03c7\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2a-\ud800\udc37","po-ri-wa","Chadwick & Ventris 1973: 'grey' cf. \u03c0\u03bf\u03bb\u03b9\u03cc\u03c2 TELA: KN Ld Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2a-\ud800\udc3a","po-ri-wo","Chadwick & Ventris 1973: anthroponym cf. po-ri-wa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2b","po-ro","Chadwick & Ventris 1973: 1. colts foals (dual) cf. \u03c0\u1ff6\u03bb\u03bf\u03c2 2. anthroponym KN Dd: a-wo-ti-jo OVIS: KN Dd pa-i-to: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2b-\ud800\udc09-\ud800\udc14-\ud800\udc33","po-ro-du-ma-te","de Fidio 1992: deputy du-ma Chadwick & Ventris 1973: dative singular of an obscure title see du-ma Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek de Fidio Pia 1992 Mykena\u00efka \"\"Myc\u00e8nes et Proche-Orient ou le th\u00e9or\u00e8me des mod\u00e8les\"\""],["\ud800\udc21-\ud800\udc2b","po-ro","foals"],["\ud800\udc21-\ud800\udc2b-\ud800\udc02-\ud800\udc28","po-ro-i-ra","Chadwick & Ventris 1973: anthroponym dative Appears as \"\"o-pi po-ro-i-ra\"\" on KN Od 690. LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2b-\ud800\udc12-\ud800\udc37","po-ro-ko-wa","Melena 1983: \"\"liquid allowance advanced\"\" cf. \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae 'advanced' Chadwick & Ventris 1973: outpouring cf. \u03c0\u03c1\u03bf\u03c7\u03bf\u03ae 'river-mouth outpouring' Palmer 1963: libations pourings Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\" Palmer Leonard R. 1963 The Interpretation of Mycenaean Greek Texts"],["\ud800\udc21-\ud800\udc2b-\ud800\udc23-\ud800\udc32-\ud800\udc0d","po-ro-qa-ta-jo","Chadwick & Ventris 1973: anthroponym cf. Attic \u03a0\u03c1\u03cc\u03c3\u03c0\u03b1\u03bb\u03c4\u03b1? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2b-\ud800\udc31-\ud800\udc29","po-ro-su-re","Bernab\u00e9 1996: \"\"probablamente \u03c0\u03c9\u03bb\u03bf\u03c3\u03c5\u03c1\u03ae\u03c2 'tirado por potros' compuesto del nombre del potro \u03c0\u1ff6\u03bb\u03bf\u03c2 con abundantes paralelos en otras lenguas IE y del verbo \u03c3\u03cd\u03c1\u03c9.\"\" ES: tirado por potros EN: pulled by horses Chadwick & Ventris 1973: obscure anthroponym? Bernab\u00e9 Alberto 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \"\"Estructura del l\u00e9xico mic\u00e9nico sobre el carro y sus partes\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2b-\ud800\udc33-\ud800\udc04","po-ro-te-u","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03c1\u03c9\u03c4\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2b-\ud800\udc35","po-ro-to","Chadwick & Ventris 1973: anthroponym? Appears as \"\"]si-da-jo pe-re 'po-ro-to'\"\" on KN Od 562. LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2b-\ud800\udc04-\ud800\udc33-\ud800\udc04","po-ro-u-te-u","Ram\u00f3n 2011: anthroponym cf. \u03a0\u03bb\u03bf\u03c5\u03c4\u03b5\u03cd\u03c2 \u03a0\u03bb\u03bf\u03c5\u03c4\u1fb6\u03c2 \"\"[and po-ro-te-u] may be short forms of compounds such as e.g. \u03a0\u03c1\u03ce\u03c4-\u03b1\u03c1\u03c7\u03bf\u03c2 and \u03a0\u03bb\u03bf\u03cd\u03c4-\u03b1\u03c1\u03c7\u03bf\u03c2 or simply be formed directly from \u03c0\u03c1\u1ff6\u03c4\u03bf\u03c2 'first' \u03c0\u03bb\u03bf\u1fe6\u03c4\u03bf\u03c2 'wealth'\"\" Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03bb\u03bf\u03c5\u03c4\u03b5\u03cd\u03c2 Chadwick & Ventris 1973: genitive of po-ro-u-te-u Chadwick & Ventris 1973: dative of po-ro-u-te-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc21-\ud800\udc2b-\ud800\udc39-\ud800\udc35-\ud800\udc0d","po-ro-wi-to-jo","month name"],["\ud800\udc21-\ud800\udc2b-\ud800\udc39-\ud800\udc35","po-ro-wi-to","name of a month"],["\ud800\udc21-\ud800\udc2c-","po-ru-",""],["\ud800\udc21-\ud800\udc2c-\ud800\udc05-\ud800\udc14-\ud800\udc33","po-ru-da-ma-te","Chadwick & Ventris 1973: variant spelling of po-ro-du-ma-te? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2c-\ud800\udc21-\ud800\udc06","po-ru-po-de","octapus"],["\ud800\udc21-\ud800\udc2c-\ud800\udc26-\ud800\udc32","po-ru-qo-ta","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03bf\u03bb\u03cd\u03c6\u03cc\u03bd\u03c4\u03b7\u03c2 PY Cn: OVIS PY Jn: AES PY Cn: \"\"wa-no-jo wo-wo\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2c-\ud800\udc26-\ud800\udc35","po-ru-qo-to","Ilievski 1996: anthroponym cf. Polu-guotos -guotor -pothos Chadwick & Ventris 1973: 1. anthroponym (KN Da) 2. probably an epithet (PY An) KN Da: e-ko-so KN Da: OVIS PY An: VIR GRA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\"\""],["\ud800\udc21-\ud800\udc2c-\ud800\udc35","po-ru-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc2e-\ud800\udc05-\ud800\udc03","po-se-da-o","Duhoux 2011: theonym Poseidon cf. \u03a0\u03bf\u03c3\u03b5\u03b9\u03b4\u03ac\u03c9\u03bd Chadwick & Ventris 1973: theonym \u03a0\u03bf\u03c3\u03b5\u03b9\u03b4\u03ac\u03c9\u03bd 'Poseidon' Duhoux 2011: dative 'for Poseidon' Chadwick & Ventris 1973: dative of po-se-da-o Chadwick & Ventris 1973: genitive of po-se-da-o Chadwick & Ventris 1973: variant dative of po-se-da-o Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc21-\ud800\udc2f-\ud800\udc05-\ud800\udc02-\ud800\udc0b-\ud800\udc04-\ud800\udc2f","po-si-da-i-je-u-si","Hiller 2011: 'priests in the sanctuary of Poseidon'? cf. [[po-si-da-i-jo]] Chadwick & Ventris 1973: 'for the priests of Poseidon'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux & Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc21-\ud800\udc2f-\ud800\udc05-\ud800\udc02-\ud800\udc0b-\ud800\udc04-\ud800\udc2f","po-si-da-i-je-u-si","persons pertaining to the shrine of posidaeon"],["\ud800\udc21-\ud800\udc2f-\ud800\udc05-\ud800\udc02-\ud800\udc0d","po-si-da-i-jo","temple of poseidon"],["\ud800\udc21-\ud800\udc2f-\ud800\udc10-\ud800\udc33-\ud800\udc29","po-si-ke-te-re","Chadwick & Ventris 1973: class of men: \"\"'suppliants' is an unlikely meaning perhaps 'newcomers'?\"\" cf. \u1f30\u03ba\u03ad\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc30-\ud800\udc1f-\ud800\udc29-\ud800\udc02","po-so-pe-re-i","Chadwick & Ventris 1973: anthroponym dative cf. \u03c0\u03c1\u03bf\u03c3\u03bf\u03c6\u03b5\u1f30\u03bb\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc30-\ud800\udc28-\ud800\udc12","po-so-ra-ko","man responsible for the metal melting furnace"],["\ud800\udc21-\ud800\udc30-\ud800\udc29-\ud800\udc0a","po-so-re-ja","smoke"],["\ud800\udc21-\ud800\udc33-\ud800\udc04","po-te-u","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03bf\u03bd\u03c4\u03b5\u1f50\u03c2 Chadwick & Ventris 1973: genitive of po-te-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc34-\ud800\udc0a-\ud800\udc10-\ud800\udc01","po-ti-ja-ke-e","Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc34-\ud800\udc0d","po-ti-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03cc\u03bd\u03c4\u03b9\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["Po-\ud800\udc34-\ud800\udc1b-\ud800\udc00","Po-ti-ni-a","goddess surname"],["\ud800\udc21-\ud800\udc34-\ud800\udc1b-\ud800\udc0a","po-ti-ni-ja","Hiller 2011: 'Mistress' Chadwick & Ventris 1973: the Mistress cf. \u03c0\u03cc\u03c4\u03bd\u03b9\u03b1 Wiktionary: 1. lady 2. divine title / proper name of a goddess Palaeolexicon: goddess surname Iliad I.550 I.565 IV.50: [[qo-o|\u03b2\u03bf\u1ff6]]\u03c0\u03b9\u03c2 \u03c0\u03cc\u03c4\u03bd\u03b9\u03b1 \u1f2d\u03c1\u03b7 'ox-eyed queenly Hera' Iliad IV.2: \u03c0\u03cc\u03c4\u03bd\u03b9\u03b1 \u1f2d\u03b2\u03b7 'queenly Hebe' Iliad VI.260: \u03c0\u03cc\u03c4\u03bd\u03b9\u03b1 \u03bc\u1fc6\u03c4\u03b5\u03c1 'queenly mother' Iliad VI.410 VI.470: \u03c0\u03cc\u03c4\u03bd\u03b9\u03b1 \u03bc\u03ae\u03c4\u03b7\u03c1 'queenly mother' Iliad VIII.198 VIII.218: \u03c0\u03cc\u03c4\u03bd\u03b9\u03b1 \u1f2d\u03c1\u03b7 'queenly Hera' Chadwick & Ventris 1973: defective spelling for po-ti-ni-ja-we-jo Chadwick & Ventris 1973: of or belonging to Potnia; nominative singular or plural feminine or plural neuter parallel to toponyms on the PY Jn series Chadwick & Ventris 1973: of or belonging to Potnia; nominative singular masculatine adjective Chadwick & Ventris 1973: variant spelling for po-ti-ni-ja-we-jo po-ti-ni-ja wo-ko-de (TH Of 36) Chadwick & Spyropoulos 1975 p. 89: House of Potnia \"\"may well have been at the place just south of Thebes known in classical times as \u03a0\u03cc\u03c4\u03bd\u03b9\u03b1\u03b9 (i.e. Demeter and Kore)\"\" from Pausanias IX 8.1 See details for each entry; some of these are uncertain. a-ta-na-po-ti-ni-ja (KN V 52) da-pu2-ri-to-jo po-ti-ni-ja (KN Gg 702) si-to-po-ti-ni-ja (MY Oi 701) po-ti-ni-ja i-qe-ja (PY An 1281) van Leuven 1979: epithet of Demeter or Athena or as a precursor of Leto po-ti-ni-ja a-si-wi-ja (PY Fr 1206) van Leuven 1979: epithet of Artemis e-re-wi-jo-po-ti-ni-ja (PY Vn 48) van Leuven 1979: epithet of Hera ne-wo-pe-o po-ti-ni-ja (PY Cc 665) van Leuven 1979: district not an epithet u-po-jo po-ti-ni-ja (PY Fr 1225 PY Fr 1236) van Leuven 1979: uncertain epithet Chadwick John and Theodoros Spyropoulos 1975 The Thebes Tablets II Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\" Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt) van Leuven Jon C. 1979 Kadmos Band 18 Heft 2 \u201cMycenaean Goddesses Called Potnia\u201d"],["\ud800\udc21-\ud800\udc34-\ud800\udc1b-\ud800\udc0a","po-ti-ni-ja","mistress"],["\ud800\udc21-\ud800\udc34-\ud800\udc2b","po-ti-ro","sailors"],["\ud800\udc21-\ud800\udc35","po-to","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03cc\u03bd\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc35-\ud800\udc2a-\ud800\udc0d","po-to-ri-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc35-\ud800\udc2b-\ud800\udc37-\ud800\udc20","po-to-ro-wa-pi","Chadwick & Ventris 1973: toponym probably locative instrumental plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc21-\ud800\udc39-\ud800\udc33-\ud800\udc0a","po-wi-te-ja","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc47-\ud800\udc0d-\ud800\udc2a","pte-jo-ri","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc47-\ud800\udc1c","pte-no","Bernab\u00e9 & Luj\u00e1n 2008: footboards for easier access to the chariots Chadwick & Ventris 1973: 'foot-boards for mounting' cf. \u03c0\u03c4\u03ad\u03c1\u03bd\u03b7 'heel' Petru\u0161evski 1970: 'foot-board mounting-step' Appears as \"\"] a-u-qe a-re-ta-to [[o-u-qe]] pte-no [[o-u-qe]] au-ro [[o-u-qe]] [[pe-qa-to]] CUR[\"\" on KN Sd 4402. Appears as \"\"wi-ri-ni-jo o-po-qo ke-ra-ja-pi o-pi-i-ja-pi [[o-u-qe]] pte-no [ ]CUR 1[\"\" on KN Sd 4405+. Appears as \"\"[[o-u-qe]] pte-no [[po-si]] a-ra-ru-ja a-ni-(ja)-(pi) [[wi-re-ne-o]] (o)[\"\" on KN Sd <4450>+. CUR: KN Sd Bernab\u00e9 Alberto and Eugenio R. Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Petr\u0161evski TBD 1970"],["\ud800\udc47-\ud800\udc29-\ud800\udc37","pte-re-wa","Bernab\u00e9 & Luj\u00e1n 2008: 'elm' genitive Chadwick & Ventris 1973: 'of elm-wood' cf. \u03c0\u03c4\u03b5\u03bb\u03ad\u03b7 (Iliad VI.419+) Chadwick & Ventris 1973: alternative spelling of pte-re-wa Bernab\u00e9 Alberto and Eugenio R. Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc47-\ud800\udc29-\ud800\udc37","pte-re-wa","elm tree"],["\ud800\udc46-\ud800\udc10","pu2-ke","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc46-\ud800\udc10-\ud800\udc25-\ud800\udc2a","pu2-ke-qi-ri","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc46-\ud800\udc10-\ud800\udc25-\ud800\udc2a-\ud800\udc1a-\ud800\udc0a","pu2-ke-qi-ri-ne-ja","Chadwick & Ventris 1973: anthroponym cf. pu2-ke-qi-ri Appears as \u201c(a)-ka-i-je-ja pu2-ke-qi-ri-ne-ja LANA 2\u2033 on TH Of 27. (see also du-qo-te-ja) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc46-\ud800\udc48-\ud800\udc00-\ud800\udc10-\ud800\udc29-\ud800\udc04","pu2-ra2-a-ke-re-u","Chadwick & Ventris 1973: toponym Lejeune 1962: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Lejeune M. 1962 TBD"],["\ud800\udc46-\ud800\udc48-\ud800\udc00-\ud800\udc11-\ud800\udc2a-\ud800\udc0d","pu2-ra2-a-ki-ri-jo","Chadwick & Ventris 1973: variant of pu2-ra2-a-ke-re-u? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc46-\ud800\udc28-\ud800\udc1a-\ud800\udc0d","pu2-ra-ne-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc46-\ud800\udc29-\ud800\udc03","pu2-re-o","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc46-\ud800\udc29-\ud800\udc37","pu2-re-wa","Chadwick & Ventris 1973: anthroponym dative cf. pu-re-wa BIG: KN Sc EQU: KN Sc ku LANA PA: TH Of TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc46-\ud800\udc2c-\ud800\udc05-\ud800\udc2b","pu2-ru-da-ro","Chadwick & Ventris 1973: anthroponym cf. \u03c6\u03bb\u03c5\u03b4\u03b1\u03c1\u03cc\u03c2 Palmer 1955: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Leonard R. 1955 TBD"],["\ud800\udc46-\ud800\udc2f-\ud800\udc0a-\ud800\udc12","pu2-si-ja-ko","Chadwick & Ventris 1973: anthroponym cf. pu-[.]-a2-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc46-\ud800\udc33-\ud800\udc29","pu2-te-re","Chadwick & Ventris 1973: 'planters'? cf. \u03c6\u03c5\u03c4\u03b5\u03cd\u03c9 pu-te Palmer 1963: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Leonard R. 1963 The Interpretation of Mycenaean Greek Texts"],["\ud800\udc46-\ud800\udc34-\ud800\udc0a","pu2-ti-ja","Chadwick & Ventris 1973: anthroponym Ruijgh 1967: anthroponym hypocoristic of -\u03c6\u03c5\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 1967 TBD"],["\ud800\udc46-\ud800\udc35","pu2-to","Chadwick & Ventris 1973: anthroponym dative cf. \u03a0\u03cd\u03b8\u03bf\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc05-\ud800\udc30","pu-da-so","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc02-\ud800\udc29-\ud800\udc39","pu-i-re-wi","Chadwick & Ventris 1973: anthroponym dative *190: MY Go Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc0f-\ud800\udc2b","pu-ka-ro","Chadwick & Ventris 1973: probably anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc0f-\ud800\udc32-\ud800\udc2a-\ud800\udc0a","pu-ka-ta-ri-ja","Killen 2000-2001: 'cloak'? by way of its purple / crimson colouring and evidence from Homer Chadwick & Ventris 1973: description of TELA+PU; 'of double thickness folded'? cf. \u03c0\u03c4\u03c5\u03ba\u03cc\u03c2 \u03c0\u03c5\u03ba\u03bd\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen John T. 2000-2001 Kadmos 35-36 \"\"A Note on the Knossos Tablet L 5561\"\""],["\ud800\udc22-\ud800\udc0f-\ud800\udc3a","pu-ka-wo","Chadwick & Ventris 1973: 'fire-kindlers' a religious title? cf. \u03c0\u03c5\u03c1\u03ba\u03b1\u03b5\u03cd\u03c2 'pyre' (Iliad VII.428+) cf. \u03c0\u03c5\u03c1\u03af\u03ba\u03b1\u03bf\u03b9 Appears as \"\"pi-[.]-te pu-ka-wo VIR 3 [\"\" on PY An 427. VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc10-\ud800\udc03","pu-ke-o","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc10-\ud800\udc2e-\ud800\udc2b","pu-ke-se-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc12-\ud800\udc2b","pu-ko-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc12-\ud800\udc30","pu-ko-so","(as pu-ko-so e-ke-e) Chadwick & Ventris 1973: 'with box-wood supports' cf. \u03c0\u03cd\u03be\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc12-\ud800\udc35","pu-ko-to","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc12-\ud800\udc3a","pu-ko-wo","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03c5\u03c1\u03ba\u03cc\u03bf\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc12-\ud800\udc3a","pu-ko-wo","the guardian of the fire"],["\ud800\udc22-\ud800\udc14-\ud800\udc28-\ud800\udc12","pu-ma-ra-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc19-\ud800\udc30","pu-na-so","Melena 1976: toponym perhaps classical \u03a0\u03b1\u03bd\u03b1\u03c3\u03cc\u03c2 or present-day Nassus Chadwick & Ventris 1973: toponym Hallager 1992: personal name cf. pu-na-so Chadwick & Ventris 1973: ethnic adjective of pu-na-so pu-na-so + connective enclitic qe Appears as \"\"do-ti-ja / ra-ja pu-na-so-qe ra-su-to-qe a-to-mo\"\" on KN C 979+. Appears on tablets with e-me-si-jo at KN De and KN E. pu-na-si-jo (KN B): a-ra-ka-joanthroponym e-wi-to-woanthroponym ma-di-qoanthroponym po-ki-teanthroponym to-wa-noanthroponym pu-na-so (KN Dn): ra-jatoponym GRA: KN E? KO: KN Ga OVIS: KN Da KN Dc KN Dd KN De KN Dn SUS: KN C VIR: KN B ku-ka-no (a-te-jo)hapax: KN Dc mo-qo-so (e-me-si-jo): KN De po-me: KN Dd ta-*49-rohapax: KN Da ti-mi-(nu)-(wo): KN Ga wi-ro-johapax: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hallager Erik Birgitta P. Hallager and Maria Vlasakis 1992 Kadmos 31 (Band XXXI Heft 1) \"\"New Linear B tablets from Khania\"\" Melena Jos\u00e9 L. 1976 Minos 15 \"\"Coriander on the Knossos tablets\"\" kar WNXIV.169 OVIS inventory"],["\ud800\udc22-\ud800\udc19-\ud800\udc35","pu-na-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc1d-\ud800\udc30","pu-nu-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc28-\ud800\udc12","pu-ra-ko","Chadwick & Ventris 1973: anthroponym? if complete cf. \u03a6\u03cd\u03bb\u03b1\u03ba\u03bf\u03c2 (Iliad VI.35) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc28-\ud800\udc30","pu-ra-so","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03cd\u03c1\u03b1\u03c3\u03bf\u03c2 (Iliad XI 491) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc28-\ud800\udc32","pu-ra-ta","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03c5\u03bb\u03ae\u03c4\u03b7\u03c2 ethnic \u03a0\u03c5\u03bb\u03ac\u03c1\u03c4\u03b7\u03c2 (Iliad XI.491) Chadwick & Ventris 1973: genitive of pu-ra-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc28-\ud800\udc04-\ud800\udc35-\ud800\udc2b","pu-ra-u-to-ro","Chadwick & Ventris 1973: 'fire-tongs' cf. \u03c0\u03cd\u03c1\u03b1\u03c5\u03c3\u03c4\u03c1\u03b1=\u03c0\u03c5\u03c1\u03ac\u03b3\u03c1\u03b1 \u03c0\u03cd\u03c1\u03b1\u03c5\u03c3\u03c4\u03c1\u03bf\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc28-\ud800\udc04-\ud800\udc35-\ud800\udc2b","pu-ra-u-to-ro","tongs"],["\ud800\udc22-\ud800\udc29-\ud800\udc37","pu-re-wa","Chadwick & Ventris 1973: anthroponym cf. \u03a6\u03c5\u03bb\u03b5\u03cd\u03c2 pu2-re-wa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc2a","pu-ri","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03cd\u03c1\u03b9\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc30","pu-so","Chadwick & Ventris 1973: toponym pu-(so) in KN Dn: ru-ki-totoponym pu-si-jo in KN E: ru-ki-ti-joethnic ti-ri-ti-joethnic tu-ri-si-joethnic qa-mi-joethnic qa-ra-joethnic ra-ti-joethnic u-ta-ni-joethnic pu-si-jo in KN Og: ru-ki-ti-joethnic qa-mi-joethnic qa-ra-joethnic tu-ri-si-joethnic GRA: KN E M: KN Og OVIS: KN Da KN Dc KN Dv VIR: KN As po-ka-rohapax: KN Da qa-qa-rohapax: KN As si-ki-tohapax: KN Da ta-na-po-sohapax: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Henle Jane Elizabeth 1953 A Study in Word Structure in Minoan Linear B"],["\ud800\udc22-\ud800\udc32","pu-ta","Chadwick & Ventris 1973: young plants cf. \u03c6\u03c5\u03c4\u03cc\u03bd (Iliad VI 195+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc32-\ud800\udc2a-\ud800\udc0a","pu-ta-ri-ja","Chadwick & Ventris 1973: 'orchard vineyard' cf. \u03c6\u03c5\u03c4\u03b1\u03bb\u03b9\u03ae Iliad VI.195: \u03ba\u03b1\u03bb\u1f78\u03bd \u03c6\u03c5\u03c4\u03b1\u03bb\u03b9\u1fc6\u03c2 \u03ba\u03b1\u1f76 \u1f00\u03c1\u03bf\u03cd\u03c1\u03b7\u03c2 \u201ca fair tract of orchard and of plough land\u201d Iliad XII.314: \u03ba\u03b1\u03bb\u1f78\u03bd \u03c6\u03c5\u03c4\u03b1\u03bb\u03b9\u1fc6\u03c2 \u03ba\u03b1\u1f76 \u1f00\u03c1\u03bf\u03cd\u03c1\u03b7\u03c2 \u03c0\u03c5\u03c1\u03bf\u03c6\u03cc\u03c1\u03bf\u03b9\u03bf \"\"a fair tract of orchard and of wheat-bearing plough-land\"\" KN E: GRA? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc32-\ud800\udc32","pu-ta-ta","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc33","pu-te","Chadwick & Ventris 1973: 1. planter cf. \u03c6\u03c5\u03c4\u03b5\u03cd\u03c9 2. anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc33-\ud800\udc2a-\ud800\udc0a","pu-te-ri-ja","Chadwick & Ventris 1973: 1. variant spelling of pu-ta-ri-ja? 2. derivative of pu-te? Appears as \"\"[[e-ri-ke-re-we]] / e-ke-pu-te-ri-ja [\"\" on KN Uf 981 with \"\"ko-(to)-i-na\"\" on line .a. Appears as \"\"pe-ri-je-ja / e-ke pu-te-ri-ja DA 1 ti-ri-to\"\" on KN Uf 1031+ with \"\"(ko)-to-i-na\"\" on line .a. Appears as \"\"pe-ri-qo-ta / e-ke-pu-te[\"\" on KN Uf 1022+ with ko-to-(i) on line .a. DA: KN Uf ti-ri-to: KN Uf [[e-ke-pu-te-ri-ja]] = e-ke + pu-te-ri-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc33-\ud800\udc2a-\ud800\udc0a","pu-te-ri-ja","plantation"],["\ud800\udc22-\ud800\udc33-\ud800\udc04","pu-te-u","Chadwick & Ventris 1973: anthroponym cf. \u03a6\u03c5\u03b8\u03b5\u03cd\u03c2 \u03a6\u03c5\u03c4\u03b5\u03cd\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc34-\ud800\udc0a","pu-ti-ja","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03c5\u03b8\u03af\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc35-\ud800\udc2b","pu-to-ro","Chadwick & Ventris 1973: 1. (PY Vn) \"\"item in list of building materials\"\" 2. (KN As KN Da) anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc37","pu-wa","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03cd\u03c1\u03c1\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc37-\ud800\udc1a","pu-wa-ne","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc39-\ud800\udc1c","pu-wi-no","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03cd\u03c1\u03c1\u03b9\u03bd\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc3a","pu-wo","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03cd\u03c1\u03c1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc3c-\ud800\udc12","pu-za-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc22-\ud800\udc3f","pu-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc5b-\ud800\udc35","qa-*83-to","Chadwick & Ventris 1973: anthroponym? DA: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc05-\ud800\udc30","qa-da-so","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03ae\u03b4\u03b1\u03c3\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc07-\ud800\udc0a","qa-di-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc02-\ud800\udc21","qa-i-po","Chadwick & Ventris 1973: anthroponym KN Dg: su-ri-mo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc15-\ud800\udc2f-\ud800\udc0d","qa-me-si-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc16-\ud800\udc2f-\ud800\udc0d","qa-mi-si-jo","Chadwick & Ventris 1973: anthroponym cf. qa-me-si-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc17","qa-mo","Chadwick & Ventris 1973: toponym Melena 1974 Petrusevski 1968: toponym \u03a0\u03ac\u03bd\u03bd\u03bf\u03bd\u03b1 Faure 1967: toponym deformation of \u03a4\u03ac\u03bd\u03bf\u03c2 Chadwick & Ventris 1973: ethnic adjective of qa-mo Chadwick & Ventris 1973: ethnic adjective of qa-mo Appears as \"\"qa-mo u-ta-jo-jo\"\" on KN Da. qa-mo (KN Dn): u-ta-notoponym qa-mi-jo (KN E): qa-ra-joethnic ra-ti-joethnic pu-si-joethnic ru-ki-ti-joethnic ti-ri-ti-joethnic tu-ri-si-joethnic u-ta-ni-joethnic qa-mi-jo (KN Og): pu-si-joethnic qa-ra-joethnic ru-ki-ti-joethnic tu-ri-si-joethnic AROM: KN Ga DA: KN Ak GRA: KN E ko-wa: KN Ap ko-wo: KN Ap M: KN Og MUL: KN Ak OVIS: KN Da KN Db KN Dg TA: KN Ak TELA+TE: KN Lc KN Le *168+SE: KN Pp a-wa-sotu-ni-ja: KN Db da-i-ze-tohapax: KN Da si-ta-roda-wo: KN Dg ta-u-na-soqa-ra: KN Ga? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Faure Paul 1967 Kadmos 6 \u00abToponymes pr\u00e9hell\u00e9niques dans la Cr\u00e8te moderne\u00bb Melena Jos\u00e9 L. 1974 Minos 15 \"\"Coriander on the Knossos tablets\"\" Petrusevski Mihail D. 1968 (ZA) 18:1 \"\"Me-za-na me-za-ne; qa-mo (qa-mi-jo -ja); zo-wa e-pi-zo-ta\"\""],["\ud800\udc23-\ud800\udc19-\ud800\udc1c-\ud800\udc35","qa-na-no-to","Chadwick & Ventris 1973: toponym OVIS: KN Da KN Db KN Dv ]ma: KN Db ](o)-ta2-no: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc1d-\ud800\udc37-\ud800\udc30","qa-nu-wa-so","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u03b1\u03bd\u03cd\u03b1\u03c3\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc45-\ud800\udc30","qa-nwa-so","Chadwick & Ventris 1973: toponym KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc23-\ud800\udc2b","qa-qa-ro","Chadwick & Ventris 1973: anthroponym Lejeune 1968: cf. Linear A qa-qa-ru Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Lejeune 1968 TBD"],["\ud800\udc23-\ud800\udc48","qa-ra2","Chadwick & Ventris 1973: anthroponym cf. \u03a0\u1f00\u03bb\u03bb\u03b1\u03c2 -\u03b1\u03bd\u03c4\u03bf\u03c2 Chadwick & Ventris 1973: dative of qa-ra2 Chadwick & Ventris 1973: \"\"to the house of\"\" qa-ra2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc48-\ud800\udc2b","qa-ra2-ro","Chadwick & Ventris 1973: anthroponym KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc48-\ud800\udc34-\ud800\udc0d","qa-ra2-ti-jo","Chadwick & Ventris 1973: anthroponym KN Dg: ti-ri-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc48-\ud800\udc3a","qa-ra2-wo","Chadwick & Ventris 1973: anthroponym KN Ce: a-qi-ru Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc28-\ud800\udc06-\ud800\udc2b","qa-ra-de-ro","Chadwick & Ventris 1973: \"\"possibly name of a material?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc28-\ud800\udc02-\ud800\udc30","qa-ra-i-so","Chadwick & Ventris 1973: anthroponym cf. toponym \u03a0\u03c1\u03b1\u03b9\u03c3\u03cc\u03c2 Palmer 1955: anthroponym cf. \u0392\u03bb\u03b1\u1fd6\u03c3\u03bf\u03c2 KN V: [[si-ra-no]]hapax anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek Palmer Leonard R. 1955 TBD"],["\ud800\udc23-\ud800\udc28-\ud800\udc0d","qa-ra-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc28","qa-ra","Melena 1974: toponym Palla near Vener\u00e1ton Chadwick & Ventris 1973: toponym Ruijgh 1967: toponym \u03a6\u03b1\u03c1\u03b1\u03af Appears as \"\"qa-ra se-wo-to\"\" on KN Da 1268. Appears as \"\"qa-ra [[pi-di-jo]]\"\" on KN Uf 836. qa-ra in KN Dn: ti-ri-totoponym qa-ra in KN V: ru-ki-totoponym qa-ra-jo in KN E: pu-si-joethnic ru-ki-ti-joethnic ti-ri-ti-joethnic tu-ri-si-joethnic qa-mi-joethnic ra-ti-joethnic u-ta-ni-joethnic qa-ra-jo in KN Og: pu-si-joethnic ru-ki-ti-joethnic qa-mi-joethnic tu-ri-si-joethnic KN Da: ki-*18-i-so ru-na-mo KN Db: a-no-ke-we ko-ri-jo qi-ja-to u-ra-jora-su-to KN De: a-nu-mo ka-mi-ni-toku-ta-to ku-ja-ro me-ri-wa-ta qi-si-tahapax ta-di-*22-sohapax ta-u-na-sohapax KN Dv: we-wa-do-ro KN L: i-se-we-ri-jo KN Uf: ku-ka-da-ro GRA: KN E M: KN Og OVIS: KN Da KN Db KN De KN Dn KN Dv TELA+PU: KN L KN Uf: DA PA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1974 Minos 15 \"\"Coriander on the Knossos tablets\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc23-\ud800\udc28-\ud800\udc03","qa-ra-o","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc28-\ud800\udc31-\ud800\udc34-\ud800\udc0d","qa-ra-su-ti-jo","Chadwick & Ventris 1973: anthroponym M: KN Nc OVIS: KN Dd da-*22-to: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc2d-\ud800\udc12","qa-sa-ko","Chadwick & Ventris 1973: anthroponym KN Dd: pa-tianthroponym wi-su-ro u-wa-ta qi-zo ma-ra-pi-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc2d-\ud800\udc2b-\ud800\udc38","qa-sa-ro-we","Chadwick & Ventris 1973: toponym CROC: KN Np? OVIS: KN Db u-ra-jo (a-te-jo)qa-ra ra-su-to: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc2f-\ud800\udc05-\ud800\udc2b","qa-si-da-ro","Chadwick & Ventris 1973: anthroponym KN Db KN Dv: ku-ta-to KN Db: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc2f-\ud800\udc29-\ud800\udc04","qa-si-re-u","Chadwick & Ventris 1973: chief cf. \u03b2\u03b1\u03c3\u03b9\u03bb\u03b5\u03cd\u03c2 Cypriot pa-si-le-wo-se Iliad I.80 II.205 III.179: \u03b2\u03b1\u03c3\u03b9\u03bb\u03b5\u03cd\u03c2 'king' Appears as \"\"qa-si-re-u a-pi-qo-ta\"\" on PY Jn 431. Appears as \"\"qa-si-re-u pa-qo-(si)[\"\" on PY Jn 601. Appears as \"\"e-ri-ko-wo qa-si-re-u\"\" on PY Jn 845. Appears as \"\"a-ke-ro qa-si-re-u\"\" on PY Jo 438. AES: PY Jn AUR: PY Jo Iliad I.410: \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03bf\u03c2 'of their king' Iliad II.54: \u03a0\u03c5\u03bb\u03bf\u03b9\u03b3\u03b5\u03bd\u03ad\u03bf\u03c2 \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03bf\u03c2 '[of] Pylos-born king' Iliad II.85: \u03c3\u03ba\u03b7\u03c0\u03c4\u03bf\u1fe6\u03c7\u03bf\u03b9 \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03b5\u03c2 'sceptered kings' Iliad II.188 VI.163: \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03b1 'king' Iliad II.247 III.270: \u03b2\u03b1\u03c3\u03b9\u03bb\u03b5\u1fe6\u03c3\u03b9\u03bd '[of the] kings' Iliad II.277 IX.59: \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03b1\u03c2 'at kings kings of' Iliad II.445: \u03b4\u03b9\u03bf\u03c4\u03c1\u03b5\u03c6\u03ad\u03b5\u03c2 \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03b5\u03c2 'Zeus-nurtured kings' Iliad II.572: \u03a3\u03b9\u03ba\u03c5\u1ff6\u03bd\u1fbd \u1f45\u03c5\u1fbd \u1f04\u03c1\u1fbd \u1f0c\u03b4\u03c1\u03b7\u03c3\u03c4\u03bf\u03c2 \u03c0\u03c1\u1ff6\u03c4 \u1f10\u03bc\u03b2\u03b1\u03c3\u03af\u03bb\u03b5\u03c5\u03b5\u03bd '[in] Sicyon in which first Adrastus was king' Iliad III.170: \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03b9 'kingly' Iliad IV.95: \u1f08\u03bb\u03b5\u03be\u03ac\u03bd\u03b4\u03c1\u1ff3 \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03b9 'of king Alexander' Iliad IV.338: \u03b4\u03b9\u03bf\u03c4\u03c1\u03b5\u03c6\u03ad\u03b5\u03c2 \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03bf\u03c2 'Zeus-nurtured king' (genitive singular) Iliad IV.402: \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03bf\u03c2 '[of the] king' (genitive singular) Iliad VI.193: \u03c4\u03b9\u03bc\u1fc6\u03c2 \u03b2\u03b1\u03c3\u03b9\u03bb\u03b7\u03b9\u03b4\u03bf\u03c2 'kingly honor' (adjective) Iliad VII.106 VII.344 IX.710: \u03b2\u03b1\u03c3\u03b9\u03bb\u1fc6\u03b5\u03c2 'kings' Iliad VIII.236: \u1f51\u03c0\u03b5\u03c1\u03bc\u03b5\u03bd\u03ad\u03c9\u03bd \u03b2\u03b1\u03c3\u03b9\u03bb\u03ae\u03c9\u03bd 'mighty kings' Iliad IX.160 IX.392: \u03b2\u03b1\u03c3\u03b9\u03bb\u03b5\u03cd\u03c4\u03b5\u03c1\u03cc\u03c2 'kingly' Iliad IX.334 IX.346: \u03b2\u03b1\u03c3\u03b9\u03bb\u03b5\u1fe6\u03c3\u03b9 '[to] kings' Iliad IX.616: \u03b2\u03b1\u03c3\u03af\u03bb\u03b5\u03c5\u03b5 'king' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt)"],["\ud800\udc23-\ud800\udc2f-\ud800\udc29-\ud800\udc04","qa-si-re-u","king local leader"],["\ud800\udc23-\ud800\udc2f-\ud800\udc29-\ud800\udc39-\ud800\udc0a","qa-si-re-wi-ja","Chadwick & Ventris 1973: probably feminine singular cf. qa-si-re-u Appears as \u201cqa-si-re-wi-ja di-pa a-no-wo-to\u201d on KN K 875. See qa-si-re-u for inflections. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc34-\ud800\udc0a","qa-ti-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc23-\ud800\udc35-\ud800\udc1c-\ud800\udc2b","qa-to-no-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["qe","qe","and"],["\ud800\udc24-\ud800\udc05-\ud800\udc08-\ud800\udc2b","qe-da-do-ro","Chadwick & Ventris 1973: anthroponym Appears as \"\"qe-da-do-ro pa-na-so\"\" on KN Uf 121+. DA: KN Uf OVIS: KN De ru-ki-to: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc1e-\ud800\udc32-\ud800\udc1c","qe-pa-ta-no","Chadwick & Ventris 1973: anthroponym? TELA+TE: KN Ln Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc25-\ud800\udc1c-\ud800\udc15-\ud800\udc19","qe-qi-no-me-na","Chadwick & Ventris 1973: nominative singular feminine and probably instrumental plural of qe-qi-no-me-no Luj\u00e1n & Bernab\u00e9 2008: \"\"In contrast with a-ja-me-no 'inlaid' which is always followed by an instrumental of material on the tablets qe-qi-no-me-no is followed by an instrumental referring to items with a specific shape so qe-qi-no-me-no/qe-qi-no-to to-qi-de must mean 'carved with a spiral' [...] qe-qi-no-me-no [[e-wi-su-*79-ko]] perhaps 'carved with two symmetrical gazelles' [...]\"\" Chadwick & Ventris 1973: carved cf. \u03b4\u03b9\u03bd\u03c9\u03c4\u03cc\u03c2 cf. (-to) e-re-pa-to e-ri-no-wo-to ko-ma-we-to Chadwick & Ventris 1973: \"\"it is carved\"\" third person singular perfect qe-qi-no-to + connective enclitic qe Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc28-\ud800\udc07-\ud800\udc2a-\ud800\udc0d","qe-ra-di-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u03ae\u03bb\u03b1\u03bd\u03b4\u03c1\u03bf\u03c2 *165: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc28-\ud800\udc19","qe-ra-na","a vase type"],["\ud800\udc24-\ud800\udc28-\ud800\udc19","qe-ra-na","Chadwick & Ventris 1973: \"\"a bronze ewer or 'oinochoe' of the type usual in the surviving bronze hoards: these generally show a horizontal ring 2/3 of the way from handle to base to help in pouring (cf. \u03ba\u03bf\u03c1\u03c9\u03bd\u03ccF\u03b5\u03c3\u03c3\u03b1 Ta 711?). Palmer's comparison with \u03c0\u03ad\u03bb\u03b1\u03bd\u03bf\u03c2 'funerary libation' would apparently involve an unetymological use of q-. Alternately cf. Old Norse huerna 'pot' Gothic hwairnei (fem.) 'cranium' (cf. Lat. testa)?\"\" Palmer TBD: funerary libation cf. \u03c0\u03ad\u03bb\u03b1\u03bd\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer TBD"],["\ud800\udc24-\ud800\udc28-\ud800\udc2f-\ud800\udc0a","qe-ra-si-ja","Chadwick & Ventris 1973: theonym possibly connected with \u0398\u03ae\u03c1 cf. \u03c0\u03cc\u03c4\u03bd\u03b9\u03b1 \u03b8\u03b7\u03c1\u1ff6\u03bd Palaeolexicon: epithet of Artemis Chadwick & Ventris 1973: male counterpart? error? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc28-\ud800\udc2f-\ud800\udc0a","qe-ra-si-ja","epithet of artemis"],["\ud800\udc24-\ud800\udc29-\ud800\udc14-\ud800\udc03","qe-re-ma-o","Chadwick & Ventris 1973: anthroponym cf. \u03c4\u03b7\u03bb\u03b5- (\u039f\u1f30\u03bd\u03cc)-\u03bc\u03b1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc29-\ud800\udc15-\ud800\udc1a-\ud800\udc04","qe-re-me-ne-u","Chadwick & Ventris 1973: anthroponym PY Jn: a-ti-ja-wo ku-ke-re-u ma-ta-ko na-pu-ti-jo [[po-so-ro]] [[wa-ra-ko-no]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc29-\ud800\udc26-\ud800\udc32","qe-re-qo-ta","K\u00f6lligan 2000-2001: anthroponym cf. \u03c4\u03b7\u03bb\u03b5\u03b2\u03cc\u03bb\u03bf\u03c2 'aus der Ferne treffend (striking from afar)' or possibly *guhen- 'schwellen prangen (swell resplendent)' Chadwick & Ventris 1973: anthroponym \"\"spelt pe-re-qo-ta\"\" a-no-qo-ta-o a-pi-qo-ta-o pe-ri-qo-ta-o su-qo-ta-o wi-jo-qo-ta-o Chadwick & Ventris 1973: genitive of qe-re-qo-ta a-da-ma-o-jo on PY En 659 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek K\u00f6lligan Daniel 2000-2001 Minos 35-36 \"\"Myk. qe-re-qo-ta Alph.-Gr. \u03a4\u03b7\u03bb\u03b5\u03b2\u03cc\u03bb\u03bf\u03c2\"\""],["\ud800\udc24-\ud800\udc2a","qe-ri","Chadwick & Ventris 1973: anthroponym OVIS: KN Df do-ti-ja: KN Df Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc2a-\ud800\udc0d","qe-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u0398\u03b7\u03c1\u03af\u03c9\u03bd genitive of qe-ri-jo ko-wa: KN Ag MUL: KN Ag SUS: TH Wu VIR: KN Ag a-ma-ru-to: TH Wu Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc4a","qe-ro2","Chadwick & Ventris 1973: 'arm-guards' cf. \u03c8\u03ad\u03bb\u03b9\u03bf\u03bd Georgiev 1956: l'\u00e9pith\u00e8te d'un vase cf. \u03c4\u03ad\u03bb\u03b5\u03b9\u03bf\u03c2 Doric de Cr\u00e8te \u03c4\u03ad\u03bb\u03b7\u03bf\u03c2 KN Sk: [[e-po-mi-jo]] Appears as \"\"qe-ro2 AES *255\"\" on KN K 740. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Georgiev Vladimir 1956 \u00c9tudes Myc\u00e9niennes Gif-sur-Yvette 3-7 Avril 1956 \u201cLa valeur phon\u00e9tique de quelques signes du syllabaire Cr\u00e9to-Myc\u00e9nien B\u201d"],["\ud800\udc24-\ud800\udc2b","qe-ro","bracelet"],["\ud800\udc24-\ud800\udc2b","qe-ro","Chadwick & Ventris 1973: anthroponym OVIS: KN Db TELA: KN As VIR: KN As ri-jo-no: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc32-\ud800\udc28-\ud800\udc0b-\ud800\udc04","qe-ta-ra-je-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc32-\ud800\udc2e-\ud800\udc04","qe-ta-se-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc33-\ud800\udc0d","qe-te-jo","Chadwick & Ventris 1973: 'to be paid' 'due' \"\"Etymology uncertain: possibly queiteios from root of \u03c4\u03af\u03bd\u03c9 with analogical e-grade in root and suffix -teios (but -\u03c4\u03ad\u03bf\u03c2 believed to be Variants Duhoux 2008: 'to be paid (?)' cf. \u03c4\u03af\u03bd\u03c9 'pay' [\u1f00\u03c0\u03bf]\u03c4\u03b9\u03c3\u03c4\u03ad\u03bf\u03bd \"\"A meaning such as 'to be delivered (??)' would perhaps better fit all the contexts but it cannot be given a satifactory Greek interpretation.\"\" Chadwick & Ventris 1973: variant spelling of qe-te-jo Chadwick & Ventris 1973: neuter plural of qe-te-jo? Chadwick & Ventris 1973: variant spelling of qe-te-a? Appears as \"\"re-po-to qe-te-o ki-to\"\" on KN L 693. Appears as \"\"qe-te-a te-re-no\"\" on KN Fp 363. Appears as \"\"*63-te-ra-de [[di-wi-ja-me-ro]] qe-te-jo \"\" on TH Gp 109. qe-te-o KN L: po-po AES: KN L HORD: PY Un OLE: KN Fh KN Fp OLE+PA: PY Fr TELA: KN L VIN: TH Gp [[pu-ro]]: PY Un Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc24-\ud800\udc33-\ud800\udc2e-\ud800\udc04","qe-te-se-u","Chadwick & Ventris 1973: anthroponym cf. \u03c6\u03b8\u03b5\u03b9\u03c3\u03ae\u03bd\u03c9\u03c1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35","qe-to","Chadwick & Ventris 1973: name of a vessel; nominative dual and plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35","qe-to","Chadwick & Ventris 1973: name of a vessel; nominative dual and plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35","qe-to","Chadwick & Ventris 1973: name of a vessel; nominative dual and plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35","qe-to","Chadwick & Ventris 1973: name of a vessel; nominative dual and plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35","qe-to","Chadwick & Ventris 1973: name of a vessel; nominative dual and plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35","qe-to","Chadwick & Ventris 1973: name of a vessel; nominative dual and plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35-\ud800\udc2b-\ud800\udc1c","qe-to-ro-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35-\ud800\udc2b-\ud800\udc21-\ud800\udc20","qe-to-ro-po-pi","Chadwick & Ventris 1973: instrumental plural four-footed animals cf. \u03c4\u03b5\u03c4\u03c1\u03ac\u03c0\u03bf\u03b4\u03b1 (Herodotus) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35-\ud800\udc2b-\ud800\udc38","qe-to-ro-we","Chadwick & Ventris 1973: with four handles qe-to-ro-we is confirmed with the ideogram of a 4-handled vase *202VAS on PY Ta 641 which also includes ti-ri-jo-we with a 3-handled ideogram and a-no-we with a handless ideogram. qe-to-ro \u03c4\u03b5\u03c4\u03c1\u03b1 four + we \u03bf\u1f56\u03c2 \u03bf\u1f54\u03b1\u03c4\u03b1 \u03bf\u1f54\u03b1\u03c4\u03bf\u03c2 ear handle Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc24-\ud800\udc35-\ud800\udc2b-\ud800\udc38","qe-to-ro-we","vase type"],["\ud800\udc24-\ud800\udc35","qe-to","vase type"],["\ud800\udc24-\ud800\udc37-\ud800\udc28","qe-wa-ra","Chadwick & Ventris 1973: meaning obscure CORN: KN Mc *142: KN Mc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc0a-\ud800\udc35","qi-ja-to","Chadwick & Ventris 1973: anthroponym KN Db: qa-ra KN Db: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc0a-\ud800\udc3f","qi-ja-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc25-\ud800\udc12-\ud800\udc38-\ud800\udc01","qi-ko-we-e","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc19","qi-na","(as o-pi-qi-na) Chadwick & Ventris 1973: anthroponym? dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc1b-\ud800\udc33-\ud800\udc38","qi-ni-te-we","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc45-\ud800\udc30","qi-nwa-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc24-\ud800\udc2b","qi-qe-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc28","qi-ra","baby"],["\ud800\udc25-\ud800\udc2a-\ud800\udc0a-\ud800\udc35","qi-ri-ja-to","Duhoux 2008: 'he bought' cf. \u03c0\u03c1\u03af\u03b1\u03c4\u03bf \u1f10\u03c0\u03c1\u03af\u03b1\u03c4\u03bf; \"\"Homer uses \u03c0\u03c1\u03af\u03b1\u03c4\u03bf only apropos of the purchase of slaves.\"\" Chadwick & Ventris 1973: 'he bought' cf. \u03c0\u03c1\u03af\u03b1\u03c4\u03bf Appears as \"\"]ko / si-ra-ko // qi-ri-ja-to \"\" on KN Ai 5976+. Appears as \"\"](pi)-ro / si-ra-ko qi-ri-ja-to //\"\" on KN B 822. Appears as \"\"pa-qo-si-jo [[si-ra]] qi-ri-ja-to [\"\" on KN B 988+. MUL: KN Ai? do-e-ro VIR: KN B? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc25-\ud800\udc2a-\ud800\udc0a-\ud800\udc35","qi-ri-ja-to","he bought"],["\ud800\udc25-\ud800\udc2a-\ud800\udc32-\ud800\udc12","qi-ri-ta-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc2f-\ud800\udc0a-\ud800\udc12","qi-si-ja-ko","Chadwick & Ventris 1973: anthroponym PY Jn 706 AES: a-no-me-de a3-so-ni-jo ke-ta ka-pa-ra2 ku-ri-sa-to ma-ra-si-jo mu-to-na pe-ri-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc2f-\ud800\udc1f-\ud800\udc01","qi-si-pe-e","Bernab\u00e9 & Luj\u00e1n 2008: 'two swords' with ideogram *234 \"\"in what seems to be the inventory of the equipment of a banqueting hall.\"\" Chadwick & Ventris 1973: 'two swords' nominative dual cf. \u03be\u03af\u03c6\u03bf\u03c2 Bernab\u00e9 Alberto and Eugenio R. Luj\u00e1n 2008 A Companion Guide to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc2f-\ud800\udc1f-\ud800\udc01","qi-si-pe-e","swords"],["\ud800\udc25-\ud800\udc2f-\ud800\udc32","qi-si-ta","Chadwick & Ventris 1973: anthroponym qa-ra: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc32-\ud800\udc2b","qi-ta-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc3a","qi-wo","Chadwick & Ventris 1973: toponym or anthroponym? If anthroponym cf. \u03b2\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc25-\ud800\udc3f","qi-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc26-\ud800\udc0a-\ud800\udc2f","qo-ja-si","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc26-\ud800\udc0a-\ud800\udc33","qo-ja-te","Chadwick & Ventris 1973: anthroponym Appears as \"\"qo-ja-(te) a-pu-do-ke ti-ra [\"\" on KN Od 681. LANA: KN Od? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc26-\ud800\udc32","qo-ta","Chadwick & Ventris 1973: 1. (PY Na) toponym 2. (MY V) anthroponym + connective enclitic -qe PY Na: SA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc26-\ud800\udc32","qo-ta","Chadwick & Ventris 1973: 1. (PY Na) toponym 2. (MY V) anthroponym + connective enclitic -qe PY Na: SA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc26-\ud800\udc33-\ud800\udc2b","qo-te-ro","Chadwick & Ventris 1973: anthroponym ko-no-so: KN As? pa-i-to: KN Da OVIS: KN Da VIR: KN As PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc26-\ud800\udc04-\ud800\udc0f-\ud800\udc28","qo-u-ka-ra","decorative item"],["\ud800\udc26-\ud800\udc04-\ud800\udc12-\ud800\udc2b","qo-u-ko-ro","Chadwick & Ventris 1973: oxherds cf. \u03b2\u03bf\u03c5\u03ba\u03cc\u03bb\u03bf\u03b9 (Iliad XIII 571+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc26-\ud800\udc04-\ud800\udc12-\ud800\udc2b","qo-u-ko-ro","cowherds shepherds"],["\ud800\udc26-\ud800\udc04-\ud800\udc26-\ud800\udc32","qo-u-qo-ta","Chadwick & Ventris 1973: anthroponym dative cf. \u0392\u03bf\u03c5\u03b2\u03cc\u03c4\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc26-\ud800\udc04-\ud800\udc26-\ud800\udc32","qo-u-qo-ta","ox-pasturer"],["\ud800\udc26-\ud800\udc37-\ud800\udc10-\ud800\udc2e-\ud800\udc04","qo-wa-ke-se-u","Chadwick & Ventris 1973: anthroponym cf. \u03b2\u03bf\u1fe6\u03c2 \u1f04\u03b3\u03b5\u03b9\u03bd Heubeck 1957: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc01-\ud800\udc0a","ra-e-ja","Bernab\u00e9 & Luj\u00e1n 2008: adjective of 'stone' cf. \u03bb\u1fb6\u03b1\u03c2 \u03bb\u1fb6\u03bf\u03c2 'stone' Bernab\u00e9 Alberto and Eugenio R. Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d"],["\ud800\udc28-\ud800\udc01-\ud800\udc0a","ra-e-ja","(made) of stone"],["\ud800\udc28-\ud800\udc02-\ud800\udc20","ra-i-pi","Chadwick & Ventris 1973: toponym locative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc0a","ra-ja","Chadwick & Ventris 1973: toponym Appears as \"\"do-ti-ja / ra-ja pu-na-so-qe ra-su-to-qe a-to-mo\"\" on KN C 979+. Appears as \"\"ra-ja pe-ri-qo-te-jo\"\" on KN Dv 1388. (see also ra-to te-pa-ra ti-ri-to) KN Dn: pu-na-sotoponym OVIS: KN Db KN Dc KN Dd KN De KN Dl KN Dn KN Dv SUS: KN C a-ke-ue-ko-so: KN De a-ko-ro (sa-qa-re-jo): KN Dl du-nie-ko-so: KN Dd e-u-me-ta (pe-ri-qo-te-jo)hapax: KN Dv pa-ja-sohapax: KN Dc KN Dv se-do (u-ta-jo)hapax: KN De si-ra-ko: KN Db Chadwick John and Michael Ventris 1973 Documents in mycenaean Greek kar WNXIV.169 OVIS inventory"],["\ud800\udc28-\ud800\udc0a","ra-ja","Chadwick & Ventris 1973: toponym Appears as \"\"do-ti-ja / ra-ja pu-na-so-qe ra-su-to-qe a-to-mo\"\" on KN C 979+. Appears as \"\"ra-ja pe-ri-qo-te-jo\"\" on KN Dv 1388. (see also ra-to te-pa-ra ti-ri-to) KN Dn: pu-na-sotoponym OVIS: KN Db KN Dc KN Dd KN De KN Dl KN Dn KN Dv SUS: KN C a-ke-ue-ko-so: KN De a-ko-ro (sa-qa-re-jo): KN Dl du-nie-ko-so: KN Dd e-u-me-ta (pe-ri-qo-te-jo)hapax: KN Dv pa-ja-sohapax: KN Dc KN Dv se-do (u-ta-jo)hapax: KN De si-ra-ko: KN Db Chadwick John and Michael Ventris 1973 Documents in mycenaean Greek kar WNXIV.169 OVIS inventory"],["\ud800\udc28-\ud800\udc0a-\ud800\udc17","ra-ja-mo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc0f","ra-ka","Palmer 1963: berry (also seed of peony clove of garlic etc.); cf. \u1fe5\u03ac\u03be Palmer Leonard R. 1963 The Interpretation of Mycenaean Greek Texts"],["\ud800\udc28-\ud800\udc0f-\ud800\udc33-\ud800\udc28","ra-ka-te-ra","(as ]ra-(ka)-te-ra) Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc10","ra-ke","Chadwick & Ventris 1973: 'was allotted'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc10-\ud800\udc05-\ud800\udc16-\ud800\udc1b-\ud800\udc0d","ra-ke-da-mi-ni-jo","lakedaimonian spartan"],["\ud800\udc28-\ud800\udc10-\ud800\udc05-\ud800\udc1c","ra-ke-da-no","Chadwick & Ventris 1973: anthroponym Szemer\u00e9nyi 1959: anthroponym cf. \u039b\u03b1\u03ba\u03b5\u03b4\u03b1\u03af\u03bc\u03c9\u03bd Chadwick & Ventris 1973: dative of ra-ke-da-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Szemer\u00e9nyi 1959 TBD"],["\ud800\udc28-\ud800\udc10-\ud800\udc29-\ud800\udc38","ra-ke-re-we","(as ]ra-ke-re-we[) Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc10-\ud800\udc04","ra-ke-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc13","ra-ku","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc13-\ud800\udc2b","ra-ku-ro","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of ra-ku-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc14-\ud800\udc0d","ra-ma-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc14-\ud800\udc19-\ud800\udc06","ra-ma-na-de","McArthur 1993 Chadwick & Ventris 1973: toponym allative Van Spitael & Faure 1977: toponym \u1fec\u03b1\u03bc\u03bd\u03bf\u1fe6\u03c2 - a west coast harbour on Crete according to Ptolemy Faure 1967: toponym \u1fec\u03b1\u03bc\u03bd\u03ae - a village in Apokoronas Crete OLE: KN Fh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Faure Paul 1967 Kadmos 6 \u00abToponymes pr\u00e9hell\u00e9niques dans la Cr\u00e8te moderne\u00bb McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d Van Spitael Marie-Anne and Paul Faure 1977 \u039a\u03a1\u0397\u03a4\u039f\u039b\u039f\u0393\u0399\u0391 5 \u00abVilles et villages de la Cr\u00e8te centrale. Listes in\u00e9dites de l\u2019\u00e9poque V\u00e9netienne compar\u00e9es aux tablettes de Knosos\u00bb"],["\ud800\udc28-\ud800\udc14-\ud800\udc03","ra-ma-o","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc16-\ud800\udc0d","ra-mi-jo",""],["\ud800\udc28-\ud800\udc16-\ud800\udc1b-\ud800\udc0a","ra-mi-ni-ja","Chadwick & Ventris 1973: ethnic adjective cf. \u039b\u1fc6\u03bc\u03bd\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc16-\ud800\udc1b-\ud800\udc0a","ra-mi-ni-ja","lemnian woman"],["\ud800\udc28-\ud800\udc16-\ud800\udc1b-\ud800\udc0d","ra-mi-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc17","ra-mo","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc17-\ud800\udc06","ra-mo-de","Chadwick & Ventris 1973: if complete toponym allative del Freo 2009: ethnic adjective of ra-mo-de CAP: TH Wu LANA: TH Of? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek del Freo Maurizio 2009 Pasiphae III: Rivista di Filologia e Antichit\u00e0 Egee \u201cThe Geographical Names in the Linear B Texts from Thebes\u201d"],["\ud800\udc28-\ud800\udc1b","ra-ni","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc1b-\ud800\udc0d-\ud800\udc1a","ra-ni-jo-ne","Chadwick & Ventris 1973: toponym or ethnic adjective? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc03-\ud800\udc1c","ra-o-no","Chadwick & Ventris 1973: anthroponym KN Dv: OVIS KN Dv: tu-ni-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc1e-\ud800\udc08","ra-pa-do","Chadwick & Ventris 1973: anthroponym cf. \u039b\u03b1\u03bc\u03c0\u03b1\u03b4\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc1e-\ud800\udc2d-\ud800\udc12","ra-pa-sa-ko","Chadwick & Ventris 1973: anthroponym dative Chadwick & Ventris 1973: genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc1e-\ud800\udc35","ra-pa-to","Chadwick & Ventris 1973: month name genitive? cf. \u03bc\u03b7\u03bd\u03cc\u03c2 \u039b\u03b1\u03c4\u03ac\u03c4\u03c9 KN Fp: de-u-ki-jo-jo di-wi-jo-jo ka-ra-e-ri-jo wo-de-wi-jo OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc1e-\ud800\udc35","ra-pa-to","month name"],["\ud800\udc28-\ud800\udc1f-\ud800\udc08","ra-pe-do","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc20-\ud800\udc34-\ud800\udc48","ra-pi-ti-ra2","Chadwick & Ventris 1973: occupational 'sewing-women' cf. \u1fe5\u03ac\u03c0\u03c4\u03c1\u03b9\u03b1 ra-pte Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc47","ra-pte","Shelmerdine 2008: 'leather stitchers' Chadwick & Ventris 1973: \"\"sewing-man\"\" perhaps \"\"saddler\"\" cf. \u1fe5\u03ac\u03c0\u03c4\u03b7\u03c2 cf. (*-te *-te-re) a-de-te-re a-ke-te-re a3-te-re ko-re-te-re ma-te-re pi-ri-je-te-re tu-ka-te-re Chadwick & Ventris: nominative plural of ra-pte Chadwick & Ventris 1973: nominative plural feminine of adjective \"\"(reins) with stitching work\"\" e-ro2-qo is ra-pte \"\"pa-ro [[i-ma-di-jo]]\"\" in the PY Ea series. ti-ri-da-ro is ra-pte \"\"pa-ro da-mo\"\" in the PY Ea series. GRA: PY Ea VIR: PY An ka-ra-do-ro: PY An sa-ri-nu-wo-te: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia W. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Society\u201d"],["\ud800\udc28-\ud800\udc47","ra-pte","tailors"],["\ud800\udc28-\ud800\udc23-\ud800\udc28","ra-qa-ra","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc25-\ud800\udc34-\ud800\udc48","ra-qi-ti-ra2","Chadwick & Ventris 1973: occupational term Chadwick & Ventris 1973: genitive of ra-qi-ti-ra2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc2a-\ud800\udc07-\ud800\udc0d","ra-ri-di-jo","Chadwick & Ventris 1973: \"\"describing a slave: possessive of personal name?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc2d-\ud800\udc35","ra-sa-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc2f-\ud800\udc1a-\ud800\udc39-\ud800\udc0a","ra-si-ne-wi-ja","(as ]-ra-si-ne-wi-ja) Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc31-\ud800\udc2b","ra-su-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc31-\ud800\udc34-\ud800\udc0d","ra-su-ti-jo","Chadwick & Ventris 1973: anthroponym? cf. qa-ra-su-ti-jo ra-su-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc31-\ud800\udc35","ra-su-to","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: ethnic adjective of ra-su-to ra-su-to + connective enclitic qe Appears as \"\"ra-su-to a-ke-ti-ri-ja\"\" on KN Ai 739. Appears as \"\"ta-(de)-(so) (ra)-su-to\"\" on KN As 604+. KN C: pu-na-sotoponym in a -qe list. KN Dn: do-ti-ja?toponym ko-wa: KN Ai ko-wo: KN Ai MUL: KN Ai OVIS: KN Da KN Db KN Dk KN Dm KN Dv SUS: KN C VIR: KN As a-ke-ti-ri-ja: KN Ai a-ke-e-tohapax: KN Da a-me-a: KN Da me-to-rea-mi-ni-so: KN Da ta-na-po-sohapax: KN Db u-ra-joqa-ra: KN Dv wi-na-joe-ra ru-ki-to *56-ko-we: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc33-\ud800\udc15","ra-te-me","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc35","ra-to","McArthur 1993: toponym not Lato based on contradicting geographic evidence of place-name equation Chadwick & Ventris 1973: toponym classical \u039b\u03b1\u03c4\u03ce Hart 1965: place-name east of Knossos Lato on northeast Crete Appears as \"\"ra-to pe-ri-qo-te-jo\"\" on KN Da 1321+. (see also te-pa-ra ti-ri-to) ra-to (KN Dn): ri-jo-notoponym ra-ti-jo (KN E): ru-ki-ti-joethnic tu-ri-si-joethnic GRA: KN E OVIS: KN Da KN Db KN Dd KN Df KN Dn KN Dv a-ka-to: KN Dv a3-ke-wa-toru-ki-to: KN Dv de-we-rahapax: KN Dv e-u-mohapax: KN Da i-mi-ri-johapax: KN Db ku-johapax: KN Df [[o-na-ja]]: KN Db pi-ki-nu-wohapax: KN Da sa-ma-ri-wa-ta: KN Dv su-sehapax: KN Da su-ta-nohapax: KN Da te-mi: KN Df u-ro2hapax: KN Db u-ta-no: KN Dd [[*48-wo]]hapax: KN Db *56-du-nu-kado-ti-ja: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hart G.R. 1965 Mnemosyne 18 \u201cThe Grouping of Place-Names in the Knossos Tablets\u201d McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc28-\ud800\udc04-\ud800\udc28-\ud800\udc32","ra-u-ra-ta","Chadwick & Ventris 1973: anthroponym cf. ra-wa-ra-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc04-\ud800\udc28-\ud800\udc34-\ud800\udc0a","ra-u-ra-ti-ja","Chadwick & Ventris 1973: toponym Chadwick & Ventris 1973: variant spelling of ra-u-ra-ti-ja Chadwick & Ventris 1973: variant spelling of ra-wa-ra-ti-ja Chadwick & Ventris 1973: epithet of pu-ro \"\"to distinguish this town [...] from the capitol Pylos\"\" Chadwick & Ventris 1973: variant spelling of ra-u-ra-ti-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc04-\ud800\udc32","ra-u-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc37-\ud800\udc01-\ud800\udc2f-\ud800\udc0d","ra-wa-e-si-jo",""],["\ud800\udc28-\ud800\udc37-\ud800\udc01-\ud800\udc2f-\ud800\udc0d","ra-wa-e-si-jo","Chadwick & Ventris 1973: meaning obscure error for ra-wa-ke-si-jo? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc37-\ud800\udc10-\ud800\udc0a","ra-wa-ke-ja","Chadwick & Ventris 1973: error for ra-wa-ke-si-ja? In parallel context with qa-si-re-wi-ja. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc37-\ud800\udc10-\ud800\udc0a","ra-wa-ke-ja","Chadwick & Ventris 1973: \"\"In parallel context with qa-si-re-wi-ja hence probably error for ra-wa-ke-<si>-ja the office or retinue of the ra-wa-ke-ta.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc37-\ud800\udc10-\ud800\udc2f-\ud800\udc03","ra-wa-ke-si-o","house of lawagetas"],["\ud800\udc28-\ud800\udc37-\ud800\udc10-\ud800\udc32","ra-wa-ke-ta","Duhoux 2011: 'leader of the people' cf. non-Attic only \u03bb\u1fb6\u03b3\u03ad\u03c4\u1fb6\u03c2 (in Pindar (518-438 BCE) Sophocles (497-406 BCE)) Chadwick & Ventris 1973: 'leader of the people' cf. \u03bb\u1fb6\u03b3\u03ad\u03c4\u03b1\u03c2 cf. pa-qo-si-jo cf. ra-wa-si-jo? ra-wa-e-si-jo? Chadwick & Ventris 1973: adjective 'of or belonging to the Lawagetas' cf. pa-qo-si-jo-jo Chadwick & Ventris 1973: genitive of ra-wa-ke-si-jo Recurs with [[ru-ko-ro]] on PY Ea tablets. Appears as \"\"ra-wa-ke-si-jo [[te-me-no]]\"\" on PY Er 312. Appears as \"\"[[ma-ra-te-we]] ra-wa-ke-si-jo\"\" on PY Na 245. Appears as \"\"ra-wa-ke-ta [[di-di-si|do-se]]\"\" on PY Un 718. KN E: do-ti-ja?toponym PY Er: wa-na-ka-te-ro PY Un: a-ka-wo-ne?dative anthroponym KN E PY Ea PY Er: GRA PY An: VIR PY Na: SA? PY Un: KO MA OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc28-\ud800\udc37-\ud800\udc10-\ud800\udc32","ra-wa-ke-ta","leader of the people millitary leader"],["\ud800\udc28-\ud800\udc37-\ud800\udc1b","ra-wa-ni","(as ra-(wa)-(ni)) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc37-\ud800\udc28-\ud800\udc32","ra-wa-ra-ta","Chadwick & Ventris 1973: toponym? anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc37-\ud800\udc2f-\ud800\udc0d","ra-wa-si-jo",""],["\ud800\udc28-\ud800\udc37-\ud800\udc2f-\ud800\udc0d","ra-wa-si-jo","Chadwick & Ventris 1973: meaning obscure anthroponym or ethnic adjective? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc39-\ud800\udc0a-\ud800\udc0a","ra-wi-ja-ja","captives"],["\ud800\udc28-\ud800\udc39-\ud800\udc0a-\ud800\udc0a","ra-wi-ja-ja","Chadwick & Ventris 1973: 'captives' cf. \u03bb\u03b7\u03ca\u03ac\u03b4\u03b5\u03c2 (Iliad XX.193+) Chadwick & Ventris 1973: genitive of ra-wi-ja-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc39-\ud800\udc3f","ra-wi-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc39-\ud800\udc3f","ra-wi-zo","Chadwick & Ventris 1973: anthroponym tu-ri-so: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc3a-\ud800\udc08-\ud800\udc12","ra-wo-do-ko","Aura Jorro 1999: masculine anthroponym unanimously accepted as *\u039b\u1fb6\u0192\u03cc-\u03b4\u03bf\u03c7\u03bf\u03c2 (Homeric \u039b\u03b1\u03cc\u03b4\u03bf\u03c7\u03bf\u03c2 cf. \u03bb\u03b1\u0192\u03cc\u03c2 \u03b4\u03ad\u03c7\u03bf\u03bc\u03b1\u03b9) Chadwick & Ventris 1973: anthroponym cf. \u039b\u03b1\u03cc\u03b4\u03bf\u03ba\u03bf\u03c2 * denotes a tentatively reconstructed spelling of a word not attested elsewhere in Greek Aura Jorro Francisco 1999 Diccionario Mic\u00e9nico vol. II Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc3a-\ud800\udc10-\ud800\udc32","ra-wo-ke-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc3a-\ud800\udc21-\ud800\udc26","ra-wo-po-qo","Chadwick & Ventris 1973: anthroponym cf. \u039b\u03b5\u03ce\u03c6\u03bf\u03c1\u03b2\u03bf\u03c2 \u039b\u03b5\u03c9\u03c6\u03bf\u03c1\u03b2\u03af\u03b4\u03b7\u03c2 Heubeck 1969: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc3a-\ud800\udc26-\ud800\udc1c","ra-wo-qo-no","Aura Jorro 1999: anthroponym unanimously supported *\u039b\u1fb6\u0192\u03cc-\u03c7w\u03bf\u03bd\u03bf\u03c2 'people-slayer' Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of ra-wo-qo-no KN B: pe-qo-no KN Mc: a-pa-sa-ki-jo a-pa-u-ro da-wa-no te-ru-ro CAP: KN Mc OVIS: KN D KN Dl VIR: KN B *150: KN Mc da-wo: KN D KN Dl Aura Jorro Francisco 1999 Diccionari Mic\u00e9nico vol. II Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc28-\ud800\udc3a-\ud800\udc26-\ud800\udc32","ra-wo-qo-ta","Garc\u00eda Ram\u00f3n 2011: anthroponym 'slaying the people' cf. \u03bb\u03b1\u03bf\u03c6\u03cc\u03bd\u03bf\u03c2 \u03bb\u03b1F\u03cc\u03c2 (Ram\u00f3n prefers the warlike definition from the Iliad but see also its use in the Odyssey) Aura Jorro 1999: anthroponym unanimously supported *\u039b\u1fb6\u0192\u03bf-\u03c7w\u03cc\u03bd\u03c4\u1fb6\u03c2 (cf. \u039b\u03b5\u03c9\u03c6\u03cc\u03bd\u03c4\u03b7\u03c2) Chadwick & Ventris 1973: anthroponym PY Jn: AES PY Jn: a-si-ja-ti-ja * denotes a tentatively reconstructed word not attested in Greek Aura Jorro Francisco 1999 Diccionario Mic\u00e9nico vol. II Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Garc\u00eda Ram\u00f3n J.L. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Onomastics\u201d"],["\ud800\udc28-\ud800\udc3a-\ud800\udc34-\ud800\udc0d","ra-wo-ti-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc00","re-a","Chadwick & Ventris 1973: (as \"\"ka-ka-re-(a)\"\") '(spears) with bronze points'? cf. \u03c7\u03b1\u03bb\u03ba\u03ae\u03c1\u03b5\u03b9 \u03b4\u03bf\u03c5\u03c1\u03af (Iliad V 145+) HAS: KN R Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc00","re-a","nose"],["\ud800\udc29-\ud800\udc0f","re-ka","Chadwick & Ventris 1973: anthroponym cf. \u039b\u03ad\u03c3\u03c7\u03b7\u03c2 re-ka is a \"\"te-o-jo do-e-ra\"\" \"\"pa-ro da-mo\"\" in the Pylos tablets. pe-mo GRA: PY Ep Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer 1954 TBD"],["\ud800\udc29-\ud800\udc0f-\ud800\udc32","re-ka-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc10-\ud800\udc35-\ud800\udc2b-\ud800\udc33-\ud800\udc2a-\ud800\udc0d","re-ke-to-ro-te-ri-jo","Hiller 2011: festival name in -te-ri-jo (cf. Anthest\u0113ria1 Plunt\u0113ria2) 'the spreading of the bed' Chadwick & Ventris 1973: oil adjective or festival name? 'for a spreading of couches' (Bennett) \"\"taken by some as implying a \u1f31\u03b5\u03c1\u03cc\u03c2 \u03b3\u03ac\u03bc\u03bf\u03c23 but perhaps rather a divine feast\"\" 1 \u1f08\u03bd\u03b8\u03b5\u03c3\u03c4\u03ae\u03c1\u03b9\u03b1: Feast of Flowers 3-day festival of Dionysus 2 \u03a0\u03bb\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b1: Athenian festival \"\"in which the clothes of Athena's statue were washed\"\" 3 holy marriage between gods Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaen Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc29-\ud800\udc10-\ud800\udc35-\ud800\udc2b-\ud800\udc33-\ud800\udc2a-\ud800\udc0d","re-ke-to-ro-te-ri-jo","religious feast"],["\ud800\udc29-\ud800\udc12-\ud800\udc1c","re-ko-no","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of re-ko-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc15-\ud800\udc35","re-me-to","Chadwick & Ventris 1973: anthroponym *168+SE: KN Pp qa-ra: KN Pp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc1a","re-ne","Chadwick & Ventris 1973: meaning obscure Appears as \"\"a-mi-ni-so ke-re-na re-ne [\"\" on KN M 719. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc1f-\ud800\udc04-\ud800\udc2a-\ud800\udc0d","re-pe-u-ri-jo","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc21-\ud800\udc35","re-po-to","Chadwick & Ventris 1973: 'fine thin' Appears as \"\"re-po-to qe-te-o ki-to\"\" on KN L 693. ri-no: KN L AES: KN L GRA: PY Un *146: PY Un? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc21-\ud800\udc35","re-po-to","thin"],["\ud800\udc29-\ud800\udc23-\ud800\udc2e-\ud800\udc3a","re-qa-se-wo","Chadwick & Ventris 1973: anthroponym genitive \"\"making [toponym] with wo-wo\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc26-\ud800\udc15-\ud800\udc1c","re-qo-me-no","Chadwick & Ventris 1973: 'left behind or over' cf. o-pi-ro-qo [[pe-ri-ro-qo]] \u03bf\u03af \u03b4\u1fbd\u03bf\u1fd6\u03bf\u03b9 \u03bb\u03b5\u03af\u03c0\u03bf\u03bd\u03c4\u03b1\u03b9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc2a-\ud800\udc0d","re-ri-jo","McArthur 1993: uncertain ethnic adjective Chadwick & Ventris 1973: ethnic adjective? cf. \u039b\u03ad\u03c1\u03b9\u03bf\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc29-\ud800\udc2a-\ud800\udc0d","re-ri-jo","McArthur 1993: uncertain ethnic adjective Chadwick & Ventris 1973: ethnic adjective? cf. \u039b\u03ad\u03c1\u03b9\u03bf\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc29-\ud800\udc2a-\ud800\udc0d","re-ri-jo","McArthur 1993: uncertain ethnic adjective Chadwick & Ventris 1973: ethnic adjective? cf. \u039b\u03ad\u03c1\u03b9\u03bf\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc29-\ud800\udc2f","re-si","Chadwick & Ventris 1973: meaning obscure Appears as \"\"e-pi-qe (re)-si\"\" on KN Lc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc32-\ud800\udc17","re-ta-mo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc04-\ud800\udc0f-\ud800\udc32","re-u-ka-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc04-\ud800\udc12-\ud800\udc1d-\ud800\udc0f","re-u-ko-nu-ka","Chadwick & Ventris 1973: with white o-nu-ka Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc04-\ud800\udc12-\ud800\udc1d-\ud800\udc12","re-u-ko-nu-ko","(decorated) with white nails"],["\ud800\udc29-\ud800\udc04-\ud800\udc12-\ud800\udc35-\ud800\udc2b","re-u-ko-to-ro","Bennet: Mouriatada Elliniko Chadwick & Ventris 1973: toponym of the Further Province cf. \u039b\u03b5\u1fe6\u03ba\u03c4\u03c1\u03bf\u03bd Bennet John \"\"RE-U-KO-TO-RO ZA-WE-TE: Leuktron as a secondary capital in the Pylos kingdom?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc04-\ud800\udc12","re-u-ko","Wiktionary: white Chadwick & Ventris 1973: 1. white; adjective 2. anthroponym; nominative and dative? Chadwick & Ventris 1973: white; nominative singular and plural feminine nominative plural neuter Chadwick & Ventris 1973: anthroponym; genitive re-u-ko-nu-ka re-u-ko-to-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc37-\ud800\udc0d","re-wa-jo","Chadwick & Ventris 1973: anthroponym dative Appears as \"\"pa-ro re-wa-jo\"\" on KN L 871. TELA: KN L? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc29-\ud800\udc3a","re-wo","lion"],["\ud800\udc29-\ud800\udc3a-\ud800\udc35-\ud800\udc2b-\ud800\udc12","re-wo-to-ro-ko","accountable man of bath"],["\ud800\udc29-\ud800\udc3a-\ud800\udc35-\ud800\udc2b-ro-\ud800\udc12-\ud800\udc3a","re-wo-to-ro-ro-ko-wo","bath-pourers"],["\ud800\udc29-\ud800\udc3a-\ud800\udc35-\ud800\udc2b-\ud800\udc3a-\ud800\udc12","re-wo-to-ro-wo-ko","Shelmerdine 2008: bath attendants Chadwick & Ventris 1973: bath-attendants cf. \u03bb\u03bf\u03b5\u03c4\u03c1\u03bf\u03c7\u03cc\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc2a-\ud800\udc5a-\ud800\udc32-\ud800\udc03","ri-*82-ta-o","Chadwick & Ventris 1973: anthroponym genitive Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc0a-\ud800\udc12","ri-ja-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc0d","ri-jo","cape"],["\ud800\udc2a-\ud800\udc0d-\ud800\udc1c","ri-jo-no","Chadwick & Ventris 1973: toponym Ruijgh 1967: toponym with a possible place name of \u1fec\u03b9\u03c9\u03bd\u03cc\u03c2 derived from \u1fe5\u03af\u03bf\u03bd \"\"promontory\"\" Palaeoglot: place name Chadwick & Ventris 1973: variant spelling of ri-jo-no? Chadwick & Ventris 1973: variant spelling of ri-u-no if *65=ju Chadwick & Ventris 1973: ethnic adjective of ri-jo-no Stella 1965: ethnic adjective of \u1fec\u03af\u03bf\u03bd (see also ri-jo) Chadwick & Ventris 1973: ethnic adjective of ri-jo-no ri-jo-no (ko-re-te) on KN C: o-du-ru-wi-joethnic si-ra-rotoponym wa-totoponym a-pa-ta-watoponym ku-ta-i-totoponym ri-jo-no in KN Dm: do-ti-jatoponym ku-ta-totoponym pa-i-totoponym ra-su-totoponym ru-ki-totoponym BOS: KN C DA: KN Ak ko-wa: KN Ak? ko-wo: KN Ak? KN Ap LANA: KN Dl MUL: KN Ap OVIS: KN Da KN Db KN Dd KN Df KN Dl KN Dm KN Dn KN Dv TA: KN Ak *170: KN C a-wo-i-joa2-pa-tu-wo-te: KN Dv a3-ke-wa-tahapax: KN Da a3-tohapax: KN Da da-wihapax: KN Db du-rihapax: KN Da e-u-na-wo: KN Dv [[ki-sa-nu-wo]]hapax: KN Da ku-dohapax: KN Df ma-ta-u-rohapax: KN Dd o-ne-uhapax: KN Dd qe-ro: KN Db wi-ra-ne-tose-to-i-ja: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien Stella Luigia Achillea 1965 La civilt\u00e0 micenea nei documenti contemporanei"],["\ud800\udc2a-\ud800\udc0d","ri-jo","Ram\u00f3n 2011: descriptive toponym cf. \u1fe5\u03af\u03bf\u03bd 'peak' Chadwick & Ventris 1973: toponym cf. \u1fec\u03af\u03bf\u03bd (Strabo VIII 360) ri-jo in PY An: a-ke-re-watoponym a-po-ne-weloc. or abl. da-mi-ni-jo? e-ke-ra2-wo-no e-wi-ri-po [[ko-ni-jo]] ma-ra-ne-nu-we me-ta-ki-ti-ta po-ku-ta po-ra-piinstr. pl. po-si-ke-te-re? po-ti-ja-ke-eloc. ro-o-watoponym te-ta-ra-ne we-da-ne-woanthroponym [[we-re-ka-ra]] za-e-to-rotoponym ri-jo in PY Cn: a-pu2-we a-ke-re-watoponym [[e-ra-te-i]] ka-ra-do-rotoponym me-ta-patoponym pa-ki-ja-siloc. pl. pe-to-notoponym pi-*82toponym ri-jo on PY Na: e-ri-no-wotoponym po-wi-te-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc2a-\ud800\udc13-\ud800\udc38","ri-ku-we","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc14","ri-ma","Melena 2000-2001: placement [in the parallel context of PY Qa] suggests \"\"a title of the religious sphere [...] However the 'title' (ri)-ma is a hapax which is difficult to interpret. It ought to be a nominative but a neuter formation in -ma matos on a verbal base is unlikely for a title. So we are dealing perhaps with another instance of a noun in -mar martos like du-ma or da-ma for which only \u03b4\u03ac\u03bc\u03b1\u03c1 is attested in the Greek lexicon. Therefore it cannot be excluded that it is a faulty reading of {du}-ma.\"\" Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 2000-2001 Kadmos 35-36 \"\"63 Joins and Quasi-Joins of Fragments in the Linear B Tablets from Pylos\"\""],["\ud800\udc2a-\ud800\udc14-\ud800\udc3f","ri-ma-zo","Chadwick & Ventris 1973: anthroponym KN Da: tu-ni-ja KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc15-\ud800\udc1a","ri-me-ne","harbour"],["\ud800\udc2a-\ud800\udc15-\ud800\udc1a","ri-me-ne","port"],["\ud800\udc2a-\ud800\udc19-\ud800\udc12-\ud800\udc2b","ri-na-ko-ro","Chadwick & Ventris 1973: occupational term? toponym? 'flax-fields'? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc1a-\ud800\udc0a","ri-ne-ja","Chadwick & Ventris 1973: occupational term 'flax-workers'? 'linen-weavers'? Chadwick & Ventris 1973: genitive plural of ri-ne-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc1b-\ud800\udc0d","ri-ni-jo","Chadwick & Ventris 1973: meaning obscure derivative of \u03bb\u03af\u03bd\u03bf\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc1c","ri-no","linen"],["\ud800\udc2a-\ud800\udc1c","ri-no","(on KN Np) McArthur 1993: uncertain toponym Chadwick & Ventris 1973: flax linen cf. \u03bb\u03af\u03bd\u03bf\u03bd (Iliad IX 661+) (on KN Np) Killen & Olivier 1966: plausible toponym Morpurgo 1963: two homographs; one representing linen one representing a toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen John T. and Jean-Pierre Olivier 1966 (CCMS) \u00ab388 racords de fragments dans les tablettes de Cnossos\u00bb McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d Morpurgo Anna 1963 Mycenaeae Graecitatis Lexicon"],["\ud800\udc2a-\ud800\udc2d-\ud800\udc20","ri-sa-pi","Chadwick & Ventris 1973: toponym locative cf. \u039b\u03af\u03c3\u03c3\u03b1 (Crete) \u039b\u03af\u03c3\u03c3\u03b1\u03b9 (Thrace) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc30-\ud800\udc37","ri-so-wa","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc30-\ud800\udc38-\ud800\udc0a","ri-so-we-ja","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc31-\ud800\udc28","ri-su-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc32","ri-ta","Chadwick & Ventris 1973: 'of linen' cf. \u03bb\u1fd6\u03c4\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc39-\ud800\udc0d","ri-wi-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc39-\ud800\udc30","ri-wi-so","Chadwick & Ventris 1973: anthroponym KN Da KN Dv: OVIS KN Ga: AROM KN Da KN Dv KN Ga: ku-ta-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2a-\ud800\udc3f","ri-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc00","ro-a","Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc02-\ud800\udc12","ro-i-ko","Chadwick & Ventris 1973: 'crooked'? Palmer 1963: 'pomegranates (as a decorative element)' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Leonard R. 1963 Interpretation of Mycenaean Greek Texts"],["\ud800\udc2b-\ud800\udc12","ro-ko","Chadwick & Ventris 1973: anthroponym dative Chadwick & Ventris 1973: genitive of ro-ko Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc03-\ud800\udc37","ro-o-wa","Chadwick & Ventris 1973: toponym locative \"\"possibly the port of Pylos\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc26-\ud800\udc32","ro-qo-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc2b-\ud800\udc1b-\ud800\udc0a","ro-ro-ni-ja","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc2c","ro-ru","Chadwick & Ventris 1973: anthroponym KN Ce: a-nu-koanthroponym OVIS: KN Ce KN Dq te-pa-ra: KN Ce (if toponym definition is correct) ti-ri-to: KN Dq u-ta-no: KN Fh? (to do: is verso related to recto?) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc04-\ud800\udc12","ro-u-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc04-\ud800\udc2f-\ud800\udc0b-\ud800\udc39-\ud800\udc0a","ro-u-si-je-wi-ja","Chadwick & Ventris 1973: nominative plural feminine word describing reinds derivative of ro-u-so? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc04-\ud800\udc30","ro-u-so","Chadwick & Ventris 1973: toponym (Hither Province) cf. \u039b\u03bf\u03c5\u03c3\u03bf\u03af Arcadia Chadwick & Ventris 1973: ethnic adjective of ro-u-so Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2b-\ud800\udc38-\ud800\udc39-\ud800\udc0a","ro-we-wi-ja",""],["\ud800\udc2b-\ud800\udc3a","ro-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc56-\ud800\udc28-\ud800\udc30","ru-*56-ra-so","Chadwick & Ventris 1973: anthroponym KN Da: pa-i-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc5b","ru-*83","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive Chadwick & Ventris 1973: dative pi-ke-re-wo and a3-ti-jo-qo on PY En 74 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc11-\ud800\udc35","ru-ki-to","McArthur 1993: toponym not Lyktos based on contradicting geographic evidence of place-name equation Melena 1974 Ruijgh 1967: toponym \u039b\u03cd\u03c7\u03b1\u03c3\u03c4\u03bf\u03c2 Chadwick & Ventris 1973: toponym \u039b\u03cd\u03c7\u03c4\u03bf\u03c2 (Palmer 1972 rejects this) Hart 1965: toponym Lyktos Chadwick & Ventris 1973: ethnic adjective of ru-ki-to Chadwick & Ventris 1973: ethnic adjective of ru-ki-to KN Db 1297 Killen & Olivier 1989: error for ru-ki-<to>? ru-ki-to in KN Db: *56-ko-wetoponym ru-ki-to in KN Dc: *56-ko-wetoponym ru-ki-to in KN Dm: do-ti-jatoponym ku-ta-totoponym pa-i-totoponym ra-su-totoponym ri-jo-notoponym ru-ki-to in KN Dn: a-katoponym pu-(so)toponym ru-ki-to in KN V: qa-ratoponym ti-ri-totoponym ru-ki-ti-jo (KN E): pu-si-joethnic ti-ri-ti-joethnic tu-ri-si-joethnic qa-mi-joethnic qa-ra-joethnic ra-ti-joethnic u-ta-ni-joethnic ru-ki-ti-jo (KN Og): pu-si-joethnic qa-mi-joethnic qa-ra-joethnic tu-ri-si-joethnic ru-ki-ti-jo (KN Xd): ko-no-si-jo AROM: KN Ga BOS: KN C GRA: KN E M: KN Og OLE: KN Fh OVIS: KN Da KN Db KN Dc KN Dd KN De KN Df KN Dg KN Dm KN Dn KN Dv TELA+TE: KN Ln *170: KN C a-no-qo-tae-ra ti-wa-ti-ja?: KN Da a-si-wi-jo: KN Df a3-ke-wa-tora-to: KN Db da-ja-rodi-ro: KN Da ka-mo-ni-johapax: KN Da ma-ra-pi-johapax: KN Dd mi-ta-qohapax: KN Dv mo-ni-kohapax: KN Da pa-ti: KN Dd pu-da-so?hapax: KN Dc qa-sa-kohapax: KN Dd qe-da-do-ropa-na-so: KN De qi-zohapax: KN Dd sa-sa-johapax: KN Df si-ni-tohapax: KN Dg ta-de-soe-ko-so: KN Df ti-jahapax: KN Dg tu-qa-ni-ja-so: KN Db u-wa-ta: KN Dd wi-na-joe-ra ra-su-to *56-ko-we: KN Db wi-su-rohapax: KN Dd *56-ri-to: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hart G. R. 1965 Mnemosyne 18 \"\"The Grouping of Place-Names in the Knossos Tablets\"\" Killen John T. and Jean-Pierre Olivier 1989 The Knossos Tablets 5th Ed. McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Melena Jos\u00e9 L. 1974 Minos 15 \"\"Coriander on the Knossos tablets\"\" Palmer Leonard R. 1972 Kadmos 11:1 \"\"Mycenaean Inscribed Vases II. The Mainland Finds\"\" Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien kar WNXVII.97 *56-ko-we"],["\ud800\udc2c-\ud800\udc12-\ud800\udc3a-\ud800\udc2b","ru-ko-wo-ro","Chadwick & Ventris 1973: anthroponym cf. toponym \u039b\u03c5\u03ba\u03bf\u03c5\u03c1\u03af\u03b1 Chadwick & Ventris 1973: alt. spelling Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc14-\ud800\udc1c","ru-ma-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc14-\ud800\udc1c","ru-ma-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc19","ru-na","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc19-\ud800\udc17","ru-na-mo","Chadwick & Ventris 1973: anthroponym OVIS: KN Da e-ko-so: KN Da qa-ra: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc19-\ud800\udc30","ru-na-so","Chadwick & Ventris 1973: anthroponym cf. toponym \u039b\u03c5\u03c1\u03bd\u03b7\u03c3\u03c3\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc2c-\ud800\udc1d","ru-nu","Chadwick & Ventris 1973: anthroponym TELA: KN Ln Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc28-\ud800\udc32-\ud800\udc01","ru-ra-ta-e","lyrists"],["\ud800\udc2c-\ud800\udc2d-\ud800\udc14","ru-sa-ma","Chadwick & Ventris 1973: anthroponym TELA+TE: KN Ln Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc2f","ru-si","Chadwick & Ventris 1973: anthroponym cf. \u039b\u03cd\u03c3\u03b9\u03c2 ru-si + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc4b","ru-ta2","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc4b-\ud800\udc1c","ru-ta2-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2c-\ud800\udc37-\ud800\udc1b-\ud800\udc0d","ru-wa-ni-jo","luwia (country)"],["\ud800\udc2d-\ud800\udc0e","sa-*65","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc06-\ud800\udc30","sa-de-so","Chadwick & Ventris 1973: anthroponym? TELA+PU: KN L *146: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc0d","sa-jo","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc0f-\ud800\udc29-\ud800\udc04","sa-ka-re-u","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03b1\u03b3\u03b3\u03b1\u03c1\u03b5\u1fd6\u03c2 (Aeolic people) Chadwick & Ventris 1973: genitive of sa-ka-re-u Chadwick & Ventris 1973: dative of sa-ka-re-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc0f-\ud800\udc2a-\ud800\udc0d","sa-ka-ri-jo","Chadwick & Ventris 1973: anthroponym? dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc10-\ud800\udc15-\ud800\udc1c","sa-ke-me-no","(as (sa)-ke-(me)-no) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc14-\ud800\udc05","sa-ma-da","McArthur 1993: uncertain toponym Chadwick & Ventris 1973: toponym or anthroponym? CROC: KN Np Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc2d-\ud800\udc14-\ud800\udc0a-\ud800\udc30","sa-ma-ja-so","(as ]sa-ma-ja-(so)) Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc14-\ud800\udc28","sa-ma-ra","Chadwick & Ventris 1973: toponym of the Further Province Chadwick & Ventris 1973: anthroponym allative of sa-ma-ra sa-ma-ri-jo KN Da: da-*22-to sa-ma-ri-jo KN Da: OVIS sa-ma-ri-jo KN Np: CROC Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc14-\ud800\udc2a-\ud800\udc0d","sa-ma-ri-jo","Chadwick & Ventris 1973: anthroponym CROC: KN Np OVIS: KN Da da-*22-to: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc14-\ud800\udc2a-\ud800\udc37","sa-ma-ri-wa","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc14-\ud800\udc2a-\ud800\udc37-\ud800\udc32","sa-ma-ri-wa-ta","Chadwick & Ventris 1973: masculine anthroponym KN As: VIR KN Dv: OVIS KN Dv: ra-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc14-\ud800\udc2c","sa-ma-ru","(as sa-ma-ru[) Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc14-\ud800\udc34-\ud800\udc0a","sa-ma-ti-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc15-\ud800\udc34-\ud800\udc0d","sa-me-ti-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc15-\ud800\udc38","sa-me-we",""],["\ud800\udc2d-\ud800\udc16","sa-mi","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc18-\ud800\udc32-\ud800\udc0d","sa-mu-ta-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03b1\u03bc\u03cd\u03b8\u03b1 See Hart 1965 for sa-mu-ta-jo's connections with do-ti-ja and ka-ma. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hart G.R. 1965 Mnemosyne 18 \u201cThe Grouping of Place-Names in the Knossos Tablets\u201d"],["\ud800\udc2d-\ud800\udc19-\ud800\udc30","sa-na-so","(as sa-na-so[) Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc19-\ud800\udc35-\ud800\udc06","sa-na-to-de","McArthur 1993 Chadwick & Ventris 1973: toponym allative KN Fs: pa-de? KN Fs: FAR HORD NI OLE VIN Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc2d-\ud800\udc1b-\ud800\udc0d","sa-ni-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03b1\u03c9\u03c9\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc1d-\ud800\udc38","sa-nu-we","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc1d-\ud800\udc38-\ud800\udc32","sa-nu-we-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc1e","sa-pa","Duhoux 2008: \"\"name of a (small or inexpensive) [...] textile item\"\" cf. \u03c3\u03b1\u03b2\u03ac\u03bd\u03bf\u03bd? Chadwick & Ventris 1973: name of a textile? Palaeolexicon: type of dress Appears as \"\"sa-pa o-no\"\" on MY Oe 108. AES: KN L? LANA: MY Oe ri-no: KN L? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc2d-\ud800\udc1e-\ud800\udc0f-\ud800\udc33-\ud800\udc2a-\ud800\udc0a","sa-pa-ka-te-ri-ja","Hiller 2011: 'sacrificial (animals)' Ruijgh 1967: toponym in -\u03af\u03b1 cf. \u03a3\u03c6\u03b1\u03c7\u03c4\u03b7\u03c1\u03af\u03b1 \u03a3\u03c6\u03b1\u03c7\u03c4\u03ae\u03c1\u03b9\u03b1 (but as McArthur 1993 notes of the proposed etymology this \"\"is achieved by two violations of the Linear B spelling rules: the writing of initial s before p and ka-te not ke-te for -kte.\"\" also noted by Lejeune 1960 Vilborg 1960 Ruijgh 1967 Chadwick & Ventris 1973) Palmer 1963: not 'victims' due to Mycenaean phonological spelling rule issues Lejeune 1960: 'victims' cf. \u03c3\u03c6\u03b1\u03b3\u03b9\u03ac\u03b6\u03bf\u03bc\u03b1\u03b9 Sittig 1956: toponym Appears as \u201cpa-ro / a-pi-qo-ta sa-pa-ka-te-ri-ja\u201d on KN C 941+. OVIS: KN C Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Religion and Cult\"\" Lejeune Michel 1960 (RPh) 34 \u00abEssais de philologie myc\u00e9nienne VI. Les d\u00e9riv\u00e9s en -ter-\u00bb McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Palmer Leonard R. 1963 Interpretation of Mycenaean Greek Texts Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien Sittig E. 1956 Minos 4 \u00abZur Entzifferung der minoisch-kyprischen Tafel von Enkomi\u00bb Vilborg E. 1960 A Tentative Grammar of Mycenaean Greek"],["\ud800\udc2d-\ud800\udc1e-\ud800\udc1d-\ud800\udc3a-\ud800\udc15-\ud800\udc1c","sa-pa-nu-wo-me-no","Chadwick & Ventris 1973: meaning obscure; \"\"possibly to be divided sa-pa-nu-wo me-no.\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc1e","sa-pa","type of dress"],["\ud800\udc2d-\ud800\udc1f-\ud800\udc28","sa-pe-ra","Chadwick & Ventris 1973: meaning obscure; \"\"apparently replaces entry giving quantity of oil.\"\" cf. sa-pi-da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc20-\ud800\udc05","sa-pi-da","Chadwick & Ventris 1973: meaning obscure; \"\"apparently replaces entry giving number of men.\"\" cf. sa-pe-ra Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc20-\ud800\udc06","sa-pi-de","boxes"],["\ud800\udc2d-\ud800\udc20-\ud800\udc06","sa-pi-de","Chadwick & Ventris 1973: countable commodity perhaps boxes cf. \u03c3\u03b1\u03c1\u03c0\u03af\u03c2 \u03c3\u03b1\u03c1\u03c0\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc20-\ud800\udc34-\ud800\udc1a-\ud800\udc38-\ud800\udc0d","sa-pi-ti-ne-we-jo","Chadwick & Ventris 1973: possibly an adjective of sa-pi-ti-nu-wo? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc20-\ud800\udc34-\ud800\udc1d-\ud800\udc3a","sa-pi-ti-nu-wo","Killen 2008: a 'collector' [of sheep] Chadwick & Ventris 1973: anthroponym KN As: VIR Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen John T. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World Vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Economy\"\""],["\ud800\udc2d-\ud800\udc23-\ud800\udc29-\ud800\udc0d","sa-qa-re-jo","Killen TBD: patronymic Chadwick & Ventris 1973: sheep adjective possibly derived from an anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen J.T. TBD"],["\ud800\udc2d-\ud800\udc28-\ud800\udc1f-\ud800\udc05","sa-ra-pe-da","Duhoux 2008: \"\"this word looks like a compound of \u03c0\u03ad\u03b4\u03bf\u03bd 'ground'; it could be the name of a kind of land (?) or a [toponym] (?)\"\" Chadwick & Ventris 1973: possibly a toponym Chadwick & Ventris 1973: probably a variant of sa-ra-pe-da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\""],["\ud800\udc2d-\ud800\udc2a-\ud800\udc1d-\ud800\udc3a-\ud800\udc33","sa-ri-nu-wo-te","Chadwick & Ventris 1973: toponym cf. \u03a3\u03b5\u03bb\u03b9\u03bd\u03bf\u1fe6\u03c2 Chadwick & Ventris 1973: variant or error of sa-ri-nu-wo-te Ram\u00f3n 2011: dative-locative -wo-te 'provided with'; 'rich in celery' \"\"a Greek derivative of a non-Greek word (\u03c3\u03ad\u03bb\u03b9\u03bd\u03bf\u03bd).\"\" Chadwick & Ventris 1973: probably variant spelling of sa-ri-nu-wo-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc2d-\ud800\udc2a-\ud800\udc26-\ud800\udc2b","sa-ri-qo-ro","Chadwick & Ventris 1973: anthroponym Appears as \"\"sa-ri-qo-ro a-we-u-pi\"\" on PY An 172. AES: PY Jn VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc2d-\ud800\udc0d","sa-sa-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc2d-\ud800\udc14","sa-sa-ma","Melena 1983: sesame seeds cf. \u03c3\u03ae\u03c3\u03b1\u03bc\u03bf\u03bd Hipponax Doric \u03c3\u1fb6\u03c3\u03b1\u03bc\u03bf\u03bd \"\"Such a phytonym is not attested in Homer who instead mentions a town or spot in Paphlagonia bearing the name \u03a3\u03ae\u03c3\u03b1\u03bc\u03bf\u03c2 (Iliad 2.863).\"\" Chadwick & Ventris 1973: sesame seed cf. Doric \u03c3\u03ac\u03c3\u03b1\u03bc\u03bf\u03bd from Semitic loan-word cf. Akkadian \u0161ama\u0161\u0161ammu Ugaritic \u0161\u0161mn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc2d-\ud800\udc2d-\ud800\udc14","sa-sa-ma","sesame"],["\ud800\udc2d-\ud800\udc2d-\ud800\udc3a","sa-sa-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc34-\ud800\udc25-\ud800\udc35","sa-ti-qi-to","Chadwick & Ventris 1973 (as sa-ti-[.]): anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc04-\ud800\udc12","sa-u-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc04-\ud800\udc2a-\ud800\udc0d","sa-u-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03b1\u1fe6\u03c1\u03bf\u03c2 \u03a3\u03b1\u03c5\u03c1\u03af\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc3c-\ud800\udc2b","sa-za-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc3d-\ud800\udc2b","sa-ze-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2d-\ud800\udc3f","sa-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2e-\ud800\udc08","se-do","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2e-\ud800\udc15-\ud800\udc36-\ud800\udc2b","se-me-tu-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2e-\ud800\udc1c","se-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2e-\ud800\udc2a-\ud800\udc1c","se-ri-no","celery"],["\ud800\udc2e-\ud800\udc35-\ud800\udc02-\ud800\udc0a","se-to-i-ja","McArthur 1993: toponym not Setaia based on contradicting geographic evidence of place-name equation Chadwick & Ventris 1973: toponym Appears as \"\"se-to-i-ja su-ke-re-o\"\" on KN As 1516. Appears as \"\"se-to-i-ja [[au-to|(au)-to]]\"\" on KN Da 1392+. Appears as \"\"se-to-i-ja 'wa'\"\" on KN Le 654. Appears as \"\"se-to-i-ja mi-to-we-sa a-ra-ro-mo-te-me-na\"\" on KN Sd 4407+. KN As: da-*22-totoponym (ko)-(no)-(so)toponym KN Lc: (a)-ra-ka-te-ja? (da)-wi-jaethnic e-ra-jaethnic e-me-si-jo-jogen. anthroponym e-ro-pa-ke-ja? ri-jo-ni-jaethnic CUR: KN Sd? LANA: KN Lc OVIS: KN Da KN Dc KN Do KN Dq TELA: KN Lc VIR: KN As *142: KN Mc a-pi-ra-wohapax: KN As du-ni-jo: KN As ko-te-uhapax: KN Do ku-tohapax: KN As sa-u-ri-johapax: KN As su-ke-re: KN As te-ki-ri-ne-tohapax: KN Dq wa-ru-wo-qohapax: KN As wi-ja-ma-ropa-i-to: KN As wi-ra-ne-tori-jo-no: KN As Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names of the Knossos Tablets Identification and Location\"\" kar WNXIV.170 ka-to-ro"],["\ud800\udc2e-\ud800\udc35-\ud800\udc02-\ud800\udc0a","se-to-i-ja","McArthur 1993: toponym not Setaia based on contradicting geographic evidence of place-name equation Chadwick & Ventris 1973: toponym Appears as \"\"se-to-i-ja su-ke-re-o\"\" on KN As 1516. Appears as \"\"se-to-i-ja [[au-to|(au)-to]]\"\" on KN Da 1392+. Appears as \"\"se-to-i-ja 'wa'\"\" on KN Le 654. Appears as \"\"se-to-i-ja mi-to-we-sa a-ra-ro-mo-te-me-na\"\" on KN Sd 4407+. KN As: da-*22-totoponym (ko)-(no)-(so)toponym KN Lc: (a)-ra-ka-te-ja? (da)-wi-jaethnic e-ra-jaethnic e-me-si-jo-jogen. anthroponym e-ro-pa-ke-ja? ri-jo-ni-jaethnic CUR: KN Sd? LANA: KN Lc OVIS: KN Da KN Dc KN Do KN Dq TELA: KN Lc VIR: KN As *142: KN Mc a-pi-ra-wohapax: KN As du-ni-jo: KN As ko-te-uhapax: KN Do ku-tohapax: KN As sa-u-ri-johapax: KN As su-ke-re: KN As te-ki-ri-ne-tohapax: KN Dq wa-ru-wo-qohapax: KN As wi-ja-ma-ropa-i-to: KN As wi-ra-ne-tori-jo-no: KN As Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names of the Knossos Tablets Identification and Location\"\" kar WNXIV.170 ka-to-ro"],["\ud800\udc2e-\ud800\udc3a-\ud800\udc35","se-wo-to","Chadwick & Ventris 1973: annotation to toponym qa-ra Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc40-\ud800\udc2b","si-a2-ro","Chadwick & Ventris 1973: fat hogs cf. \u03c3\u03af\u03b1\u03bb\u03bf\u03c2 (Iliad XXI 363+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc00-\ud800\udc2b","si-a-ro","porks"],["\ud800\udc2f-\ud800\udc05-\ud800\udc0d","si-da-jo","Chadwick & Ventris 1973: anthroponym cf. toponym \u03a3\u03af\u03b4\u03b1\u03b9 \u03a3\u03af\u03b4\u03b7 KN Dl: ma-ri KN Dl: OVIS LANA KN Od: LANA (if reading of anthroponym ]si-da-jo is complete) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc0a-\ud800\udc09-\ud800\udc38","si-ja-du-we","Chadwick & Ventris 1973: toponym LANA: KN Dl OVIS: KN Dl ke-u-sahapax: KN Dl (po-ti-ni-ja-we-jo) ]ki-to: KN Dk (ma)-di-qoda-wo: KN Dl (po-ti-ni-ja-we-jo) te-wa-jo: KN Dl (po-ti-ni-ja-we-jo) ]-*83-re-to: KN Dl (po-ti-ni-ja-we-jo) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc0a-\ud800\udc14-\ud800\udc35","si-ja-ma-to","Chadwick & Ventris 1973: probably a theonym in nominative and dative KN Fp: pa-de pa-si-te-o-itheonym qe-ra-si-jatheonym KN U: a3-ki-si-joanthroponym me-wo-ni-joanthroponym etc. OLE: KN Fp [[*177]]: KN U Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc0a-\ud800\udc46-\ud800\udc2b","si-ja-pu2-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc0d-\ud800\udc3a-\ud800\udc33","si-jo-wo-te","Ram\u00f3n 2011: dative-locative -wo-te 'provided with' Chadwick & Ventris 1973: toponym locative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ram\u00f3n J.L. Garc\u00eda 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc2f-\ud800\udc11-\ud800\udc35","si-ki-to","Chadwick & Ventris 1973: anthroponym KN Da: pu-so KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc14-\ud800\udc12","si-ma-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc16-\ud800\udc33-\ud800\udc04","si-mi-te-u","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03bc\u03b9\u03bd\u03b8\u03b5\u03cd\u03c2 (epithet of Apollo in the Iliad) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc17","si-mo","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u1fd6\u03bc\u03bf\u03c2 \u03a3\u03af\u03bc\u03c9\u03bd TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc1a-\ud800\udc01-\ud800\udc0a","si-ne-e-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc1b-\ud800\udc35","si-ni-to","Chadwick & Ventris 1973: anthroponym KN Dg: ti-jaanthroponym KN Dg: ru-ki-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc1d-\ud800\udc10","si-nu-ke","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc1d-\ud800\udc17-\ud800\udc2b","si-nu-mo-ro","Chadwick & Ventris 1973: anthroponym? CAP: KN Mc *150: KN Mc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc1e-\ud800\udc32-\ud800\udc08","si-pa-ta-do","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc2f-\ud800\udc1f-\ud800\udc38","si-pe-we","McArthur 1993: uncertain toponym Van Spitael & Faure 1977 Chadwick & Ventris 1973: toponym locative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Van Spitael M.A. and Paul Faure 1977 \u039a\u03a1\u0397\u03a4\u039f\u039b\u039f\u0393\u0399\u0391 5 \u00abVilles et villages de la Cr\u00e8te centrale. Listes in\u00e9dites de l'\u00e9poque V\u00e9netienne compar\u00e9es aux tablettes de Knosos\u00bb"],["\ud800\udc2f-\ud800\udc46","si-pu2","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc28-\ud800\udc12","si-ra-ko","Chadwick & Ventris 1973: anthroponym Appears as \"\"si-ra-ko // qi-ri-ja-to\"\" on KN Ai 5976+. Appears as \"\"si-ra-ko qi-ri-ja-to\"\" on KN B 822. MUL: KN Ai? OVIS: KN Db VIR: KN B? ra-ja: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc28-\ud800\udc2b","si-ra-ro","McArthur 1993 Chadwick & Ventris 1973: toponym In KN C: o-du-ru-wi-joethnic ku-ta-i-totoponym ri-jo-notoponym a-pa-ta-watoponym wa-totoponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc2f-\ud800\udc28-\ud800\udc30","si-ra-so","(as si-(ra)-so) McArthur 1993: toponym \"\"hapax unless [[si-ra-si-ja|(si)-ra-si-ja]] in [KN] X 794.a is the ethnic form.\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc2f-\ud800\udc32-\ud800\udc2b","si-ta-ro","Chadwick & Ventris 1973: anthroponym OVIS: KN De KN Dg da-wo: KN De qa-mo: KN Dg Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc35","si-to","Chadwick & Ventris 1973: 'grain' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc2f-\ud800\udc35-\ud800\udc21-\ud800\udc34-\ud800\udc1b-\ud800\udc0a","si-to-po-ti-ni-ja","Hiller 2011: 'Lady of the Grain' 'Mistress of grain' \"\"Bronze Age predecessor of Demeter or one of her epithets\"\" van Leuven 1979: epithet of Demeter or Leto Chadwick & Ventris 1973: epithet of Demeter cf. \u03a3\u03b9\u03c4\u03ce Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\" van Leuven Jon C. 1979 Kadmos Band 18 Heft 2 \u201cMycenaean Goddesses Called Potnia\u201d"],["\ud800\udc2f-\ud800\udc35","si-to","wheat"],["\ud800\udc2f-\ud800\udc3c","si-za","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc07-\ud800\udc1b-\ud800\udc12","su-di-ni-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc0a-\ud800\udc35","su-ja-to","Chadwick & Ventris 1973: meaning obscure Appears as \"\"e-ne-si-da-o-ne su-ja-to\"\" on KN M 719. *146: KN M Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc10-\ud800\udc29","su-ke-re","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of su-ke-re Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc11-\ud800\udc2a-\ud800\udc32","su-ki-ri-ta","McArthur 1993: toponym probably Sybrita based on non-contradicting geographic evidence of place-name equation Chadwick & Ventris 1973: toponym cf. \u03a3\u03cd\u03b2\u03c1\u03b9\u03c4\u03b1 Chadwick & Ventris 1973: locative plural? Chadwick & Ventris 1973: anthroponym Appears as \"\"su-ki-ri-ta-jo wo-we-u\"\" on KN C 911. su-ki-ri-ta (KN Dn): e-ko-sotoponym CAP: KN C OVIS: KN Db KN Df KN Dl KN Dn a-re-ta2?(pu)-(na)-(so): KN Df ]a-*56-no: KN Dv da-na-johapax: KN Db ki-mu-ku(if same as ki-mu-ko: a-ka pa-i-to): KN Db ki-u-ro: KN Dl po-ri-wohapax: KN C Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" kar WNXIV.169 OVIS inventory"],["\ud800\udc31-\ud800\udc12","su-ko","fig"],["\ud800\udc31-\ud800\udc12-\ud800\udc1a","su-ko-ne","Chadwick & Ventris 1973: meaning obscure OLE: KN Fp? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc14-\ud800\udc1c","su-ma-no","Chadwick & Ventris 1973: anthroponym KN Dh: ti-ri-to Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc16","su-mi","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc17-\ud800\udc1c-\ud800\udc24","su-mo-no-qe","Chadwick & Ventris 1973: anthroponym + connective enclitic -qe LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc21","su-po","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc22-\ud800\udc3a","su-pu-wo","Chadwick & Ventris 1973: anthroponym genitive? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc26-\ud800\udc32","su-qo-ta","Chadwick & Ventris 1973: 'swineherd' cf. \u03c3\u03c5\u03b2\u03ce\u03c4\u03b7\u03c2 cf. a-no-qo-ta-o a-pi-qo-ta-o pe-ri-qo-ta-o qe-re-qo-ta-o wi-jo-qo-ta-o Chadwick & Ventris 1973: genitive of su-qo-ta Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc26-\ud800\udc32","su-qo-ta","porks herders"],["\ud800\udc31-\ud800\udc2a-\ud800\udc17","su-ri-mo","Melena 1974: toponym \u03a3\u03cd\u03bb\u03b1\u03bc\u03bf\u03c2 (but as McArthur 1993 and Faure 1967 note Silamo isn't attested in writing with certainty until 1248 CE) Chadwick & Ventris 1973: toponym Palaeolexicon: anthroponym Chadwick & Ventris 1973: ethnic adjective of su-ri-mo LANA: KN Dl OVIS: KN Da KN Db KN Dc KN De KN Df KN Dg KN Dl KN Dv VIR: KN Am *168+SE: KN Pp da-to-ro: KN Dk KN Dv ki-ta-ne-to: KN Am KN Da KN Da: e-ro-u-tahapax KN Db: a3-ku-pi-ti-johapax KN Dc: di-ka-ta-ro wi-da-ka-sohapax KN Df: a-du-ru-po-tohapax a-tu-ko qa-i-pohapax KN Dl: i-pe-tahapax KN Dv: au-ri-joa-ka ku-ta-to wi-na-to KN Pp: a-na-re-uhapax Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Faure Paul 1967 Kadmos 6 \u00abToponymes pr\u00e9hell\u00e9niques dans la Cr\u00e8te moderne\u00bb McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\" Melena Jos\u00e9 L. 1974 Minos 15 \"\"Coriander on the Knossos tablets\"\""],["\ud800\udc31-\ud800\udc2c-\ud800\udc30","su-ru-so","Chadwick & Ventris 1973: anthroponym KN Dv: OVIS KN Dv: da-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc2e","su-se","Chadwick & Ventris 1973: anthroponym KN Da: ra-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc32-\ud800\udc1c","su-ta-no","Chadwick & Ventris 1973: anthroponym KN Da: ra-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc31-\ud800\udc3c","su-za","Chadwick & Ventris 1973: fig-trees cf. \u03c3\u03c5\u03ba\u03ad\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek See also: Linear B AB17: za is ka2?"],["\ud800\udc31-\ud800\udc3c","su-za","fig trees"],["\ud800\udc32-\ud800\udc55-\ud800\udc2b","ta-*49-ro","Chadwick & Ventris 1973: anthroponym KN Da: pu-na-so KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc06-\ud800\udc30","ta-de-so","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u03ac\u03c1\u03b4\u03b7\u03c3\u03c3\u03bf\u03c2 OVIS: KN De KN Df e-ko-so: KN De ja-(po)?: KN V ru-ki-to: KN Df Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc07-\ud800\udc52-\ud800\udc30","ta-di-*22-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc16-\ud800\udc06-\ud800\udc30","ta-mi-de-so","Chadwick & Ventris 1973: anthroponym KN Dl: e-ra KN Dl: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc16-\ud800\udc0b-\ud800\udc04","ta-mi-je-u","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u03b1\u03bc\u03af\u03b1\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc16-\ud800\udc33-\ud800\udc17","ta-mi-te-mo","Chadwick & Ventris 1973: meaning obscure destination of offerings? KN Fs: HORD OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc19-\ud800\udc21-\ud800\udc30","ta-na-po-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc19-\ud800\udc35","ta-na-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc1b-\ud800\udc12","ta-ni-ko","Chadwick & Ventris 1973: anthroponym anthroponym + connective enclitic -qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc1e-\ud800\udc05-\ud800\udc1c","ta-pa-da-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc1e-\ud800\udc01-\ud800\udc03-\ud800\udc33","ta-pa-e-o-te","Chadwick & Ventris 1973: \"\"describing men apparently contrasting with a-pe-o-te 'absent': possibly an adverb\"\" cf. \u03c4\u03b1\u03c1\u03c6\u03ad\u03b5\u03c2 \"\"effectively meaning 'present'\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc1e-\ud800\udc1c","ta-pa-no","Chadwick & Ventris 1973: anthroponym KN Sc: BIG Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc1f-\ud800\udc0a","ta-pe-ja","carpets"],["\ud800\udc32-\ud800\udc1f-\ud800\udc2b","ta-pe-ro","Chadwick & Ventris 1973: anthroponym KN Da: e-ra? KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc48-\ud800\udc35","ta-ra2-to","Chadwick & Ventris 1973: anthroponym \"\"same as ta-ra-to\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc28-\ud800\udc15-\ud800\udc35","ta-ra-me-to","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc28-\ud800\udc16-\ud800\udc0f","ta-ra-mi-ka","kind of chamber"],["\ud800\udc32-\ud800\udc28-\ud800\udc1d","ta-ra-nu","Chadwick & Ventris 1973: beam footstool cf. \u03b8\u03c1\u1fc6\u03bd\u03c5\u03c2 Chadwick & Ventris 1973: plural Chadwick John and Michael Ventris 1973 Documents in Myceanean Greek"],["\ud800\udc32-\ud800\udc28-\ud800\udc1d-\ud800\udc38","ta-ra-nu-we","beams"],["\ud800\udc32-\ud800\udc28-\ud800\udc26","ta-ra-qo","Chadwick & Ventris 1973: anthroponym KN E: GRA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc28-\ud800\udc2f-\ud800\udc0a","ta-ra-si-ja","Duhoux 2008: \"\"weighed quantity (of items to be processed) [...] can be compared with the corve\u00e9 a form of forced or statutory work\"\" cf. \u03c4\u03b1\u03bb\u03b1\u03c3\u03af\u03b1 'wool processing' Chadwick & Ventris 1973: \"\"amount weighed out and issued for processing\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\""],["\ud800\udc32-\ud800\udc28-\ud800\udc2f-\ud800\udc0a","ta-ra-si-ja","name of a system"],["\ud800\udc32-\ud800\udc28-\ud800\udc35","ta-ra-to","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03c4\u03c1\u03ac\u03c4\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc28-\ud800\udc35","ta-ra-to","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03c4\u03c1\u03ac\u03c4\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc28-\ud800\udc35","ta-ra-to","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03c4\u03c1\u03ac\u03c4\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc28-\ud800\udc35","ta-ra-to","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03c4\u03c1\u03ac\u03c4\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc28-\ud800\udc35-\ud800\udc1c","ta-ra-to-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc29-\ud800\udc04","ta-re-u","Chadwick & Ventris 1973: anthroponym cf. \u0398\u03b1\u03bb\u1fc6\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc2f-\ud800\udc12-\ud800\udc1c","ta-si-ko-no","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc30","ta-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc31","ta-su","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc32-\ud800\udc17","ta-ta-mo","stylobate"],["\ud800\udc32-\ud800\udc32-\ud800\udc2b","ta-ta-ro","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u03ac\u03bd\u03c4\u03b1\u03bb\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc32-\ud800\udc32","ta-ta-ta","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc34-\ud800\udc26-\ud800\udc38-\ud800\udc04","ta-ti-qo-we-u","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03c4\u03ae\u03c3\u03b9\u03c0\u03c0\u03bf\u03c2 Chadwick & Ventris 1973: genitive of ta-ti-qo-we-u Appears as \"\"ta-ti-qo-we-wo o-ka to-wa po-ki-ro-qo pe-ri-no de-u-ka-ri-jo ra-pe-do do-qo-ro pe-ri-ra-wo e-no-wa-ro to-so-de pe-di-je-we wa-wo-u-de ke-ki-de VIR 10\"\" on PY An 654. VIR: PY An? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc35","ta-to","Chadwick & Ventris 1973: 1. (KN As as ta-to-qe) anthroponym + connective enclitic -qe 2. (PY Cn) toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc35-\ud800\udc17","ta-to-mo","Chadwick & Ventris 1973: cf. \u03c3\u03c4\u03b1\u03b8\u03bc\u03cc\u03c2 1. sheep-fold 2. upright post pillar 3. weight Palaeolexicon: stable Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc35-\ud800\udc17","ta-to-mo","stable"],["\ud800\udc32-\ud800\udc04-\ud800\udc19-\ud800\udc30","ta-u-na-so","Chadwick & Ventris 1973: anthroponym KO: KN Ga OVIS: KN De KN Dv qa-mo: KN Ga? qa-ra: KN De Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc04-\ud800\udc1e-\ud800\udc09-\ud800\udc38","ta-u-pa-du-we","Chadwick & Ventris 1973: anthroponym KN E: pa-na-sohapax anthroponym ta-ra-qohapax anthroponym pu-na-so?toponym KN E: GRA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc04-\ud800\udc21-\ud800\udc1c","ta-u-po-no","Duhoux 2011: no obvious Greek interpretation Chadwick & Ventris 1973: anthroponym ma [[*177]]: KN U Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc32-\ud800\udc37-\ud800\udc12-\ud800\udc35","ta-wa-ko-to","Chadwick & Ventris 1973: anthroponym? LANA: KN Od Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc32-\ud800\udc38-\ud800\udc2f-\ud800\udc0d","ta-we-si-jo","Chadwick & Ventris 1973: anthroponym Appears as \"\"ta-we-si-jo-jo ke-ro-si-ja\"\" on PY An 261 & PY An 616. OVIS: KN Dv VIR: PY An e-ra: KN Dv Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc32-\ud800\udc3c-\ud800\udc2b","ta-za-ro","Chadwick & Ventris 1973: anthroponym KN V: a-nu-moanthroponym ja-ma-rahapax anthroponym [[po-mi-ni-jo]]hapax anthroponym [[wa-du-na]]anthroponym *47-ti-joanthroponym BOS: KN Ch OVIS: KN Db ZE: KN Ch u-ta-no: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc0d","te-jo","Chadwick & Ventris 1973: anthroponym KN L: TELA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc10","te-ke","put place"],["\ud800\udc33-\ud800\udc11-\ud800\udc2a-\ud800\udc1a-\ud800\udc35","te-ki-ri-ne-to","Chadwick & Ventris 1973: anthroponym KN Dq: OVIS KN Dq: se-to-i-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc12-\ud800\udc35-\ud800\udc1a","te-ko-to-ne","carpenters"],["\ud800\udc33-\ud800\udc12-\ud800\udc35-\ud800\udc1a","te-ko-to-ne","Chadwick & Ventris 1973: carpenters cf. \u03c4\u03ad\u03ba\u03c4\u03bf\u03bd\u03b5\u03c2 (Iliad VI 315+) Chadwick & Ventris 1973: probably two words rather than a toponym Chadwick 1967: TBD Palmer 1963: TBD Chadwick & Ventris 1973: alternative spelling of te-ko-to-a-pe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick 1963 TBD Palmer 1963 TBD"],["\ud800\udc33-\ud800\udc15-\ud800\udc1c","te-me-no","sacred precinct temple"],["\ud800\udc33-\ud800\udc16","te-mi","Chadwick & Ventris 1973: 1. in composite spellings: [[o-u-ki-te-mi]] [[o-u-te-mi]] cf. \u03c4\u1f10\u03c1\u03bc\u03b9\u03c2 'border' 2. (KN Df) anthroponym te-mi2 (KN Df): ku-joanthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc16-\ud800\udc43","te-mi-dwe","Bernab\u00e9 & Luj\u00e1n 2008: joining of the spoke to the hub on a wheel with \"\"some kind of wedges or chocks\"\" Chadwick & Ventris 1973: adjective describing wheels (ROTA) \"\"provided with a termis (border edge flange?)\"\" cf. \u03c4\u03b5\u03c1\u03bc\u03b9\u03cc\u03b5\u03b9\u03c2 (Iliad XVI 803+) Chadwick & Ventris 1973: nominative plural neuter of te-mi-dwe Chadwick & Ventris 1973: nominative dual of te-mi-dwe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\""],["\ud800\udc33-\ud800\udc16-\ud800\udc43-\ud800\udc32","te-mi-dwe-ta","wheel with teeth"],["\ud800\udc33-\ud800\udc16-\ud800\udc2b","te-mi-ro","Chadwick & Ventris 1973: anthroponym KN Da: di-ro KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc03-\ud800\udc08-\ud800\udc28-\ud800\udc24","te-o-do-ra-qe","Duhoux 2011: anthroponym cf. \u0398\u03b5\u03bf\u03b4\u03ce\u03c1\u03b1 'God given' Chadwick & Ventris 1973: anthroponym + connective enclitic -qe cf. \u0398\u03b5\u03bf\u03b4\u03ce\u03c1\u03b1 Appears as \"\"[[e-ri-tu-pi-na]] te-o-do-ra'-qe' 2\"\" on MY V 659. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\""],["\ud800\udc33-\ud800\udc03","te-o","god"],["\ud800\udc33-\ud800\udc03","te-o","Hiller 2011: 'god' Chadwick & Ventris 1973: god goddess Pylos (as te-o-jo do-e-ra/do-e-ro) Hiller 2011: 'god's servant' Chadwick & Ventris: \"\"always with do-e-ro do-e-ra\"\"; genitive of te-o Knossos Pylos Iliad III.295: \"\"[...] \u1f20\u03b4\u1fbd \u1f14\u03c5\u03c7\u03bf\u03bd\u03c4\u03bf \u03b8\u03b5\u03bf\u03b9\u03c2 \u03b1\u1f30\u03b5\u03b9\u03b3\u03b5\u03bd\u03ad\u03c4\u03b7\u03c3\u03b9\u03bd.\"\" and made prayer to the gods who are for ever. Knossos Pylos (as \"\"ma-te-re te-i-ja\"\") Duhoux 2011: adjective in 'to the divine mother' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\" Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Religion and Cult\"\" Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt)"],["\ud800\udc33-\ud800\udc03-\ud800\udc02","te-o-i","gods"],["\ud800\udc33-\ud800\udc03-\ud800\udc21-\ud800\udc2a-\ud800\udc0a","te-o-po-ri-ja","a religious festival"],["\ud800\udc33-\ud800\udc03-\ud800\udc21-\ud800\udc2a-\ud800\udc0a","te-o-po-ri-ja","Hiller 2011: 'the carrying of the god' Chadwick & Ventris 1973: \"\"possibly name of festival?\"\" cf. \u03b8\u03b5\u03bf\u03c6\u03bf\u03c1\u03af\u03b1 'divine possession' Appears as \"\"o-du-we 'te-o-po-ri-ja'\"\" on KN Od 696. M: KN Od PYC: KN Ga ma-sa: KN Ga Chadwick John and Michael Ventris 1973 Documents in Myceneaan Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux & Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc33-\ud800\udc1e","te-pa","Chadwick & Ventris 1973: a heavy cloth cf. \u03c4\u03ac\u03c0\u03c4\u03b7\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc1e-\ud800\udc28","te-pa-ra","Chadwick & Ventris 1973: anthroponym or toponym? Appears as \"\"te-pa-ra pe-re-qo-ta\"\" on KN Ce 50. (see also ti-ri-to) OVIS: KN Ce a-nu-ko?da-mi-ni-jo ku-ta-to pa-i-to: KN Ce ro-ruti-ri-to ?u-ta-no: KN Ce Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc1f-\ud800\udc0a","te-pe-ja","Chadwick & Ventris 1973: \"\"a woman's trade probably makers of te-pa\"\" Chadwick & Ventris 1973: genitive plural of te-pe-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc1f-\ud800\udc04","te-pe-u","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u03ad\u03c1\u03c0\u03b1\u03bd\u03b4\u03c1\u03bf\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc23-\ud800\udc0a","te-qa-ja","Chadwick & Ventris 1973: anthroponym cf. ethnic adjective of \u0398\u03b7\u03b2\u03b1\u1fd6\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc23-\ud800\udc0a","te-qa-ja","theban woman"],["\ud800\udc33-\ud800\udc28-\ud800\udc1f-\ud800\udc33","te-ra-pe-te","Chadwick & Ventris 1973: anthroponym KN V 147: da-te-wa e-u-ru-qo-ta na-e-si-jo we-we-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc28-\ud800\udc21-\ud800\udc2f-\ud800\udc0d","te-ra-po-si-jo","Chadwick & Ventris 1973: anthroponym \"\"a 'collector' or adjective? Derivative of \u03b8\u03b5\u03c1\u03ac\u03c0\u03c9\u03bd?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc28-\ud800\udc21-\ud800\udc34","te-ra-po-ti","Chadwick & Ventris 1973: recipient of barley in dative anthroponym? cf. \u0398\u03b5\u03c1\u03ac\u03c0\u03c9\u03bd? KN F: HORD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc29-\ud800\udc1a-\ud800\udc38","te-re-ne-we","Chadwick & Ventris 1973: toponym locative singular or nominative plural? Chadwick & Ventris 1973: variant form of name feminine locative singular Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc29-\ud800\udc1c","te-re-no","Chadwick & Ventris 1973: meaning obscure Appears as \"\"qe-te-a te-re-no\"\" on KN Fp 363. OLE: KN Fp Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc29-\ud800\udc32","te-re-ta","Duhoux 2011: 'service-men' Kazanskeine 1995: religious overseers cf. \u03c4\u03b7\u03c1\u03b7\u03c4\u03ae\u03c2 Chadwick & Ventris 1973: \"\"name of a class of functionaries\"\" cf. \u03c4\u03b5\u03bb\u03b5\u03c3\u03c4\u03ac 'an official' nominative singular and plural Chadwick & Ventris 1973: genitive plural of te-re-ta te-re-ta and wa-na-ta-jo-jo are closely co-located on PY En 609. wa-na-ta-jo is te-re-ta \"\"pa-ro a-ma-ru-ta\"\" a-tu-ko is e-te-do-mo \"\"pa-ro wa-na-ta-jo\"\" and e-*65-to [[i-ni-ja]] and [[si-ma]] are \"\"te-o-jo do-e-ra/do-e-ro\"\" \"\"pa-ro wa-na-ta-jo\"\" on the PY Eo series. GRA: PY Eo PY Er VIR: PY Er a-pa-ta-wa: KN Am da-*22-to: KN Uf qa-ra: KN Uf ti-ri-to: KN Uf? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\" Kazanskiene Vanda P. 1995 Politeia 2 \"\"Land Tenure and Social Position in Mycenaean Greece\"\""],["\ud800\udc33-\ud800\udc29-\ud800\udc32","te-re-ta","master of ceremonies"],["\ud800\udc33-\ud800\udc29-\ud800\udc37-\ud800\udc12","te-re-wa-ko","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc2c-\ud800\udc2b","te-ru-ro","Chadwick & Ventris 1973: anthroponym CAP: KN Mc *150: KN Mc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc2c-\ud800\udc2d","te-ru-sa","Chadwick & Ventris 1973: anthroponym KN Dv: OVIS TH Of: LANA KN Dv: do-ti-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc2e-\ud800\udc04","te-se-u","Chadwick & Ventris 1973: anthroponym cf. \u0398\u03b7\u03c3\u03b5\u03cd\u03c2 (Iliad I 265) Masson 1967: TBD Heubeck 1957: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Heubeck 1957 TBD Masson 1967 TBD"],["\ud800\udc33-\ud800\udc33-\ud800\udc29-\ud800\udc04","te-te-re-u","augur diviner"],["\ud800\udc33-\ud800\udc33-\ud800\udc29-\ud800\udc04","te-te-re-u","Chadwick & Ventris 1973: anthroponym cf. \u03c4\u03b5\u03c1\u03b8\u03c1\u03b5\u03cd\u03c2 'quibbler' (late BCE date) Appears as \"\"te-te-re-u i-je-re-ja pa-ki-ja-na do-e-ro\"\" at PY Eb 1176 and \"\"te-te-re-u i-je-re-ja do-e-ro\"\" at PY Ep 539. Compare with \"\"we-te-re-u i-je-re-u\"\" on PY En 74 PY Eo 247 and PY Ep 539. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc36-\ud800\udc12-\ud800\udc3a-\ud800\udc00","te-tu-ko-wo-a","Chadwick & Ventris 1973: 'fully worked' 'finished' cf. \u03c4\u03b5\u03cd\u03c7\u03c9 \u03c4\u03b5\u03c4\u03b5\u03c5\u03c7\u03ce\u03c2 Chadwick & Ventris 1973: alt. spelling of te-tu-ko-wo-a describing wheels Appears as \"\"e-qe-si-ja te-tu-ko-wo-a\"\" on KN L 871. Appears as \"\"te-tu-ko-wo-a2 [[no-pe-re-a2]]\"\" on PY Sa 682. ROTA: PY Sa TELA: KN L ZE: PY Sa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc33-\ud800\udc04-\ud800\udc35","te-u-to","Ilievski 1996: anthroponym a sobriquet cf. \u03c4\u03b5\u1fe6\u03b8\u03bf\u03c2 sepia Ilievski Petar Hr. 1996 Att\u00ed e memorie del secondo congresso internazionale di micenologia vol. 1 Filologia \u201cThe Mycenaean Personal Names in -to with regard to the derivatives from verbal adjectives\u201d"],["\ud800\udc33-\ud800\udc37-\ud800\udc0d","te-wa-jo","Chadwick & Ventris 1973: anthroponym nominative and dative BOS: KN Ce HORD: PY Fn OVIS: KN Dl si-ja-du-we: KN Dl (po-ti-ni-ja-we-jo) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc0a","ti-ja","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc16-\ud800\udc35","ti-mi-to","(as *ti-mi-to a-ko) Bennet 2011: Further Province district centre (as *ti-mi-to a-ko) Palaima 2000: 'glen of the terebinth trees' cf. \u03c4\u03b9\u03c1\u03bc\u03af\u03bd\u03b8\u03c9\u03bd \u1f04\u03b3\u03ba\u03bf\u03c2 (as ti-mi-to [[a-ke-e]]) Chadwick & Ventris 1973: locative toponym cf. [[te-mi-ti-ja]] compound of ti-mi-to + locative of noun in -os cf. \u1f04\u03b3\u03ba\u03bf\u03c2 'glen'; \"\"Located in the south of the Further Province.\"\" Chadwick & Ventris 1973: variant spelling of ti-mi-to a-ke-e AUR: PY Joti-mi-ti-ja CAP: PY Cn KE M: PY Ma ME: PY Ma OVIS: PY Cn RI M: PY Ma SUS: PY Cn VIR: PY Acte-mi-ti-jo ZE: PY Aqti-mi-ti-ja *146: PY Ma *154: PY Onte-mi-ti-ja *171: PY Aqti-mi-ti-ja ka-ke-we: PY Ma ko-re-te: PY Aqti-mi-ti-ja PY Joti-mi-ti-ja PY Onte-mi-ti-ja Bennet John 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"The Geography of Mycenaean Kingdoms\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palaima Thomas G. 2000 Faventia 22 \"\"\u0398\u03ad\u03bc\u03b9\u03c2 in the Mycenaean lexicon and the etymology of the place-name *ti-mi-to a-ko\"\" * in front of a sign group indicates a \"\"reconstructed\"\" sign group which is not actually attested in the Linear B corpus"],["\ud800\udc34-\ud800\udc16-\ud800\udc3c","ti-mi-za","Chadwick & Ventris 1973: anthroponym KN Dk: i-ke-se-raanthroponym KN Df: ku-ta-to KN Dk: da-mi-ni-jo (if toponym definition is correct) KN Df: OVIS KN Dk: OVIS LANA Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc18-\ud800\udc1d-\ud800\udc38","ti-mu-nu-we","Chadwick & Ventris 1973: anthroponym dative Chadwick & Ventris 1973: genitive of ti-mu-nu-we? KO: KN Ga? LANA: KN Od *146: KN M pu-na-so: KN Ga Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc1b-\ud800\udc0a-\ud800\udc32","ti-ni-ja-ta","Chadwick & Ventris 1973: \"\"qualification of man's name trade or title\"\" dative singular cf. o-pi-ti-ni-ja-ta Appears as \"\"du-ni-jo ti-ni-ja-ta\"\" on PY Fn 79. PY Fn: HORD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc1c","ti-no","Chadwick & Ventris 1973: 1. anthroponym? 2. toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc23-\ud800\udc0d","ti-qa-jo","Chadwick & Ventris 1973: anthroponym cf. toponym \u0398\u03af\u03c3\u03b2\u03b7 Chadwick & Ventris 1973: genitive of ti-qa-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc28","ti-ra","Chadwick & Ventris 1973: 'flocks of wool'? cf. \u03c4\u03af\u03bb\u03bb\u03c9 Appears as \"\"qo-ja-(te) a-pu-do-ke ti-ra [\"\" on KN Od 681. LANA: KN Od? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc05-\ud800\udc2b","ti-ri-da-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc0d","ti-ri-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc0d-\ud800\udc12-\ud800\udc30","ti-ri-jo-ko-so","Chadwick & Ventris 1973: anthroponym KN Da: *56-ko-we? KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc0d-\ud800\udc23","ti-ri-jo-qa","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u03c1\u03af\u03bf\u03c0\u03bf\u03c2 (Homer) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc0d-\ud800\udc38","ti-ri-jo-we","Chadwick & Ventris 1973: with three handles cf. a-no-we qe-to-ro-we Chadwick & Ventris 1973: nominative dual of ti-ri-jo-we ti-ri-jo-we is confirmed with the ideogram of a 3-handled vase *202VAS on PY Ta 641 which also includes a-no-we with a handleless ideogram and qe-to-ro-we with a 4-handled ideogram. ti-ri \u03c4\u03c1\u03b9 3 + o-we \u03bf\u1f56\u03c2 ear handle Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc03-\ud800\udc01-\ud800\udc38","ti-ri-o-e-we","with three handles"],["\ud800\udc34-\ud800\udc2a-\ud800\udc21-\ud800\udc06","ti-ri-po-de","tripod"],["\ud800\udc34-\ud800\udc2a-\ud800\udc21-\ud800\udc07-\ud800\udc12","ti-ri-po-di-ko","Chadwick & Ventris 1973: 1. small tripod cauldrons cf. \u03c4\u03c1\u03b9\u03c0\u03bf\u03b4\u03af\u03c3\u03ba\u03bf\u03c2 2. anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc21-\ud800\udc07-\ud800\udc12","ti-ri-po-di-ko","small disks with easel"],["\ud800\udc34-\ud800\udc2a-\ud800\udc21","ti-ri-po","Wiktionary: tripod Chadwick & Ventris 1973: tripod cf. \u03c4\u03c1\u03af\u03c0\u03bf\u03c5\u03c2 Chadwick & Ventris 1973: nominative dual of ti-ri-po Woodard 1997: The tri cluster is represented by ti-ri because the ti takes on the vowel of ri via the progressive spelling strategy. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Woodard Roger D. 1997 Greek Writing from Knossos to Homer: A Linguistic Interpretation of the Greek Alphabet and the Continuity of Ancient Greek Literacy"],["\ud800\udc34-\ud800\udc2a-\ud800\udc2d-\ud800\udc32","ti-ri-sa-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc2e-\ud800\udc2b-\ud800\udc01","ti-ri-se-ro-e","Chadwick & Ventris 1973: theonym dative cf. \u03a4\u03c1\u03b9\u03c4\u03bf\u03c0\u03ac\u03c4\u03bf\u03c1\u03b5\u03c2? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc34-\ud800\udc2a-\ud800\udc2e-\ud800\udc2b-\ud800\udc01","ti-ri-se-ro-e","thrice-hero"],["\ud800\udc34-\ud800\udc2a-\ud800\udc2e-\ud800\udc2b-\ud800\udc01","ti-ri-se-ro-e","wine deity"],["\ud800\udc34-\ud800\udc2a","ti-ri","three"],["\ud800\udc34-\ud800\udc2a-\ud800\udc35","ti-ri-to","Chadwick & Ventris 1973: 1. toponym cf. \u03a4\u03c1\u03af\u03c4\u03b1 2. anthroponym cf. \u03a4\u03c1\u03af\u03c4\u03bf\u03c2 \u03a4\u03c1\u03af\u03c4\u03c9\u03bd Appears as \"\"e-ke ti-ri-to pu-te\"\" on KN Uf. Appears as \"\"e-ke pu-te-ri-ja DA 1 ti-ri-to\"\" on KN Uf. Appears as \"\"ti-ri-to pe-ri-qo-te-jo\"\" on KN De 1231. (see also te-pa-ra) Appears as \"\"ti-ri-to pe-ri-qo-te-jo\"\" on KN Db 1232. ti-ri-to in KN V: qa-ratoponym ru-ki-totoponym ti-ri-ti-jo in KN E: pu-si-joethnic ru-ki-ti-joethnic tu-ri-si-joethnic qa-mi-joethnic qa-ra-joethnic ra-ti-joethnic u-ta-ni-joethnic DA: KN Uf GRA: KN E OVIS: KN Da KN Db KN De KN Df KN Dg KN Dh KN Dq KN Dv PA: KN Uf TELA+PU: KN L *168+SE: KN Pp a-ra-kodo-ti-ja: KN Db a3-ki-wa-to: KN Uf da-i-ta-ra-rohapax: KN De di-za-so: KN Pp e-u-ko-roda-*22-to do-ti-ja: KN Db i-ra-ta: KN Uf ko-kuhapax: KN Dh ku-ka-ro: KN Da na-pu-ti-jo: KN Db pu-nu-sohapax: KN Df qa-ra2-ti-johapax: KN Dg ro-rute-pa-ra ?u-ta-no: KN Dq su-ma-nohapax: KN Dh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Henle Jane Elizabeth 1953 A Study in Word Structure in Minoan Linear B"],["\ud800\udc34-\ud800\udc2a-\ud800\udc35","ti-ri-to","third"],["\ud800\udc34-\ud800\udc37-\ud800\udc34-\ud800\udc0a","ti-wa-ti-ja","Chadwick & Ventris 1973: ethnic adjective? cf. [[ti-nwa-si-jo|ti-nwa-ti-ja-o]] [[ti-nwa-si-jo]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc12","to-ko","Chadwick & Ventris 1973: 'childbirth' 'interest' \"\"Context obscure\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc12-\ud800\udc08-\ud800\udc17","to-ko-do-mo","building workers"],["\ud800\udc35-\ud800\udc12-\ud800\udc08-\ud800\udc17","to-ko-do-mo","Duhoux 2008: masons cf. \u03c4\u03bf\u03b9\u03c7\u03bf\u03b4\u03bf\u03bc\u03ad\u03c9 'build walls' Chadwick & Ventris 1973: builders cf. \u03c4\u03bf\u03b9\u03c7\u03bf\u03b4\u03bf\u03bc\u03ad\u03c9 Palaeolexicon: building workers Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Anthology\u201d"],["\ud800\udc35-\ud800\udc12-\ud800\udc30-\ud800\udc3a-\ud800\udc12","to-ko-so-wo-ko","arc makers"],["\ud800\udc35-\ud800\udc12-\ud800\udc30-\ud800\udc3a-\ud800\udc12","to-ko-so-wo-ko","Shelmerdine 2008: bow-makers Chadwick & Ventris 1973: bowyers bow-makers cf. \u03c4\u03bf\u03be\u03bf\u03c0\u03bf\u03b9\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Shelmerdine Cynthia 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Society\"\""],["\ud800\udc35-\ud800\udc14-\ud800\udc12","to-ma-ko","Garc\u00eda Ram\u00f3n 2011: name of an ox cf. \u03c3\u03c4\u03cc\u03bc\u03b1\u03c1\u03b3\u03bf\u03c2 'noisily prating' Chadwick & Ventris 1973: name of an ox cf. \u03c3\u03c4\u03cc\u03bc\u03b1\u03c1\u03b3\u03bf\u03c2 'loud-mouthed' Chadwick & Ventris 1973: to-ma-ko + connective enclitic qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Garc\u00eda Ram\u00f3n J.L. 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Onomastics\"\""],["\ud800\udc35-\ud800\udc16-\ud800\udc0f","to-mi-ka","Chadwick & Ventris 1973: \"\"description of textiles\"\" TELA: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc19-\ud800\udc32","to-na-ta","Chadwick & Ventris 1973: anthroponym cf. \u0398\u03bf\u03b9\u03bd\u03af\u03b1\u03c2 \u0398\u03bf\u03b9\u03bd\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc1b-\ud800\udc0a","to-ni-ja","Chadwick & Ventris 1973: textile description? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc1b","to-ni","McArthur 1993: uncertain toponym Chadwick & Ventris 1973: meaning obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc35-\ud800\udc1c","to-no","Chadwick & Ventris 1973: chair cf. \u03b8\u03c1\u03cc\u03bd\u03bf\u03c2 (Odyssey I 145+) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc1c-\ud800\udc01-\ud800\udc10-\ud800\udc33-\ud800\udc2a-\ud800\udc0d","to-no-e-ke-te-ri-jo","Hiller 2011: festival name in -te-ri-jo (cf. Anthest\u0113ria1 Plunt\u0113ria2) 'pouring libations at/from the throne'? Chadwick & Ventris 1973: festival name 'the holding of the throne'? 1 \u1f08\u03bd\u03b8\u03b5\u03c3\u03c4\u03ae\u03c1\u03b9\u03b1: Feast of Flowers 3-day festival of Dionysus 2 \u03a0\u03bb\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b1: Athenian festival \"\"in which the clothes of Athena's statue were washed\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Hiller Stefan 2011 A Companion to Linear B: Mycenaen Greek Texts and their World vol. II (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Religion and Cult\"\""],["\ud800\udc35-\ud800\udc1c-\ud800\udc01-\ud800\udc10-\ud800\udc33-\ud800\udc2a-\ud800\udc03","to-no-e-ke-te-ri-o","religious feast"],["\ud800\udc35-\ud800\udc03","to-o","Chadwick & Ventris 1973: context obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc1e","to-pa","basket"],["\ud800\udc35-\ud800\udc1e","to-pa","Chadwick & Ventris 1973: 'of a large basket or hamper'? cf. \u03c4\u03ac\u03c1\u03c0\u03b7 Appears as \"\"me-ti-ja-no to-pa [[ru-de-a2]] (di)-pte-ra 1\"\" on PY Ub 1318. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc1f-\ud800\udc2f","to-pe-si","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc1f-\ud800\udc3c","to-pe-za","Bernab\u00e9 & Luj\u00e1n 2008: 'table' torpeza cf. \u03c4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1 Chadwick & Ventris 1973: 'table' torpedza cf. \u03c4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1 Wiktionary: table Palaeolexicon: table Chadwick & Ventris 1973: nominative dual of to-pe-za Appears as \"\"to-pe-za ra-e-ja\"\" 'stone table' in the PY Ta series (Bernab\u00e9 & Luj\u00e1n 2008) Appears as \"\"to-pe-za ku-te-se-ja\"\" 'ebony table' in the PY Ta series (Bernab\u00e9 & Luj\u00e1n 2008) Appears as \"\"to-pe-za e-re-pa-te-ja\"\" 'ivory table' in the PY Ta series (Bernab\u00e9 & Luj\u00e1n 2008) \u03c4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1 (Doric: \u03c4\u03c1\u03ac\u03c0\u03b5\u03c3\u03b4\u03b1) table Bernab\u00e9 Alberto and Eugenio R. Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World vol. I (ed. Yves Duhoux and Anna Morpurgo Davies) \"\"Mycenaean Technology\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc1f-\ud800\udc3c","to-pe-za","table"],["\ud800\udc35-\ud800\udc25-\ud800\udc05-\ud800\udc30","to-qi-da-so","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc25-\ud800\udc06","to-qi-de","Ventris & Chadwick 1973: probably 'with a spiral' to-qi-de + connective enclitic qe Chadwick & Ventris 1973: \"\"(dish) decorated with spiral pattern\"\" Chadwick & Ventris 1973: dual feminine of to-qi-de Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc25-\ud800\udc06-\ud800\udc38-\ud800\udc2d","to-qi-de-we-sa","Chadwick & Ventris 1973: (dish) decorated with spiral pattern cf. Latin torqueo Palaeolexicon: spiral shaped decoration Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc25-\ud800\udc06-\ud800\udc38-\ud800\udc2d","to-qi-de-we-sa","spiral shaped decoration"],["\ud800\udc35-\ud800\udc28-\ud800\udc10","to-ra-ke","Chadwick & Ventris 1973: 'corslets' cf. \u03b8\u03ce\u03c1\u03b7\u03be (see also ARM) Palaeolexicon: thorax Iliad II.525: \u03bb\u03b9\u03bd\u03bf\u03b8\u03ce\u03c1\u03b7\u03be 'corselet of linen' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt)"],["\ud800\udc35-\ud800\udc28-\ud800\udc10","to-ra-ke","thorax"],["\ud800\udc35-\ud800\udc2a-\ud800\udc0d","to-ri-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b","to-ro","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u03c1\u03ce\u03c2 (Iliad V.265+) Chadwick & Ventris 1973: genitive of to-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc0a","to-ro-ja","Chadwick & Ventris 1973: anthroponym cf. to-ro Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc0a","to-ro-ja","trojan woman"],["\ud800\udc35-\ud800\udc2b-\ud800\udc11-\ud800\udc1c","to-ro-ki-no","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc1c-\ud800\udc3a-\ud800\udc12","to-ro-no-wo-ko","Chadwick & Ventris 1973: chair-maker(s) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc1c-\ud800\udc3a-\ud800\udc12","to-ro-no-wo-ko","Chadwick & Ventris 1973: occupational term 'chair-maker(s)' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc23","to-ro-qa","Melena 1983: pressed oil cf. \u03c3\u03c4\u03c1\u03ad\u03c6\u03c9 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03af\u03be\u03c9 Chadwick & Ventris 1973: oil \"\"for consumption\"\" cf. \u03c4\u03c1\u03bf\u03c6\u03ae Godart 1969: pressed oil cf. \u03c4\u03c1\u03bf\u03c0\u03ae\u03ca\u03bf\u03bd \u1f10\u03bb\u03b1\u03b9\u03bf\u03c4\u03c1\u03bf\u03c0\u03b9\u03c7\u03cc\u03c2 \u1f10\u03bb\u03b1\u03b9\u03bf\u03c4\u03c1\u03cc\u03c0\u03b9\u03bf\u03bd (see Melena 1983 for objections) Chadwick & Ventris 1973: error for to-ro-qa? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Godart Louis 1969 Studi micenei ed egeo-anatolici (SMEA) \u00abLa s\u00e9rie Fh de Cnossos\u00bb Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc35-\ud800\udc2b-\ud800\udc24-\ud800\udc0d-\ud800\udc15-\ud800\udc1c","to-ro-qe-jo-me-no","Chadwick & Ventris 1973: cf. \u03c4\u03c1\u03bf\u03c0\u03ad\u03c9 (Iliad XVIII.224) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc26","to-ro-qo","Chadwick & Ventris 1973: possibly \u03c4\u03c1\u03cc\u03c0\u03bf\u03c2 but context obscure see to-qi-de for etymology of \u03c4\u03c1\u03ad\u03c0\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc37-\ud800\udc12","to-ro-wa-ko","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc37-\ud800\udc30","to-ro-wa-so","Chadwick & Ventris 1973: toponym SA: PY Na Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc39","to-ro-wi","Chadwick & Ventris 1973: anthroponym masculine Chadwick & Ventris 1973: genitive of to-ro-wi Chadwick & Ventris 1973: alternative spelling of to-ro-wi? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2b-\ud800\udc3a","to-ro-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2c-\ud800\udc12-\ud800\udc2b","to-ru-ko-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2d-\ud800\udc15-\ud800\udc0a-\ud800\udc03","to-sa-me-ja-o","Chadwick & Ventris 1973: description of women probably occupational genitive plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2d-\ud800\udc1c","to-sa-no","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of to-sa-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2d-\ud800\udc37","to-sa-wa","Chadwick & Ventris 1973: (erased) \"\"possibly intended for to-sa [[wa-ni-ja]]\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc2f-\ud800\udc32","to-si-ta","Chadwick & Ventris 1973: anthroponym ka-do-wo on PY Cn 719 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc30","to-so","Chadwick & Ventris 1973: Mycenaean totaling formula; 'so much so many' cf. Hom. \u03c4\u03cc\u03c3\u03c3\u03bf\u03c2 \u03c4\u03cc\u03c3\u03bf\u03c2 Palaeolexicon: that many so much Ancient Scripts: so many \u03c4\u03cc\u03c3\u03bf\u03c2 so great so much Chadwick & Ventris 1973: and so much (or so many) Ruijgh 1967: and so much cf. \u03c4\u03bf\u03c3\u03cc\u03c3\u03b4\u03b5 Chadwick & Ventris 1973: genitive singular of to-so Chadwick & Ventris 1973: meaning obscure to-so + particle -ne-? Chadwick & Ventris 1973: meaning obscure to-so + particle? Duhoux 2011: compare to \"\"to-so pa-te\"\" on KN B 1955 cf. 'all' \u03c0\u03ac\u03bd\u03c4\u03b5\u03c2 (pa-te) \u03c0\u1fb6\u03c2 (-pa) [[to-so-de-pe-mo]]: to-so-de + pe-mo to-so-ku-su-pa: to-so + ku-su-pa Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\" Ruijgh C. J. 1967 \u00c9tudes sur la Grammaire et le Vocabulaire du Grec Myc\u00e9nien"],["\ud800\udc35-\ud800\udc30-\ud800\udc13-\ud800\udc31-\ud800\udc1e","to-so-ku-su-pa","Chadwick & Ventris 1973: 'so much altogether' \"\"introducing a very large quantity of oil\"\" OLE: KN Fh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc30","to-so","that many so much"],["\ud800\udc35-\ud800\udc33-\ud800\udc0a","to-te-ja","Chadwick & Ventris 1973: a woman's trade nominative plural feminine Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc33-\ud800\udc38-\ud800\udc0a-\ud800\udc2e-\ud800\udc38","to-te-we-ja-se-we","Chadwick & Ventris 1973: anthroponym dative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc34-\ud800\udc0a","to-ti-ja","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc35","to-to","Chadwick & Ventris 1973: 'this (year)' Lejeune 1958: TBD Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Lejeune 1958 TBD"],["\ud800\udc35-\ud800\udc35","to-to","this"],["\ud800\udc35-\ud800\udc36-\ud800\udc1c","to-tu-no","Chadwick & Ventris 1973: anthroponym KN Da: e-ko-so KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc04-\ud800\udc0f","to-u-ka","Chadwick & Ventris 1973: annotation to WOOL cf. te-tu-ko-wo-a? LANA: KN Lc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc04-\ud800\udc19-\ud800\udc32","to-u-na-ta","Chadwick & Ventris 1973: anthroponym KN Dm KN Dv: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc37","to-wa","Chadwick & Ventris 1973: toponym or anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc37-\ud800\udc1c","to-wa-no","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of to-wa-no Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc39-\ud800\udc1c","to-wi-no","Chadwick & Ventris 1973: anthroponym KN Do: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc35-\ud800\udc3a","to-wo","Chadwick & Ventris 1973: meaning obscure TUN: KN Sc Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc55-\ud800\udc16","tu-*49-mi","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc56-\ud800\udc05-\ud800\udc2b","tu-*56-da-ro","Chadwick & Ventris 1973: anthroponym KN Dv: OVIS Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc36-\ud800\udc05-\ud800\udc28","tu-da-ra","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u03c5\u03bd\u03b4\u03ac\u03c1\u03b7\u03c2 \u03a4\u03c5\u03bd\u03b4\u03ac\u03c1\u03b5\u03c9\u03c2 KN Do: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc0f-\ud800\udc19","tu-ka-na",""],["\ud800\udc36-\ud800\udc0f-\ud800\udc33","tu-ka-te",""],["\ud800\udc36-\ud800\udc0f-\ud800\udc33","tu-ka-te",""],["\ud800\udc36-\ud800\udc0f-\ud800\udc33","tu-ka-te",""],["\ud800\udc36-\ud800\udc0f-\ud800\udc33","tu-ka-te","daughter"],["\ud800\udc36-\ud800\udc0f-\ud800\udc35","tu-ka-to","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc10-\ud800\udc1a-\ud800\udc04","tu-ke-ne-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc14-\ud800\udc02-\ud800\udc32","tu-ma-i-ta","Chadwick & Ventris 1973: anthroponym cf. \u0398\u03c5\u03bc\u03b1\u03af\u03c4\u03b7\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc14-\ud800\udc12","tu-ma-ko","Chadwick & Ventris 1973: name of an ox? cf. to-ma-ko \u03c3\u03c4\u03cc\u03bc\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc19-\ud800\udc1c","tu-na-no","Chadwick & Ventris 1973: a kind of textile Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc19-\ud800\udc1c","tu-na-no","type of dress"],["\ud800\udc36-\ud800\udc1b-\ud800\udc0a","tu-ni-ja","Chadwick & Ventris 1973: toponym Chadwick 1973: toponym \u1f18\u03bb\u03c4\u03c5\u03bd\u03af\u03b1 Ruijgh 1967: toponym in -\u03af\u03b1 cf. Thracian tribe \u0398\u1fe6\u03bd\u03bf\u03af for which toponym \u0398\u1fe6\u03bd\u03af\u03b1 was named McArthur 1993: toponym allative Appears as \"\"tu-ni-ja 'tu'\"\" on KN Ap 629. KN Ap: do-ti-jatoponym ri-jo-notoponym MUL: KN Ap ne 'di': KN Ap OVIS: KN D KN Da KN Db KN Dd KN Df KN Dv TELA+TE: KN Le a-di-je-wo: KN D a-wa-soqa-mo: KN Db e-ke-me-de: KN Dd ki-ri-ne-tohapax: KN Dv ra-o-nohapax: KN Dv ri-ma-zo (u-ta-jo)hapax: KN Da *34-zo (pe-ri-qo-te-jo)hapax: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick John 1973 Proceedings of the Third International Cretological Colloquium Congress (CC3) Rethymnon 18-23 September 1971 vol. 1 \"\"Relations between Knossos and the rest of Crete at the time of the Linear B tablets\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc36-\ud800\udc1b-\ud800\udc0a","tu-ni-ja","Chadwick & Ventris 1973: toponym Chadwick 1973: toponym \u1f18\u03bb\u03c4\u03c5\u03bd\u03af\u03b1 Ruijgh 1967: toponym in -\u03af\u03b1 cf. Thracian tribe \u0398\u1fe6\u03bd\u03bf\u03af for which toponym \u0398\u1fe6\u03bd\u03af\u03b1 was named McArthur 1993: toponym allative Appears as \"\"tu-ni-ja 'tu'\"\" on KN Ap 629. KN Ap: do-ti-jatoponym ri-jo-notoponym MUL: KN Ap ne 'di': KN Ap OVIS: KN D KN Da KN Db KN Dd KN Df KN Dv TELA+TE: KN Le a-di-je-wo: KN D a-wa-soqa-mo: KN Db e-ke-me-de: KN Dd ki-ri-ne-tohapax: KN Dv ra-o-nohapax: KN Dv ri-ma-zo (u-ta-jo)hapax: KN Da *34-zo (pe-ri-qo-te-jo)hapax: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Chadwick John 1973 Proceedings of the Third International Cretological Colloquium Congress (CC3) Rethymnon 18-23 September 1971 vol. 1 \"\"Relations between Knossos and the rest of Crete at the time of the Linear B tablets\"\" McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-Names in the Knossos Tablets Identification and Location\u201d Ruijgh C.J. 1967 \u00c9tudes sur la grammaire et le vocabulaire du grec myc\u00e9nien"],["\ud800\udc36-\ud800\udc1b-\ud800\udc0d","tu-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc23-\ud800\udc1b-\ud800\udc0a-\ud800\udc30","tu-qa-ni-ja-so","Chadwick & Ventris 1973: anthroponym cf. toponym \u03a4\u03c5(\u03bc)\u03c0\u03b1\u03bd\u03ad\u03b1\u03b9 CROC: KN Np OVIS: KN Db ru-ki-to: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc28-\ud800\udc33-\ud800\udc04","tu-ra-te-u","Chadwick & Ventris 1973: probably an occupational trade nominative singular Chadwick & Ventris 1973: nominative plural of tu-ra-te-u cf. (-*e-u-si) a3-ta-re-u-si [[ki-jo-ne-u-si]] po-si-da-i-je-u-si [[ze-u-ke-u-si]] Chadwick & Ventris 1973: dative plural of tu-ra-te-u Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc2a-\ud800\udc0d","tu-ri-jo","Chadwick & Ventris 1973: anthroponym cf. \u03a4\u1f50\u03c1\u03b9\u03bf\u03c2 ethnic of Tyre; \u0398\u03c5\u03c1\u03af\u03c9\u03bd Appears as \"\"zo-wa tu-ri-jo\"\" on KN Nc 4473+. AES: PY Jn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc2a-\ud800\udc0d","tu-ri-jo","man from tyre"],["\ud800\udc36-\ud800\udc2a-\ud800\udc30","tu-ri-so","Chadwick & Ventris 1973: toponym Palaeolexicon: toponym Pylos Chadwick & Ventris 1973: genitive of an anthroponym Appears as \"\"tu-ri-si-jo-jo wo-ka [[we-je-ke-a2|we-je-ke-e]]\"\" on PY Sa 758. tu-ri-so (KN Ce): da-wotoponym da-*22-totoponym [[ku-do-ni-ja]]toponym tu-ri-si-jo (KN E): ra-ti-joethnic ru-ki-ti-joethnic tu-ri-si-jo (KN Og): pu-si-joethnic qa-mi-joethnic qa-ra-joethnic ru-ki-ti-joethnic tu-ri-si-jo-jo (PY Sa): mo-qo-so-jo etc. BOS: KN Ce GRA: KN E M: KN Og OVIS: KN Db KN Dd KN Dh TELA+TE: KN Lc? o-te-se-uhapax: KN Db ra-wi-zohapax: KN Db wa-du-na-roku-ta-to: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Henle Jane Elizabeth 1953 A Study in Word Structure in Minoan Linear B"],["\ud800\udc36-\ud800\udc2a-\ud800\udc32","tu-ri-ta","Chadwick & Ventris 1973: anthroponym dative Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc2b","tu-ro","cheeses"],["\ud800\udc36-\ud800\udc2c-\ud800\udc47-\ud800\udc2a-\ud800\udc0a","tu-ru-pte-ri-ja","alum"],["\ud800\udc36-\ud800\udc2c-\ud800\udc47-\ud800\udc2a-\ud800\udc0a","tu-ru-pte-ri-ja","Duhoux 2008: alum cf. \u03c3\u03c4\u03c5\u03c0\u03c4\u03b7\u03c1\u03af\u1fb6 \"\"This stuff had several uses: mainly for dyeing and tawing purposes but also e.g. as fire retardant.\"\" Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\""],["\ud800\udc36-\ud800\udc2c-\ud800\udc38-\ud800\udc04","tu-ru-we-u","Chadwick & Ventris 1973: anthroponym cf. toponym \u0398\u03c1\u1f50\u03bf\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc34","tu-ti","Chadwick & Ventris 1973: anthroponym? KN Dv: OVIS Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc36-\ud800\udc35","tu-to","Chadwick & Ventris 1973: anthroponym KN Ga: a3-ta-johapax anthroponym AROM: KN Ga ku-ta-to: KN Ga Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc38-\ud800\udc00","tu-we-a","perfume"],["\ud800\udc36-\ud800\udc38-\ud800\udc32","tu-we-ta","perfume maker"],["\ud800\udc36-\ud800\udc39-\ud800\udc0d","tu-wi-jo","Chadwick & Ventris 1973: description of a person or place? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc39-\ud800\udc1c","tu-wi-no","Chadwick & Ventris 1973: anthroponym cf. \u03a3\u03af\u03bd\u03c9\u03bd cf. (*o *o-no) a-re-ku-tu-ru-wo e-ke-ra2-wo po-se-da-o Chadwick & Ventris 1973: genitive of tu-wi-no AROM: KN Ga AROM+PYC: KN Ga Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc36-\ud800\udc3f","tu-zo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc08","u-do","Chadwick & Ventris 1973: \"\"annotation to vessel labelled with PO\"\"; 'water'? cf. \u1f54\u03b4\u03c9\u03c1 [[u-do-ro]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc0d-\ud800\udc19","u-jo-na","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc0f","u-ka","Chadwick & Ventris 1973: toponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc1e-\ud800\udc28","u-pa-ra","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc20-\ud800\udc0a-\ud800\udc11-\ud800\udc2a-\ud800\udc0d","u-pi-ja-ki-ri-jo","Chadwick & Ventris 1973: probably ethnic adjective of [[u-pa-ra-ki-ri-ja]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc21","u-po","under"],["\ud800\udc04-\ud800\udc21-\ud800\udc38","u-po-we","Bernab\u00e9 & Luj\u00e1n 2008: \"\"according to its etymology must be some kind of undergarment (cf. \u1f51\u03c0\u03bf\u03ad\u03c3\u03c4\u03b7\u03c2 \u03c7\u03b9\u03c4\u03ce\u03bd) made out of flax\"\" Chadwick & Ventris 1973: description of tunics cf. \u1f51\u03c0\u03bf\u03ad\u03c3\u03c4\u03b7\u03c2 \u03c7\u03b9\u03c4\u03ce\u03bd Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc23-\ud800\udc17","u-qa-mo","McArthur 1993: toponym Melena 1976 Chadwick & Ventris 1973: toponym? cf. qa-mo with u- as definite article Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \u201cPlace-names in the Knossos Tablets Identification and Location\u201d"],["\ud800\udc04-\ud800\udc28-\ud800\udc0d","u-ra-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f59\u03bb\u03b1\u1fd6\u03bf\u03c2 \u1f59\u03c1\u03b1\u03af\u03bf\u03c2 OVIS: KN Db KN Dv VIR: KN B qa-ra: KN Db qa-sa-ro-we: KN Db ra-su-to: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc28-\ud800\udc17-\ud800\udc1c","u-ra-mo-no","Chadwick & Ventris 1973: anthroponym KN As: ko-ni-da-joanthroponym pe-te-ki-jaanthroponym pi-ri-noanthroponym qa-to-no-roanthroponym etc. In a da-wo context on KN Da: ku-mo-no-soanthroponym ku-ne-uanthroponym KN Da: da-wo KN As: VIR KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc4a","u-ro2","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc2c-\ud800\udc20-\ud800\udc0a-\ud800\udc0d","u-ru-pi-ja-jo","Chadwick & Ventris 1973: \"\"description of men possibly ethnic\"\" nominative plural masculine Chadwick & Ventris 1973: genitive singular of u-ri-pi-ja-jo BOS: PY Cn SA: PY Na VIR: PY An [[a2-ka-a3-ki-ri-jo]]: PY Cn o-ru-ma-to: PY Cn Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc2c-\ud800\udc35","u-ru-to","guard protect"],["\ud800\udc04-\ud800\udc32-\ud800\udc0d","u-ta-jo","collector of sheep"],["\ud800\udc04-\ud800\udc32-\ud800\udc0d","u-ta-jo","Duhoux 2011: a 'Collector' Chadwick & Ventris 1973: anthroponym a \"\"collector\"\" of sheep Chadwick & Ventris 1973: genitive of u-ta-jo da-wo: KN Db KN De KN Dv da-*22-to: KN Da KN Dc KN Dv do-ti-ja: KN Da e-ko-so: KN Da KN De KN Dv e-ra: KN Da ?KN Dd KN De KN Dv ku-ta-to: KN Dc KN De pa-i-to: KN Da KN Dd qa-mo: KN Da qa-ra: KN Db ra-ja: KN Dc KN De ra-su-to: KN Db ri-jo-no: KN Da ru-ki-to: KN Dv su-ri-mo: KN De tu-ni-ja: KN Da KN Dv *56-ko-we: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\" kar WNXVII.96 kar WNXVII.102 -jo-jo"],["\ud800\udc04-\ud800\udc32-\ud800\udc0d","u-ta-jo","Duhoux 2011: a 'Collector' Chadwick & Ventris 1973: anthroponym a \"\"collector\"\" of sheep Chadwick & Ventris 1973: genitive of u-ta-jo da-wo: KN Db KN De KN Dv da-*22-to: KN Da KN Dc KN Dv do-ti-ja: KN Da e-ko-so: KN Da KN De KN Dv e-ra: KN Da ?KN Dd KN De KN Dv ku-ta-to: KN Dc KN De pa-i-to: KN Da KN Dd qa-mo: KN Da qa-ra: KN Db ra-ja: KN Dc KN De ra-su-to: KN Db ri-jo-no: KN Da ru-ki-to: KN Dv su-ri-mo: KN De tu-ni-ja: KN Da KN Dv *56-ko-we: KN Da Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2011 A Companion to Linear B: Mycenaean Greek Texts and their World vol. II \"\"Interpreting the Linear B Records: Some Guidelines\"\" kar WNXVII.96 kar WNXVII.102 -jo-jo"],["\ud800\udc04-\ud800\udc32-\ud800\udc1c","u-ta-no","McArthur 1993: toponym not Itanos based on contradicting geographic evidence of place-name equation Witczak 1992: toponym cf. \u03a4\u03ac\u03bd\u03bf\u03c2 (loss of initial u- cf. classical \u1f59\u03b4\u03c1\u03b1\u03bc\u03af\u03b1 -> modern \u0394\u03c1\u03ac\u03bc\u03b9\u03b1) Chadwick & Ventris 1973: 1. toponym possibly cf. \u1f3c\u03c4\u03b1\u03bd\u03bf\u03c2 2. anthroponym (KN Dd) Appears as \"\"u-ta-no 'a-ne-mo-i-je-re-ja'\"\" on KN Fp 13. u-ta-no (KN Dn): qa-motoponym u-ta-ni-jo (KN E): pu-si-joethnic ti-ri-ti-joethnic tu-ri-si-joethnic qa-mi-joethnic qa-ra-joethnic ra-ti-joethnic GRA: KN E OLE: KN Fp OVIS: KN Db KN Dd KN Dh KN Dv VIR: KN B *168+SE: KN Pp mo-rehapax: KN Dv ro-rute-pa-ra ti-ri-to: KN Fh? ta-za-ro: KN Db *22-ri-ta-rohapax: KN Dv ra-to: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer K. 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names of the Knossos Tablets Identification and Location\"\" Witczak Krzysztof Tomasz 1992 Kadmos 31 \"\"Notes on Cretan Place-Names in the Linear B Tablets\"\""],["\ud800\udc04-\ud800\udc37-\ud800\udc2f-\ud800\udc0d","u-wa-si-jo","Chadwick & Ventris 1973: anthroponym or patronymic adjective? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc37-\ud800\udc32","u-wa-ta","Chadwick & Ventris 1973: anthroponym cf. \u1f59\u1fb6\u03c4\u03b1\u03b9 \u1f59\u03ac\u03bd\u03c4\u03b5\u03c2 AES: PY Jn OVIS: KN Dd ru-ki-to: KN Dd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc3a-\ud800\udc24-\ud800\udc1a","u-wo-qe-ne","Chadwick & Ventris 1973: alt. spelling or error for u-wo-qe-we Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc04-\ud800\udc3a-\ud800\udc24-\ud800\udc38","u-wo-qe-we","Chadwick & Ventris 1973: title of an official perhaps nominative plural Palmer 1963: overseers Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Leonard R. 1963 The Interpretation of Mycenaean Greek Texts"],["\ud800\udc37-\ud800\udc5c-\ud800\udc29","wa-*86-re","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc09-\ud800\udc0f-\ud800\udc2d-\ud800\udc2b","wa-du-ka-sa-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc09-\ud800\udc19-\ud800\udc2b","wa-du-na-ro","Chadwick & Ventris 1973: anthroponym Appears as \"\"wa-du-na-ro / po-ku-ta\"\" on KN C 912+. OVIS: KN C KN Db KN Dc ku-ta-to (da-mi-ni-jo): KN Dc tu-ri-so: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc0f-\ud800\udc34-\ud800\udc0a-\ud800\udc32","wa-ka-ti-ja-ta","Chadwick & Ventris 1973: masculine nominative plural ethnic? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc10-\ud800\udc32","wa-ke-ta","Chadwick & Ventris 1973: recipient of offerings? KN Fs: HORD NI OLE Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc19-\ud800\udc0f","wa-na-ka","Hooker 1979: lord applying to both chieftains and gods Chadwick & Ventris 1973: the king cf. \u1f04\u03bd\u03b1\u03be Cypriot WA-NA-XE Wiktionary: king lord Iliad II.104: \u1f19\u03c1\u03bc\u03b5\u03af\u03b1\u03c2 \u03b4\u1f72 \u1f04\u03bd\u03b1\u03be 'Hermes the lord' Iliad II.284 II.360: \u1f04\u03bd\u03b1\u03be 'king' Iliad II.403 II.613 III.81 III.455 IV.148 IV.255 IV.336 V.38 V.268 V.311 VI.33: \u1f04\u03bd\u03b1\u03be \u1f00\u03bd\u03b4\u03c1\u1ff6\u03bd 'lord of men (epithet of Agamemnon Anchises Aeneas)' Iliad V.105: \u1f04\u03bd\u03b1\u03be \u0394\u03b9\u1f78\u03c2 \u03c5\u1f31\u1f78\u03c2 'lord [Apollo] the son of Zeus' Iliad VII.23 VII.38: \u1f04\u03bd\u03b1\u03be \u0394\u03b9\u1f78\u03c2 \u03c5\u1f31\u1f78\u03c2 \u1f08\u03c0\u03cc\u03bb\u03bb\u03c9\u03bd 'king Apollo son of Zeus' Chadwick & Ventris 1973: dative of wa-na-ka Chadwick & Ventris 1973: variant spelling of wa-na-ka-te Chadwick & Ventris 1973: genitive of wa-na-ka Iliad II.370 IV.290: \u03c0\u03cc\u03bb\u03b9\u03c2 \u03a0\u03c1\u03b9\u03ac\u03bc\u03bf\u03b9\u03bf \u1f04\u03bd\u03b1\u03ba\u03c4\u03bf\u03c2 'city of king Priam' Iliad II.620: \u03c5\u1f31\u1f78\u03c2 \u1f08\u03b3\u03b1\u03c3\u03b8\u03ad\u03bd\u03b5\u03bf\u03c2 \u0391\u1f50\u03b3\u03b7\u03b9\u03ac\u03b4\u03b1\u03bf \u1f04\u03bd\u03b1\u03ba\u03c4\u03bf\u03c2 'son of king Agasthenes Augeias' son' Iliad II.725: \u03a6\u03b9\u03bb\u03bf\u03ba\u03c4\u03ae\u03c4\u03b1\u03bf \u1f04\u03bd\u03b1\u03ba\u03c4\u03bf\u03c2 'king Philoctetes' Iliad IV.420: \u1f10\u03c0\u1f76 \u03c3\u03c4\u03ae\u03b8\u03b5\u03c3\u03c3\u03b9\u03bd \u1f04\u03bd\u03b1\u03ba\u03c4\u03bf\u03c2 'on the breast of the king' Iliad VI.450: \u03a0\u03c1\u03b9\u03ac\u03bc\u03bf\u03b9\u03bf \u1f04\u03bd\u03b1\u03ba\u03c4\u03bf\u03c2 'king Priam's' Iliad VII.8: \u03c5\u1f31\u1f78\u03bd \u1f08\u03c1\u03b7\u03b9\u03b8\u03cc\u03bf\u03b9\u03bf \u1f04\u03bd\u03b1\u03ba\u03c4\u03bf\u03c2 'son of king Are\u00efthous' cf. po-ku-te-ro Hooker 1979: descriptive adjective contextually ambiguous Chadwick & Ventris 1973: 'of the king royal' cf. \u1f04\u03bd\u03b1\u03be + -\u03c4\u03b5\u03c1\u03bf\u03c2 cf. \u03b2\u03b1\u03c3\u03b9\u03bb\u03b5\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2 Adrados 1969: attached to the service of the god Palaeolexicon: palace house of the king Chadwick & Ventris 1973: nominative plural neuter or feminine of wa-na-ka-te-ro See also Homeric Greek sections under each Variant. Iliad II.405: \u03ba\u03b1\u1f76 \u1f38\u03b4\u03bf\u03bc\u03b5\u03bd\u1fc6\u03b1 \u1f04\u03bd\u03b1\u03ba\u03c4\u03b1 'and king Idomeneus' (accusative) Iliad V.545: \u03c0\u03bf\u03bb\u03ad\u03b5\u03c2\u03c2\u1fbd \u1f04\u03bd\u03b4\u03c1\u03b5\u03c3\u03c3\u03b9\u03bd \u1f04\u03bd\u03b1\u03ba\u03c4\u03b1 'king over many men' (accusative) Adrados Francisco Rodr\u00edguez 1969 Minos 10 \"\"Te-re-ta wa-na-ka-te-ro y los anaktotelestai\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Homer 2003 Iliad (trans. A.T. Murray ed. William F. Wyatt) Hooker James T. 1979 Kadmos Band 18 Heft 2 \"\"The wanax in Linear B texts\"\" p. 100-111"],["\ud800\udc37-\ud800\udc19-\ud800\udc0f","wa-na-ka","overlord king"],["\ud800\udc37-\ud800\udc19-\ud800\udc0f-\ud800\udc33-\ud800\udc2b","wa-na-ka-te-ro","palace house of the king"],["\ud800\udc37-\ud800\udc19-\ud800\udc2d","wa-na-sa","queen"],["\ud800\udc37-\ud800\udc19-\ud800\udc2e-\ud800\udc39-\ud800\udc0d","wa-na-se-wi-jo","Chadwick & Ventris 1973: adjective form of [[wa-na-so-i]]? Chadwick & Ventris 1973: feminine singular or neuter plural of wa-na-se-wi-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc19-\ud800\udc32-\ud800\udc0d","wa-na-ta-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f08\u03c1\u03bd\u03b1\u1fd6\u03bf\u03c2 (Odyssey XVIII.5) Chadwick & Ventris 1973: genitive of wa-na-ta-jo Chadwick & Ventris 1973: error for wa-na-ta-jo wa-na-ta-jo is a te-re-ta \"\"pa-ro a-ma-ru-ta\"\" in the Pylos tablets. a-tu-ko is e-te-do-mo \"\"pa-ro wa-na-ta-jo\"\" and e-*65-to [[i-ni-ja]] and [[si-ma]] are \"\"te-o-jo do-e-ra/do-e-ro\"\" \"\"pa-ro wa-na-ta-jo\"\". GRA: PY Eo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc1c","wa-no","Chadwick & Ventris 1973: name of ox + connective enclitic qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc1c-\ud800\udc0d","wa-no-jo","Chadwick & Ventris 1973: anthroponym genitive \"\"forming [toponym] with wo-wo\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc21","wa-po","Chadwick & Ventris 1973: anthroponym? OLE: KN Fh Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc28-\ud800\udc34","wa-ra-ti","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc2c-\ud800\udc3a-\ud800\udc26","wa-ru-wo-qo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc35","wa-to","McArthur 1993 Chadwick & Ventris 1973: toponym Catling & Jones 1977: toponym somewhere in western Crete based on the clay analysis of stirrup jars from Thebes Godart 1972: toponym but not Palaikastro based on the KN Co livestock numbers and the desolation of the eastern region Catling & Millett 1965: toponym Palaikastro in eastern Crete based on the clay analysis of stirrup jars from Thebes (Palaikastro interpretation retracted in Catling & Jones 1977) Khania Hallager 1992: personal name cf. wa-to KN Co: ka-ta-ra-iloc. pl. ku-do-ni-jatoponym KN Ce KN G KN Lc KN Sd KN C: o-du-ru-wi-joethnic KN Ai [[TH Z]] si-ra-rotoponym KN Co ri-jo-notoponym KN Ak KN Ap KN Da KN Dn a-pa-ta-watoponym ku-ta-i-totoponym Catling H.W. and R.E. Jones 1977 Archaeometry 19 \"\"A reinvestigation of the provenance of the inscribed stirrup-jars found at Thebes\"\" Catling H.W. and A. Millett 1965 Archaeometry 8 \"\"A Study of the inscribed stirrup-jars from Thebes\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Godart Louis 1972 Acta Mycenaea II (Minos 12) \u00abLes tablettes de la s\u00e9rie Co de Cnossos\u00bb Hallager Erik Birgitta P. Hallager and Maria Vlasakis 1992 Kadmos 31 (Band XXXI Heft 1) \"\"New Linear B tablets from Khania\"\" McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc37-\ud800\udc36","wa-tu","urban"],["\ud800\udc37-\ud800\udc37-\ud800\udc0f","wa-wa-ka","Chadwick & Ventris 1973: anthroponym? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc37-\ud800\udc3a-\ud800\udc04-\ud800\udc06","wa-wo-u-de","Chadwick & Ventris 1973: toponym allative? Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc40-\ud800\udc1c-\ud800\udc02","we-a2-no-i","Melena 1983: OLE for we-a2-no-i \"\"might be explained not as intended for perfuming them but for their cleaning\"\" Chadwick & Ventris 1973: \"\"for robes\"\" cf. \u1f11\u03b1\u03bd\u03cc\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc38-\ud800\udc00-\ud800\udc29-\ud800\udc1f","we-a-re-pe","Chadwick & Ventris 1973: adjective describing oil probably 'for anointing' Chadwick & Ventris 1973: alternative spelling of we-a-re-pe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc05-\ud800\udc1a-\ud800\udc3a","we-da-ne-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of we-da-ne-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc05-\ud800\udc1a-\ud800\udc3a","we-da-ne-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of we-da-ne-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc05-\ud800\udc1a-\ud800\udc3a","we-da-ne-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of we-da-ne-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc05-\ud800\udc1a-\ud800\udc3a","we-da-ne-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of we-da-ne-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc05-\ud800\udc1a-\ud800\udc3a","we-da-ne-wo","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: dative of we-da-ne-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc01-\ud800\udc39-\ud800\udc0a","we-e-wi-ja","Chadwick & Ventris 1973: 1. (PY Ub) 'pigs' cf. \u1f53\u03b5\u03b9\u03bf\u03c2 \"\"describing skins\"\" nominative feminine plural adjective 2. (KN As) context obscure Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc01-\ud800\udc39-\ud800\udc0a","we-e-wi-ja","material taken from porks"],["\ud800\udc38-\ud800\udc02-\ud800\udc38-\ud800\udc2d","we-i-we-sa","Chadwick & Ventris 1973: anthroponym dative Huiwess\u00e3i Parallel with ma-no [[a-na-*88]] to-ti-ja [[ke-ra-so]] on MY Fo 101 with context of V 1 lines 1-4. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc0b-\ud800\udc38","we-je-we","Chadwick & Ventris 1973: \"\"description of plant or tree\"\" probably 'vine-shoots' cf. \u03c5\u1f31\u03ae\u03bd \u03c4\u1f74\u03bd \u1f04\u03bc\u03c0\u03b5\u03bb\u03bf\u03bd *174: KN Gv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc0b-\ud800\udc38","we-je-we","vines"],["\ud800\udc38-\ud800\udc0f-\ud800\udc32","we-ka-ta","Killen 1964: adjective with animals \"\"working\"\" i.e. castrated Palaeolexicon: workers Killen J.T. 1964 British School at Athens (BSA) 59 \"\"The Wool Industry of Crete in the Late Bronze Age\"\""],["\ud800\udc38-\ud800\udc0f-\ud800\udc32","we-ka-ta","workers"],["\ud800\udc38-\ud800\udc10-\ud800\udc02-\ud800\udc0a","we-ke-i-ja","Chadwick & Ventris 1973: \"\"Obscure: annotation to groups of 18 men perhaps a derivative of \u1f14\u03c1\u03b3\u03bf\u03bd\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc28-\ud800\udc33-\ud800\udc0a","we-ra-te-ja","Chadwick & Ventris 1973: \"\"Obscure description of women?\"\" Chadwick & Ventris 1973: variant spelling of we-ra-te-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc29-\ud800\udc1a-\ud800\udc0a","we-re-ne-ja","material taken from lambs"],["\ud800\udc38-\ud800\udc29-\ud800\udc1a-\ud800\udc0a","we-re-ne-ja","Palaeolexicon: material taken from lambs"],["\ud800\udc38-\ud800\udc29-\ud800\udc38","we-re-we","Chadwick & Ventris 1973: title? nominative singular or plural KN C: da-nu-wo ko-re-te Chadwick John and Michael Venris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc2b-\ud800\udc1e-\ud800\udc32","we-ro-pa-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc33-\ud800\udc29-\ud800\udc04","we-te-re-u","Chadwick & Ventris 1973: anthroponym we-te-re-u is i-je-re-u \"\"pa-ro a3-ti-jo-qe\"\" on the PY Eo series. we-te-re-u is i-je-re-u \"\"pa-ro da-mo\"\" on the PY Ep series. PY Ed: ka-ra-wi-po-rotitle e-qe-ta in a -qe list. GRA: PY Eo PY Ep Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc35","we-to","Chadwick & Ventris 1973: 'year' cf. \u1f14\u03c4\u03bf\u03c2 Chadwick & Ventris 1973: reduplicated dative locative of we-to 'from year to year' 'annually' Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc35","we-to","the current year"],["\ud800\udc38-\ud800\udc37-\ud800\udc08-\ud800\udc2b","we-wa-do-ro","Chadwick & Ventris 1973: anthroponym BIG: KN Sc EQU ZE: KN Sc OVIS: KN Dv TUN: KN Sc qa-ra: KN Dv Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc38-\ud800\udc01-\ud800\udc00","we-we-e-a","Chadwick & Ventris 1973: 'woollen' cf. Att. \u1f11\u03c1\u03b5\u1fb6 from Homeric \u03b5\u1fd6\u03c1\u03bf\u03c2 'wool' TELA: KN L TELA+PA: KN L TUN+KI: KN L Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc38-\ud800\udc2b","we-we-ro","Chadwick & Ventris 1973: anthroponym KN V 147: da-te-wa e-u-ru-qo-ta na-e-si-jo te-ra-pe-te Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc38-\ud800\udc38-\ud800\udc2f-\ud800\udc0d","we-we-si-jo","Killen 1983: male anthroponym Chadwick & Ventris 1973: male anthroponym Chadwick & Ventris 1973: genitive of we-we-si-jo cf. (i-jo i-je-ja) a-ka-i-jo di-wi-jo ki-si-wi-jo wo-di-jo Ilievski 1979: women depending on we-we-si-jo Chadwick & Ventris 1973: occupational 'wool-workers' Chadwick & Ventris 1973: genitive plural of we-we-si-je-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ilievski Petar Hr. 1979 Colloquim Mycenaeum. Actes du sixi\u00e8me Colloque international sur les textes myc\u00e9niens et \u00e9g\u00e9ens tenu \u00e0 Chaumont sur Neuch\u00e2tel du 7 au 13 septembre 1975 \"\"Vocabulary Words from the Mycenaean Personal Names\"\" Killen J.T. 1983 Transactions of the Philological Society \"\"Mycenaean Possessive Adjectives in E-JO\"\""],["\ud800\udc38-\ud800\udc38-\ud800\udc2f-\ud800\udc0d","we-we-si-jo","Killen 1983: male anthroponym Chadwick & Ventris 1973: male anthroponym Chadwick & Ventris 1973: genitive of we-we-si-jo cf. (i-jo i-je-ja) a-ka-i-jo di-wi-jo ki-si-wi-jo wo-di-jo Ilievski 1979: women depending on we-we-si-jo Chadwick & Ventris 1973: occupational 'wool-workers' Chadwick & Ventris 1973: genitive plural of we-we-si-je-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Ilievski Petar Hr. 1979 Colloquim Mycenaeum. Actes du sixi\u00e8me Colloque international sur les textes myc\u00e9niens et \u00e9g\u00e9ens tenu \u00e0 Chaumont sur Neuch\u00e2tel du 7 au 13 septembre 1975 \"\"Vocabulary Words from the Mycenaean Personal Names\"\" Killen J.T. 1983 Transactions of the Philological Society \"\"Mycenaean Possessive Adjectives in E-JO\"\""],["\ud800\udc38-\ud800\udc3a-\ud800\udc1b-\ud800\udc0d","we-wo-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc0e-\ud800\udc33-\ud800\udc04","wi-*65-te-u","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc05-\ud800\udc0d","wi-da-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f38\u03b4\u03b1\u1fd6\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc05-\ud800\udc0f-\ud800\udc30","wi-da-ka-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc05-\ud800\udc14-\ud800\udc2b","wi-da-ma-ro","Chadwick & Ventris 1973: anthroponym KN V: da-i-ra di-zo du-pu2-ra-zo [[o-ro-qa]] pu-ri qe-ro [[su-ko]] [[wa-je]] KN Do: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc05-\ud800\udc14-\ud800\udc4b","wi-da-ma-ta2","Chadwick & Ventris 1973: anthroponym KN Ln: di-*65-pa-ta ko-re-wo ta-su Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc06","wi-de","he saw"],["\ud800\udc39-\ud800\udc08-\ud800\udc3a-\ud800\udc02-\ud800\udc0d","wi-do-wo-i-jo","Chadwick & Ventris 1973: anthroponym cf. \u1f30\u03b4\u03c5\u1fd6\u03bf\u03b9 \u03b5\u1f30\u03b4\u03ce\u03c2 Chadwick & Ventirs 1973: alternative spelling of wi-do-wo-i-jo Chadwick & Ventris 1973: alternative spelling of wi-do-wo-i-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc09-\ud800\udc2b","wi-du-ro","Chadwick & Ventris 1973: anthroponym cf. \u1f3c\u03b4\u03c5\u03c1\u03bf\u03c2 (name of a river) Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc09-\ud800\udc2c-\ud800\udc32","wi-du-ru-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc0a-\ud800\udc14-\ud800\udc2b","wi-ja-ma-ro","Chadwick & Ventris 1973: anthroponym KN As: se-to-i-ja? KN Da: pa-i-to KN As: VIR KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc0b-\ud800\udc17","wi-je-mo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc0b-\ud800\udc30","wi-je-so","Chadwick & Ventris 1973: anthroponym KN Da: pa-i-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc0d-\ud800\udc0f-\ud800\udc06","wi-jo-ka-de","Chadwick & Ventris 1973: anthroponym KN Db: da-wo KN Db: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc0d-\ud800\udc26-\ud800\udc32","wi-jo-qo-ta","Aura Jorro 1999: masculine anthroponym Hiller & Panagl 1976: anthroponym cf. \u1f38\u03bf\u03c6\u03cc\u03bd\u03c4\u03b7\u03c2 \u1f38\u03bf\u03b2\u03ac\u03c4\u03b7\u03c2 *\u1f38\u03bf\u03b2\u03cc\u03c4\u03b7\u03c2 Chadwick & Ventris 1973: anthroponym cf. \u1f38\u03bf\u03c6\u1ff6\u03bd Gallavotti 1968: anthroponym cf. \u1f38\u03bf\u03b2\u03ac\u03c4\u03b7\u03c2 Chadwick & Ventris 1956: anthroponym cf. \u1f38\u03bf\u03b2\u03ac\u03c4\u03b7\u03c2 a-no-qo-ta-o a-pi-qo-ta-o pe-ri-qo-ta-o qe-re-qo-ta-o su-qo-ta-o Chadwick & Ventris: genitive of wi-jo-qo-ta KN Db KN Dq: OVIS KN Ld: TELA KN Db: do-ti-ja KN Dq: pa-i-to * denotes a tentatively reconstructed word which is not attested in Greek Aura Jorro Francisco 1999 Diccionario Mic\u00e9nico vol. II Chadwick John 1962 Annual of the British School at Athens (ABSA) \"\"Further Linear B Tablets from Knossos\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek (Docs2) Chadwick John and Michael Ventris 1956 Documents in Mycenaean Greek (Docs) Gallavotti Carlo 1968 Studi Micenei ed Egeo-Anatolici (SMEA) 5 \"\"Sulla definizione del miceneo come dialetto greco\"\" Hiller Stefan and Oswald Panagl 1976 Die fr\u00fchgriechischen Texte aus mykenischer Zeit Landau Oscar 1958 Studia graeca et latina Gothoburgensia VII \u201cMykenisch-griechische Personennamen\u201d"],["\ud800\udc39-\ud800\udc19-\ud800\udc0d","wi-na-jo","Chadwick & Ventris 1973: anthroponym OLE: KN Fh OVIS: KN Da KN Db KN K: di-pa a-no-wo-to e-ra: KN Dv KN Fh ra-su-to: KN Da ru-ki-to: KN Db *56-ko-we: KN Db Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc19-\ud800\udc35","wi-na-to","McArthur 1993: toponym based on placement in KN As 604 probably Inatos based on non-contradicting geographic evidence of place-name equation Chadwick & Ventris 1973: toponym cf. \u1f3c\u03bd\u03b1\u03c4\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek McArthur Jennifer 1993 Suplementos a MINOS n\u00fam. 9 \"\"Place-Names in the Knossos Tablets Identification and Location\"\""],["\ud800\udc39-\ud800\udc20-\ud800\udc03","wi-pi-o","Chadwick & Ventris 1973: anthroponym cf. \u1f38\u03c6\u03af\u03c9\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc28-\ud800\udc1a","wi-ra-ne","Chadwick & Ventris 1973: anthroponym KN Da: ku-ta-to KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc28-\ud800\udc1a-\ud800\udc35","wi-ra-ne-to","Chadwick & Ventris 1973: anthroponym OVIS: KN Dv VIR: KN As ri-jo-no: KN Dv se-to-i-ja: KN As Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc2a-\ud800\udc1a-\ud800\udc03","wi-ri-ne-o","(from) leather"],["\ud800\udc39-\ud800\udc2a-\ud800\udc1a-\ud800\udc04","wi-ri-ne-u","Melena 1983: \"\"tanners\"\" or \"\"to the tanner\"\" Chadwick & Ventris 1973: recipient of oil perhaps \"\"for the tanner\"\" or anthroponym? OLE: KN Fh VIR: TH Av Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\""],["\ud800\udc39-\ud800\udc2a-\ud800\udc1b-\ud800\udc0d","wi-ri-ni-jo","Chadwick & Ventris 1973: \"\"made of leather\"\" cf. wi-ri-no Chadwick & Ventris 1973: variant of wi-ri-ni-jo Palaeolexicon: (from) leather Chadwick & Ventris 1973: variant of wi-ri-ni-jo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc2a-\ud800\udc1c","wi-ri-no","Bernab\u00e9 & Luj\u00e1n 2008: cow hides Chadwick & Ventris 1973: ox-hides cf. \u1fe5\u03b9\u03bd\u03cc\u03c2 (Odyssey I 108+) Bernab\u00e9 Alberto and Eugenio Luj\u00e1n 2008 A Companion to Linear B: Mycenaean Greek Texts and their World (ed. Yves Duhoux and Anna Morpurgo Davies) \u201cMycenaean Technology\u201d Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc2a-\ud800\udc1c","wi-ri-no","skin of man and animal"],["\ud800\udc39-\ud800\udc2a-\ud800\udc3c","wi-ri-za","Chadwick & Ventris 1973: root in the context of LANA \"\"the root section of which is rich in lanolin (Killen 1962)\"\" cf. \u1fe5\u03b9\u03b6\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen J. T. 1962 TBD"],["\ud800\udc39-\ud800\udc2a-\ud800\udc3c","wi-ri-za","iris root / straining wool"],["\ud800\udc39-\ud800\udc2b","wi-ro","Chadwick & Ventris 1973: anthroponym cf. \u1f3c\u03bb\u03bf\u03c2 \u1f3c\u03c1\u03bf\u03c2 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc2b-\ud800\udc0d","wi-ro-jo","Chadwick & Ventris 1973: anthroponym KN Da: pu-na-so KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc30","wi-so","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc31-\ud800\udc2b","wi-su-ro","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc39-\ud800\udc34-\ud800\udc16-\ud800\udc0a","wi-ti-mi-ja","ceremony of the isthmus in corinth"],["\ud800\udc3a-\ud800\udc0e-\ud800\udc2b","wo-*65-ro","Chadwick & Ventris 1973: anthroponym KN Dv: OVIS KN Dv: ru-ki-to Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc3a-\ud800\udc5a-\ud800\udc1b-\ud800\udc0d","wo-*82-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc5a-\ud800\udc1b-\ud800\udc0d","wo-*82-ni-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc06-\ud800\udc39-\ud800\udc0d","wo-de-wi-jo","Chadwick & Ventris 1973: month name 'of roses' cf. \u1fe5\u03cc\u03b4\u03bf\u03bd wo-do-we KN Fp: de-u-ki-jo-jo di-wi-jo-jo ka-ra-e-ri-jo ra-pa-to OLE: KN Fp KN Ga: ko-no MA KO Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc07-\ud800\udc0d","wo-di-jo","Chadwick & Ventris 1973: anthroponym cf. \u1fe5\u03cc\u03b4\u03bf\u03bd cf. (-*e-ja) a-to-me-ja da-te-ne-ja ke-ra-me-ja si-ne-e-ja Duhoux 2008: anthroponym cf. \u1fec\u03bf\u03b4\u03b9\u03b5\u03cd\u03c2 \"\"could then be the woman in charge of the operation recorded here\"\" Chadwick & Ventris 1973: anthroponym cf. \u1fe5\u03cc\u03b4\u03bf\u03bd Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Duhoux Yves 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Anthology\"\""],["\ud800\udc3a-\ud800\udc08-\ud800\udc38","wo-do-we","Melena 1983: rose-scented cf. \u1fe5\u03bf\u03b4\u03cc\u03b5\u03bd\u03c4\u03b9 ... \u1f10\u03bb\u03b1\u03af\u03c9 (Iliad 23.186) Melena Jos\u00e9 1983 Minos vol. 18 \u201cOlive Oil and Other Sorts of Oil in the Mycenaean Tablets\u201d"],["\ud800\udc3a-\ud800\udc08-\ud800\udc38","wo-do-we","rose oil"],["\ud800\udc3a-\ud800\udc0d","wo-jo","Chadwick & Ventris 1973 (PY Eb): 'of his own' cf. \u03bf\u1fd6\u03bf Chadwick John and Michael Ventris 1973 Documents in Myceanaean Greek"],["\ud800\udc3a-\ud800\udc0f","wo-ka","Chadwick & Ventris 1973: vehicle chariot cf. \u1f44\u03c7\u03b5\u03b1 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc0f","wo-ka","vehicle"],["\ud800\udc3a-\ud800\udc10","wo-ke","Chadwick & Ventris 1973: meaning obscure; verb of wo-ze or dative of a noun? Appears as \"\"to-ra-ke a-me-ja-to o-pa me-za-na wo-ke ne-(wo)\"\" on PY Sh 736. Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc12-\ud800\udc06","wo-ko-de","(as po-ti-ni-ja wo-ko-de) Duhoux 2008: 'to the premises of Potnia' Chadwick & Spyropoulos 1975 p. 89: to the house of (a deity) contrasted with do-de Chadwick & Ventris 1973: to the house or shrine (of) cf. \u03bf\u1fd6\u03ba\u03cc\u03bd\u03b4\u03b5 Chadwick & Ventris 1973: variant spelling Chadwick John and Theodoros Spyropoulos 1975 The Thebes Tablets II Chadwick John and Michael Ventris 1973 Documents in Myceanean Greek Duhoux Yves 2008 A Companion to Linear B: Myceaean Greek Texts and their World vol. I \"\"Mycenaean Anthology\"\""],["\ud800\udc3a-\ud800\udc12-\ud800\udc06","wo-ko-de","the house of"],["\ud800\udc3a-\ud800\udc12","wo-ko","house"],["\ud800\udc3a-\ud800\udc19-\ud800\udc2f","wo-na-si","Chadwick & Ventris 1973: 'in the vineyards'? cf. \u03bf\u1f30\u03bd\u1f00\u03b4\u03b5\u03c2 \u1f00\u03bc\u03c0\u03b5\u03bb\u1f60\u03b4\u03b5\u03b9\u03c2 \u03c4\u03cc\u03c0\u03bf\u03b9 dative-locative plural Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc1a-\ud800\udc37","wo-ne-wa","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc1a-\ud800\udc38","wo-ne-we","Chadwick & Ventris 1973: \"\"description of sheep\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc1c-\ud800\udc26-\ud800\udc30","wo-no-qo-so","Chadwick & Ventris 1973: name of ox cf. \u039f\u1f34\u03bd\u03bf\u03c8 \u03b2\u03cc\u03b5 \u03bf\u1f34\u03bd\u03bf\u03c0\u03b5 Chadwick & Ventris 1973: wo-no-qo-so + connective enclitic qe Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc1c-\ud800\udc37-\ud800\udc34-\ud800\udc2f","wo-no-wa-ti-si","winegarden"],["\ud800\udc3a-\ud800\udc28-\ud800\udc38-\ud800\udc2d","wo-ra-we-sa","Chadwick & Ventris 1973: describes a chariot Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc2b-\ud800\udc0f-\ud800\udc1a","wo-ro-ka-ne","Chadwick & Ventris 1973: \"\"possibly nominative plural describing men\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc2b-\ud800\udc11-\ud800\udc0d-\ud800\udc1a-\ud800\udc0d","wo-ro-ki-jo-ne-jo","place of the breaks"],["\ud800\udc3a-\ud800\udc2b-\ud800\udc34-\ud800\udc0a","wo-ro-ti-ja","Chadwick & Ventris 1973: anthroponym Chadwick & Ventris 1973: genitive of wo-ro-ti-ja Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc2f-\ud800\udc0d-\ud800\udc1a","wo-si-jo-ne","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc38-\ud800\udc04","wo-we-u","Chadwick & Ventris 1973: probably a title cf. wo-wo Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc39-\ud800\udc0a","wo-wi-ja","Chadwick & Ventris 1973: \"\"forms a place name after a genitive [anthroponym]\"\" 'borders'? cf. \u1f44\u03c1\u03b9\u03b1 ko-ro-jo-wo-wi-ja [[ru-ke-wo-wo-wi-ja]] Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc39-\ud800\udc0a-\ud800\udc32","wo-wi-ja-ta","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc3a","wo-wo","Chadwick & Ventris 1973: 1. combined with anthroponym in genitive to form a toponym probably \"\"boundary\"\" cf. \u1f44\u03c1\u03bf\u03c2 (at Pylos) 2. anthroponym (at Knossos) ku-ta-to: KN Dc KN Dk Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3a-\ud800\udc3a","wo-wo","limits"],["\ud800\udc3a-\ud800\udc3d","wo-ze","Pylos Chadwick & Ventris 1973: \"\"works performs\"\" cf. \u1f14\u03c1\u03b4\u03c9 \u1fe5\u03ad\u03b6\u03c9 Pylos cf. (o-) o-a-ke-re-se o-de-ka-sa-to o-di-do-si Chadwick & Ventris 1973: variant or erroneous spelling of o-u-wo-ze Pylos cf. (o-u-) o-u-di-do-si Chadwick & Ventris 1973: negative of wo-ze Pylos Chadwick & Ventris 1973: present infinitive Pylos Chadwick & Ventris 1973: error for wo-ze-e Pylos Chadwick & Ventris 1973: nominative singular masculine present participle of wo-ze Pylos Chadwick & Ventris 1973: nominative plural and dative singular masculine of wo-ze Knossos cf. (-me-no -me-na) a-ja-me-no de-de-me-no qe-qi-no-me-no Killen 2008: \"\"may mean 'in course of production' they might also indicate wheels in process of refurbishment\"\" (KN So) Chadwick & Ventris 1973: nominative dual present participle passive: \"\"'being worked on' (i.e. under construction)\"\" Knossos cf. (-me-no -me-na) a-ja-me-na de-de-me-na qe-qi-no-me-na Killen 2008: \"\"may mean 'in course of production' they might also indicate wheels in process of refurbishment\"\" (KN So) Chadwick & Ventris 1973: nominative plural neuter Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Killen J.T. 2008 A Companion to Linear B: Mycenaean Greek Texts and their World \"\"Mycenaean Economy\"\""],["\ud800\udc3c-\ud800\udc01-\ud800\udc35-\ud800\udc2b","za-e-to-ro","Chadwick & Ventris 1973: toponym Appears as \"\"za-e-to-ro ko-ro-ku-ra-i-jo VIR 20\"\" on PY An 661. (see also ka-ra-do-ro) VIR: PY An Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3c-\ud800\udc11-\ud800\udc2a-\ud800\udc0d","za-ki-ri-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3c-\ud800\udc14-\ud800\udc01-\ud800\udc39-\ud800\udc0a","za-ma-e-wi-ja","Chadwick & Ventris 1973: toponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3c-\ud800\udc16-\ud800\udc0d","za-mi-jo","Chadwick & Ventris 1973: \"\"description of men\"\" nominative plural masculine Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3c-\ud800\udc38-\ud800\udc33","za-we-te","Palmer 1960: adv. this year cf. \u03c3\u03b7\u03c4\u03b5\u03c2 Att. \u03c4\u03b7\u03c4\u03b5\u03c2 Dor. \u03c3\u03b1\u03c4\u03b5\u03c2 Chadwick & Ventris 1973: this year's \"\"from *kyawet-teros or haplology for tsawetes-teros?\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek Palmer Robert L. 1960 TBD"],["\ud800\udc3c-\ud800\udc38-\ud800\udc33","za-we-te","this year"],["\ud800\udc3d-\ud800\udc1a-\ud800\udc2f-\ud800\udc39-\ud800\udc0d","ze-ne-si-wi-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3d-\ud800\udc2b","ze-ro","Chadwick & Ventris 1973: anthroponym KN Da: e-ko-so KN As: VIR? KN Da: OVIS Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3d-\ud800\udc30-\ud800\udc15-\ud800\udc1c","ze-so-me-no","Chadwick & Ventris 1973: \"\"to be boiled\"\" cf. \u03b6\u03ad\u03c9 Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3d-\ud800\udc04-\ud800\udc10-\ud800\udc2f","ze-u-ke-si","Chadwick & Ventris 1973: pairs cf. \u03b6\u03b5\u1fe6\u03b3\u03bf\u03c2 (Iliad XVIII 543+) \"\"frequently abbreviated to ZE\"\" Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3d-\ud800\udc04-\ud800\udc10-\ud800\udc2f","ze-u-ke-si","span"],["\ud800\udc3d-\ud800\udc04-\ud800\udc12","ze-u-ko","pair"],["\ud800\udc3f-\ud800\udc00","zo-a","Godart 1969: oil from a second pressing cf. \u03b6\u03cc\u03b7 \u03c4\u1f78 \u1f10\u03c0\u03ac\u03bd\u03c9 \u03c4\u03bf\u1fe6 \u03bc\u03ad\u03bb\u03b9\u03c4\u03bf\u03c2 (see Melena 1983 for objections) Palmer 1963: \"\"for boiling\"\" Godart Louis 1969 Studi micenei ed egeo-anatolici (SMEA) \u00abLa s\u00e9rie Fh de Cnossos\u00bb Melena Jos\u00e9 L. 1983 Minos vol. 18 \"\"Olive Oil and Other Sorts of Oil in the Mycenaean Tablets\"\" Palmer Leonard R. 1963 The Interpretation of Mycenaean Greek Texts"],["\ud800\udc3f-\ud800\udc08-\ud800\udc30","zo-do-so",""],["\ud800\udc3f-\ud800\udc32","zo-ta","anthroponym + connective enclitic -qe? TELA: KN L"],["\ud800\udc3f-\ud800\udc37","zo-wa","Chadwick & Ventris 1973: meaning obscure Appears as \"\"zo-wa tu-ri-jo\"\" on KN Nc 4473+. Appears as \"\"]zo-wa [[e-pi-zo-ta]] ke-ra [[de-de-me-na]]\"\" on KN Ra 984. GUP: KN Ra Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3f-\ud800\udc39-\ud800\udc0d","zo-wi-jo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"],["\ud800\udc3f-\ud800\udc3a","zo-wo","Chadwick & Ventris 1973: anthroponym Chadwick John and Michael Ventris 1973 Documents in Mycenaean Greek"]],"sScrollXInner":"100%","columns":[{"title":"word"},{"title":"transcription"},{"title":"definition"}],"iDisplayLength":-1});
- });
- </script>
- <style>
- table.dataTable {
- width: 100%;
- margin: 0 auto;
- clear: both;
- border-collapse: separate;
- border-spacing: 0;
- }
- table.dataTable thead th,
- table.dataTable tfoot th {
- font-weight: bold;
- }
- table.dataTable thead th,
- table.dataTable thead td {
- padding: 10px 18px;
- border-bottom: 1px solid #111;
- }
- table.dataTable thead th:active,
- table.dataTable thead td:active {
- outline: none;
- }
- table.dataTable tfoot th,
- table.dataTable tfoot td {
- padding: 10px 18px 6px 18px;
- border-top: 1px solid #111;
- }
- table.dataTable tbody th,
- table.dataTable tbody td {
- padding: 8px 10px;
- }
- #table_wrapper {
- margin: 20px 40px;
- }
- table tr th,
- table tr td {
- text-align: left;
- white-space: nowrap;
- }
- #table_wrapper .dataTables_length,
- #table_wrapper .dataTables_filter {
- margin-bottom: 20px;
- font-size: 10px;
- text-transform: uppercase;
- float: right;
- margin-left: 20px;
- }
- #table_wrapper .dataTables_length label,
- #table_wrapper .dataTables_filter label,
- #table_wrapper .dataTables_paginate a,
- #table_wrapper .dataTables_info {
- color: #039 !important;
- }
- #table_wrapper .dataTables_filter input {
- margin: 0 3px;
- }
- #table_wrapper .dataTables_paginate a,
- #table_wrapper .dataTables_info {
- font-size: 10px;
- text-transform: uppercase;
- }
- #table_wrapper .dataTables_paginate {
- float: right;
- }
- #table_wrapper .dataTables_paginate,
- #table_wrapper .dataTables_info {
- display: inline-block;
- margin-top: 10px;
- }
- #table_wrapper .dataTables_paginate a {
- padding: 3px 6px;
- margin: 0 5px;
- cursor: pointer;
- }
- #table_wrapper .dataTables_paginate a.current {
- color: #fff !important;
- background: #039;
- }
- #table_wrapper table {
- font-size: 12px;
- background: #fff;
- border-collapse: collapse;
- text-align: left;
- width: 100%;
- }
- #table_wrapper table caption {
- font-size: 20px;
- text-align: left;
- margin-bottom: 10px;
- }
- #table_wrapper table th {
- font-size: 14px;
- font-weight: bold;
- color: #039;
- padding: 10px 8px;
- border-bottom: 2px solid #6678b1;
- position: relative;
- }
- #table_wrapper .dataTables_scrollHead th.sorting,
- #table_wrapper .dataTables_scrollHead th.sorting_asc,
- #table_wrapper .dataTables_scrollHead th.sorting_desc {
- position: relative;
- cursor: pointer;
- }
- #table_wrapper .dataTables_scrollHead th.sorting:before,
- #table_wrapper .dataTables_scrollHead th.sorting_asc:before,
- #table_wrapper .dataTables_scrollHead th.sorting:after,
- #table_wrapper .dataTables_scrollHead th.sorting_desc:after {
- border: 4px solid transparent;
- position: absolute;
- display: block;
- content: "";
- height: 0;
- right: 8px;
- top: 50%;
- width: 0;
- opacity: 0.4;
- }
- #table_wrapper .dataTables_scrollHead th.sorting:before,
- #table_wrapper .dataTables_scrollHead th.sorting_asc:before {
- border-bottom-color: #669;
- margin-top: -9px;
- }
- #table_wrapper .dataTables_scrollHead th.sorting:after,
- #table_wrapper .dataTables_scrollHead th.sorting_desc:after {
- border-top-color: #669;
- margin-top: 1px;
- }
- #table_wrapper table td {
- border-bottom: 1px solid #ccc;
- padding: 6px 8px;
- }
- #table_wrapper table tbody tr:hover td {
- color: #009;
- }
- .dt-buttons {
- display: inline-block;
- }
- .dt-button {
- color: #FFFFFF;
- background: #039;
- margin-right: 10px;
- padding: 6px 12px;
- cursor: pointer;
- -webkit-transition: all 60ms ease-in-out;
- transition: all 60ms ease-in-out;
- text-align: center;
- white-space: nowrap;
- text-decoration: none !important;
- text-transform: none;
- text-transform: capitalize;
- border: 0 none;
- border-radius: 2px;
- font-size: 11px;
- line-height: 1.3;
- text-transform: uppercase;
- }
- .dt-button-info {
- padding: 50px;
- color: #039;
- text-align: center;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(255, 255, 255, 0.7)
- }
- .dt-button-info h2 {
- display: none;
- }
- </div>
- <!-- Piwik -->
- <script type="text/javascript">
- var _paq = _paq || [];
- _paq.push(['trackPageView']);
- _paq.push(['enableLinkTracking']);
- (function() {
- var u="//statistica.ocyserver.net/";
- _paq.push(['setTrackerUrl', u+'piwik.php']);
- _paq.push(['setSiteId', 1]);
- var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
- g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
- })();
- </script>
- <noscript><p><img src="//statistica.ocyserver.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
- <!-- End Piwik Code -->
- </body>
- </html>
|