Publius Hordeonius Lollianus

Publius Hordeonius Lollianus (Greek:Πόπλιος Ὁρδεώνιος Λολλιανός)[1] (2nd century) was a celebrated Greek sophist in the time of Hadrian and Antoninus Pius.

Referred to as just Lollianus, by Philostratus,[2] and the Suda,[3] an Athenian Greek inscription, dating from c. 142, gives his full name as Publius Hordeonius Lollianus.[4] He was a native of Ephesus, and received his training in the school of Isaeus of Assyria.[3] He was the first person nominated to the professor's chair of sophistik at Athens, where he was appointed General of the Hoplites, a civic office, which, under the emperors, made him food controller for the city.[5] The liberal manner in which he discharged the duties of this office in the time of a famine is recorded with well-merited praise by Philostratus.[2] Two statues were erected to him at Athens, one in the agora, and the other in the small grove which he is said to have planted himself.

The oratory of Lollianus was distinguished by the skill with which he brought forward his proofs, and by the richness of his style: he particularly excelled in extempore speaking; He gave his pupils systematic instruction in rhetoric, on which he wrote several works. These are all lost, but they are frequently referred to by the commentators on Hermogenes, who probably made great use of them.[6]

Notes

  1. IG II² 4211
  2. Philostratus, Vit. Soph. i. 23
  3. Suda λ 670, Lollianus
  4. I. Avotins, The Holders of the Chairs of Rhetoric at Athens. Harvard studies in classical philology, (1972), page 313.
  5. Edward Watts, (2008), City and School in Late Antique Athens and Alexandria, page 29. University of California Press
  6.  This article incorporates text from a publication now in the public domain: Smith, William, ed. (1870). "article name needed". Dictionary of Greek and Roman Biography and Mythology.
gollark: Also, I'm pretty sure it breaks if it goes *days* only, too...
gollark: Yes, yes it does... oops...
gollark: It *does* probably go against TJ09's **Grand Vision**...
gollark: I'm amazed it works at all.
gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.