From 479be77e794a33716639183a43aeafcdc04c1a2d Mon Sep 17 00:00:00 2001 From: rdelannay <roch.delannay@umontreal.ca> Date: Wed, 19 Oct 2022 13:29:36 -0400 Subject: [PATCH] conversion du notebook GAapiTutorial en html --- jupyter/GAapiTutorial.html | 11324 +++++++++++++++++++++++++++++++++++ 1 file changed, 11324 insertions(+) create mode 100644 jupyter/GAapiTutorial.html diff --git a/jupyter/GAapiTutorial.html b/jupyter/GAapiTutorial.html new file mode 100644 index 0000000..79e6e00 --- /dev/null +++ b/jupyter/GAapiTutorial.html @@ -0,0 +1,11324 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<head> + <meta charset="utf-8" /> + <meta name="generator" content="pandoc" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <title>GAapiTutorial</title> + <style> + html { + line-height: 1.5; + font-family: Georgia, serif; + font-size: 20px; + color: #1a1a1a; + background-color: #fdfdfd; + } + body { + margin: 0 auto; + max-width: 36em; + padding-left: 50px; + padding-right: 50px; + padding-top: 50px; + padding-bottom: 50px; + hyphens: auto; + overflow-wrap: break-word; + text-rendering: optimizeLegibility; + font-kerning: normal; + } + @media (max-width: 600px) { + body { + font-size: 0.9em; + padding: 1em; + } + h1 { + font-size: 1.8em; + } + } + @media print { + body { + background-color: transparent; + color: black; + font-size: 12pt; + } + p, h2, h3 { + orphans: 3; + widows: 3; + } + h2, h3, h4 { + page-break-after: avoid; + } + } + p { + margin: 1em 0; + } + a { + color: #1a1a1a; + } + a:visited { + color: #1a1a1a; + } + img { + max-width: 100%; + } + h1, h2, h3, h4, h5, h6 { + margin-top: 1.4em; + } + h5, h6 { + font-size: 1em; + font-style: italic; + } + h6 { + font-weight: normal; + } + ol, ul { + padding-left: 1.7em; + margin-top: 1em; + } + li > ol, li > ul { + margin-top: 0; + } + blockquote { + margin: 1em 0 1em 1.7em; + padding-left: 1em; + border-left: 2px solid #e6e6e6; + color: #606060; + } + code { + font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; + font-size: 85%; + margin: 0; + } + pre { + margin: 1em 0; + overflow: auto; + } + pre code { + padding: 0; + overflow: visible; + overflow-wrap: normal; + } + .sourceCode { + background-color: transparent; + overflow: visible; + } + hr { + background-color: #1a1a1a; + border: none; + height: 1px; + margin: 1em 0; + } + table { + margin: 1em 0; + border-collapse: collapse; + width: 100%; + overflow-x: auto; + display: block; + font-variant-numeric: lining-nums tabular-nums; + } + table caption { + margin-bottom: 0.75em; + } + tbody { + margin-top: 0.5em; + border-top: 1px solid #1a1a1a; + border-bottom: 1px solid #1a1a1a; + } + th { + border-top: 1px solid #1a1a1a; + padding: 0.25em 0.5em 0.25em 0.5em; + } + td { + padding: 0.125em 0.5em 0.25em 0.5em; + } + header { + margin-bottom: 4em; + text-align: center; + } + #TOC li { + list-style: none; + } + #TOC ul { + padding-left: 1.3em; + } + #TOC > ul { + padding-left: 0; + } + #TOC a:not(:hover) { + text-decoration: none; + } + code{white-space: pre-wrap;} + span.smallcaps{font-variant: small-caps;} + span.underline{text-decoration: underline;} + div.column{display: inline-block; vertical-align: top; width: 50%;} + div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} + ul.task-list{list-style: none;} + pre > code.sourceCode { white-space: pre; position: relative; } + pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } + pre > code.sourceCode > span:empty { height: 1.2em; } + .sourceCode { overflow: visible; } + code.sourceCode > span { color: inherit; text-decoration: inherit; } + div.sourceCode { margin: 1em 0; } + pre.sourceCode { margin: 0; } + @media screen { + div.sourceCode { overflow: auto; } + } + @media print { + pre > code.sourceCode { white-space: pre-wrap; } + pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } + } + pre.numberSource code + { counter-reset: source-line 0; } + pre.numberSource code > span + { position: relative; left: -4em; counter-increment: source-line; } + pre.numberSource code > span > a:first-child::before + { content: counter(source-line); + position: relative; left: -1em; text-align: right; vertical-align: baseline; + border: none; display: inline-block; + -webkit-touch-callout: none; -webkit-user-select: none; + -khtml-user-select: none; -moz-user-select: none; + -ms-user-select: none; user-select: none; + padding: 0 4px; width: 4em; + color: #aaaaaa; + } + pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } + div.sourceCode + { } + @media screen { + pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } + } + code span.al { color: #ff0000; font-weight: bold; } /* Alert */ + code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ + code span.at { color: #7d9029; } /* Attribute */ + code span.bn { color: #40a070; } /* BaseN */ + code span.bu { } /* BuiltIn */ + code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ + code span.ch { color: #4070a0; } /* Char */ + code span.cn { color: #880000; } /* Constant */ + code span.co { color: #60a0b0; font-style: italic; } /* Comment */ + code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */ + code span.do { color: #ba2121; font-style: italic; } /* Documentation */ + code span.dt { color: #902000; } /* DataType */ + code span.dv { color: #40a070; } /* DecVal */ + code span.er { color: #ff0000; font-weight: bold; } /* Error */ + code span.ex { } /* Extension */ + code span.fl { color: #40a070; } /* Float */ + code span.fu { color: #06287e; } /* Function */ + code span.im { } /* Import */ + code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ + code span.kw { color: #007020; font-weight: bold; } /* Keyword */ + code span.op { color: #666666; } /* Operator */ + code span.ot { color: #007020; } /* Other */ + code span.pp { color: #bc7a00; } /* Preprocessor */ + code span.sc { color: #4070a0; } /* SpecialChar */ + code span.ss { color: #bb6688; } /* SpecialString */ + code span.st { color: #4070a0; } /* String */ + code span.va { color: #19177c; } /* Variable */ + code span.vs { color: #4070a0; } /* VerbatimString */ + code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ + .display.math{display: block; text-align: center; margin: 0.5rem auto;} + </style> + <!--[if lt IE 9]> + <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> + <![endif]--> +</head> +<body> +<div id="correct-innocent" class="cell markdown"> +<h1 id="the-greek-anthologys-project--our-api">The Greek Anthology's +project : our API</h1> +<p>The purpose of this notebook is to document the API of the Greek +Anthology's project. It is available at <a +href="http://anthologiagraeca.org/api" +class="uri">http://anthologiagraeca.org/api</a>.</p> +<h2 id="access-the-api">Access the API</h2> +<p>We will start by importing different useful libraries and define our +first variables for the requests.</p> +</div> +<div id="african-automation" class="cell code" data-execution_count="1"> +<div class="sourceCode" id="cb1"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> requests</span> +<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> json</span> +<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a></span> +<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a>url <span class="op">=</span> <span class="st">'http://anthologiagraeca.org/api'</span></span> +<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a>parameters <span class="op">=</span> {</span> +<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a> <span class="st">'format'</span>:<span class="st">'json'</span></span> +<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a>}</span> +<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a></span> +<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a>data <span class="op">=</span> requests.get(url, parameters).json()</span></code></pre></div> +</div> +<div id="initial-integration" class="cell markdown"> +<p>The variable <code>data</code> gives us, in json format, the +available endpoints</p> +</div> +<div id="prostate-dietary" class="cell code" data-execution_count="2" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb2"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>data</span></code></pre></div> +<div class="output execute_result" data-execution_count="2"> +<pre><code>{'passages': 'https://anthologiagraeca.org/api/passages/?format=json', + 'books': 'https://anthologiagraeca.org/api/books/?format=json', + 'scholia': 'https://anthologiagraeca.org/api/scholia/?format=json', + 'texts': 'https://anthologiagraeca.org/api/texts/?format=json', + 'media': 'https://anthologiagraeca.org/api/media/?format=json', + 'manuscripts': 'https://anthologiagraeca.org/api/manuscripts/?format=json', + 'keywords': 'https://anthologiagraeca.org/api/keywords/?format=json', + 'keyword_categories': 'https://anthologiagraeca.org/api/keyword_categories/?format=json', + 'languages': 'https://anthologiagraeca.org/api/languages/?format=json', + 'descriptions': 'https://anthologiagraeca.org/api/descriptions/?format=json', + 'cities': 'https://anthologiagraeca.org/api/cities/?format=json', + 'authors': 'https://anthologiagraeca.org/api/authors/?format=json', + 'comments': 'https://anthologiagraeca.org/api/comments/?format=json', + 'editions': 'https://anthologiagraeca.org/api/editions/?format=json'}</code></pre> +</div> +</div> +<div id="699f6a09" class="cell markdown"> +<h2 id="the-endpoint-passages">The endpoint <em>passages</em></h2> +<p>The first endpoint (<code>passages</code>) is the most important : it +contains a list of all the epigrams. Let us have a look at it.</p> +<p>With the variable "epigrams", we directly make a request to the API +(its URL is built thanks to the variables defined above and below).</p> +</div> +<div id="sought-christian" class="cell code" data-execution_count="4"> +<div class="sourceCode" id="cb4"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a>epigrams <span class="op">=</span> <span class="st">'/passages'</span></span> +<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a>epigrams_res <span class="op">=</span> requests.get(url<span class="op">+</span>epigrams,parameters).json()</span></code></pre></div> +</div> +<div id="8687b0ba" class="cell markdown"> +<p>The result of our request provides us with a lot information related +to the passages, as seen below :</p> +</div> +<div id="reasonable-cross" class="cell code" data-execution_count="5" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb5"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>epigrams_res</span></code></pre></div> +<div class="output execute_result" data-execution_count="5"> +<pre><code>{'count': 4134, + 'next': 'https://anthologiagraeca.org/api/passages/?format=json&page=2', + 'previous': None, + 'results': [{'id': 424, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 1, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.1', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.1/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.1/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A049.jpg/pct:11.132686084142394,13.202832153269469,60.129449838187696,6.205747605164515/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ἃς οἱ πλάνοι καθεῖλον á¼Î½Î¸Î¬Î´á¾½ εἰκόνας\n ἄνακτες á¼ÏƒÏ„ήλωσαν εá½ÏƒÎµÎ²Îµá¿–Ï‚ πάλιν.\n'}, + {'language': 'eng', + 'text': 'Inscribed on the Tabernacle of Saint Sophia\n\nThe images that the hereties took down here our pious sovereigns replaced. '}, + {'language': 'fra', + 'text': "Sur le dais de l'autel de Sainte-Sophie \n\nLes images que des égarés avaient renversées ici, de pieux souverains les ont relevées. "}, + {'language': 'por', + 'text': 'Inscrito no altar de Santa Sofia\n \nDaqui os andarilhos derrubaram as imagens,\nEntão os pios senhores as ergueram novamente.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 1, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.1.1/'}, + {'book': 1, + 'fragment': 1, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.1.2/'}], + 'comments': ['https://anthologiagraeca.org/api/comments/670/?format=json'], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 438, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 2, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.2', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.2/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.2/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A049.jpg/pct:12.466722876141418,19.26407429979108,58.60226718012693,8.23287268450456/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n θεῖος Ἰουστῖνος, Σοφίης πόσις, á¾§ πόÏε ΧÏιστὸς\n πάντα διοÏθοῦσθαι, καὶ κλÎος á¼Î½ πολÎμοις,\nμητÏὸς ἀπειÏογάμοιο δόμον σκάζοντα νοήσας,\n σαθÏὸν ἀποσκεδάσας τεῦξΠμιν ἀσφαλÎως.\n'}, + {'language': 'eng', + 'text': 'Inscribed on the Apse of Blachernae\n\nThe divine Justin, the husband of Sophia, to whom Christ granted the gift of restoring everything, and glory in war, finding that the temple of the Virgin Mother was tottering, took the decayed part to pieces and built it up again securely. '}, + {'language': 'fra', + 'text': "Gravé sur les absides des Blachernes. \n\nLe divin Justin, l'époux de Sophie, à qui le Christ a accordé le rétablissement universel de l'ordre et la gloire dans les combats, voyant chanceler la demeure de la Mère immaculée, en a fait abattre les bâtiments qui tombaient en ruines et les a fait reconstruire solidement. "}, + {'language': 'por', + 'text': 'Na abóboda de Blaquerna\n\nO divino Justino, esposo de Sofia, a quem Cristo concedeu o dom de tudo restaurar e a glória em combates, percebendo estar combalida a casa da Mãe Imaculada, demoliu o danificado e reconstruiu solidamente. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 2, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.2.1/'}, + {'book': 1, + 'fragment': 2, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.2.2/'}], + 'comments': [], + 'external_references': [{'title': 'Église Sainte-Marie des Blachernes', + 'url': 'https://fr.wikipedia.org/wiki/%C3%89glise_Sainte-Marie-des-Blachernes'}], + 'internal_references': [], + 'media': []}, + {'id': 513, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 3, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.3', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.3/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.3/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A049.jpg/pct:11.746818563242991,27.249266170253346,55.26200650190566,7.725516927970916/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ὠπÏὶν Ἰουστῖνος πεÏικαλλÎα δείματο νηὸν\nτοῦτον μητÏá½¶ Θεοῦ, κάλλεϊ λαμπόμενον:\ná½Ï€Ï‡ÏŒÏ„εÏος δὲ μετ᾽ αá½Ï„ὸν Ἰουστῖνος βασιλεÏων\nκÏείσσονα τῆς Ï€ÏοτÎÏης ὤπασεν ἀγλαÎην.\n\n '}, + {'language': 'eng', + 'text': 'On the same \n\nThis lovely temple shining with beauty the earlier Justin built to the Mother of God. A later Justin during his reign endowed it with more than its former splendour.'}, + {'language': 'fra', + 'text': "Sur ce même monument; gravé au même endroit. \n\nJustin l'Ancien a élevé à la Mère de Dieu ce temple magnifique, resplendissant de beauté; et Justin le Jeune, qui règne après lui, a donné à ce monument un éclat plus grand encore que par le passé. "}, + {'language': 'por', + 'text': 'Na mesma igreja, no mesmo lugar\n\nO antigo Justino ergueu para a mãe de Deus esta belÃssima igreja, que resplandece beleza; e, reinando após ele, o novo Justino concedeu mais esplendor do que já havia.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 3, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.3.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 514, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 4, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.4', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.4/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.4/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A049.jpg/pct:12.338907350015353,34.89367285474091,59.74461156960308,6.101146721552482/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n τοῦτον Ἰωάννῃ, ΧÏιστοῦ μεγάλῳ θεÏάποντι,\n ΣτοÏδιος ἀγλαὸν οἶκον á¼Î´ÎµÎ¯Î¼Î±Ï„ο: καÏπαλίμως δὲ\n τῶν κάμεν εὕÏετο μισθόν, ἑλὼν ὑπατηίδα ῥάβδον.\n'}, + {'language': 'eng', + 'text': 'On the Temple of St. John the Baptist ("the Forerunner") in the property of Studius \n\nStudius built this fair house to John the great servant of Christ, and quickly gained the reward of his work by obtaining the consular fasces. '}, + {'language': 'fra', + 'text': "Sur l'église du Précurseur, près du monastère de Stoudios. \n\nC'est Stoudios qui a élévé cette belle demeure à Jean, le grand serviteur du Christ; mais bientôt il a trouvé la récompense de ses travaux, en recevant les faisceaux consulaires. "}, + {'language': 'por', + 'text': 'Na igreja do Precursor, no monastério de Stoudios\n\nStoudios construiu essa resplandecente morada para João, grande servo do Cristo. Ele rapidamente encontrou a recompensa dos trabalhos, botando suas mãos no fáscio consular. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 4, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.4.1/'}], + 'comments': [], + 'external_references': [{'title': 'Monastère du Stoudion', + 'url': 'https://fr.wikipedia.org/wiki/Monast%C3%A8re_du_Stoudion'}], + 'internal_references': [], + 'media': []}, + {'id': 515, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 5, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.5', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.5/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.5/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A049.jpg/pct:10.679425772097364,40.63294708151018,56.88875059591268,12.202293443104967/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n τόνδε Θεῷ κάμες οἶκον, Ἀμάντιε, μεσσόθι πόντου,\nτοῖς πολυδινήτοις κÏμασι μαÏνάμενος.\nοὠνότος, οὠβοÏÎης ἱεÏὸν σÎο δῶμα τινάξει,\n νηῷ θεσπεσίῳ τῷδε φυλασσόμενον.\n\n ζώοις ἤματα πολλά: σὺ Î³á½°Ï Î½ÎµÎ¿Î¸Î·Î»Îα Ῥώμην,\n πόντῳ á¼Ï€Î±Îξας, θήκαο φαιδÏοτÎÏην.\n'}, + {'language': 'eng', + 'text': 'On the Church of St. Thomas the Apostle in the property of Amantius \n\nThis house thou didst make for God, Amantius, in the middle of the sea, combating the swirling waves. Nor south nor north wind shall shake thy holy house, guarded as it is by divine temple. May thy days be many; for thou by invading the sea hast made New Rome more glorious.'}, + {'language': 'fra', + 'text': "Sur l'église du saint apôtre Thomas dans le quartier d'Amantios. \n\nTu as élevé à Dieu cette demeure, Amantios, au milieu de la mer, en luttant contre ses flots toujours agités. Ni le Notos ni Borée n'ébranleront ton palais auguste que protège ce temple divin. Puisses-tu vivre de longs jours; car tu as su à la Nouvelle Rome, en te lançant dans la mer, donner un éclat plus grand. "}, + {'language': 'por', + 'text': 'Na igreja do santo apóstolo Thomas no bairro de Amantios\n\nAmantios, você ergueu esta casa para Deus no meio do mar, enfrentando as agitadas ondas.\nNem Notos, nem Bóreas chacoalham tua santa casa, que defende este sagrado templo. \nViva muitos dias; pois você, lançando-se ao mar, deixou Nova Roma mais resplandecente. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 5, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.5.1/'}], + 'comments': [], + 'external_references': [{'title': 'Topographie de Constantinople Byzantine ', + 'url': 'https://www.persee.fr/doc/rebyz_0258-2880_1943_num_1_1_905#rebyz_0258-2880_1943_num_1_1_T1_0139_0000'}], + 'internal_references': [], + 'media': []}, + {'id': 516, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 6, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.6', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.6/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.6/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A049.jpg/pct:10.073393258066773,52.14543221730501,61.45812815381731,2.7932960893854686/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ΣφωÏάκιος ποίησε φυγὼν φλόγα μάÏτυÏι νηόν.\n'}, + {'language': 'eng', + 'text': 'On the Church of St. Theodore in the land of Sphoracius\n\nSphoracius having escaped from a fire built this temple to the Martyr.'}, + {'language': 'fra', + 'text': "Sur l'église de saint Théodore dans le quartier de Sphorakios. \n\nC'est Sphorakios qui, échappé aux flammes, à élevé ce temple à un Martyr"}, + {'language': 'por', + 'text': 'Na igreja do santo Teodoro, no bairro de Sforakios.\n\nSforakios, que fugiu do fogo, fez esta igreja ao mártir. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 6, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.6.1/'}], + 'comments': [], + 'external_references': [{'title': 'Église saint Théodore', + 'url': 'https://www.persee.fr/doc/rebyz_1146-9447_1935_num_34_177_2819'}, + {'title': 'The cult of saints in late Antiquity', + 'url': 'http://csla.history.ox.ac.uk/record.php?recid=E00550'}], + 'internal_references': [], + 'media': []}, + {'id': 517, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 7, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.7', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.7/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.7/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A049.jpg/pct:10.010029094878949,54.213226134847844,61.57236259276494,8.232872684504557/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ΣφωÏάκιε, ζώοντι φίλα θÏεπτήÏια τίνων\n γήθεεν Ἀντόλιος, σὸς ἀνεψιός: οἰχομÎνῳ δὲ\nαἰεί σοι γεÏαÏὴν τελÎει χάÏιν ὥστε καὶ ἄλλην\n εὗÏε, καὶ á¼Î½ νηῷ Ï‚1á¾½ ἀνεθήκατο, τὸν κάμες αá½Ï„ός.\n'}, + {'language': 'fra', + 'text': "Sur la même église, où fut trouvée cette épigramme. \n\nSphorakios, de ton vivant, Anatolios ton neveu était heureux de s'acquitter envers toi des soins que nous devons dans leur vieillesse à ceux qui nous sont chers; et après ta mort, il te témoigne encore son insigne reconnaissance: il a trouvé une nouvelle manière de t'exprimer sa gratitute, en plaçant ta statue dans ce temple que tu avais toi-même élevé."}, + {'language': 'eng', + 'text': 'On the Same\n\nSphoracius, Antolius thy nephew rejoiced in repaying during thy life thy kindness in bringing him up, and now thou art dead ever pays thee grateful honour; so that he found for thee a new honour, and laid thee in the temple thou thyself didst build. '}, + {'language': 'por', + 'text': 'Na mesma igreja\n\nSforakios, enquanto tu estavas vivo, Antólios, teu sobrinho, alegrava-se em retribuir tua amorosa criação; e, desde que partiste, sempre ofereceu majestosas graças em seu nome, e ainda encontrou outra homenagem e colocou-a na igreja, teu próprio trabalho.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 7, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.7.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 518, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 8, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.8', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.8/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.8/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A049.jpg/pct:9.37319309600863,61.970761419484546,83.4423408845739,14.160766347355269/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ΧÏιστὸν παμβασιλῆα φίλοις καμάτοισι γεÏαίÏων\nτοῦτον Ἰουστινιανὸς ἀγακλÎα δείματο νηὸν\n\n Î ÎÏ„Ïῳ καὶ ΠαÏλῳ: θεÏάπουσι Î³á½°Ï Îµá½–Ï‡Î¿Ï‚ ὀπάζων\nαá½Ï„á¿· δή τις ἄνακτι φÎÏει πολυκυδÎα τιμήν,\n\n á¼Î½Î¸Î¬Î´Îµ καὶ ψυχῇ καὶ ὄμμασι κÎÏδος ἑτοῖμον\nεá½Ï‡Î±á¿–σιν μὲν ἕκαστος á½… τι χÏÎος á¼ÏƒÏ„ὶν ἑλÎσθω,\n τεÏÏ€Îσθω δὲ á½Ïῶν κάλλος καὶ δώματος αἴγλην.\n'}, + {'language': 'eng', + 'text': 'On the Church of the Holy Apostles Peter and Paul near St. Sergius in the property of Hormisdas\n\nHonouring the King of Kings, Christ, with his works, Justinian built this glorious temple to Peter and Paul, for giving honour to His servants a man offereth great glory to the King Himself. Here is profit for the soul and for the eyes. let each get what he hath need of by his prayers, and take joy in looking at the beauty and splendour of the house.'}, + {'language': 'fra', + 'text': "Sur l'église des saints apôtres Pierre et Paul, près de Saint-Serge, dans le quartier de Hormisdas. \n\nPour honorer par ses Å“uvres le Christ, roi de l'Univers, Justinien a élevé ce temple très illustre à Pierre et à Paul; car en priant les serviteurs, c'est au maître qu'on rend un insigne hommage. Ici, pour l'âme comme pour les yeux, le profit est assuré: si par ses prières chacun doit obtenir ce dont il a besoin, il doit aussi se réjouir en contemplant l'éclat et la beauté de l'édifice. "}, + {'language': 'por', + 'text': 'Na igreja dos santos apóstolos Pedro e Paulo, perto de Santo-Serge, no bairro de Hormisdas\n\nHonrando Cristo, rei de todos, por intermédio de seu amado trabalho, Justiniano construiu esta famosa igreja para Pedro e Paulo; pois enviando preces aos servos, a pessoa faz uma enorme honraria ao próprio mestre. Aqui, há disponÃveis benefÃcios à alma e aos olhos: com as orações, cada um pega aquilo que lhe é devido e deleita-se olhando a beleza e o brilho do edifÃcio.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 8, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.8.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 620, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 9, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.9', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.9/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.9/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A050.jpg/pct:24.894258914921547,9.980964993923878,59.35015613392067,6.493506493506494/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n καὶ τόδε σῶν καμάτων παναοίδιμον á¼”Ïγον á¼Ï„Ïχθη,\nΓεÏÏάδιε κλυτόμητι: σὺ Î³á½°Ï Ï€ÎµÏικαλλÎα νηὸν\n ἀγγελικῆς στÏατιῆς σημάντοÏος αὖτις ἔδειξας.\n'}, + {'language': 'fra', + 'text': "Sur l'église de l'archange à Bothrepton. \n\nParmi tes Å“uvres, celle-ci est digne de toutes louanges, éminent Gennadios; car tu as doué d'une beauté sans égale ce nouveau temple, dédié au chef de la milice des anges. "}, + {'language': 'eng', + 'text': 'On the Church of St. Michael in Bothreptus.\n\nAnd this celebrated work too is the fruit of thy toil, skilled Gerradius. For thou didst reveal to us anew the lovely temple of the captain of the angelic host.'}, + {'language': 'por', + 'text': 'Na igreja do Arcanjo em Bothrepton\n\nE, dos teus esforços, esta obra cantada por todos foi construÃda, habilidoso Gerradios; pois tu fizeste brilhar novamente a muito bela igreja do lÃder do exército angelical. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 9, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.9.1/'}], + 'comments': [], + 'external_references': [{'title': 'The cult of saints in late Antiquity', + 'url': 'http://csla.history.ox.ac.uk/record.php?recid=E00552'}], + 'internal_references': [], + 'media': []}, + {'id': 519, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 10, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.10', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.10/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.10/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A050.jpg/pct:9.915707662466561,16.29441356169349,71.38306055303134,59.19172663160225/full/0/default.jpg', + 'http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A051.jpg/pct:9.93124397499751,10.295595650370423,59.60451689019417,64.70647674838136/full/0/default.jpg', + 'http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A052.jpg/pct:28.75566663025498,9.858430020040029,58.72431093661539,28.408241402860025/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n Εá½Î´Î¿ÎºÎ¯Î· μὲν ἄνασσα Θεὸν σπεÏδουσα γεÏαίÏειν,\n Ï€Ïώτη νηὸν ἔτευξε θεοφÏαδÎος ΠολυεÏκτου\n ἀλλ᾽ οὠτοῖον ἔτευξε καὶ οὠτόσον οὔ τινι φειδοῖ,\nοὠκτεάτων χατÎουσα — τίνος βασίλεια χατίζει; —\n\n ἀλλ᾽ ὡς θυμὸν ἔχουσα θεοπÏόπον, ὅττι γενÎθλην\n καλλείψει δεδαυῖαν ἀμείνονα κόσμον ὀπάζειν.\n ἔνθεν Ἰουλιανή, ζαθÎων ἀμάÏυγμα τοκήων,\n Ï„ÎÏ„Ïατον á¼Îº κείνων βασιλήιον αἷμα λαχοῦσα,\n á¼Î»Ï€Î¯Î´Î±Ï‚ οá½Îº ἔψευσεν á¼€Ïιστώδινος ἀνάσσης:\n\n ἀλλά μιν á¼Îº βαιοῖο μÎγαν καὶ τοῖον á¼Î³ÎµÎ¯Ïει,\n κῦδος ἀεξήσασα πολυσκήπτÏων γενετήÏων\n πάντα Î³á½°Ï á½…ÏƒÏƒÎ± Ï„Îλεσσεν ὑπÎÏτεÏα τεῦξε τοκήων,\n á½€Ïθὴν πίστιν ἔχουσα φιλοχÏίστοιο μενοινῆς.\nτίς Î³á½°Ï á¼¸Î¿Ï…Î»Î¹Î±Î½á½´Î½ οá½Îº ἔκλυεν, ὅττι καὶ αá½Ï„οὺς\n\n εá½ÎºÎ±Î¼Î¬Ï„οις á¼”Ïγοισιν ἑοὺς φαίδÏυνε τοκῆας,\nεá½ÏƒÎµÎ²Î¯Î·Ï‚ ἀλÎγουσα; μόνη δ᾽ ἱδÏῶτι δικαίῳ\n ἄξιον οἶκον ἔτευξεν ἀειζώῳ ΠολυεÏκτῳ.\n καὶ Î³á½°Ï á¼€Îµá½¶ δεδάηκεν ἀμεμφÎα δῶÏα κομίζειν\n πᾶσιν ἀεθλητῆÏσιν á¼Ï€Î¿Ï…Ïανίου βασιλῆος.\n\n \n πᾶσα χθὼν βοάᾳ, πᾶσα πτόλις, ὅττι τοκῆας\n φαιδÏοτÎÏους ποίησεν á¼€ÏειοτÎÏοισιν á¼Ï€á¾½ á¼”Ïγοις,\n ποῦ Î³á½°Ï á¼¸Î¿Ï…Î»Î¹Î±Î½á½´Î½ á¼Î³Î¯Î¿Î¹Ï‚ οá½Îº ἔστιν ἰδÎσθαι\n νηὸν ἀναστήσασαν ἀγακλÎα; ποῦ σÎο μοÏνης\nεá½ÏƒÎµÎ²Îων οá½Îº ἔστιν ἰδεῖν σημήια χειÏῶν;\n\n ποῖος δ᾽ ἔπλετο χῶÏος, ὃς οὠμάθε σεῖο μενοινὴν\nεá½ÏƒÎµÎ²Î¯Î·Ï‚ πλήθουσαν; ὅλης χθονὸς á¼Î½Î½Î±ÎµÏ„ῆÏες\n σοὺς καμάτους μÎλπουσιν ἀειμνήστους γεγαῶτας.\n á¼”Ïγα Î³á½°Ï Îµá½ÏƒÎµÎ²Î¯Î·Ï‚ οὠκÏÏπτεται: Î¿á½ Î³á½°Ï á¼€Îθλους\n λήθη ἀποσβÎννυσιν á¼€Ïιστοπόνων á¼€Ïετάων.\n\n ὅσσα δὲ σὴ παλάμη θεοπειθÎα δώματα τεÏχει\nοá½Î´á¾½ αá½Ï„á½´ δεδάηκας: ἀμετÏήτους γάÏ, ὀίω,\n μοÏνη σὺ ξÏμπασαν ἀνὰ χθόνα δείμαο ναοÏÏ‚,\nοá½Ïανίου θεÏάποντας ἀεὶ Ï„ÏομÎουσα Θεοῖο.\nἴχνεσι δ᾽ εá½ÎºÎ±Î¼Î¬Ï„οισιν á¼Ï†ÎµÏƒÏ€Î¿Î¼Îνη γενετήÏων\n\n πᾶσιν, ἀειζώουσαν ἑὴν τεκτήνατο φÏτλην,\nεá½ÏƒÎµÎ²Î¯Î·Ï‚ ξÏμπασαν ἀεὶ πατÎουσα ποÏείην.\nτοὔνεκά μιν θεÏάποντες á¼Ï€Î¿Ï…Ïανίου βασιλῆος,\n ὅσσοις δῶÏα δίδωσιν, ὅσοις δωμήσατο νηοÏÏ‚,\n Ï€ÏοφÏονÎως á¼ÏÏεσθε σὺν Ï…á¼±Îι, τοῖό τε κοÏÏαις:\n\n μίμνοι δ᾽ ἄσπετον εὖχος á¼€Ïιστοπόνοιο γενÎθλης,\n εἰσόκεν á¼ Îλιος πυÏιλαμπÎα δίφÏον á¼Î»Î±Ïνει.'}, + {'language': 'fra', + 'text': "Sur l'église du saint martyr Polyeucte. \n\nL'impératrice Eudokia, dans son vif désir d'honorer Dieu, avait la première élevé un temple à Polyeucte, le martyr inspiré; mais elle ne l'avait pas fait si beau ni si grand: non qu'elle fût avare ou manquât de richesses (de quoi peut manquer une impératrice ?); mais son cÅ“ur devinait, comme par une inspiration céleste, qu'elle laisserait une lignée qui saurait l'orner encore mieux. Après elle Julienne, le joyau de ses augustes parents, la quatrième qui ait reçu d'eux leur sang royal, n'a pas déçu les espérances de cette princesse, mère de si nobles enfants; ce temple, c'est elle qui de petit l'a rendu grand et tel qu'on le voit aujourd'hui, ajoutant à la gloire de ses tout-puissant aïeux; car dans tout ce qu'elle a fait elle a surpassé ses parents, conservant sans défaillance la foi de son âme chrétienne. Qui ne sait que Julienne, par ses Å“uvres admirables, a, dans le zèle de la piété, fait briller d'un nouvel éclat sa propre famille ? Seule, au prix de justes sueurs, elle à fait à l'immortel Polyeucte une demeure digne de lui. Elle avait appris, en effet, à offrir toujours des présents irréprochables à tous les athlètes du roi céleste. Chaque contrée, chaque ville proclame hautement qu'elle a rendu ses parents plus heureux encore par ses ouvrages encore plus beaux. Où ne peut-on voir Julienne élever aux Saints quelque temple glorieux ? Où ne peut-on voir, et de toi seule, les traces de mains pieuses ? Quel pays ne sait combien ton âme est pleine de piété ? Les habitants du monde entier chantent les travaux, dont le souvenir ne périra jamais. Car ce que crée la piété ne demeure pas caché: l'oubli n'étouffe pas les Å“uvres des vertus industrieuses. Combien de demeures où l'on sert Dieu construit ta main, tu ne le sais pas toi-même: toi seule, je crois, as élevé par toute la terre des temples aux innombrables Bienheureux, révérant toujours les serviteurs du Dieu céleste.\n\nSuivant en tout chose les traces heureuses de ses parents, elle a mis au monde une race immortelle, en foulant toujours et jusqu'au bout la voie de la piété. En retour, serviteurs du roi des cieux, vous à qui elle offre des présents, à qui elle a bâti des temples, soyez-lui propices; protégez-la, ainsi que son fils et les filles de son fils. Puisse-t-elle durer, la gloire indicible de sa très vertueuse postérité, tant que le soleil lancera dans la carrière son char étincelant ! \n\nQuel chÅ“ur suffirait à chanter les travaux de Julienne ? Après Constantin, qui orna si bien la Rome qu'il avait fondée, après la sainte et éclatante lumière de Théodose, après une longue lignée d'ancêtres impériaux, n'a-t-elle pas accompli une Å“uvre sublime, digne de sa famille, et cela en si peu d'années ? Seule, n'a-t-elle pas vaincu le temps et surpassé la sagesse de ce Salomon tant vanté, en élevant un temple qui pût recevoir Dieu et dont un long siècle de gratitude ne serait pas assez pour célébrer la merveilleuse splendeur ? Comme il s'élève sur ses fondations aux racines profondes, en jaillissant du sol pour se lancer à la poursuite des astres de l'éther ! Comme il s'étend en s'allongeant du levant au couchant, tandis que de part et d'autre ses flancs étincellent sous l'éclat indicible des feux de Phaéthon ! Des deux côtés de l'allée centrale, des colonnes dressées sur des colonnes inébranlables soutiennent les rayons d'une coupole au plafond doré; cependant qu'à droite et à gauche, d'enfoncements qui s'ouvrent en arcs de cercle naît lueur toujours mobile, celle de la lune. Les murs, vis-à -vis, s'allongent à l'infini, avec leur ceinture de prairies divines, composées des produits précieux que la nature a fait fleurir au plus profond de ses entrailles rocheuses et dont elle cachait l'éclat, réservant à la demeure de Dieu ce présent de Julienne, pour lui permettre de mener à bonne fin ces travaux divins qu'elle a accomplis par la pure volonté de son cÅ“ur. Quel chantre de la sagesse pourra, porté d'un pas rapide par le souffle du zéphir et doué de cent yeux, atteindre de son regard, des deux côtés, toutes ces créations de l'art si variées, lorsqu'il verra sur tout le pourtour deux édifices étinceler l'un sur l'autre et qu'il apercevra, sur la voûte du narthex, une grande merveille: des tableaux sacrés, montrant comment le sage Constantin, fuyant les idoles, éteignit en lui les fureurs de l'impiété et trouva la lumière de la Trinité, en purifiant ses membres dans les eaux. \n\nTelle est l'Å“uvre qu'après un essaim innombrable d'autres Å“uvres Julienne a achevée pour l'âme de ses parents, pour sa propre vie, pour les générations futures et celles d'aujourd'hui. "}, + {'language': 'por', + 'text': 'Na igreja do santo mártir Polyeucto\n\nImperatriz Eudócia, ansiosa em honrar a Deus, foi a primeira que construiu a igreja de Polyeucto, escolhido por Deus, porém não a construiu de tal forma, nem tão vasta: não faltava nada, nem precisava de bens - de que uma imperatriz precisa ? Mas, tendo um espÃrito profético, deixou uma prole sabendo como melhor orná-la.\n\nEntão Juliane, brilho de divinos progenitores, recebendo a quarta parte do sangue real daqueles, não decepciona as expectativas da imperatriz, mãe de tão bela prole, e, de pequeno templo, transforma a igreja em grande da forma que está hoje, aumentando a glória de seus ancestrais, donos de vários cetros. E tudo aquilo que realizou ela fez aumentando os feitos do seus progenitores, tendo a verdadeira fé de uma vontade amante de Cristo.\n\nE quem não ouviu falar de Juliane, que, demonstrando piedade, abrilhantou, por intermédio de tua bela obra, seus próprios pais. Sozinha, a partir de seu honrado suor, construiu uma casa digna ao eterno Polyeucto. Além disso, sempre soube prover oferendas sem falhas a todos os atletas do rei celeste. Toda terra e toda cidade exclamam que, com suas obras, Juliane fez seus ilustres progenitores ainda melhores. Pois onde não é vista uma igreja aos santos erguida por Juliane? Onde não se vê as marcas próprias à s suas mãos pias? E qual é a terra que não reconhece estar sua vontade cheia de piedade? Habitantes de toda a terra cantam seus trabalhos, que serão lembrados para sempre, já que obras de piedade não se escondem: e o esquecimento não extingue aqueles que participam dos excelentes trabalhos da virtudes.\n\nE quantas casas tementes a deus tua mão construiu nem tu mesma sabes, Juliane: pois, penso, tu sozinha, sempre temente aos servos do deus celeste, construÃste imensuráveis templos por toda a terra. \n\nSeguindo todas as valorosas pegadas de seus progenitores, Juliane concebeu sua linhagem eterna, sempre caminhando toda a jornada da piedade. Servos do rei celeste, para vocês, quantas oferendas foram oferecidas, quantas igrejas foram erguidas? Então, guardem-na zelosamente junto a seu filho e a suas filhas: que haja incontáveis bençãos na excelente prole enquanto o sol conduzir sua carruagem incandescente.\n\nNa entrada da mesma igreja, fora do adro e perto do arco\n\nQual coro é o bastante para cantar os feitos de Juliane? Após Constantino, que tanto adornou sua Roma, após a dourada sagrada luz de Theodósio e após uma raiz imperial com tais ancestrais, ela realizou uma obra superior digna de sua famÃlia em poucos anos. Sozinha não dominou o tempo e ultrapassou em sabedoria o renomado Salomão, erguendo uma igreja para deus da qual nem mesmo o grande tempo de graças pôde cantar os maravilhosos esplendores? Igreja que fincou suas fundações como raÃzes profundas, crescendo a partir dessas raÃzes e colocando as estrelas do céu em movimento. Igreja que se alonga indo do leste ao oeste, brilhando, em ambos os lados, com a indescritÃvel luz de Faetonte. Colunas erguidas após inquebráveis colunas, no meio de cada lado do percurso, sustentam o raio do domo dourado. Em ambos os lados, redondas janelas fluidas entregam o esplendor sempre em movimento da Lua. As paredes, antepostas em incontáveis caminhos, estão cheias de maravilhosos brilhos de metais, dos quais a natureza, fazendo-os florescer nas profundezas da pedra, esconde o esplendor; e o presente de Juliane é guardar esse brilho na morada de deus, para que, desse modo, ela realize os feitos maravilhosos que ela trabalhou sob o comando da impoluta vontade de seu coração. \n\nE qual cantor de sabedorias, tendo o passo ligeiro como a brisa do Zéphir e confiando em cem olhos, apontará seu arco a todos as múltiplas produções da arte, vendo todo o peridromo da casa iluminado. Então, ali, é uma grande maravilha ver, sob os limites do pátio interno, nas sagradas pinturas, que o pensador Constantino, fazendo fugir os idolos que combatem deus, satisfez sua fúria e encontrou a luz da TrÃade ao limpar seus membros na água.\n\nApós um grupo de inúmeros outros feitos similares, Juliane realizou este feito em nome da alma de seus pais, da sua própria vida e da vida daqueles que virão e daqueles que aqui estão.'}, + {'language': 'eng', + 'text': 'On the Church of the Holy Martyr Polyeuctus \n\nEudocia the empress, eager to honour God, first built here a temple of Polyeuctus the servant of God. But she did not make it as great and beautiful \nas it is, not from any economy or lack of possessions — what doth a queen lack ? — but because her prophetic soul told her that she should leave a family well knowing how better to adorn it. Whence Juliana, the glory of her blessed parents, inheriting their royal blood in the fourth generation, did not defeat the hopes of the Queen, the mother of a noble race, but raised this from a small temple to its present size and beauty, increasing the glory of her many-sceptred \nancestors ; for all that she made, she made more magnificent than they, holding the true faith of a mind devoted to Christ. Who hath not heard of Juliana, \nhow in her pious care she glorified even her parents by fair-fashioned works ? All alone by her righteous toil she built a worthy house to immortal Polyeuctus, \nfor she had ever studied to give blameless gifts to all athletes of the Heavenly King. Every country cries, every city, that she made her parents more glorious \nby better works. Where do we not find that Juliana hath raised splendid temples to the Saints? Where do we not see the signs of the pious hand of thee \nalone ? What place hath not learnt that thy mind is full of piety? The inhabitants of the whole world sing thy works, which are eternally remembered. \nFor the works of piety are not hidden ; oblivion doth not quench the labours of beneficent virtue. Not even thyself knoweth how many houses dedicated to God thy hand hath made ; for thou alone, I ween, didst build innumerable temples all over the world, ever fearing the servants of God in Heaven. Following by her good works all the footsteps of her parents she made the fame of her race \nimmortal, always walking in the whole path of piety. Therefore, all ye servants of the Heavenly King to whom she gave gifts or built temples, preserve her gladly with her son and his daughters, and may the immeasurable glory of the most beneficent family survive as long as the Sun drives his burning \nchariot. \n\nAt the Entrance of the same Church, outside the Narthex towards the Apse \n\nWhat quire is sufficient to chant the works of Juliana, who after Constantine, the adorner of his Rome, and after the holy golden light of Theodosius, and after so many royal ancestors, in a few years accomplished a work worthy of her race, yea, more than worthy ? She alone did violence to Time and surpassed the wisdom of renowned Solomon by raising a habitation for God, whose \nglittering and elaborate beauty the ages cannot celebrate — how it rises from its deep-rooted foundations, running up from the ground and aspiring to \nthe stars of heaven, and how from east to west it extends itself glittering with unspeakable brightness in the sunlight on both its sides ! On either side of its aisle columns standing on firm columns support the rays of the golden dome, while on each side arched recesses scattered on the dome reproduce the ever-revolving light of the moon. The opposite walls in innumerable paths are clothed in marvellous metallic veins of colour, like flowery meadows which Nature made to flower in the depth of the rock, and hid their glory, keeping them for the \nHouse of God, to be the gift of Juliana, so that she might produce a divine work, following in her toil the stainless dictates of her heart. What singer of \nskilful works shall now hasten to the west, armed with a hundred eyes, and read aright the various devices on the walls, gazing on the circle of the shining house, one story set on another? There you may see a marvellous creation of the holy pencils above the centre of the porch, the wise Constantine, how escaping from the idols he quenched the impious fury of the heathen and found the light of the Trinity by cleansing his limbs in water. Such is the labour that Juliana, after a countless swarm of labours, accomplished for the souls of her parents, and for \nher own life, and for that of those who are and shall be.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 10, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.10.1/'}, + {'book': 1, + 'fragment': 10, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.10.2/'}, + {'book': 1, + 'fragment': 10, + 'sub_fragment': '', + 'number': 3, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.10.3/'}, + {'book': 1, + 'fragment': 10, + 'sub_fragment': '', + 'number': 4, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.10.4/'}, + {'book': 1, + 'fragment': 10, + 'sub_fragment': '', + 'number': 5, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.10.5/'}, + {'book': 1, + 'fragment': 10, + 'sub_fragment': '', + 'number': 6, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.10.6/'}, + {'book': 1, + 'fragment': 10, + 'sub_fragment': '', + 'number': 7, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.10.7/'}], + 'comments': [], + 'external_references': [{'title': 'Église Saint-Polyeucte', + 'url': 'https://fr.wikipedia.org/wiki/%C3%89glise_Saint-Polyeucte_(Istanbul)#cite_ref-4'}], + 'internal_references': [], + 'media': []}, + {'id': 520, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 11, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.11', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.11/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.11/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A052.jpg/pct:28.5773498694517,38.54023197414754,54.308093994778076,9.463986599664992/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n τοῖς σοῖς θεÏάπουσιν ἡ θεÏάπαινα Ï€ÏοσφÎÏω\n σοφία τὸ δῶÏον. χÏιστÎ, Ï€ÏοσδÎχου τὰ σά,\n καὶ τῷ βασιλεῖ μου μισθὸν Ἰουστίνῳ δίδου,\n νίκας á¼Ï€á½¶ νίκαις κατὰ νόσων καὶ βαÏβάÏων.\n'}, + {'language': 'fra', + 'text': "Sur les Saints-Anargyres, dans le quartier de Basiliscos. \n\nC'est à tes serviteurs que moi, Sophie, ta servante, j'offre ce présent. Christ, reçois ce qui t'est dû, et à Justin, mon souverain, accorde en récompense victoire sur victoire contre les maladies ou contre les barbares. "}, + {'language': 'eng', + 'text': 'On the Church of the Saints Cosmas and Damian in the district of Basiliscus \n\nI, thy servant Sophia, Ο Christ, offer this gift to thy servants. Receive thine own, and to my emperor Justin give in payment therefor victory on victory over diseases and the barbarians.'}, + {'language': 'por', + 'text': 'Na igreja dos Anargeritas São Cosme e São Damião no bairro do Basilisco\n\nAos teus servos, eu, a serva Sofia, trago a oblação. Cristo, recebe tuas oferendas e, ao meu rei Justino, entregue a recompensa de vitórias e mais vitórias contra as doenças e os bárbaros.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 11, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.11.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 521, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 12, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.12', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.12/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.12/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A052.jpg/pct:29.175043516100967,47.88160152029097,57.109442993907756,19.353214485124035/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n εἰμὶ δόμος ΤÏιάδος, Ï„Ïισσὴ δΠμε τεῦξε γενÎθλη:\nÏ€Ïώτη μὲν πολÎμους καὶ βάÏβαÏα φῦλα φυγοῦσα\nτεÏξατο καὶ μ᾽ ἀνÎθηκε Θεῷ ζωάγÏια μόχθων\n Θευδοσίου Î¸Ï…Î³Î¬Ï„Î·Ï Î•á½Î´Î¿Î¾Î¯Î±: á¼Îº δΠμε κείνης\n\n Πλακιδίη κόσμησε σὺν ὀλβίστῳ παÏακοίτῃ:᾿:\nεἰ δΠπου ἀγλαÎης á¼Ï€ÎµÎ´ÎµÏετο κάλλος á¼Î¼Îµá¿–ο,\nτὴν δΠμοι ὀλβιόδωÏος á½‘Ï€á½²Ï Î¼Î½Î®Î¼Î·Ï‚ γενετήÏων\n δῶκεν Ἰουλιανή, καὶ ὑπÎÏτατον ὤπασε κῦδος\n μητÎÏι καὶ γενÎτῃ καὶ ἀγακλÎι μητÏá½¶ τεκοÏσης,\n\n κόσμον ἀεξήσασα παλαίτεÏον. ὧδ᾽ á¼Î¼á½¸Î½ á¼”Ïγον.\n'}, + {'language': 'eng', + 'text': "On St. Euphemia of Olijbrius \n\nI am the House of the Trinity, and three generations built me. First Eudoxia, the daughter of Theodosius, having escaped from Avar and the barbarians, erected and dedicated me to God in acknowledgement of her rescue from distress. Next her daughter Placidia with her most blessed husband adorned me. Thirdly, if perchance my beauty was at all deficient in splendour, munificent Juliana invested me with it in \nmemory of her parents, and bestowed the height of glory on her mother and father and her mother's illustrious mother by augmenting my former adornment. Thus was I made."}, + {'language': 'por', + 'text': 'Na igreja da Santa Eufêmia no bairro de Olybrius\n\nEu sou a casa da TrÃade, e três gerações me construÃram. A primeira, Eudóxia, filha de Teodósio, fugindo das guerras e das tribos bárbaras, construiu-me e dedicou-me a deus como recompensa dos tempos difÃceis; e após aquela, PlacÃdia, junto a seu abençoado marido, ornou-me; e, se de alguma forma estivesse faltando brilho em minha beleza, a generosa Juliane deu-me mais brilho em memória de seus pais e concedeu o maior renome à mãe, ao pai e à ilustre mãe de sua progenitora, melhorando minha aparência anterior. Eis minha construção.'}, + {'language': 'fra', + 'text': "Sur Sainte-Euphémie, fondation d'Olybrius\n\nJe suis la demeure de la Trinité, et trois générations m'ont faite. La première qui, échappée aux guerres et aux hordes barbares, m'a élevée et consacrée à Dieu comme rançon de ses épreuves, c'est la fille de Théodose, Eudoxia; après elle, sa fille Placidia m'a ornée avec son bienheureux époux; et l'éclat qui pouvait encore manquer à ma beauté, la généreuse Julienne me l'a donné en souvenir de ses parents: elle a porté très haut la gloire de sa mère, de son père et de l'illustre mère de sa mère, en embellissant encore mon ancienne parure pour créer une Å“uvre nouvelle."}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 12, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.12.1/'}], + 'comments': [], + 'external_references': [{'title': 'Les églises Sainte-Euphémie', + 'url': 'https://www.persee.fr/doc/rebyz_1146-9447_1932_num_31_167_2721'}, + {'title': 'Euphemia ', + 'url': 'http://csla.history.ox.ac.uk/record.php?recid=S00017'}], + 'internal_references': [], + 'media': []}, + {'id': 522, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 13, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.13', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.13/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.13/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A052.jpg/pct:28.877062246919145,66.8868541249201,57.341263770723884,4.352891229904892/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n κάλλος ἔχον καὶ Ï€Ïόσθεν á¼Ï€Î®Ïατον ἀλλ᾽ á¼Ï€á½¶ μοÏφῇ\nτῇ Ï€Ïὶν á¼€ÏειοτÎÏην νῦν λάχον ἀγλαÎην.\n'}, + {'language': 'fra', + 'text': "Sur la même église; gravé sur le mur intérieur de la galerie. \n\nJ'avais déjà une aimable beauté; mais outre mon élégance d'autrefois je possède maintenant un éclat encore plus vif. "}, + {'language': 'eng', + 'text': 'In the same Church, inside the Gallery \n\nI had loveliness before, but now in addition to my former beauty I have acquired greater splendour.'}, + {'language': 'por', + 'text': 'Na mesma igreja, inscrito em uma parede interna\n\nTinha beleza e fui erguida com elegância; mas, a partir de minha forma anterior, agora tenho maiores esplendores. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/1/?format=json', + 'https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 13, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.13.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 523, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 14, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.14', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.14/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.14/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A052.jpg/pct:29.13861032076487,70.72832854431189,55.118253186674735,4.511676589794433/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n οὕτω γῆÏας á¼Î¼á½¸Î½ μετὰ μητÎÏα καὶ μετὰ τηθὴν\n ξῦσεν Ἰουλιανή, καὶ νÎον ἄνθος ἔχω.\n'}, + {'language': 'fra', + 'text': "Autre épigramme. \n\nTant après sa mère et sa grand'mère Julienne a su restaurer ma vieillesse, si bien que je possède une nouvelle fleur. "}, + {'language': 'por', + 'text': 'Outro\n\nAssim, após a mãe e após a avó, Julianne raspou minhas velhices, e agora carrego nova flor.'}, + {'language': 'eng', + 'text': 'Another \n\nThus did Juliana, after her mother and grandmother, scrape off my coat of old age, and I have new bloom.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 14, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.14.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 524, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 15, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.15', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.15/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.15/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A053.jpg/pct:12.161359370812358,9.303484267688637,51.273271882235036,8.79292706711086/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ἦν ἄÏα καὶ κάλλους ἔτι κάλλιον εὖτ᾽ á¼Î¼á½¸Î½ á¼”Ïγον,\n καὶ Ï€Ïὶν á¼á½¸Î½ πεÏίπυστον, ἀοίδιμον á¼Ï‚ χθόνα πᾶσαν,\nἀγλαÎης Ï€ÏοτÎÏης á¼Ï‚ ὑπÎÏτεÏον ἤγαγε κάλλος\n τόσσον Ἰουλιανή, ὅσον ἄστÏασιν ἀντιφεÏίζειν.\n\n '}, + {'language': 'fra', + 'text': "Autre épigramme. \n\nIl existait donc quelque chose d'encore plus beau que la beauté: l'art avec lequel est construit cet édifice était déjà célèbre et chanté par toute la terre; mais Julienne lui a donné une beauté plus éclatante encore que par le passé, si bien qu'il peut désormais rivaliser avec les astres. "}, + {'language': 'eng', + 'text': 'There was then something more beautful than \nbeauty, since my fabric, even formerly of world-wide celebrity, was advanced to a beauty greater than its former splendour by Juliana, so that now it rivals the stars.'}, + {'language': 'por', + 'text': 'Outro\n\nHá belezas maiores do que a beleza, como a minha construção, que desde antes já era muito conhecida e cantada em toda a terra. Juliane trouxe uma beleza maior do que o esplendor anterior e que é comparável à beleza dos astros. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 15, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.15.1/'}, + {'book': 1, + 'fragment': 15, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.15.2/'}, + {'book': 1, + 'fragment': 15, + 'sub_fragment': '', + 'number': 3, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.15.3/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 525, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 16, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.16', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.16/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.16/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A053.jpg/pct:11.385067496657012,17.85592280399576,49.66064626124475,8.301347853253592/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n αá½Ï„ὴν á¼Ïγοπόνοισιν á¼Ï€Î¹Ï€Î½ÎµÎ¯Î¿Ï…σαν á¼€Ïωγὴν\nεἶχεν Ἰουλιανὴ μάÏτυÏα νηοπόλον\n οὔποτε Î³á½°Ï Ï„Î¿á¿–ÏŒÎ½ τε τόσον τ᾽ εá½Î´Î±Î¯Î´Î±Î»Î¿Î½ á¼”Ïγον\n ἤνυσεν, οá½Ïανίης ἔμπλεον ἀγλαÎης.\n'}, + {'language': 'fra', + 'text': "Autre épigramme. \n\nC'est la martyre elle-même, gardienne de ce temple, que Julienne a eue pour inspirer et assister ses ouvriers; sans quoi, jamais elle n'eût achevé cet ouvrage admirable, si beau et si grand, tout resplendissant d'un éclat céleste. "}, + {'language': 'eng', + 'text': 'Another \n\nJuliana had the Martyr herself, the Patroness of the church, to inspire and help the artificers. For never would she have accomplished otherwise so vast and beautiful a work, full of heavenly splendour.'}, + {'language': 'por', + 'text': 'Outro\n\nJuliane tem a própria mártir guardiã do templo como inspiração e auxÃlio aos trabalhadores, pois ela nunca antes realizou uma tão boa, tão vasta e tão bem trabalhada obra, plena de esplendor celeste.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 16, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.16.1/'}, + {'book': 1, + 'fragment': 16, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.16.2/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 526, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 17, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.17', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.17/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.17/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A053.jpg/pct:9.900553000631025,25.759093908881493,59.173439374865,8.085857100852694/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n οá½ÎºÎτι θαυμάζεις Ï€ÏοτÎÏων κλÎος: οὠδιὰ Ï„Îχνης\nεὖχος á¼Î½ ὀψιγόνοις λίπον ἄσπετον, á½ÏƒÏƒÎ¬Ï„ιόν πεÏ\n κῦδος Ἰουλιανῆς πινυτόφÏονος, á¼£ χάÏιν á¼”Ïγων\n á¼€Ïχεγόνων νίκησε νοήματα πάνσοφα φωτῶν.\n'}, + {'language': 'fra', + 'text': "Autre épigramme. \n\nN'admirez plus la réputation des anciens qui ont laissé par leur art un renom infini auprès de la postérité, comme la gloire de la sage Julienne, dont les Å“uvres surpassent les plus belles créations des hommes d'autrefois. "}, + {'language': 'eng', + 'text': 'Another \n\nNo longer dost thou marvel at the glory of them \nwho are passed away : by their art they did not \nleave a fame so great as is the glory of wise Juliana, who by her work surpassed the skilled design of her ancestors.'}, + {'language': 'por', + 'text': 'Outro\n\nNão se impressiones com o renome dos antepassados: não deixaram para as gerações futuras uma oração criada pela arte tão imensa quanto a glória da sábia Juliane; ela ultrapassou a graça e os inteligentes propósitos das obras dos homens do passado. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 17, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.17.1/'}, + {'book': 1, + 'fragment': 17, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.17.2/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 527, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 18, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.18', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.18/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.18/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A053.jpg/pct:10.79896198310654,34.824148369976136,53.96086982017935,14.549674194412221/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n τῆς ἀγαθῆς ἀγαθὸς μὲν á¼Î³á½¼ κÏκλος Ἀγαθονίκης\n\n \n ἄνθετο δ᾽ ἀχÏάντῳ μάÏτυÏί με ΤÏοφίμῳ.\n'}, + {'language': 'fra', + 'text': "Sur un divan, sur ... \n\nJe suis le «\u2009cycle\u2009» admirable de l’admirable Agathonice ................................................................................................................................................. et elle m'a consacré au saint martyre Trophime. "}, + {'language': 'eng', + 'text': 'On an Uncertain Object \n\nI am the good circle of good Agathonike .... \nand she dedicated me to the immaculate Martyr Trophimus. '}, + {'language': 'por', + 'text': 'Em um objeto indeterminado\n\nEu sou o bom cÃrculo da boa Agathonice\n...\nEla me dedicou ao imaculado mártir Trophimo.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/200/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 18, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.18.1/'}, + {'book': 1, + 'fragment': 18, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.18.2/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 528, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 19, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.19', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.19/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.19/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A053.jpg/pct:10.246362210347277,48.579069560727646,55.34803871015826,24.100687315897527/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n πυÏὸς ἀενάοιο σοφὴν ὠδῖνα φυλάσσων,\n á¼Î¼Î²ÎµÎ²Î±á½¼Ï‚ κόσμοιο παλινδίνητον ἀνάγκην,\n χÏιστÎ, θεοÏÏήτοιο βίου φυσίζοε πηγή,\n πατÏὸς ἀσημάντοιο Θεοῦ Ï€ÏωτόσποÏε φωνή,\n\n ὃς μετὰ μητÏῴων τοκετῶν á¼Î³ÎºÏμονα φόÏτον\n καὶ γόνον αá½Ï„οτÎλεστον ἀνυμφεÏτων ὑμεναίων\n στήσας ἈσσυÏίης γενεῆς ἑτεÏόφÏονα λÏσσαν,\nὄÏγια δ᾽ εἰδώλων κενεῶν ψευδώνυμα λÏσας,\nαἰθÎÏος ἀμφιβÎβηκας á¼Ï†á¾½ ἑπτάζωνον ὀχῆα,\n\n ἀγγελικαῖς πτεÏÏγεσσιν á¼Î½ á¼€ÏÏήτοισι θαάσσων\n ἵλαθι, παγγενÎταο Θεοῦ Ï€Ïεσβήιον ὄμμα,\nφÏουÏá½² βίου, Ïƒá¿¶Ï„ÎµÏ Î¼ÎµÏόπων, αἰῶνος ἀνάσσων.\n\n '}, + {'language': 'fra', + 'text': "Sur notre Sauveur. \n\nO toi qui gardes toujours la sage fécondité du feu éternel, toi qui as, le premier, renversé les lois de l'Univers, Christ, source vivifiante d'une existence conforme à la parole de Dieu, Verbe premier-né de Dieu, notre père ineffable, toi qui, après avoir été le fardeau qu'une mère a porté, puis mis au monde, et le fruit spontané d'un hymen sans époux, après avoir arrêté les fureurs délirantes de la race assyrienne et mis un terme aux mystères, indignes de ce nom, d'un culte rendu à des vaines idoles, règnes maintenant sur l'enceinte à sept zones de l'éther, porté sur les ailes ineffables des anges, sois-nous proprice, lumière vénérable du Dieu créateur de toutes choses, gardien de la vie, sauveur des mortels, maître de l'éternité. "}, + {'language': 'eng', + 'text': "To the Saviour \nΟ Thou Who guardest the wise womb of the ever-flowing fire, Who art enthroned on the revolving necessity of the Universe, Christ, vivifying Source of the divinely appointed life, first begotten Voice of God the ineffable Father, Who, after the burden of Thy Mother's pangs and the self-accomplished birth from a marriage without bridegroom, didst arrest the heterodox rage of the Syrian race, and dissolve the falsely named rites of empty idols, and then didst ascend the seven-zoned belt of heaven seated on the unspeakable angelic wings, have mercy \non me, venerated Eye of God, the Maker of all things, Keeper of life, Saviour of men, Lord of Eternity. \n"}, + {'language': 'por', + 'text': 'Para o Salvador\n\nÓ guardião do sábio nascimento do fogo sempre ardente, que suplantaste a necessidade em constante movimento do cosmos; ó Cristo vivificante, fonte da vida ditada por deus; ó primeiro semeado, voz do inefável deus pai, tu que, após ser fardo gestado, foste concebido pela mãe e és semente autorrealizada de casamento sem esposo; que paraste a loucura insensata da raça assÃria; que afastaste os falsos ritos dos Ãdolos vazios, que contornaste as sete zonas limÃtrofes do éther sentado em indescritÃveis asas angelicais, abençoa-me, venerável olho de deus criador de todas as coisas, ó sentinela da vida, salvador dos mortais, senhor da eternidade. '}], + 'authors': [{'tlg_id': 'tlg-4057', + 'names': [{'name': 'Claudianus', 'language': 'eng'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 19, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.19.1/'}, + {'book': 1, + 'fragment': 19, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.19.2/'}], + 'comments': ['https://anthologiagraeca.org/api/comments/217/?format=json'], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 530, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 20, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.20', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.20/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.20/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A053.jpg/pct:9.862675296655894,71.51633652392218,53.592233009708735,3.498542274052478/full/0/default.jpg', + 'http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:25.721863356012857,10.514619020183908,61.57356778080981,4.836974627482171/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ἈÏτιφανÎÏ‚, πολοοῦχε, παλαιγενÎÏ‚, υἱὲ νεογνÎ,\n αἰὲν á¼á½¼Î½ Ï€Ïοεών τε, ὑπÎÏτατε, ὕστατε, ΧÏιστÎ,\n ἀθανάτοιο πατÏός τε á½Î¼ÏŒÏ‡Ïονε, πάμπαν á½Î¼Î¿á¿–ε.\n'}, + {'language': 'fra', + 'text': 'Même sujet. \n\nFils récemment apparu, protecteur des cités, venu depuis longtemps au monde et pourtant nouveau-né, qui as existé de tout temps et avant tous les êtres, le premier et le dernier, Christ, du même âge que ton père éternel et entièrement semblable à lui .... '}, + {'language': 'eng', + 'text': 'To the Lord Christ \n\n\n\nNewly revealed, Lord of the sky, born of old \ntime, new-born Son, ever existing and pre-existing, highest and last, Christ, coeval with Thy immortal Father, in all ways like Him.'}, + {'language': 'por', + 'text': 'Ao senhor Cristo\n\nRecém chegado e senhor da cidade; nascido há muito tempo e filho recém-nascido; aquele que sempre está e esteve; primeiro e último; ó Cristo, contemporâneo ao pai imortal e completamente semelhante.'}], + 'authors': [{'tlg_id': 'tlg-4057', + 'names': [{'name': 'Claudianus', 'language': 'eng'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 20, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.20.1/'}, + {'book': 1, + 'fragment': 20, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.20.2/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 532, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 21, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.21', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.21/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.21/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:25.70020230659572,14.208720455836687,60.270313593361315,3.025383707201889/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n παῖ, γÎÏον, αἰώνων Ï€ÏογενÎστεÏε, πατÏὸς á½Î¼á¿†Î»Î¹Î¾:\n'}, + {'language': 'eng', + 'text': 'To the Same \n\nChild, old man, born before the ages, coeval with the Father. '}, + {'language': 'por', + 'text': 'Ao mesmo\n\nCriança, velho, nascido antes dos tempos e da mesma idade do pai.'}, + {'language': 'fra', + 'text': 'Enfant, Vieillard, Aîné des jours, uni au Père.'}, + {'language': 'fra', + 'text': '... Enfant, vieillard, né avant le temps, du même âge que ton père ...'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 21, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.21.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 535, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 22, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.22', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.22/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.22/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:24.386233538799175,16.320784133807248,64.50564243703887,8.599068434252954/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n πατÏὸς á¼Ï€Î¿Ï…Ïανίου λόγε πάνσοφε, κοίÏανε κόσμου,\nὠβÏοτÎην γενεὴν τιμήσας εἰκόνι σεῖο,\n σὴν χάÏιν ἄμμιν ὄπαζε καὶ ὀλβιόδωÏον á¼€Ïωγὴν\n εἰς σὲ Î³á½°Ï Îµá¼°ÏƒÎ¿Ïόωσιν á¼Î½ á¼Î»Ï€Î¯ÏƒÎ¹Î½ ὄμματα πάντων.\n'}, + {'language': 'fra', + 'text': "Même sujet. \n\n... Verbe infiniment sage du Père céleste, maître de l'Univers, qui as honoré de ton image la race des mortels, accorde-nous ta grâce et ta généreuse assistance ; car c'est vers toi que, dans leurs espoirs, tous les hommes tournent leurs regards. \n\n "}, + {'language': 'eng', + 'text': 'To the Same \n\nAll-wise Word of the heavenly Father, Lord of the world, Who didst honour the race of mankind \nby Thy image, grant us Thy grace and Thy help that bestoweth blessings ; for the eyes of all look to Thee in hope.'}, + {'language': 'por', + 'text': 'Ao mesmo\n\nVerbo infinitamente sábio do pai celeste, senhor do cosmos, aquele que honrou a raça mortal com uma imagem tua, concede-nos sua graça e abençoado amparo, pois, com esperança, todos nós te dirigimos os olhos.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 22, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.22.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 536, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 23, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.23', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.23/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.23/', + 'manuscripts': [' http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:24.378247377894922,24.265714904679157,59.465175816350765,8.412042502951596/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ἀθανάτου πατÏὸς υἱὲ συνάχÏονε, κοίÏανε πάντων,\n αἰθεÏίων μεδÎων, εἰναλίων, χθονίων,\nδμωὶ τεῷ, τῷ τήνδε βίβλον γÏάψαντι , ΜαÏίνῳ\n δὸς χάÏιν εá½ÎµÏ€Î¯Î·Ï‚ καὶ λογικῆς σοφίας.\n'}, + {'language': 'fra', + 'text': "Même sujet. \n\nFils qui participe à l'éternité de ton père immortel, maître de tous les êtres, qui règnes sur les cieux, sur les mers et sur la terre, fais cette grâce à ton serviteur Marinos, qui a écrit ce livre : accorde-lui le talent de bien parler et de raisonner sagement. "}, + {'language': 'eng', + 'text': 'To the Same \n\nSon, co-eternal with the immortal Father, Lord of \nall, who rulest over all things in Heaven, in Sea, and on Earth, give to Thy servant Marinus who wrote this book the grace of eloquence and wisdom of speech.'}, + {'language': 'por', + 'text': 'Ao mesmo\n\nFilho atemporal como o pai imortal, senhor de todas as coisas, guardião dos céus, dos mares e das terras, concede a teu servo Marino, que escreveu este livro, a graça da eloquência e as sabedorias da lógica. '}], + 'authors': [{'tlg_id': 'tlg-4075', + 'names': [{'name': 'Marinus', 'language': 'eng'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 23, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.23.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 537, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 24, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.24', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.24/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.24/', + 'manuscripts': [' http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:23.13644318076067,31.77697865938774,65.62262325845947,8.867789322823363/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ΣÏνθÏονε καὶ συνάναÏχε τεῷ πατÏί, πνεÏματί τ᾽: á¼ÏƒÎ¸Î»á¿·,\n οἰχομÎνων ὄντων τε καὶ á¼ÏƒÏƒÎ¿Î¼Îνων βασιλεÏων,\nτῷ ταῦτα γÏάψαντι τεὴν χάÏιν αá½Ï„ὸς ὀπάζοις,\nὄφÏα κε σῇς á¼Ï†ÎµÏ„μῇσι καλῶς βίου οἶμον á½Î´ÎµÏοι.\n\n '}, + {'language': 'fra', + 'text': "Même sujet. \n\nToi qui partages le trône et l'éternité de ton père et du Saint-Esprit, toi qui règnes sur les morts, sur les vivants et sur les générations à venir, daigne accorder toi-même ta grâce à celui qui a écrit ceci, afin que, par ta volonté, il parcoure dans le bien le chemin de la vie. "}, + {'language': 'eng', + 'text': 'To the Same \n\nEnthroned with Thy Father and the good Spirit and like unto Them without beginning, King of all that is, was, and shall be, give Thy grace unto him who wrote this, that by Thy precepts he may walk rightly in the path of his life.'}, + {'language': 'por', + 'text': 'Ao mesmo\n\nEntronado junto e sem começo como teu pai e o santo espÃrito, reinando os que já foram, os que são e os que serão, concedas tu mesmo tua graça a este que escreveu isto para que ele, através de teus preceitos, percorra belamente a estrada da vida'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 24, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.24.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 538, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 25, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.25', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.25/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.25/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:25.732749543799827,40.03387726034782,62.55092599955283,6.538874955213184/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n χÏιστÎ, Θεοῦ σοφίη, κόσμου μεδÎων καὶ ἀνάσσων\n ἡμετÎÏην τὸ πάÏοιθε πλάσας μεÏοπηίδα φÏτλην,\nδός με θÎειν βίου οἶμον á¼Î½ ὑμετÎÏαις á¼Ï†ÎµÏ„μῇσι.\n'}, + {'language': 'fra', + 'text': "Même sujet. \n\nChrist, sagesse de Dieu, souverain maître de l'Univers, toi qui jadis as créé notre race mortelle, accorde-moi de parcourir le chemin de la vie en me conformant à Vos commandements. "}, + {'language': 'eng', + 'text': 'To the Same \n\nChrist, Wisdom of God, Ruler and Governor of the world, Creator of old of our human stock, vouchsafe to me to run the race of life in the way of Thy commandments.'}, + {'language': 'por', + 'text': 'Ao mesmo\n\nCristo, sabedoria de deus, guardião e governante do cosmos, tu que moldaste nossa raça humana desde o inÃcio, concede-me ver claramente o caminho da vida conforme teus mandamentos. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 25, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.25.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 539, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 26, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.26', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.26/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.26/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:27.40861618798956,45.775851994636426,60.57441253263705,6.783918320034407/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ὑψιμÎδων Θεοῦ Ï…á¼±Î, φαοσφόÏον ἀίδιον φῶς,\nσήν μοι ὄπαζε χάÏιν καὶ νῦν καὶ ἔπειτα καὶ αἰεί,\nὡς Ï€ÏοθÎλυμνον á¼Î¿á¿¦ÏƒÎ±Î½ ὅτῳ καὶ ὅπῃ κατανεÏσεις.\n'}, + {'language': 'fra', + 'text': 'Même sujet. \n\nTout-puissant fils de Dieu, éternel flambeau qui répands la lumière, accorde-moi ta grâce pour maintenant, pour plus tard et pour toujours, car elle est arrachée à qui et au moment où telle est ta volonté. '}, + {'language': 'eng', + 'text': 'To the Same \n\nSon of God, who rulest on high, eternal Light that lighteneth, give me Thy grace now and after and ever, for that is the root of all for him to whom Thou shalt grant it in such manner as is best. '}, + {'language': 'por', + 'text': 'Ao mesmo.\n\nFilho de deus que reina dos céus, iluminado portador da luz eterna, concede-me tua graça hoje, amanhã e sempre, de modo que tu consentirás ser a raiz a quem for como posÃvel for. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 26, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.26.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 540, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 27, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.27', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.27/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.27/', + 'manuscripts': [' http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:26.708958465931264,51.63197893299796,59.75847394600137,8.509494804729492/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n Πανσθενὲς υἱὲ Θεοῦ, ΧÏιστÎ, Ï€ÏοάναÏχε á¼Ï€Î¬Î½Ï„ων,\nπᾶσιν á¼Ï€Î¹Ï‡Î¸Î¿Î½Î¯Î¿Î¹Ï‚ σωτήÏια νάματα βλÏζων,\n μητÏὸς ἀπειÏογάμοιο τεῆς λιτÎων á¼Ï€Î±ÎºÎ¿Ïων,\n σὴν χάÏιν ἄμμιν ὄπαζε καὶ á¼Î½ μÏθοις καὶ á¼Î½ á¼”Ïγοις.\n'}, + {'language': 'fra', + 'text': 'Même sujet. \n\nOmnipotent fils de Dieu, Christ, qui par ton éternité as précédé tous les êtres, qui répands les ondes du salut sur tous les habitants de la terre et qui écoutes les prières de la Vierge ta mère, accorde-nous ta grâce et dans nos paroles et dans nos actions. '}, + {'language': 'eng', + 'text': 'To the Same \n\nAlmighty Son of God, Christ, without beginning \nand existing before all, Who dost make to gush \nforth fountains of salvation for all mankind, listen to the prayers of Thy Virgin Mother, and grant us Thy grace in word and deed.'}, + {'language': 'por', + 'text': 'Ao mesmo\n\nOmnipotente filho de Deus, Cristo, anterior ao inÃcio de todas as coisas, que derrama as águas da salvação em todos os habitantes da terra e que escuta as preces da tua mãe imaculada, concede-nos sua graça em palavras e em obras.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 27, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.27.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 543, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 28, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.28', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.28/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.28/', + 'manuscripts': [' http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:24.176048594084584,59.89801554601352,64.36601983436131,8.151200286635616/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n χÏιστÎ, Θεοῦ σοφίη, χάÏιν ὤπασον εá½ÎµÏ€Î¹Î¬Ï‰Î½,\nκαὶ λογικῆς σοφίης á¼Î¼Ï€ÎÏαμον Ï„Îλεσον,\nὃς τόδε τεῦχος ἔγÏαψεν ἑαῖς χείÏεσσι ΜαÏῖνος,\n φάÏμακον ἀφÏαδίης, Ï€Ïόξενον εá½Ï†Ïαδίης.\n'}, + {'language': 'fra', + 'text': "Christ, sagesse de Dieu, fais cette grâce à Marinos : accorde-lui le don de bien parler et rends-le expert en l'art de raisonner sagement, lui qui de ses mains a écrit cet ouvrage, remède contre l'ignorance et dispensateur de l'éloquence. "}, + {'language': 'eng', + 'text': 'To the Same \n\nChrist, Wisdom of God, endow with the grace of \neloquence and make skilled in wisdom of speech \nMarinus, who wrote this volume with his own hand, a medicine for folly and guide to right diction.'}, + {'language': 'por', + 'text': 'Ao mesmo\n\nCristo, sabedoria de deus, concede a graça da eloquência e dá habilidade na sabedoria da lógica a Marinos, que com suas próprias mãos escreveu este texto, remédio contra a insensatez e representante do bem pensar. '}], + 'authors': [{'tlg_id': 'tlg-4075', + 'names': [{'name': 'Marinus', 'language': 'eng'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 28, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.28.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 544, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 29, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.29', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.29/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.29/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054.jpg/pct:28.667027535785344,67.292553504198,53.47545682551059,8.599068434252969/full/0/default.jpg', + ' http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054v_ar.jpg/pct:11.601500522715973,10.252668165026268,62.145166271054876,2.677854146210837/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n χÏιστÎ, τεὴν Ï€ÏοÎαλλε χάÏιν καμάτοισιν á¼Î¼Îµá¿–ο.\nὠΧÏιστὸς καὶ á¼Î¼Î¿á¿–Ï‚ á¼Ï€Î¹Ï„άÏÏοθος ἔσσεται á¼”Ïγοις.\n ΧÏιστὸς á¼Î¼Î¿á¿–Ï‚ καμάτοισιν á¼€Ïηγόνα χεῖÏα τιταίνοι.\nχÏιστÎ, ÏƒÏ Î¼Î¿Î¹ Ï€ÏοÎαλλε τεὴν πολÏολβον á¼€Ïωγήν.\n\n χÏιστÎ, τεὴν καμάτοισιν á¼Î¼Î¿á¿–Ï‚ χάÏιν αá½Ï„ὸς\n\n '}, + {'language': 'fra', + 'text': "Monostiques sur le même sujet. \n\nChrist, répands ta grâce sur mes labeurs. \nC'est Christ qui sera le protecteur de mes travaux. \nQue le Christ daigne tendre vers mes labeurs une main secourable. \nChrist, répands sur moi ton aide bienfaisante et féconde. \nChrist, daigne accorder toi-même ta grâce à mes labeurs. "}, + {'language': 'eng', + 'text': 'To the Same \n\nShed, Ο Christ, Thy grace on my works. Christ \nshall be the helper of even my works. May Christ \nstretch out a helping hand to my labour. Christ, \nsend me Thy help full of blessing. Christ, Thyself \ngive Thy grace to my work.'}, + {'language': 'por', + 'text': 'Monósticos ao mesmo\n\nCristo, distribui tua graça em meus labores;\nCristo também será o defensor de minhas obras; \nCristo, que sua mão ajudante alcance meus labores;\nCristo, que tu distribuas tua muito abençoada ajuda a mim;\nCristo, concedas tu mesmo tuas graças aos meus labores.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 29, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.29.1/'}, + {'book': 1, + 'fragment': 29, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.29.2/'}, + {'book': 1, + 'fragment': 29, + 'sub_fragment': '', + 'number': 3, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.29.3/'}, + {'book': 1, + 'fragment': 29, + 'sub_fragment': '', + 'number': 4, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.29.4/'}, + {'book': 1, + 'fragment': 29, + 'sub_fragment': '', + 'number': 5, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.29.5/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 545, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 30, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.30', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.30/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.30/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054v_ar.jpg/pct:10.813301678499911,12.315452604546966,64.1997546885601,4.336959717730081/full/0/default.jpg', + 'http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A062.jpg/pct:10.97875459617542,10.899913100168783,59.63037713065547,4.410467509556015/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n χÏιστὲ μάκαÏ, μεÏόπων φάος ἄφθιτον, á¼Î»Ï€á½¶Ï‚ á¼Ï€Î¬Î½Ï„ων,\n á¼ÏƒÎ¸Î»á½° δίδου χατÎουσι, τὰ δ᾽ οὠκαλὰ νόσφιν á¼ÏÏκοις,.\n'}, + {'language': 'fra', + 'text': 'Christ bienheureux, lumière incorruptible des mortels, espoir de tous, donne des pensées vertueuses à quiconque en est privé et éloigne de nous les pensées mauvaises. '}, + {'language': 'eng', + 'text': 'To the Same \n\nBlessed Christ, eternal Light of men, Hope of all, \ngive good to them who are in need of it, and keep \naway evil.'}, + {'language': 'por', + 'text': 'Ao mesmo\n\nCristo abençoado, luz inapagável dos mortais, esperança de todos, dá o bem aos necessitados e mantenhas longe o mal. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 30, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.30.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [{'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:10.108/?format=json', + 'reference_type': 'Default'}], + 'media': []}, + {'id': 546, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 31, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.31', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.31/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.31/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054v_ar.jpg/pct:10.886877698105817,16.11757912227579,57.428792045126585,8.65839507274837/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ΠαμμεδÎοντα, ἄνασσα, Θεοῖο, γόνον τεόν, υἱόν,\n ἄγγελοι ὃν Ï„ÏομÎουσι, τεῇς παλάμῃσι κÏατοῦσα,\n Ï€ÏευμενÎα Ï€Ïαπίδεσσιν á½‘Ï€á½²Ï Î¼ÎµÏόπων τελÎουσα,\n á¿¥Ïεο συντηÏοῦσα ἀπήμονα κόσμον ἅπαντα.\n'}, + {'language': 'fra', + 'text': 'Sur la très sainte mère de Dieu. \n\nReine, qui tiens dans tes bras le tout-puissant fils de Dieu, ta progéniture, que les anges redoutent, et qui disposes son cÅ“ur à la bienveillance envers les mortels, protège et garde le monde entier de tout dommage. '}, + {'language': 'eng', + 'text': 'To the Most Holy Mother of God \n\nΟ Queen, holding in thy arms thy almighty Child, \nthe Son of God, before Whom the angels tremble, and making Him merciful in mind to men, guard Him and keep therewith the whole world safe from trouble.'}, + {'language': 'por', + 'text': 'À sagrada mãe de deus\n\nRainha, que tem em tuas mãos o todo-poderoso filho de deus, semente tua, aquele que os anjos temem, e que tem a mente gentil para os mortais, protege, mantendo longe o mal, todo o cosmo. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 31, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.31.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 547, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 32, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.32', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.32/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.32/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054v_ar.jpg/pct:10.435930180443775,24.25428120524207,53.69018630537944,8.012349309026755/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ὧδε ταλαιπαθÎων χÏαισμήια θÎσκελα κεῖται\ná¼¢ δÎμας á¼¢ κÏαδίην τειÏομÎνων μεÏόπων\n καὶ Î³á½°Ï á¼€Î½Î¹Î¬Î¶Î¿Ï…ÏƒÎ± πόνων φÏσις αá½Ï„ίκα φεÏγει\nοὔνομα σόν, Μιχαήλ, á¼¢ Ï„Ïπον, á¼¢ θαλάμους.\n'}, + {'language': 'fra', + 'text': "Sur l'archange Michel. \n\nIci les mortels qui souffrent trouvent des remèdes divins aux tourments de leur corps ou de leur âme ; car la nature du mal, confondue, fuit bien vite ton nom, Michel, ou ton image ou ta demeure. "}, + {'language': 'eng', + 'text': 'To the Archangel Michael \n\nHere is kept the divine help for wretched men, \nafflicted in mind or body. For vexing trouble at \nonce is put to flight, Michael, by thy name, thy \nimage, or thy house.'}, + {'language': 'por', + 'text': 'Ao arcanjo Miguel\n\nAqui está a ajuda divina à queles que há muito sofrem, seja no corpo seja no coração dos afligidos mortais, pois agora, Miguel, a natureza sorumbática das dificuldades foge do teu nome, da tua figura e da tua morada.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 32, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.32.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 548, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 33, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.33', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.33/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.33/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054v_ar.jpg/pct:9.291078972531212,31.654301533889807,57.34568835170314,4.483975301381949/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ὡς θÏασὺ μοÏφῶσαι τὸν ἀσώματον ἀλλὰ καὶ εἰκὼν\ná¼Ï‚ νοεÏὴν ἀνάγει μνῆστιν á¼Ï€Î¿Ï…Ïανίων.\n'}, + {'language': 'fra', + 'text': "Sur une image de l'Archange. \n\nQuelle audace de donner une forme à l'Incorporel ! Mais cette image même ramène notre esprit à la pensée des choses célestes. "}, + {'language': 'eng', + 'text': 'On an Image of the Archangel \n\nHow daring it is to picture the incorporeal ! But \nyet the image leads us up to spiritual recollection \nof celestial beings.'}, + {'language': 'por', + 'text': 'À imagem do arcanjo\n\nComo dar forma ao incorpóreo é insolente, mas também conduz à recordação pensada das imagens celestes.'}], + 'authors': [{'tlg_id': 'tlg-4079', + 'names': [{'name': 'Neilus', 'language': 'eng'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/116/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 33, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.33.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 549, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 34, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.34', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.34/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.34/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054v_ar.jpg/pct:9.543348095710966,35.110302192609765,54.60406181696037,16.465745369009113/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ἄσκοπον ἀγγελίαÏχον, ἀσώματον εἴδεϊ μοÏφῆς,\nἆ μÎγα τολμήεις κηÏὸς ἀπεπλάσατο:\n ἔμπης οá½Îº ἀχάÏιστον, á¼Ï€Îµá½¶ βÏοτὸς εἰκόνα λεÏσσων\nθυμὸν ἀπιθÏνει κÏÎσσονι φαντασίῃ:\n\n \n οá½ÎºÎτι δ᾽ ἀλλοπÏόσαλλον ἔχει σÎβας, ἀλλ᾽ á¼Î½ ἑαυτῷ\n τὸν Ï„Ïπον á¼Î³Î³Ïάψας ὡς παÏεόντα Ï„ÏÎμει:\nὄμματα δ᾽ ὀτÏÏνουσι βαθὺν νόον οἶδε δὲ Ï„Îχνη\n χÏώμασι ποÏθμεῦσαι τὴν φÏενὸς ἱκεσίην.\n'}, + {'language': 'fra', + 'text': "Sur une image du même archange, à Platê. \n\nL'invisible chef des anges, l'Incorporel, la cire a eu l'audace inouïe de figurer ses traits dans cette image ; il ne faut pourtant pas lui en savoir mauvais gré, car le mortel qui en contemple la représentation oriente son âme vers des pensées plus élevées : rien ne le distrait plus de sa vénération, mais il grave en lui-même les traits de l'archange et tremble devant lui comme s'il était en sa présence. Les yeux sollicitent l'âme jusque dans ses profondeurs ; et l'art sait, par ses couleurs, amener la prière de l'esprit. "}, + {'language': 'eng', + 'text': 'On another on the Island of Plate \n\nGreatly daring was the wax that formed the \nimage of the invisible Prince of the Angels, \nincorporeal in the essence of his form. But yet it is not without grace ; for a man looking at the image directs his mind to a higher contemplation. No longer has he a confused veneration, but imprinting the image in himself he fears him as if he were present. The eyes stir up the depths of the spirit, and Art can convey by colours the prayers of the soul.'}], + 'authors': [{'tlg_id': 'tlg-4024', + 'names': [{'name': 'Agathias Scholasticus', 'language': 'eng'}, + {'name': 'Ἀγαθίας σχολαστικός', 'language': 'grc'}, + {'name': 'Agathias le scholastique', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 34, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.34.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 550, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 35, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.35', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.35/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.35/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054v_ar.jpg/pct:9.406259165612767,51.08113952110932,55.97487508433176,12.128785651279038/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ΚαÏικὸς Αἰμιλιανὸς, Ἰωάννης τε σὺν αá½Ï„á¿·,\n Ῥουφῖνος ΦαÏίης, Ἀγαθίης Ἀσίης,\n Ï„ÎÏ„Ïατον, ἀγγελίαÏχε, νόμων λυκάβαντα λαχόντες,\n ἄνθεσαν εἰς σÎ, μάκαÏ, τὴν σφετÎÏην γÏαφίδα,\n\n αἰτοῦντες τὸν ἔπειτα καλὸν χÏόνον: ἀλλὰ φανείης\n á¼Î»Ï€Î¯Î´Î±Ï‚ ἰθÏνων á¼ÏƒÏƒÎ¿Î¼Îνου βιότου.\n'}, + {'language': 'fra', + 'text': "Sur le même archange ; inscription du Sosthénion. \n\nÉmilien de Carie, et avec lui Jean, Rufin d'Alexandrie et Agathias d'Asie, ayant réussi, chef des anges, à aborder leur quatrième année d'études juridiques, ont consacré dans ton église, bienheureux, leur image peinte, en te demandant le bonheur pour l'avenir. Daigne continuer à soutenir leurs espérances de la vie future. "}, + {'language': 'eng', + 'text': 'On the Archangel in the Sosthenium \n\nAemilianus of Caria and John with him, Rufinus \nof Alexandria and Agathias of Asia having completed the fourth year of their legal studies, Ο Archangel, dedicated to thee, Ο Blessed One, thy painted image, praying that their future may be happy. Make thy- self manifest in thy direction of their hopes.'}], + 'authors': [{'tlg_id': 'tlg-4024', + 'names': [{'name': 'Agathias Scholasticus', 'language': 'eng'}, + {'name': 'Ἀγαθίας σχολαστικός', 'language': 'grc'}, + {'name': 'Agathias le scholastique', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 35, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.35.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 551, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 36, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.36', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.36/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.36/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A054v_ar.jpg/pct:8.034667894953362,68.36692365352155,55.28946845064606,6.615701264334015/full/0/default.jpg', + 'http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:24.08381797815536,10.674558592510964,54.51932947185737,6.419716646989378/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n εἰς εἰκόνα ΘεοδώÏου ἸλλουστÏίου καὶ δὶς ἀνθυπάτου, á¼Î½ ᾐ̔̂ γÎγÏαπται παÏá½° τοῦ á¼€ÏχαγγÎκου δεχόμενος τὰς ἀξίας á¼Î½ ἘφÎσῳ'}, + {'language': 'fra', + 'text': "Sur un portrait de Théodoros, personnage illustre, deux fois proconsul, où il est représenté recevant de l'Archange ses insignes, à Éphèse. \n\nConsens à recevoir une forme, archange ; on ne doit pas voir ton visage, mais ce sont là des présents de mortels. C'est de toi que Théodoros tient sa ceinture de maître des offices ; et c'est grâce à toi que, deux fois, il a servi auprès du trône en qualité de proconsul. Sa gratitude est attestée par ce tableau, dont les couleurs reproduisent fidèlement l'image de tes bienfaits. "}, + {'language': 'eng', + 'text': 'On a picture of Theodorus the Illustrious and twice Pro-consul, in which he is shown receiving the insignia of office from the Archangel in Ephesus \n\nForgive us, Ο Archangel, for picturing thee, for \nthy face is invisible ; this is but an offering of men. For by thy grace Theodorus hath his girdle of a Magister, and twice won for his prize the Proconsular chair. The picture testifies to his gratitude, for in return he expressed the image of thy beauty in colours.'}], + 'authors': [{'tlg_id': 'tlg-4024', + 'names': [{'name': 'Agathias Scholasticus', 'language': 'eng'}, + {'name': 'Ἀγαθίας σχολαστικός', 'language': 'grc'}, + {'name': 'Agathias le scholastique', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 36, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.36.1/'}, + {'book': 1, + 'fragment': 36, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.36.2/'}, + {'book': 1, + 'fragment': 36, + 'sub_fragment': '', + 'number': 3, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.36.3/'}, + {'book': 1, + 'fragment': 36, + 'sub_fragment': '', + 'number': 4, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.36.4/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 552, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 37, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.37', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.37/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.37/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:22.831398670258192,16.65867616158224,55.66952629615815,4.353600944510035/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n σάλπιγγες, στεÏοπαί, γαῖα Ï„ÏÎμει: ἀλλ᾽ á¼Ï€á½¶ μήτÏην\n παÏθενικὴν κατÎβης ἄψοφον ἴχνος ἔχων.\n\n '}, + {'language': 'eng', + 'text': "On the Birth of Christ \n\nTrumpets ! Lightnings ! The earth trembles ! \nbut into the Virgin's womb thou didst descend with noiseless tread. \n"}, + {'language': 'fra', + 'text': "Des trompettes, des éclairs ; la terre tremble ; mais quand tu es descendu dans le sein d'une vierge, ton pas n'a fait aucun bruit."}, + {'language': 'fra', + 'text': "Sonnez, trompettes ! Tremble, terre ! Et vous, éclairs, fendez les cieux !\r\nMais au sein de sa mère, il s'est glissé, silencieux."}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/1/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 37, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.37.1/'}, + {'book': 1, + 'fragment': 37, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.37.2/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 553, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 38, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.38', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.38/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.38/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:23.434832999809025,20.498279813611337,49.28534222656108,4.767879548306145/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n οá½Ïανὸς ἡ φάτνη, καὶ οá½Ïανοῦ ἔπλετο μείζων\nοá½Ïανὸς á¼Ïγασίη τοῦδε Ï€Îλει βÏÎφεος.\n'}, + {'language': 'eng', + 'text': 'On the Same \n\nThe manger is Heaven, yea, greater than Heaven. Heaven is the handiwork of this child.'}, + {'language': 'fra', + 'text': "Ce fut un ciel que cette crèche, et elle était plus grande que le ciel, car le ciel est l'Å“uvre de cet enfant."}, + {'language': 'fra', + 'text': "La crèche où dort l'Enfant est la voûte céleste.\r\nElle est plus grande encor, car ce petit a fait le ciel et tout le reste."}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/1/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 38, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.38.1/'}, + {'book': 1, + 'fragment': 38, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.38.2/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 554, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 39, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.39', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.39/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.39/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:25.73964260535701,24.583612746115836,50.95371931652492,4.279811097992914/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n εἷς χοÏός, ἓν μÎλος ἀνθÏώποισι καὶ ἀγγελιώταις,\nοὕνεκεν ἄνθÏωπος καὶ θεὸς ἓν γÎγονε.\n'}, + {'language': 'eng', + 'text': 'On the Shepherds and Angels \n\nOne dance, one song for men and angels, for man \nand God are become one. '}, + {'language': 'fra', + 'text': "Un seul chÅ“ur, un seul chant pour les hommes et pour les anges, car Il s'est fait un, à la fois homme et dieu."}, + {'language': 'fra', + 'text': "Dansez, chantez ensemble, anges au ciel, sur terre\r\nHommes ! Car homme et dieu ne font qu'un seul mystère."}], + 'authors': [], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/1/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 39, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.39.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 555, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 40, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.40', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.40/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.40/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:24.342232100806786,28.815042877367574,56.589683755598784,3.8370720188901988/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n οá½Ïανὸς ἡ φάτνη, καὶ οá½Ïανοῦ ἔπλετο μείζων,\nοὕνεκεν á½…Î½Ï€ÎµÏ á¼”Î´ÎµÎºÏ„Î¿ ἄναξ Ï€Îλεν οá½Ïανιώνων.\n'}, + {'language': 'fra', + 'text': "Sur la Nativité du Christ. \n\nCe fut un ciel que cette crèche, et elle était plus grande que le ciel, car celui qu'elle a reçu était le roi des habitants du ciel. "}, + {'language': 'eng', + 'text': 'On the Birth of Christ \n\nThe manger is Heaven, yea, greater than Heaven, \nfor He whom it received is the King of the Heavenly \nones.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': ['https://anthologiagraeca.org/api/keywords/183/?format=json', + 'https://anthologiagraeca.org/api/keywords/655/?format=json'], + 'scholia': [{'book': 1, + 'fragment': 40, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.40.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 556, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 41, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.41', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.41/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.41/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:23.74590532589589,32.29904332674499,56.359644390738616,4.132231404958682/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n οá½ÎºÎτι δῶÏá¾½ ἀνάγουσι μάγοι πυÏá½¶ ἠελίῳ τε:\n á¼ Îλιον Î³á½°Ï á¼”Ï„ÎµÏ…Î¾Îµ τόδε βÏÎφος, ὡς πυÏὸς αá½Î³Î¬Ï‚.\n'}, + {'language': 'eng', + 'text': 'On the Magi \n\nNo longer do the Magi bring presents to Fire \nand the Sun ; for this Child made Sun and Fire.'}, + {'language': 'fra', + 'text': "Les Mages n'apportent plus de présents au feu et au soleil ; car c'est cet enfant qui a créé le soleil ainsi que l'éclat du feu."}, + {'language': 'fra', + 'text': 'Mages adorateurs du soleil et du feu,\r\nCe nouveau-né créa le feu et le soleil, adorez-le !'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 41, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.41.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 557, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 42, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.42', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.42/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.42/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:25.05870874327414,36.428802210971284,54.979408201577684,4.279811097992914/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ΔÎχνυσο, ΒηθλεÎμ, ὃν Ï€ÏοÎειπε Ï€Ïοφήτης á¼ÏƒÎ¸Î»á½¸Ï‚\n ἵξεσθαι λαῶν ἡγοÏμενον á¼Îº σοῦ á¼Ï€Î¬Î½Ï„ων.\n'}, + {'language': 'fra', + 'text': "Sur Bethléem. \n\nReçois, Bethléem, celui dont un prophète véridique a annoncé qu'il viendrait pour être, venant de toi, le guide de tous les peuples. "}, + {'language': 'eng', + 'text': 'On Bethlehem \n\nReceive Him, Bethlehem, Him who, as the good prophet foretold, would come from thee to be the \nRuler of all peoples. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 42, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.42.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 558, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 43, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.43', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.43/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.43/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:24.87554395126196,40.58671438620783,54.50391644908616,4.396984924623111/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n τίπτε, Ῥαχήλ, γοόωσα πικÏὸν κατὰ δάκÏυον εἴβεις;\n ὈλλυμÎνην á½Ïόωσα γονὴν κατὰ δάκÏυον εἴβω. '}, + {'language': 'fra', + 'text': 'Sur Rachel. \n\n«\u2009Pourquoi, Rachel, verses-tu en gémissant des larmes amères\xa0? —\xa0Je vois ma race détruite, et c’est pour cela que je verse des larmes.\u2009» '}, + {'language': 'eng', + 'text': 'On Rachel \n\nWhy mournest thou, Rachel, shedding bitter tears ? Because I see my children slain I shed tears. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 43, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.43.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 559, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 44, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.44', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.44/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.44/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:24.534895951475896,44.334055696819085,55.8995656610183,4.206021251475798/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n χαῖÏε, κόÏη χαÏίεσσα, μακαÏτάτη, ἄφθοÏε νÏμφη:\n υἷα Θεοῦ λαγόνεσσιν á¼„Ï„ÎµÏ Ï€Î±Ï„Ïὸς ἔμβÏυον ἕξεις.\n\n '}, + {'language': 'fra', + 'text': "Sur l'Annonciation. \n\nSalut, Vierge pleine de grâce, bienheureuse, épouse immaculée ; tu porteras dans tes flancs le fils de Dieu engendré sans père. "}, + {'language': 'eng', + 'text': 'On the Annunciation \n\nHail, Maiden, full of grace, most blessed, Bride immaculate, thou shalt have in thy womb a Son conceived without a father. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 44, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.44.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 560, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 45, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.45', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.45/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.45/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:26.38561793237464,48.04807445347134,55.17873334899524,4.42635057652424/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ἔνδοθι γαστÏὸς á¼á½¼Î½ σκιÏτήμασιν εἶδε Ï€Ïοφήτης\n σὸν γόνον ὡς θεός á¼ÏƒÏ„ι, καὶ ᾔνεσε πότνια μήτηÏ.\n'}, + {'language': 'fra', + 'text': 'Sur la Salutation. \n\nDans le sein de sa mère, le prophète, par ses tressaillements, a déclaré que ton fils était Dieu, et sa vénérable mère a entonné les louanges de ton enfant. '}, + {'language': 'eng', + 'text': 'On the Visitation \n\nThe prophet, while yet in the womb, saw and showed by leaping that thy child was God, and his Mother gave praise. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 45, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.45.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 561, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 46, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.46', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.46/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.46/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:24.843966213169672,52.06792369988597,55.899565661018315,4.42739079102716/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n Ï€ÏεσβÏτα, παῖδα δÎχοιο, Ἀδὰμ Ï€ÏογενÎστεÏον ὄντα,\ná½…Ï‚ σε βίου λÏσει τε καὶ á¼Ï‚ βίον ἄφθιτον ἄξει.\n'}, + {'language': 'fra', + 'text': "Sur la Rencontre. \n\nVieillard, reçois cet enfant, qui est plus ancien qu'Adam ; c'est lui qui te délivrera de cette vie et te mènera à la vie éternelle. "}, + {'language': 'eng', + 'text': 'On the Presentation \n\nOld man, receive the child who was born before Adam, who will deliver thee from this life and bring thee to eternal life. '}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 46, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.46.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 562, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 47, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.47', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.47/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.47/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:25.6761219634543,56.049389066132726,53.829211377276934,4.574971610005074/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n πατÏὸς ἀπ᾽ ἀθανάτοιο μεγασθενὲς ἤλυθε πνεῦμα,\n υἱὸς á¼Ï€Îµá½¶ βαπτίζετ᾽ ἸοÏδάνου ἀμφὶ á¿¥ÎεθÏα.\n'}, + {'language': 'fra', + 'text': "Sur le Baptême. \n\nDe la part du Père immortel est venu l'Esprit, force puissante, lorsque le Fils fut baptisé dans les flots du Jourdain. "}, + {'language': 'eng', + 'text': 'On the Baptism \n\nFrom the immortal Father the most mighty Spirit came, when the Son was being baptized in the waters of Jordan.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 47, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.47.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 563, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 48, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.48', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.48/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.48/', + 'manuscripts': [' http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:26.42110424936746,60.64720085224637,17.01517767345562,2.1329987452948553/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n Ἀδὰμ ἦν ζο \n '}, + {'language': 'fra', + 'text': '(Sur la Transfiguration). \n\nAdam était dans les ténèbres ...'}, + {'language': 'eng', 'text': 'On the Transfiguration \n\nAdam was . . .'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 48, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.48.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 564, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 49, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.49', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.49/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.49/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:26.048231642019704,63.87904449639955,58.1999593096199,4.353600944510039/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ΧÏιστὸς ἔφη, Ï€Ïόμολ᾽ ὧδε: καὶ ἔλλιπε ΛάζαÏος ᾄδην,\nαá½Î±Î»Îῳ μυκτῆÏι πάλιν σόον ἆσθμα κομίζων.\n'}, + {'language': 'eng', + 'text': 'On Lazarus \n\nChrist said " Come here," and Lazarus left \nHades, recovering the breath in his dry nostrils. '}, + {'language': 'fra', + 'text': 'Le Christ a dit : «\u2009Viens ici\u2009», et Lazare quitta le Hadès, retrouvant le souffle, qui circula de nouveau dans ses narines desséchées.'}, + {'language': 'fra', + 'text': "Il dit : « Viens ! » Et Lazare émergea de la nuit\r\nEt sentit l'air vivant qui s'insufflait en lui."}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 49, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.49.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 565, + 'book': {'url': 'https://anthologiagraeca.org/api/books/9/?format=json', + 'number': 1}, + 'fragment': 50, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:1.50', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.50/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.50/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A055.jpg/pct:26.12975959095855,67.90158469709517,52.67901455297611,4.501180637544271/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': '\n ψυχὴν αá½Ï„ὸς ἔτευξε, δÎμας μόÏφωσεν ὠαá½Ï„ός:\nΛάζαÏον á¼Îº νεκÏων á¼Ï‚ φάος αá½Ï„ὸς ἄγει.\n'}, + {'language': 'fra', + 'text': "Sur le même, à Éphèse. \n\nC'est lui qui a créé l'âme ; c'est lui, également, qui a donné une forme au corps ; et c'est encore lui qui ramène Lazare du séjour des morts à la lumière. "}, + {'language': 'eng', + 'text': 'On the Same, in Ephesus \n\nHe made the 3oul, and likewise fashioned the body. He brings back Lazarus from the dead into the light.'}], + 'authors': [{'tlg_id': '', + 'names': [{'name': 'Anonimo', 'language': 'ita'}, + {'name': 'Anonyme', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [{'book': 1, + 'fragment': 50, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:1.50.1/'}], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}]}</code></pre> +</div> +</div> +<div id="shaped-compound" class="cell markdown"> +<p>As you can see, we have for now 4134 epigrams - the value of +<code>count</code>.</p> +</div> +<div id="champion-disposition" class="cell code" +data-execution_count="8"> +<div class="sourceCode" id="cb7"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a>epigrams_res[<span class="st">'count'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="8"> +<pre><code>4134</code></pre> +</div> +</div> +<div id="annual-louisiana" class="cell markdown"> +<h2 id="pagination">Pagination</h2> +<p>As you might have noticed, all of the information are not displayed +on the block above: the list is pagined and one can navigate the pages +using the values of <code>next</code> and <code>previous</code>.</p> +<p>By default, each pages has:</p> +</div> +<div id="fourth-desperate" class="cell code" data-execution_count="9"> +<div class="sourceCode" id="cb9"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="bu">len</span>(epigrams_res[<span class="st">'results'</span>])</span></code></pre></div> +<div class="output execute_result" data-execution_count="9"> +<pre><code>50</code></pre> +</div> +</div> +<div id="designed-newsletter" class="cell markdown"> +<p>50 epigrams. You can change this value with the parameter +<code>limit</code>.</p> +</div> +<div id="religious-smart" class="cell code" data-execution_count="11"> +<div class="sourceCode" id="cb11"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a>parameters.update({<span class="st">'limit'</span>:<span class="dv">100</span>})</span> +<span id="cb11-2"><a href="#cb11-2" aria-hidden="true" tabindex="-1"></a></span> +<span id="cb11-3"><a href="#cb11-3" aria-hidden="true" tabindex="-1"></a>epigrams_res <span class="op">=</span> requests.get(url<span class="op">+</span>epigrams,parameters).json()</span> +<span id="cb11-4"><a href="#cb11-4" aria-hidden="true" tabindex="-1"></a></span> +<span id="cb11-5"><a href="#cb11-5" aria-hidden="true" tabindex="-1"></a><span class="bu">len</span>(epigrams_res[<span class="st">'results'</span>])</span></code></pre></div> +<div class="output execute_result" data-execution_count="11"> +<pre><code>100</code></pre> +</div> +</div> +<div id="informed-algorithm" class="cell markdown"> +<p>This list can be filtered :</p> +<ul> +<li>by book (rendering only the epigrams belonging to one particular +book)</li> +<li>by author's main name (their English name)</li> +<li>by keyword id (which can be found on the platform : <em>e.g.</em> <a +href="https://anthologiagraeca.org/keywords/1/" +class="uri">https://anthologiagraeca.org/keywords/1/</a> is the URL for +the keyword "Elegiac couplet" ; the id is "1".</li> +</ul> +<blockquote> +<p>For example: <a +href="https://anthologiagraeca.org/api/passages/?book__number=5&author__main_name=Meleager&keyword__number=1" +class="uri">https://anthologiagraeca.org/api/passages/?book__number=5&author__main_name=Meleager&keyword__number=1</a> +will give all the epigrams written by Meleager belonging to book 5 and +described with the keyword <code>1</code> (Elegiac couplet).</p> +</blockquote> +<p>In this next cellule, <code>alldata</code> contains all the passages' +data for all of our 4134 epigrams!</p> +</div> +<div id="bdcc21d8" class="cell code" data-execution_count="12" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb13"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb13-1"><a href="#cb13-1" aria-hidden="true" tabindex="-1"></a>url <span class="op">=</span> <span class="st">'http://anthologiagraeca.org/api/passages'</span></span> +<span id="cb13-2"><a href="#cb13-2" aria-hidden="true" tabindex="-1"></a>results <span class="op">=</span> []</span> +<span id="cb13-3"><a href="#cb13-3" aria-hidden="true" tabindex="-1"></a>pagination <span class="op">=</span> <span class="va">True</span></span> +<span id="cb13-4"><a href="#cb13-4" aria-hidden="true" tabindex="-1"></a><span class="cf">while</span> pagination <span class="op">==</span> <span class="va">True</span> :</span> +<span id="cb13-5"><a href="#cb13-5" aria-hidden="true" tabindex="-1"></a> alldata <span class="op">=</span> requests.get(url, parameters).json()</span> +<span id="cb13-6"><a href="#cb13-6" aria-hidden="true" tabindex="-1"></a> <span class="cf">for</span> result <span class="kw">in</span> alldata[<span class="st">'results'</span>] :</span> +<span id="cb13-7"><a href="#cb13-7" aria-hidden="true" tabindex="-1"></a> results.append(result)</span> +<span id="cb13-8"><a href="#cb13-8" aria-hidden="true" tabindex="-1"></a> <span class="cf">if</span> alldata[<span class="st">'next'</span>] <span class="kw">is</span> <span class="va">None</span>:</span> +<span id="cb13-9"><a href="#cb13-9" aria-hidden="true" tabindex="-1"></a> pagination <span class="op">=</span> <span class="va">False</span></span> +<span id="cb13-10"><a href="#cb13-10" aria-hidden="true" tabindex="-1"></a> <span class="cf">else</span>:</span> +<span id="cb13-11"><a href="#cb13-11" aria-hidden="true" tabindex="-1"></a> url <span class="op">=</span> alldata[<span class="st">'next'</span>]</span> +<span id="cb13-12"><a href="#cb13-12" aria-hidden="true" tabindex="-1"></a> </span> +<span id="cb13-13"><a href="#cb13-13" aria-hidden="true" tabindex="-1"></a>alldata</span></code></pre></div> +<div class="output execute_result" data-execution_count="12"> +<pre><code>{'count': 4134, + 'next': None, + 'previous': 'https://anthologiagraeca.org/api/passages/?format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&format=json&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&limit=100&page=41', + 'results': [{'id': 3695, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 355, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.355', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.355/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.355/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'οὔπω σοι μογÎοντι ΤÏχη πόÏεν ἄξια νίκης:\n νῖκαι Î³á½°Ï Ï„á¿†Ï‚ σῆς μείζονες εá½Ï„υχίης.\n\n ἀλλὰ μÎÏει Ï€Ïώτῳ σταθεÏá¿· καὶ á¼€Ïείονι μίμνοις\n τὴν φθονεÏὴν τήκων δυσμενÎων κÏαδίην,\n\n οἵ, σÎθεν εἰσοÏόωντες ἀεὶ νικῶσαν ἱμάσθλην,\n μÎμφονται σφετÎÏην αἰὲν ἀτασθαλίην.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3573, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 356, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.356', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.356/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.356/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'ἄλλοις μὲν γεÏάων Ï€Ïόφασις χÏόνος: οἱ δ᾽ á¼Ï€á½¶ νίκαις\nκÏινόμενοι πολιῆς οὠχατÎουσι κόμης,\n ἀλλ᾽ á¼€Ïετῆς, ὅθεν εὖχος ἀνάπτεται. εἷς ἀπὸ τοίων\nΠοÏφÏÏιος δώÏων δὶς λάχεν ἀγλαÎην,\n\n οá½Îº á¼Ï„Îων δεκάδας, νίκης δ᾽ ἑκατοντάδας αá½Ï‡á¿¶Î½\nπολλάς, καὶ πάσας συγγενÎας ΧαÏίτων.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4133, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 357, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.357', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.357/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.357/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Ἀγχίσην ΚυθÎÏεια, καὶ Ἐνδυμίωνα Σελήνη\nφίλατο μυθεῦνται τοῖα παλαιγενÎες.\n νῦν δὲ νÎος τις μῦθος ἀείσεται, ὡς τάχα Îίκη\nὄμματα καὶ δίφÏους φίλατο ΠοÏφυÏίου.'}], + 'authors': [{'tlg_id': 'tlg-4062', + 'names': [{'name': 'Leontius Scholasticus', 'language': 'eng'}, + {'name': 'Λεόντιος ο σχολαστικός', 'language': 'grc'}, + {'name': 'Léontios le scholastique', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4075, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 358, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.358', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.358/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.358/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Ï€ÏεσβυτÎÏους κοῦÏος μὲν á¼ÏŽÎ½, Ï€ÏÎσβυς δΠτε κοÏÏους\nνικᾷς, τεθÏίππων κÎντοÏας ἀθλοφόÏων.\nἓξ δ᾽ á¼Ï„Îων ἀνÏσας δεκάδας, στήλην á¼Ï€á½¶ νίκαις\nεἷλες, Καλλιόπα, νεÏματι κοιÏανίης,\n\n ὄφÏα μÎνοι καὶ ἔπειτα τεὸν κλÎος. αἴθε τοι εἴη,\nὡς κλÎος ἀθάνατον, καὶ δÎμας ἀθάνατον.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4107, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 359, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.359', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.359/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.359/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'σῆς τόδε διφÏελάτειÏα τὸ χάλκεον ἄνθετο Îίκα\nεἴκηλον μοÏφᾶς, Καλλιόπα, ζαθÎας,\n Ï€ÏÎσβυς ὅτι σφÏιγόωντας á¼Î½ ἱπποδάμῳ πλÎον ἀλκᾷ\n νίκησας, γεÏαÏοὺς δ᾽ ὢν νÎος á¼Î½ σοφίῃ.\n\n ἔνθεν á¼Î»ÎµÏ…θεÏόπαις ΒενÎτων σÎο πήξατο δῆμος\n δοιά, τὰ μὲν Ï„Îχνας ἆθλα, τὰ δὲ σθÎνεος.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3867, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 360, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.360', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.360/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.360/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'σὸν γῆÏας νεότητα τεὴν ὑπεÏÎδÏαμε νίκαις,\n καὶ πάντων κÏατÎεις πάντοτε, Καλλιόπα.\n ἔνθεν ἄναξ καὶ δῆμος á¼Î»ÎµÏθεÏος αὖθις á¼Î³ÎµÎ¯Ïει\nτοῦτο γÎÏας, σοφίης μνῆμα καὶ ἠνοÏÎης:.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3536, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 361, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.361', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.361/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.361/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'οὗτος, á¼Î³ÎµÏσιθÎατÏε, τεὸς Ï„Ïπος, ὅν τοι á¼Î³ÎµÎ¯Ïει\nἑσμὸς á¼€Ïιζήλων, Καλλιόπα, στεφάνων.\nοὔτε Î³á½°Ï á¼¡Î½Î¯Î¿Ï‡ÏŒÏ‚ σε παÏήπαφεν, οὔτε χαλινοῖς\nδÏσστομος ἱππείη σοῖς ἀπίθησε γÎνυς.\n\n μοῦνος δὴ νίκης γÎÏας ἄÏνυσαι. ἦ παÏá½° πᾶσι\n δόξαν ἔχεις ἀεθλῶν ἆθλα λιπεῖν ἑτÎÏοις,'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3729, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 362, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.362', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.362/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.362/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Καλλιόπα κλυτόμοχθε, τί σοι πλÎον, ὅττι γεÏαίÏει\n εἰκόνι χαλκοτÏπῳ σοὺς βασιλεὺς καμάτους,\n δῆμος ὠμυÏιόφωνος, ὅλη πτόλις; εὖτε καὶ αá½Ï„á½´\n δυσμενÎων παλάμη σοῖς á¼Ï€Îνευσε πόνοις.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3652, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 363, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.363', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.363/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.363/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'μητÎÏες εá½Î¬Î¸Î»Ï‰Î½ γεÏάων φÏÎνες, οὠκÏάτος ἥβης,\nοὠτάχος ἱπποσÏνης, οὠχÏόνος εá½Ï„υχίης.\n ἱλήκοι, Φαυστῖνε, τεὸς νόος, á¾§ τάδε πάντα\nἕσπεται, á¾§ Îίκη σÏντÏοφος ἀθάνατος.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3905, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 364, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.364', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.364/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.364/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Ï€Ïίν σε νÎον, Φαυστῖνε, νόος πεφόβητο γεÏόντων:\n νῦν δΠσε Ï€Ïεσβυγενῆ κάÏτος ἔφÏιξε νÎων.\nδεÏτεÏα δ᾽ εὕÏετο πάντα τεὸς πόνος, á½…Ï‚ σε γεÏαίÏει\n Ï€ÏÎσβυν á¼Î½ ἠιθÎοις, á¼Î½ δὲ γÎÏουσι νÎον.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3811, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 365, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.365', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.365/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.365/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'á¼Î¾ÏŒÏ„ε Κωνσταντῖνος ἔδυ δόμον Ἄϊδος εἴσω,\n πλῆτο κατηφείης ἱπποσÏνης στάδιον,\n τεÏπωλὴ δ᾽ ἀπÎλειπε θεήμονας: οá½Î´á¾½ á¼Î½ ἀγυιαῖς\n κείνας τὰς φιλίας á¼ÏƒÏ„ὶν ἰδεῖν á¼”Ïιδας.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4115, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 366, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.366', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.366/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.366/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'εἰκόνα, Κωνσταντῖνε, τεὴν ἀνÎθεντο πολῖται,\nμυÏόμενοι, ψυχῆς Ï„ÎÏψιν ἀποιχομÎνης.\n σοὶ κλÎος á½Ï€Ï€ÏŒÏ„ε δῆμος á¼Ï€ÎµÏƒÏ†Ïήγιζε θανόντι,\n μνήσατο σῶν καμάτων καὶ μετὰ πότμον ἄναξ:\n\n οὕνεκεν ἱπποσÏνης φιλοκÎÏτομος ὤλετο Ï„Îχνη,\ná¼Î½ σοὶ παυσαμÎνη πᾶσα καὶ á¼€ÏξαμÎνη.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3668, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 367, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.367', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.367/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.367/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'εἰσÎτι μὲν ζώοντι πόλις ποτὲ Κωνσταντίνῳ\nεἰκόνα χαλκείην βαιὸν ἔκÏινε γÎÏας:\nᾔδεε Î³á½°Ï Ï€á¾¶Ï‚ δῆμος ὅσους á¼Ï€á½¶ κÏδεϊ νίκης\n αἰὲν ἀεθλεÏων ἀμφÎθετο στεφάνους.\n\n ὡς δ᾽ ἔθανεν, ποθÎουσα, φίλον Ï„Ïπον ἄνθετο τοῦδε,\nὄφÏα καὶ á¼ÏƒÏƒÎ¿Î¼Îνοις μνῆστιν ἔχοι καμάτων.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3930, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 368, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.368', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.368/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.368/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'οἱ Î’Îνετοι Î Ïασίνοισιν á¼Î½Î±Î½Ï„ίοι αἰὲν á¼ÏŒÎ½Ï„ες\n εἰς ἕν᾽ á½Î¼Î¿Ï†ÏοσÏνης á¼Î¾ÎµÎ²ÏŒÎ·ÏƒÎ±Î½ á½…Ïον,\nὥστε σε, Κωνσταντῖνε, λαβεῖν á¼Ï€Î¹Ï„Ïμβιον εὖχος,\nπᾶσιν ἀειδόμενον, πᾶσιν á¼€Ïεσκόμενον.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3603, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 369, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.369', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.369/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.369/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Ἀντολίης, δÏσιός τε, μεσημβÏίης τε, καὶ ἄÏκτου\nσὸς δÏόμος ὑψιφαὴς ἀμφιβÎβηκεν á½…Ïους,\n ἄφθιτε Κωνσταντῖνε. θανεῖν δΠσε μή τις á¼Î½Î¯ÏƒÏ€á¿ƒ:\n τῶν Î³á½°Ï á¼€Î½Î¹ÎºÎ®Ï„Ï‰Î½ ἅπτεται οá½Î´á¾½ Ἀίδης.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3674, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 370, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.370', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.370/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.370/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'á¼Î³Î³Ïθι τῆς σφετÎÏης γενεῆς λάχεν εἰκόνα τήνδε:\nἔπÏεπε Î³á½°Ï Ï„Ïισσοῖς εἰν ἑνὶ χῶÏον ἔχειν,\nοἳ καὶ á¼Î½á½¶ σταδίοις á¼€Ïετῆς κλÎος εἴκελον εὗÏον,\n νηÏίθμων στεφάνων á¼ÏƒÎ¼á½¸Î½ ἑλόντες ἴσον.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4110, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 371, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.371', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.371/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.371/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'τὸν Φαυστινιάδην πόλις ἄνθετο Κωνσταντῖνον,\nγείτονα μὲν γενεῆς, κÏÎσσονα δ᾽ ἡνιόχων.\n\n δὴν Î³á½°Ï á¼€ÎµÎ¸Î»ÎµÏσας οá½Îº ἤμβÏοτεν, ἀλλ᾽ á¼Ï€á½¶ νίκῃ\n παÏσατο, σὺν νίκῃ καὶ πάÏος á¼€Ïξάμενος,\n\n ὃν καὶ κοῦÏον á¼ÏŒÎ½Ï„α παλαίτεÏοι ἡνιοχῆες,\n στεψάμενοι σταδίοις, εἷσαν ἀγωνοθÎτην.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3863, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 372, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.372', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.372/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.372/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'σοὶ τόδε, Κωνσταντῖνε, τεὴ Ï„Ïοφὸς ὤπασε Îίκη\n παιδόθεν ἑσπομÎνη πᾶσαν á¼Ï†á¾½ ἡλικίην.\n Ï€Îντε Î³á½°Ï á¼Î½ σταδίοις δεκάδας τελÎσας á¼Î½Î¹Î±Ï…τῶν,\nοá½Î´á¾½ ἴσον, οá½Î´á¾½ ὀλίγον εὕÏεο λειπόμενον.\n\n ἀλλ᾽ ἔτι κουÏίζων τε καὶ ἄχνοος ἄνδÏας á¼Î½Î¯ÎºÎ±Ï‚,\nἥλικας ἡβήσας, γηÏαλÎος δὲ νÎους.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3949, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 373, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.373', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.373/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.373/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'ἤθελε Κωνσταντῖνον ἀεὶ πτόλις ἡνιοχεÏειν:\n ἤθελεν, ἀλλὰ πόθῳ οá½Îº á¼Ï€Îνευσε ΦÏσις.\nἔνθεν ἑῶν τόδ᾽ ἄγαλμα παÏαίφασιν εὗÏεν á¼Ïώτων,\nὄφÏα ἑ μὴ λήθη καὶ χÏόνος ἀμφιβάλοι,\n\n ἀλλὰ μÎνοι ποθÎουσιν á¼”Ïως, ζῆλος δ᾽ á¼Î»Î±Ï„ῆÏσι,\n κόσμος δὲ σταδίοις, á¼ÏƒÏƒÎ¿Î¼Îνοις δὲ φάτις.\nκαί τις ἰδὼν μετόπισθε χεÏείονας ἡνιοχῆας\nὀλβίσσει Ï€ÏοτÎÏην, á¼¥ μιν ἴδεν, γενεήν.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3656, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 374, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.374', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.374/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.374/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Ï€Îντε καὶ εἴκοσι μοῦνος á¼€Îθλια Κωνσταντῖνος\n εἰς μίαν á¼ ÏιγÎνειαν ἑλὼν, ἤμειψε μὲν ἵππους\n\n ἀντιπάλοις: κείνους δὲ λαβών, οὓς Ï€Ïόσθεν á¼Î½Î¯ÎºÎ±,\n τοῖς αá½Ï„οῖς πάλιν εἷλε μίαν τε καὶ εἴκοσι νίκας.\n\n πολλάκι δ᾽ ἀμφοτÎÏων μεÏÎων á¼”Ïις ἔμπεσε δήμῳ,\nτίς μιν ἔχοι: κείνῳ δὲ δόσαν κÏίσιν á¼Îº δÏο Ï€Îπλων.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3517, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 375, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.375', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.375/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.375/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'ἔγÏεο, Κωνσταντῖνε: τί χάλκεον ὕπνον ἰαÏεις;\n σεῖο δίφÏους ποθÎει δῆμος á¼Î½á½¶ σταδίοις,\n σῆς τε διδασκαλίης á¼Ï€Î¹Î´ÎµÏ…Îες ἡνιοχῆες\nεἵαται á½€Ïφανικοῖς παισὶν á½Î¼Î¿Î¹ÏŒÏ„ατοι.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3983, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 376, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.376', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.376/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.376/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'ἀμφοτÎÏοις εἷς μοῦνος á¼€ÏιστεÏσας παÏá½° δήμοις\n κῦδος ἀπ᾽ ἀμφοτÎÏων ἔλλαχεν Οá½Ïάνιος,\nεἰσÎτι διφÏεÏων. τὸ δΠοἱ γÎÏας ἤλυθε Ï€Ïῶτον\ná¼Îº Î Ïασίνων, οἷς δὴ γείτονα χῶÏον ἔχει.\n\n αá½Ï„οὶ καὶ σταδίοιο πεπαυμÎνον ἤγαγον αὖθις\ná¼Ï‚ δίφÏους, νίκης μνωόμενοι Ï€ÏοτÎÏης.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4134, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 377, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.377', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.377/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.377/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'παυσάμενον σταδίων βασιλεὺς á¼Ï€á¾½ ἀγακλÎι νίκῃ\nαὖθις á½‘Ï€á½²Ï Î´Î¯Ï†Ïων βῆσεν ἀεθλοφόÏων\nοá½Ïάνιον δήμοισι, φÎÏων φÎÏων χάÏιν οὠποθÎει γὰÏ\nἡ πόλις Οá½Ïανίου νόσφιν ἀεθλοσÏνας.\n\n τοὔνεκα διφÏεÏοντα τὸ δεÏτεÏον, ὑστατίης τε\n νίκης καὶ Ï€ÏοτÎÏης στῆσεν ἀγασσαμÎνη.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4067, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 378, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.378', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.378/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.378/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'οá½Ïάνιος Îίκαιαν ἔχει Ï€Îλας á½Ï€Î»Î¿Ï„ÎÏην τε\n Ῥώμην, τῆς μὲν á¼ÏŽÎ½, τῇ δ᾽ ἔνι κῦδος ἑλών.\nνικᾷ δ᾽ ἀμφοτÎÏωθεν, á¼Ï€Îµá½¶ πεÏιδÎξιος ἦεν\nτῇ καὶ τῇ Ï€ÏοθÎειν á¼ á½² παÏεξελάαν.\n\n τοὔνεκα καὶ χÏυσÎῳ μιν ἀνεγÏάψαντο μετάλλῳ,\n κυδίστῳ κτεάνων κÏδιμον ἡνίοχον.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4066, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 379, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.379', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.379/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.379/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'τὸν θÏασὺν ἡνιοχῆα λελασμÎνον á¼…Ïματος ἄθλων\n á¼Î½Î¸Î¬Î´á¾½ Ἀναστάσιον κείμενον οὖδας ἔχει,\nὃς τόσσους ἀνεδήσατο Ï€Ïὶν στεφάνους, ὅσα ἄλλοι\nἔδÏακον ἡνιόχων ἤματα ἱππασίης.'}], + 'authors': [{'tlg_id': 'tlg-4049', + 'names': [{'name': 'thomas', 'language': 'grc'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3535, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 380, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.380', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.380/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.380/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'á¼Î½ γῇ κÏατήσας παντὸς á¼Ïματηλάτου\n καλῶς á¼Ï€Î®Ïθη καὶ Ï€Ïὸς αἰθÎÏα Ï„ÏÎχειν\nΠοÏφÏÏιος, τὸ θαῦμα δήμου ΒενÎτων.\n νικῶν Î³á½°Ï Î¿á½—Ï„Î¿Ï‚ πάντα γῆς διφÏηλάτην,\n\n ἄνεισιν, ὡς ἂν καὶ σὺν ἡλίῳ δÏάμῃ.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3818, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 381, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.381', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.381/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.381/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'ἴουλον ἀνθῶν Ï€Ïῶτον οὗτος ἡνίας\n ΠοÏφÏÏιος Κάλχαντος εἷλκε ΒενÎτου.\ná¼ÎºÏ€Î»Î®Ï„τομαι δὲ πῶς γÏάφει Ï‡Îµá½¶Ï á¼Î¼Ï€Î½ÏŒÎ¿Ï…Ï‚\nτοÏτου τις ἵππους. ^ καὶ Î³á½°Ï á¼‚Î½ πλήξῃ πάλιν,\n\n οἶμαι, δÏαμεῖται νῖκος εὑÏεῖν καὶ πάλιν.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3894, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 382, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.382', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.382/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.382/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'σκόπει τὸ δÏᾶμα μηχανουÏγοῦ τοῦ δόμου:\nεἰ μὴ Î³á½°Ï á¼ÏƒÏ„Îγαστο καÏτεÏá¾· σκÎÏ€á¾,\n Ï€Ïὸς οá½Ïανοὺς ἂν ὦÏτο Φαυστῖνος Ï„ÏÎχων\nὡς ζῶν σὺν ἵπποις, τὸ κλÎος Ï€Ïὶν Î Ïασίνων.\n\n ἆÏον στÎγος γάÏ, καὶ φθάνει Ï€Ïὸς αἰθÎÏα.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4009, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 383, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.383', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.383/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.383/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Φαυστῖνος οὗτος, ὠπÏὶν á¼Ïματηλάτης,\nὃν δῆμος εὑÏὼν τοῦ μÎÏους τῶν Î Ïασίνων\n τὴν ἧτταν ἠγνόησε παντελῶς δÏόμῳ.\nγÎÏων μὲν ἦν γάÏ, ὡς βλÎπεις: τὸ δὲ σθÎνος\n\n ἦν τις νεάζων, οá½Î´á¾½ ὅλως ἡττημÎνος.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3638, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 384, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.384', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.384/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.384/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'λευκοῦ μεθÎλκων ἡνίας Κωνσταντίνος,\nἂν μὴ καθεῖÏκτο στεÏÏότητι τοῦ δόμου,\nτοὺς Ï„Ïεῖς á¼Î½Î¯ÎºÎ±, Ï€Ïῶτος αἰθÎÏα φθάνων.\n πνοῆς ἄνευθεν εἶδες αἰθεÏοδÏόμον:\n\n Ï„Îχνη με πείθει τοῦτον ἔμπνοον βλÎπειν.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3558, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 385, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.385', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.385/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.385/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Κωνσταντίνος γ᾽ ἦν, ἀλλὰ τοῖς πάλαι χÏόνοις\n λευκῆς χÏόας Ï„ÎθÏιππον ἕλκων εá½ÏƒÏ„Ïόφως.\nἀφ᾽ οὗ δὲ τοῦτον á¼¥Ïπασεν ΧάÏων, ἔδυ\nτὸ φῶς á¼Î¼Î¯Î»Î»Î·Ï‚ ἱππικῶν δÏομημάτων,\n\n καὶ πᾶσα Ï„ÎÏψις τοῦ θεάτÏου, καὶ Ï„Îχνη.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 4125, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 386, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.386', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.386/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.386/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Ï‡Îµá½¶Ï Î¿á¼¶Î´Îµ γεννᾶν τοὺς πάλαι τεθνηκότας.\nἸουλιανὸς καὶ Î³á½°Ï á½¡Ï‚ πάλαι σθÎνει,\nἕλκων, μεθÎλκων Ῥουσίου τὰς ἡνίας:\n καὶ νῦν γÏαφεὶς ἕστηκεν ὑψοῦ σὺν δίφÏῳ:\n\n τὸ νεῦμα Ï‡Îµá½¶Ï Î¼Îνει δÎ: τὴν νÏσσαν δότε.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3523, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 387, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.387', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.387/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.387/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'Ἰουλιανὸς οὗτος á¼…Ïμα Ῥουσίου\n ἔχων, á¼Î½Î¯ÎºÎ± τοὺς á¼Î½Î±Î½Ï„ίους δÏόμῳ.\n ἀλλ᾽ εἰ γÏαφεὺς παÏεῖχε καὶ πνοῆς χάÏιν,\nἕτοιμός á¼ÏƒÏ„ι καὶ πάλιν διφÏηλάτης\n\n καὶ Ï€Ïόσθεν á¼Î»Î¸Îµá¿–ν, καὶ λαβεῖν καὶ τὸ στÎφος.'}], + 'authors': [], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}, + {'id': 3946, + 'book': {'url': 'https://anthologiagraeca.org/api/books/16/?format=json', + 'number': 16}, + 'fragment': 388, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:16.388', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.388/?format=json', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:16.388/', + 'manuscripts': [], + 'texts': [{'language': 'grc', + 'text': 'ΣτÎφος πλÎκων ποθ᾽, εὗÏον\ná¼Î½ τοῖς ῥόδοις ἜÏωτα:\n καὶ τῶν πτεÏῶν κατασχὼν,\n á¼Î²Î¬Ï€Ï„ις1á¾½ εἰς τὸν οἶνον.\n\n λαβὼν δ᾽ ἔπιον αá½Ï„όν\n καὶ νῦν ἔσω μελῶν μου\nπτεÏοῖσι γαÏγαλίζει.'}], + 'authors': [{'tlg_id': 'tlg-4050', + 'names': [{'name': 'Ἰουλιανὸς ὠΑἰγύπτιος', 'language': 'grc'}, + {'name': "Julien l'Égyptien", 'language': 'fra'}, + {'name': 'Julianus', 'language': 'eng'}]}], + 'cities': [], + 'keywords': [], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}]}</code></pre> +</div> +</div> +<div id="bdef06da" class="cell code" data-execution_count="13"> +<div class="sourceCode" id="cb15"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb15-1"><a href="#cb15-1" aria-hidden="true" tabindex="-1"></a><span class="bu">len</span>(results)</span></code></pre></div> +<div class="output execute_result" data-execution_count="13"> +<pre><code>4134</code></pre> +</div> +</div> +<div id="awful-school" class="cell markdown"> +<h2 id="data-about-epigrams">Data about epigrams</h2> +<p>Let us now have a look at the data available for each epigram. Most +of these data are present in the list of epigrams +(<code>alldata['results']</code>), but each epigram has its own +endpoint, structured on the basis of its book and its number.</p> +<p>The <em>Greek Anthology</em> has 16 books, as you can see here:</p> +</div> +<div id="boolean-binary" class="cell code" data-execution_count="19"> +<div class="sourceCode" id="cb17"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb17-1"><a href="#cb17-1" aria-hidden="true" tabindex="-1"></a>number_of_books <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/books/'</span>).json()[<span class="st">'count'</span>]</span> +<span id="cb17-2"><a href="#cb17-2" aria-hidden="true" tabindex="-1"></a></span> +<span id="cb17-3"><a href="#cb17-3" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(number_of_books)</span></code></pre></div> +<div class="output stream stdout"> +<pre><code>16 +</code></pre> +</div> +</div> +<div id="speaking-messaging" class="cell markdown"> +<p>An epigram is normally identified by a number (for exemple 1 or +145).</p> +<p>Sometimes there are two or more epigrams for the same number. In +these cases letters are used (<em>e.g.</em> 132a).</p> +<p>Based on this information the epigram endpoind will be structured as +follows:</p> +<p><code>/passages/urn:cts:greekLit:tlg7000.tlg001.ag:</code>+bookNumber<code>.</code>+epigramNumber+epigramLetter</p> +<blockquote> +<p>an example from the platform: <a +href="https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.132a/" +class="uri">https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.132a/</a></p> +</blockquote> +<p>This url is avaiable in the list of epigrams as one can see in the +field <code>url</code> of each result (let us take the first one +here):</p> +</div> +<div id="peaceful-equality" class="cell code" data-execution_count="15"> +<div class="sourceCode" id="cb19"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb19-1"><a href="#cb19-1" aria-hidden="true" tabindex="-1"></a>epigrams_res[<span class="st">'results'</span>][<span class="dv">0</span>][<span class="st">'url'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="15"> +<pre><code>'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:1.1/?format=json'</code></pre> +</div> +</div> +<div id="graduate-envelope" class="cell markdown"> +<p>Let us have a look at the epigram 6.13, which means the epigram +number 13 of the book 6:</p> +</div> +<div id="invalid-observer" class="cell code" data-execution_count="16" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb21"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb21-1"><a href="#cb21-1" aria-hidden="true" tabindex="-1"></a>ep6_13 <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.13'</span>).json()</span> +<span id="cb21-2"><a href="#cb21-2" aria-hidden="true" tabindex="-1"></a></span> +<span id="cb21-3"><a href="#cb21-3" aria-hidden="true" tabindex="-1"></a>ep6_13</span></code></pre></div> +<div class="output execute_result" data-execution_count="16"> +<pre><code>{'id': 394, + 'book': {'url': 'https://anthologiagraeca.org/api/books/5/', 'number': 6}, + 'fragment': 13, + 'sub_fragment': '', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:6.13', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.13/', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.13/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A142.jpg/pct:10.614886731391586,73.26114119117034,50.355987055016186,4.664723032069971/full/0/default.jpg', + 'http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A143.jpg/pct:30.37231055564613,13.349681305818653,51.660362990702126,7.613758509494807/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': 'οἱ Ï„Ïισσοί τοι ταῦτα τὰ δίκτυα θῆκαν ὅμαιμοι,\nἀγÏότα Πάν, ἄλλης ἄλλος ἀπ᾽ ἀγÏεσίης:\nὧν ἀπὸ μὲν πτηνῶν ΠίγÏης τάδε, ταῦτα δὲ Δᾶμις\nτετÏαπόδων, ÎšÎ»ÎµÎ¯Ï„Ï‰Ï Î´á¾½ á½ Ï„Ïίτος εἰναλίων.\nἀνθ᾽ ὧν τῷ μὲν Ï€Îμπε δι᾽ á¼ ÎÏος εὔστοχον ἄγÏην,\nτῷ δὲ διὰ δÏυμῶν, τῷ δὲ δι᾽ ἠϊόνων. '}, + {'language': 'ita', + 'text': 'Tre fratelli ti hanno dedicato queste reti,\nPan cacciatore, ognuna proveniente da una caccia differente.\nPigre queste di uccelli, Damis queste,\ndi bestie feroci, Cleitore, il terzo, di animali marini.\nIn cambio dai una caccia fortunata al primo in aria\nal secondo nei boschi e al terzo sulle rive.'}, + {'language': 'fra', + 'text': "Ces trois frères t'ont dédié ces filets,\nPan chasseur, chacun issu d'une chasse différente.\nPigres celles-ci, d'oiseaux, Damis celle-ci,\nde bêtes féroces, Cléitor, le troisième, d'animaux marins.\nEn échange donne une bonne chasse au premier dans l'air,\nau deuxième dans les bois et au troisième sur les rivages."}, + {'language': 'fra', + 'text': "Les trois frères t'ont consacré, chasseur Pan, ces filets, pris par chacun à son genre de chasse: Pigrès, pour les oiseaux; Damis, pour les quadrupèdes; Cléitor, pour le peuple de la mer. Envoie-leur en échange une bonne chasse à l'un par les airs, au second par les bois, à l'autre par les grèves."}, + {'language': 'eng', + 'text': 'Huntsman Pan, the three brothers dedicated these nets to thee, each from a different chase: Pigres these from fowl, Damis these from beast, and Clitor his from the denizens of the deep. In return for which send them easily caught game, to the first through the air, to the second through the woods, and to the third through the shore-water.'}], + 'authors': [{'tlg_id': 'tlg-1458', + 'names': [{'name': 'Leonidas of Tarentum', 'language': 'eng'}, + {'name': 'Λεωνίδας ὠΤαÏαντῖνος', 'language': 'grc'}, + {'name': 'Leonida di Taranto', 'language': 'ita'}, + {'name': 'Λεωνίδας ᾿ΑλεξανδÏεύς', 'language': 'grc'}, + {'name': "Léonidas d'Alexandrie", 'language': 'fra'}, + {'name': 'Leonidas of Alexandria', 'language': 'eng'}]}], + 'cities': [], + 'keywords': [{'id': 1, + 'names': [{'name': 'distique élégiaque', 'language': 'fra'}, + {'name': 'distico elegiaco', 'language': 'ita'}, + {'name': 'Elegiac couplet', 'language': 'eng'}], + 'category': [{'name': 'Formes métriques', 'language': 'fra'}, + {'name': 'Metric forms', 'language': 'eng'}, + {'name': 'Metra', 'language': 'lat'}, + {'name': 'Forme metriche', 'language': 'ita'}, + {'name': 'Formas métricas', 'language': 'por'}]}, + {'id': 4, + 'names': [{'name': 'époque hellénistique', 'language': 'fra'}, + {'name': 'epoca ellenistica', 'language': 'ita'}, + {'name': 'hellenistic period', 'language': 'eng'}], + 'category': [{'name': 'Époques', 'language': 'fra'}, + {'name': 'Periods', 'language': 'eng'}, + {'name': 'Tempora', 'language': 'lat'}, + {'name': 'Periodi', 'language': 'ita'}, + {'name': 'Épocas', 'language': 'por'}]}, + {'id': 73, + 'names': [{'name': 'Validé par William', 'language': 'fra'}], + 'category': [{'name': 'Validation', 'language': 'fra'}, + {'name': 'Validation', 'language': 'eng'}, + {'name': 'Contralectus', 'language': 'lat'}, + {'name': 'Validazione', 'language': 'ita'}, + {'name': 'Validação', 'language': 'por'}]}, + {'id': 186, + 'names': [{'name': 'dedicatory', 'language': 'eng'}, + {'name': 'votif (anathématique)', 'language': 'fra'}], + 'category': [{'name': 'Genres', 'language': 'fra'}, + {'name': 'Genres', 'language': 'eng'}, + {'name': 'Genera', 'language': 'lat'}, + {'name': 'Generi', 'language': 'ita'}, + {'name': 'Gêneros', 'language': 'por'}]}, + {'id': 234, + 'names': [{'name': 'Damis', 'language': 'eng'}], + 'category': [{'name': 'Personnes citées', 'language': 'fra'}, + {'name': 'Quoted persons', 'language': 'eng'}, + {'name': 'Homines memorati', 'language': 'lat'}, + {'name': 'Persone citate', 'language': 'ita'}, + {'name': 'Pessoas citadas', 'language': 'por'}]}, + {'id': 270, + 'names': [{'name': 'Chasse', 'language': 'fra'}], + 'category': [{'name': 'Motifs', 'language': 'fra'}, + {'name': 'Motifs', 'language': 'eng'}, + {'name': 'Themata', 'language': 'lat'}, + {'name': 'Motivi', 'language': 'ita'}, + {'name': 'Motivos', 'language': 'por'}]}, + {'id': 492, + 'names': [{'name': 'Pan', 'language': 'eng'}], + 'category': [{'name': 'Divinités', 'language': 'fra'}, + {'name': 'Deities', 'language': 'eng'}, + {'name': 'Divinitates', 'language': 'lat'}, + {'name': 'Divinità ', 'language': 'ita'}, + {'name': 'Divindades', 'language': 'por'}]}, + {'id': 574, + 'names': [{'name': 'ΠίγÏης', 'language': 'grc'}, + {'name': 'Pigrès', 'language': 'fra'}], + 'category': [{'name': 'Personnes citées', 'language': 'fra'}, + {'name': 'Quoted persons', 'language': 'eng'}, + {'name': 'Homines memorati', 'language': 'lat'}, + {'name': 'Persone citate', 'language': 'ita'}, + {'name': 'Pessoas citadas', 'language': 'por'}]}, + {'id': 575, + 'names': [{'name': 'ΚλείτωÏ', 'language': 'grc'}, + {'name': 'Cléitor', 'language': 'fra'}], + 'category': [{'name': 'Personnes citées', 'language': 'fra'}, + {'name': 'Quoted persons', 'language': 'eng'}, + {'name': 'Homines memorati', 'language': 'lat'}, + {'name': 'Persone citate', 'language': 'ita'}, + {'name': 'Pessoas citadas', 'language': 'por'}]}], + 'scholia': [{'book': 6, + 'fragment': 13, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:6.13.1/'}, + {'book': 6, + 'fragment': 13, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:6.13.2/'}], + 'comments': [{'description': ['# Fresque de Pompéi\n\n Cette épigramme est représentée, selon Gutzwiller, dans une fresque de Pompéi'], + 'language': ['fra']}, + {'description': ["# Imitations de 6.13\n\n C'est vraisemblablement cette pièce de Léonidas qui a inspiré les épigr. 11-16 et 179-187, entre autres 14 (d'Antipater) et 16 (d'Archias), qui n'en sont que des imitations assez serviles. Elle était, en tous cas, une des plus classiques de toute la série; car c'est celle-là qu'on avait gravée sur le mur d'une maison de Pompéi pour servir de légende à une scène où était peinte cette offrande de trois chasseurs; mais il ne subsiste, des trois distiques que comportait l'inscription, que cinq lettres disséminées et les six premières du v. 6; et il a fallu toute la perspicacité de Dilthey pour y reconnaître des fragments de notre épigramme. \n-P. Waltz "], + 'language': ['fra']}], + 'external_references': [], + 'internal_references': [{'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.11/', + 'reference_type': 'Default'}, + {'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.14/', + 'reference_type': 'Default'}, + {'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.179/', + 'reference_type': 'Default'}, + {'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.186/', + 'reference_type': 'Default'}, + {'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.187/', + 'reference_type': 'Default'}], + 'media': []}</code></pre> +</div> +</div> +<div id="biological-chicken" class="cell code" data-execution_count="17" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb23"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb23-1"><a href="#cb23-1" aria-hidden="true" tabindex="-1"></a>ep12_132a <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.132a'</span>).json()</span> +<span id="cb23-2"><a href="#cb23-2" aria-hidden="true" tabindex="-1"></a></span> +<span id="cb23-3"><a href="#cb23-3" aria-hidden="true" tabindex="-1"></a>ep12_132a</span></code></pre></div> +<div class="output execute_result" data-execution_count="17"> +<pre><code>{'id': 3199, + 'book': {'url': 'https://anthologiagraeca.org/api/books/8/', 'number': 12}, + 'fragment': 132, + 'sub_fragment': 'a', + 'urn': 'urn:cts:greekLit:tlg7000.tlg001.ag:12.132a', + 'url': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.132a/', + 'web_url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.132a/', + 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A589.jpg/pct:11.78916,41.5646,60.6891,16.87853/full/0/default.jpg'], + 'texts': [{'language': 'grc', + 'text': 'ἆ ψυχὴ βαÏÏμοχθε, σὺ δ᾽ ἄÏτι μὲν á¼Îº πυÏὸς αἴθῃ,\n ἄÏτι δ᾽ ἀναψÏχεις, πνεῦμ᾽ ἀναλεξαμÎνη.\nτί κλαίεις; τὸν ἄτεγκτον ὅτ᾽ á¼Î½ κόλποισιν ἜÏωτα\n ἔτÏεφες, οá½Îº ᾔδεις ὡς á¼Ï€á½¶ σοὶ Ï„ÏÎφετο;\n\n οá½Îº ᾔδεις; νῦν γνῶθι καλῶν ἄλλαγμα Ï„Ïοφείων,\nÏ€á¿¦Ï á¼…Î¼Î± καὶ ψυχÏὰν δεξαμÎνη χιόνα.\n αá½Ï„á½´ ταῦθ᾽ εἵλου: φÎÏε τὸν πόνον. ἄξια πάσχεις\nὧν ἔδÏας, ὀπτῷ καιομÎνη μÎλιτι.'}, + {'language': 'eng', + 'text': 'O sore-afflicted soul, now thou bumest in the fire and now thou revivest, recovering thy breath. Why dost thou weep? When thou didst nurse merciless Love in thy bosom knewest thou not that he was being nursed for thy bane ? Didst thou not know it ? Now learn to know the pay of thy good nursing, receiving from him fire and cold snow therewith. Thyself thou hast chosen this ; bear the pain. Thou sufferest the due guerdon of what thou hast done, burnt by his boiling honey.'}, + {'language': 'fra', + 'text': 'Oh\xa0! mon âme accablée de souffrances, tantôt c’est le feu qui te brûle, tantôt tu reprends vie en retrouvant le souffle\xa0! Tu pleures\xa0? Lorsque dans ton sein tu nourrissais l’impitoyable Amour, ne savais-tu pas que c’était contre toi que tu le nourrissais\xa0? Tu ne le savais pas\xa0? Vois maintenant le salaire de tes bons soins\xa0: tu reçois tout ensemble feu et neige glacée\xa0! C’est toi, toi qu’il l’a choisi\xa0! Supporte ta douleur\xa0! Juste souffrance de tes actes, la brûlure du miel ardent\xa0!'}], + 'authors': [{'tlg_id': 'tlg-1492', + 'names': [{'name': 'ΜελÎαγÏος', 'language': 'grc'}, + {'name': 'Meleager', 'language': 'eng'}, + {'name': 'Méléagre', 'language': 'fra'}]}], + 'cities': [], + 'keywords': [{'id': 1, + 'names': [{'name': 'distique élégiaque', 'language': 'fra'}, + {'name': 'distico elegiaco', 'language': 'ita'}, + {'name': 'Elegiac couplet', 'language': 'eng'}], + 'category': [{'name': 'Formes métriques', 'language': 'fra'}, + {'name': 'Metric forms', 'language': 'eng'}, + {'name': 'Metra', 'language': 'lat'}, + {'name': 'Forme metriche', 'language': 'ita'}, + {'name': 'Formas métricas', 'language': 'por'}]}, + {'id': 3, + 'names': [{'name': 'erotic', 'language': 'eng'}, + {'name': 'érotic', 'language': 'fra'}, + {'name': 'erotico', 'language': 'ita'}], + 'category': [{'name': 'Genres', 'language': 'fra'}, + {'name': 'Genres', 'language': 'eng'}, + {'name': 'Genera', 'language': 'lat'}, + {'name': 'Generi', 'language': 'ita'}, + {'name': 'Gêneros', 'language': 'por'}]}, + {'id': 4, + 'names': [{'name': 'époque hellénistique', 'language': 'fra'}, + {'name': 'epoca ellenistica', 'language': 'ita'}, + {'name': 'hellenistic period', 'language': 'eng'}], + 'category': [{'name': 'Époques', 'language': 'fra'}, + {'name': 'Periods', 'language': 'eng'}, + {'name': 'Tempora', 'language': 'lat'}, + {'name': 'Periodi', 'language': 'ita'}, + {'name': 'Épocas', 'language': 'por'}]}, + {'id': 181, + 'names': [{'name': 'Couronne de Méléagre', 'language': 'fra'}], + 'category': [{'name': 'Collections', 'language': 'fra'}, + {'name': 'Collections', 'language': 'eng'}, + {'name': 'Collecteana', 'language': 'lat'}, + {'name': 'Collezioni', 'language': 'ita'}, + {'name': 'Coleções', 'language': 'por'}]}], + 'scholia': [], + 'comments': [], + 'external_references': [], + 'internal_references': [], + 'media': []}</code></pre> +</div> +</div> +<div id="residential-encyclopedia" class="cell markdown"> +<p>The epigram's number is in the key <code>fragment</code> and the +letter (when it has one) in the key <code>sub_fragment</code></p> +</div> +<div id="impaired-percentage" class="cell markdown"> +<h3 id="images-of-the-manuscript-codex-palatinus-23">Images of the +manuscript (Codex Palatinus 23)</h3> +<p>For each epigram, the corresponding iiif images of the manuscript can +be found under the key <code>manuscript</code> (a high quality +digitization of the <em>codex palatinus 23</em> is available on <a +href="https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0079/image,info">the +website of the Palatinate Library of Heidelberg</a>).</p> +<p>For more information about the manuscript and its images, cf. the +section "Manuscript Annotation API" in this document.</p> +</div> +<div id="martial-blowing" class="cell code" data-execution_count="18" +data-scrolled="true" data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb25"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb25-1"><a href="#cb25-1" aria-hidden="true" tabindex="-1"></a>ep6_13[<span class="st">'manuscripts'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="18"> +<pre><code>['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A142.jpg/pct:10.614886731391586,73.26114119117034,50.355987055016186,4.664723032069971/full/0/default.jpg', + 'http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A143.jpg/pct:30.37231055564613,13.349681305818653,51.660362990702126,7.613758509494807/full/0/default.jpg']</code></pre> +</div> +</div> +<div id="0795852c" class="cell markdown"> +<p>Two images are associated with epigram 6.13 since it spans two +different pages.</p> +</div> +<div id="english-warren" class="cell markdown"> +<h3 id="texts">Texts</h3> +<p>Each epigram has a list of texts wich are associated to it. All the +epigrams in our database should have at least the greek text. An epigram +can have more than one greek editions of the text and a set of +translations in different languages :</p> +</div> +<div id="filled-spencer" class="cell code" data-execution_count="22" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb27"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb27-1"><a href="#cb27-1" aria-hidden="true" tabindex="-1"></a>ep6_13[<span class="st">'texts'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="22"> +<pre><code>[{'language': 'grc', + 'text': 'οἱ Ï„Ïισσοί τοι ταῦτα τὰ δίκτυα θῆκαν ὅμαιμοι,\nἀγÏότα Πάν, ἄλλης ἄλλος ἀπ᾽ ἀγÏεσίης:\nὧν ἀπὸ μὲν πτηνῶν ΠίγÏης τάδε, ταῦτα δὲ Δᾶμις\nτετÏαπόδων, ÎšÎ»ÎµÎ¯Ï„Ï‰Ï Î´á¾½ á½ Ï„Ïίτος εἰναλίων.\nἀνθ᾽ ὧν τῷ μὲν Ï€Îμπε δι᾽ á¼ ÎÏος εὔστοχον ἄγÏην,\nτῷ δὲ διὰ δÏυμῶν, τῷ δὲ δι᾽ ἠϊόνων. '}, + {'language': 'ita', + 'text': 'Tre fratelli ti hanno dedicato queste reti,\nPan cacciatore, ognuna proveniente da una caccia differente.\nPigre queste di uccelli, Damis queste,\ndi bestie feroci, Cleitore, il terzo, di animali marini.\nIn cambio dai una caccia fortunata al primo in aria\nal secondo nei boschi e al terzo sulle rive.'}, + {'language': 'fra', + 'text': "Ces trois frères t'ont dédié ces filets,\nPan chasseur, chacun issu d'une chasse différente.\nPigres celles-ci, d'oiseaux, Damis celle-ci,\nde bêtes féroces, Cléitor, le troisième, d'animaux marins.\nEn échange donne une bonne chasse au premier dans l'air,\nau deuxième dans les bois et au troisième sur les rivages."}, + {'language': 'fra', + 'text': "Les trois frères t'ont consacré, chasseur Pan, ces filets, pris par chacun à son genre de chasse: Pigrès, pour les oiseaux; Damis, pour les quadrupèdes; Cléitor, pour le peuple de la mer. Envoie-leur en échange une bonne chasse à l'un par les airs, au second par les bois, à l'autre par les grèves."}, + {'language': 'eng', + 'text': 'Huntsman Pan, the three brothers dedicated these nets to thee, each from a different chase: Pigres these from fowl, Damis these from beast, and Clitor his from the denizens of the deep. In return for which send them easily caught game, to the first through the air, to the second through the woods, and to the third through the shore-water.'}]</code></pre> +</div> +</div> +<div id="induced-range" class="cell markdown"> +<h3 id="authors">Authors</h3> +<p>An epigram is almost always associated to one or more authors (since +the attributions are often uncertain):</p> +</div> +<div id="chronic-giving" class="cell code" data-execution_count="23" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb29"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb29-1"><a href="#cb29-1" aria-hidden="true" tabindex="-1"></a>ep6_13[<span class="st">'authors'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="23"> +<pre><code>[{'tlg_id': 'tlg-1458', + 'names': [{'name': 'Leonidas of Tarentum', 'language': 'eng'}, + {'name': 'Λεωνίδας ὠΤαÏαντῖνος', 'language': 'grc'}, + {'name': 'Leonida di Taranto', 'language': 'ita'}, + {'name': 'Λεωνίδας ᾿ΑλεξανδÏεύς', 'language': 'grc'}, + {'name': "Léonidas d'Alexandrie", 'language': 'fra'}, + {'name': 'Leonidas of Alexandria', 'language': 'eng'}]}]</code></pre> +</div> +</div> +<div id="146f924b" class="cell markdown"> +<h3 id="keywords">Keywords</h3> +<p>Each epigram can be associated with keywords.</p> +<p>One can have more information about a keyword on its own endpoint, +structured as follow :</p> +<p><code>https://anthologiagraeca.org/api/keywords/</code>+keyword_id</p> +<p>(the keyword id can be found here at the end of its URL on the +platform, <em>e.g.</em> <a +href="https://anthologiagraeca.org/keywords/1/" +class="uri">https://anthologiagraeca.org/keywords/1/</a> is the URL for +the keyword "Elegiac couplet" ; the id is "1").</p> +</div> +<div id="f68ced91" class="cell code" data-execution_count="24" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb31"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb31-1"><a href="#cb31-1" aria-hidden="true" tabindex="-1"></a>ep6_13[<span class="st">'keywords'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="24"> +<pre><code>[{'id': 1, + 'names': [{'name': 'distique élégiaque', 'language': 'fra'}, + {'name': 'distico elegiaco', 'language': 'ita'}, + {'name': 'Elegiac couplet', 'language': 'eng'}], + 'category': [{'name': 'Formes métriques', 'language': 'fra'}, + {'name': 'Metric forms', 'language': 'eng'}, + {'name': 'Metra', 'language': 'lat'}, + {'name': 'Forme metriche', 'language': 'ita'}, + {'name': 'Formas métricas', 'language': 'por'}]}, + {'id': 4, + 'names': [{'name': 'époque hellénistique', 'language': 'fra'}, + {'name': 'epoca ellenistica', 'language': 'ita'}, + {'name': 'hellenistic period', 'language': 'eng'}], + 'category': [{'name': 'Époques', 'language': 'fra'}, + {'name': 'Periods', 'language': 'eng'}, + {'name': 'Tempora', 'language': 'lat'}, + {'name': 'Periodi', 'language': 'ita'}, + {'name': 'Épocas', 'language': 'por'}]}, + {'id': 73, + 'names': [{'name': 'Validé par William', 'language': 'fra'}], + 'category': [{'name': 'Validation', 'language': 'fra'}, + {'name': 'Validation', 'language': 'eng'}, + {'name': 'Contralectus', 'language': 'lat'}, + {'name': 'Validazione', 'language': 'ita'}, + {'name': 'Validação', 'language': 'por'}]}, + {'id': 186, + 'names': [{'name': 'dedicatory', 'language': 'eng'}, + {'name': 'votif (anathématique)', 'language': 'fra'}], + 'category': [{'name': 'Genres', 'language': 'fra'}, + {'name': 'Genres', 'language': 'eng'}, + {'name': 'Genera', 'language': 'lat'}, + {'name': 'Generi', 'language': 'ita'}, + {'name': 'Gêneros', 'language': 'por'}]}, + {'id': 234, + 'names': [{'name': 'Damis', 'language': 'eng'}], + 'category': [{'name': 'Personnes citées', 'language': 'fra'}, + {'name': 'Quoted persons', 'language': 'eng'}, + {'name': 'Homines memorati', 'language': 'lat'}, + {'name': 'Persone citate', 'language': 'ita'}, + {'name': 'Pessoas citadas', 'language': 'por'}]}, + {'id': 270, + 'names': [{'name': 'Chasse', 'language': 'fra'}], + 'category': [{'name': 'Motifs', 'language': 'fra'}, + {'name': 'Motifs', 'language': 'eng'}, + {'name': 'Themata', 'language': 'lat'}, + {'name': 'Motivi', 'language': 'ita'}, + {'name': 'Motivos', 'language': 'por'}]}, + {'id': 492, + 'names': [{'name': 'Pan', 'language': 'eng'}], + 'category': [{'name': 'Divinités', 'language': 'fra'}, + {'name': 'Deities', 'language': 'eng'}, + {'name': 'Divinitates', 'language': 'lat'}, + {'name': 'Divinità ', 'language': 'ita'}, + {'name': 'Divindades', 'language': 'por'}]}, + {'id': 574, + 'names': [{'name': 'ΠίγÏης', 'language': 'grc'}, + {'name': 'Pigrès', 'language': 'fra'}], + 'category': [{'name': 'Personnes citées', 'language': 'fra'}, + {'name': 'Quoted persons', 'language': 'eng'}, + {'name': 'Homines memorati', 'language': 'lat'}, + {'name': 'Persone citate', 'language': 'ita'}, + {'name': 'Pessoas citadas', 'language': 'por'}]}, + {'id': 575, + 'names': [{'name': 'ΚλείτωÏ', 'language': 'grc'}, + {'name': 'Cléitor', 'language': 'fra'}], + 'category': [{'name': 'Personnes citées', 'language': 'fra'}, + {'name': 'Quoted persons', 'language': 'eng'}, + {'name': 'Homines memorati', 'language': 'lat'}, + {'name': 'Persone citate', 'language': 'ita'}, + {'name': 'Pessoas citadas', 'language': 'por'}]}]</code></pre> +</div> +</div> +<div id="ab6d207f" class="cell code" data-execution_count="25"> +<div class="sourceCode" id="cb33"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb33-1"><a href="#cb33-1" aria-hidden="true" tabindex="-1"></a>keyword_1 <span class="op">=</span> requests.get(<span class="st">"https://anthologiagraeca.org/api/keywords/1/"</span>).json()</span></code></pre></div> +</div> +<div id="1007c1ab" class="cell code" data-execution_count="26" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb34"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb34-1"><a href="#cb34-1" aria-hidden="true" tabindex="-1"></a>keyword_1</span></code></pre></div> +<div class="output execute_result" data-execution_count="26"> +<pre><code>{'id': 1, + 'url': 'https://anthologiagraeca.org/api/keywords/1/', + 'category': {'id': 1, + 'url': 'https://anthologiagraeca.org/api/keyword_categories/1/', + 'names': [{'name': 'Formes métriques', 'language': 'fra'}, + {'name': 'Metric forms', 'language': 'eng'}, + {'name': 'Metra', 'language': 'lat'}, + {'name': 'Forme metriche', 'language': 'ita'}, + {'name': 'Formas métricas', 'language': 'por'}]}, + 'names': [{'name': 'distique élégiaque', 'language': 'fra'}, + {'name': 'distico elegiaco', 'language': 'ita'}, + {'name': 'Elegiac couplet', 'language': 'eng'}], + 'alternative_urns': [{'urn': 'https://www.wikidata.org/wiki/Q2082412'}]}</code></pre> +</div> +</div> +<div id="contained-christmas" class="cell markdown"> +<p>keywords are organized in <code>categories</code> and each keyword +<strong>must</strong> belong to a category.</p> +<p>The list of the categories is here: <a +href="https://anthologiagraeca.org/api/keyword_categories/" +class="uri">https://anthologiagraeca.org/api/keyword_categories/</a></p> +</div> +<div id="american-activity" class="cell markdown"> +<h3 id="cities-places">Cities (places)</h3> +<p>An epigram can be associated with some places (cities or countries or +whatever can have geocoordinates). Epigram 6.13 has no cities +associated. Let us look to another epigram:</p> +</div> +<div id="alike-kazakhstan" class="cell code" data-execution_count="27" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb36"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb36-1"><a href="#cb36-1" aria-hidden="true" tabindex="-1"></a>ep7_81 <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:7.81'</span>).json()</span> +<span id="cb36-2"><a href="#cb36-2" aria-hidden="true" tabindex="-1"></a>ep7_81[<span class="st">'cities'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="27"> +<pre><code>[{'id': 45, 'names': [{'name': 'Lindus', 'language': 'eng'}]}, + {'id': 61, + 'names': [{'name': 'Atenas', 'language': 'por'}, + {'name': 'Classical Athens', 'language': 'eng'}, + {'name': 'Antigua Atenas', 'language': 'spa'}, + {'name': 'Athènes', 'language': 'fra'}, + {'name': 'Atene', 'language': 'ita'}, + {'name': 'Athenae antiquae', 'language': 'lat'}]}, + {'id': 73, + 'names': [{'name': 'Sparta', 'language': 'eng'}, + {'name': 'Sparte', 'language': 'fra'}, + {'name': 'Esparta', 'language': 'spa'}, + {'name': 'Sparta', 'language': 'ita'}, + {'name': 'Sparta', 'language': 'lat'}, + {'name': 'Esparta', 'language': 'por'}]}, + {'id': 78, + 'names': [{'name': 'Antigua Corinto', 'language': 'spa'}, + {'name': 'Ancient Corinth', 'language': 'eng'}, + {'name': 'Corinthe antique', 'language': 'fra'}, + {'name': 'Corinto', 'language': 'ita'}]}, + {'id': 89, + 'names': [{'name': 'Mytilene', 'language': 'eng'}, + {'name': 'Mytilène', 'language': 'fra'}, + {'name': 'Mitilene', 'language': 'spa'}, + {'name': 'Mitilene', 'language': 'ita'}, + {'name': 'Mytilene', 'language': 'lat'}]}, + {'id': 128, + 'names': [{'name': 'Milet', 'language': 'fra'}, + {'name': 'Mileto', 'language': 'spa'}, + {'name': 'Mileto', 'language': 'por'}, + {'name': 'Mileto', 'language': 'ita'}, + {'name': 'Miletus', 'language': 'eng'}, + {'name': 'Miletus', 'language': 'lat'}, + {'name': 'Mileto', 'language': 'spa'}, + {'name': 'Mileto', 'language': 'por'}, + {'name': 'Milet', 'language': 'fra'}, + {'name': 'Mileto', 'language': 'ita'}, + {'name': 'Miletus', 'language': 'eng'}, + {'name': 'Miletus', 'language': 'lat'}]}, + {'id': 129, + 'names': [{'name': 'Priene', 'language': 'eng'}, + {'name': 'Priene', 'language': 'spa'}, + {'name': 'Priène', 'language': 'fra'}, + {'name': 'Priene', 'language': 'ita'}, + {'name': 'Priene', 'language': 'por'}, + {'name': 'Priene', 'language': 'lat'}]}]</code></pre> +</div> +</div> +<div id="norman-drilling" class="cell markdown"> +<p>And let us have a look to one of these cities:</p> +</div> +<div id="local-assessment" class="cell code" data-execution_count="28" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb38"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb38-1"><a href="#cb38-1" aria-hidden="true" tabindex="-1"></a>Mytilene <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/cities/89'</span>).json()</span> +<span id="cb38-2"><a href="#cb38-2" aria-hidden="true" tabindex="-1"></a>Mytilene</span></code></pre></div> +<div class="output execute_result" data-execution_count="28"> +<pre><code>{'url': 'https://anthologiagraeca.org/api/cities/89/', + 'names': [{'name': 'Mytilene', 'language': 'eng'}, + {'name': 'Mytilène', 'language': 'fra'}, + {'name': 'Mitilene', 'language': 'spa'}, + {'name': 'Mitilene', 'language': 'ita'}, + {'name': 'Mytilene', 'language': 'lat'}], + 'alternative_urns': ['https://www.wikidata.org/wiki/Q42295059', + 'https://pleiades.stoa.org/places/550763'], + 'unique_id': 95, + 'longitude': None, + 'latitude': None, + 'descriptions': [], + 'created_at': '2021-09-09T19:09:12.954728Z', + 'updated_at': '2021-09-09T19:09:12.954734Z'}</code></pre> +</div> +</div> +<div id="cooked-purchase" class="cell markdown"> +<h3 id="scholia">Scholia</h3> +<p>On the <em>Codex Palatinus 23</em>, <em>scholia</em> are often +associated to epigrams. Those <em>scholia</em> are also rendered on the +platform and hence on the API.</p> +</div> +<div id="noted-singer" class="cell code" data-execution_count="30" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb40"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb40-1"><a href="#cb40-1" aria-hidden="true" tabindex="-1"></a>ep6_13[<span class="st">'scholia'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="30"> +<pre><code>[{'book': 6, + 'fragment': 13, + 'sub_fragment': '', + 'number': 1, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:6.13.1/'}, + {'book': 6, + 'fragment': 13, + 'sub_fragment': '', + 'number': 2, + 'url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:6.13.2/'}]</code></pre> +</div> +</div> +<div id="aerial-premiere" class="cell markdown"> +<p>Each <em>scholium</em> is identified by the epigram to which it is a +<em>scholium</em> plus a number. For exemple the second +<em>scholium</em> of the epigram 6.13 will be named 6.13.2.</p> +<p>The urn of a scholium will be structured as follows:</p> +<p><code>/passages/urn:cts:greekLit:tlg5011.tlg001.sag:</code>+bookNumber.+epigramNumber+epigramLetter<code>.</code>+scholiumNumber</p> +<blockquote> +<p>For example: +<code>/passages/urn:cts:greekLit:tlg5011.tlg001.sag:6.13.2/</code></p> +</blockquote> +<p>A scholium contains very similar information as an epigram: texts in +different languages, the picture of the manuscript (in iiif), cities, +keywords, commentaries.</p> +<p><strong>Attention</strong> the texts opening a book have been +identified as scholia to the epigram 0 of the book. For example 5.0.1 or +5.0.2 or 12.0.1</p> +</div> +<div id="expired-miller" class="cell code" data-execution_count="31" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb42"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb42-1"><a href="#cb42-1" aria-hidden="true" tabindex="-1"></a>sc5_0_1 <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:5.0.1/'</span>).json()</span> +<span id="cb42-2"><a href="#cb42-2" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(sc5_0_1)</span> +<span id="cb42-3"><a href="#cb42-3" aria-hidden="true" tabindex="-1"></a>sc5_0_2 <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:5.0.2/'</span>).json()</span> +<span id="cb42-4"><a href="#cb42-4" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(sc5_0_2)</span> +<span id="cb42-5"><a href="#cb42-5" aria-hidden="true" tabindex="-1"></a>sc12_0_2 <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.2/'</span>).json()</span> +<span id="cb42-6"><a href="#cb42-6" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(sc12_0_2)</span></code></pre></div> +<div class="output stream stdout"> +<pre><code>{'id': 1999, 'url': 'https://anthologiagraeca.org/api/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:5.0.1/', 'urn': 'urn:cts:greekLit:tlg5011.tlg001.sag:5.0.1', 'web_url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:5.0.1/', 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A087.jpg/pct:9.335021316210499,67.9883147400695,17.828050776662216,8.264462809917363/full/0/default.jpg'], 'texts': [{'language': 'grc', 'text': 'á¼€Ïχή τῶν á¼Ïωτικὼν á¼Ï€Î¹Î³Ïαμμάτων'}, {'language': 'por', 'text': 'InÃcio dos epigramas eróticos.'}, {'language': 'fra', 'text': 'Le début des épigrammes érotiques.'}], 'cities': [], 'keywords': [], 'passage': {'book': 5, 'fragment': 0, 'sub_fragment': '', 'url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:5.0/'}, 'comments': [{'description': ['Lemmatiste: L.'], 'language': ['fra']}], 'media': []} +{'id': 2000, 'url': 'https://anthologiagraeca.org/api/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:5.0.2/', 'urn': 'urn:cts:greekLit:tlg5011.tlg001.sag:5.0.2', 'web_url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:5.0.2/', 'manuscripts': [' http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A088.jpg/pct:9.57839977186465,5.684292685810079,77.95889161681437,5.6234937070427575/full/0/default.jpg'], 'texts': [{'language': 'grc', 'text': 'á¼€Ïχή τῶν á¼Ïωτικῶν ÎπιγÏαμμάτων - διαφόÏων ποιητῶν'}, {'language': 'por', 'text': 'InÃcio dos epigramas eróticos - de diferentes poetas.'}, {'language': 'fra', 'text': 'Le début des épigrammes érotiques - de différentes auteurs.'}], 'cities': [], 'keywords': [], 'passage': {'book': 5, 'fragment': 0, 'sub_fragment': '', 'url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:5.0/'}, 'comments': [], 'media': []} +{'id': 816, 'url': 'https://anthologiagraeca.org/api/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.2/', 'urn': 'urn:cts:greekLit:tlg5011.tlg001.sag:12.0.2', 'web_url': '/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.2/', 'manuscripts': ['http://digi.ub.uni-heidelberg.de/iiif/2/cpgraec23%3A569.jpg/pct:12.639237143536691,11.953945008805782,63.97128581066486,12.422816818582767/full/0/default.jpg'], 'texts': [{'language': 'grc', 'text': 'καὶ τίς ἂν εἴην εἰ πάντων σοι τῶν εἰÏημÎνων τὴν γνῶσιν á¼ÎºÎ¸Îμενος τῶν ΣτÏάτωνος τῶν ΣαÏδιανοῦ Παιδικὴν Μοῦσαν á¼Ï€ÎµÎºÏυψάμην, ἣν αá½Ï„ὸς παίζων Ï€Ïὸς τοὺς πλησίον á¼Ï€ÎµÎ´ÎµÎ¯ÎºÎ½Ï…το, Ï„ÎÏψιν οἰκείαν τὴν ἀπαγγελίαν τῶν á¼Ï€Î¹Î³Ïαμμάτων, οὠτὸν νοῦν, ποιοÏμενος. ἔχου τοίνυν τῶν ἑξῆς: á¼Î½ χοÏείαις Î³á½°Ï á¼¥ γε σώφÏων, κατὰ τὸν Ï„Ïαγικόν, οὠδιαφθαÏήσεται.'}, {'language': 'grc', 'text': 'καὶ τίς ἂν εἴην εἰ πάντων σοι τῶν εἰÏημÎνων τὴν γνῶσιν á¼ÎºÎ¸Îμενος τὴν ΣτÏάτωνος τοῦ ΣαÏδιανοῦ Παιδικὴν Μοῦσαν á¼Ï€ÎµÎºÏυψάμην, ἣν αá½Ï„ὸς παίζων Ï€Ïὸς τοὺς πλησίον á¼Ï€ÎµÎ´ÎµÎ¯ÎºÎ½Ï…το, Ï„ÎÏψιν οἰκείαν τὴν ἀπαγγελίαν τῶν á¼Ï€Î¹Î³Ïαμμάτων, οὠτὸν νοῦν, ποιοÏμενος. ἔχου τοίνυν τῶν ἑξῆς: á¼Î½ χοÏείαις Î³á½°Ï á¼¥ γε σώφÏων, κατὰ τὸν Ï„Ïαγικόν, οὠδιαφθαÏήσεται.'}, {'language': 'eng', 'text': 'And what kind of man should I be, reader, if after setting forth all that precedes for thee to study, I were to conceal the Puerile Muse of Strato of Barclis, which he used to recite to those about him in sport, taking personal delight in the diction of the epigrams, not in their meaning. Apply thyself then to what follows, for “in dances,†as the tragic poet says, "a chaste woman will not be corrupted.â€'}, {'language': 'fra', 'text': "Et qui serais-je si après t'avoir donné la connaissance de toutes les choses dites, je te cachais la Muse garçonnière de Straton de Sardes, que lui-même en jouant récitait à ceux qui l'entouraient, en se faisant une joie personnelles de la récitation des épigrammes et non de leur sens. Voilà pour toi ce qui suit: dans les danses en effet, comme le dit le poète tragique, une femme chaste ne peut pas être corrompue."}], 'cities': [], 'keywords': [], 'passage': {'book': 12, 'fragment': 0, 'sub_fragment': '', 'url': '/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.0/'}, 'comments': [], 'media': []} +</code></pre> +</div> +</div> +<div id="explicit-finland" class="cell markdown"> +<h3 id="comments">Comments</h3> +<p>An epigram can have comments, a sort of footnotes about the epigram +as a whole of some part of it. These comments can be multilingual and +they sometimes contain some markdown markup:</p> +</div> +<div id="detected-extraction" class="cell code" +data-execution_count="32" data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb44"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb44-1"><a href="#cb44-1" aria-hidden="true" tabindex="-1"></a>ep6_13[<span class="st">'comments'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="32"> +<pre><code>[{'description': ['# Fresque de Pompéi\n\n Cette épigramme est représentée, selon Gutzwiller, dans une fresque de Pompéi'], + 'language': ['fra']}, + {'description': ["# Imitations de 6.13\n\n C'est vraisemblablement cette pièce de Léonidas qui a inspiré les épigr. 11-16 et 179-187, entre autres 14 (d'Antipater) et 16 (d'Archias), qui n'en sont que des imitations assez serviles. Elle était, en tous cas, une des plus classiques de toute la série; car c'est celle-là qu'on avait gravée sur le mur d'une maison de Pompéi pour servir de légende à une scène où était peinte cette offrande de trois chasseurs; mais il ne subsiste, des trois distiques que comportait l'inscription, que cinq lettres disséminées et les six premières du v. 6; et il a fallu toute la perspicacité de Dilthey pour y reconnaître des fragments de notre épigramme. \n-P. Waltz "], + 'language': ['fra']}]</code></pre> +</div> +</div> +<div id="fluid-suite" class="cell markdown"> +<h3 id="external-references">External references</h3> +<p>An epigram can be linked to some external source. The idea of the +project is to develop an edition which can take into account some "weak +links" between the anthological material and some other cultural +artefacts. This links are subjective and they do not want to be +considered as "scientific". They can be link to a pop song, for +example.</p> +<p>They are just hyperlinks. For example:</p> +</div> +<div id="mental-young" class="cell code" data-execution_count="33" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb46"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb46-1"><a href="#cb46-1" aria-hidden="true" tabindex="-1"></a>ep7_710 <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:7.710'</span>).json()</span> +<span id="cb46-2"><a href="#cb46-2" aria-hidden="true" tabindex="-1"></a>ep7_710[<span class="st">'external_references'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="33"> +<pre><code>[{'title': 'Jacques Lazure, Le Blaffart (2018)', + 'url': 'https://opuscules.ca/article-alire?article=202248'}, + {'title': 'Charles Baudelaire, Remords Posthumes (1857)', + 'url': 'https://poesie.webnet.fr/lesgrandsclassiques/Poemes/charles_baudelaire/remords_posthume'}, + {'title': 'Mylène Farmer, Regrets (1991)', + 'url': 'https://www.youtube.com/watch?v=ph6piqBnkgU'}]</code></pre> +</div> +</div> +<div id="trained-glasgow" class="cell markdown"> +<h3 id="internal-references">Internal references</h3> +<p>Internal references are links between epigrams of the anthology. The +relationship is symmetrical.</p> +<p>Many types of links are possible. An epigram can be the variation of +another (and there are different kind of variation) or just have a vague +link.</p> +<p>This is still work in progress ; the type of internal reference will +most probably always be "default".</p> +</div> +<div id="christian-mercury" class="cell code" data-execution_count="34" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb48"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb48-1"><a href="#cb48-1" aria-hidden="true" tabindex="-1"></a>ep6_13[<span class="st">'internal_references'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="34"> +<pre><code>[{'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.11/', + 'reference_type': 'Default'}, + {'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.14/', + 'reference_type': 'Default'}, + {'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.179/', + 'reference_type': 'Default'}, + {'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.186/', + 'reference_type': 'Default'}, + {'to_passage': 'https://anthologiagraeca.org/api/passages/urn:cts:greekLit:tlg7000.tlg001.ag:6.187/', + 'reference_type': 'Default'}]</code></pre> +</div> +</div> +<div id="hired-search" class="cell markdown"> +<h2 id="wikidata-and-other-identifiers">Wikidata and other +identifiers</h2> +<p>Almost all the objects in our data are aligned with a wikidata id. It +is the case for <code>authors</code>, <code>keywords</code> and +<code>cities</code>. The wikidata id can be found in the field +<code>alternative_urns</code>.</p> +<p>Let us look for an author:</p> +</div> +<div id="fitting-finding" class="cell code" data-execution_count="35"> +<div class="sourceCode" id="cb50"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb50-1"><a href="#cb50-1" aria-hidden="true" tabindex="-1"></a>meleager <span class="op">=</span> requests.get(<span class="st">'https://anthologiagraeca.org/api/authors/1'</span>).json()</span></code></pre></div> +</div> +<div id="interracial-battle" class="cell code" data-execution_count="36" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb51"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb51-1"><a href="#cb51-1" aria-hidden="true" tabindex="-1"></a>meleager</span></code></pre></div> +<div class="output execute_result" data-execution_count="36"> +<pre><code>{'id': 1, + 'url': 'https://anthologiagraeca.org/api/authors/1/', + 'names': [{'name': 'Callimachus', 'language': 'eng'}, + {'name': 'Καλλίμαχος', 'language': 'grc'}, + {'name': 'Callimaque', 'language': 'fra'}], + 'alternative_urns': ['https://www.wikidata.org/wiki/Q192417', + 'http://data.perseus.org/catalog/urn:cts:greekLit:tlg0533'], + 'city_born': {'url': 'https://anthologiagraeca.org/api/cities/1/', + 'names': [{'name': 'Cyrène', 'language': 'fra'}, + {'name': 'Cirene', 'language': 'spa'}, + {'name': 'Cirene', 'language': 'por'}, + {'name': 'Cyrene', 'language': 'eng'}, + {'name': 'Cyrene', 'language': 'lat'}, + {'name': 'Cirene', 'language': 'ita'}], + 'alternative_urns': ['https://anthologia.ecrituresnumeriques.ca/api/v1/cities/3', + 'https://www.wikidata.org/wiki/Q44112', + 'https://pleiades.stoa.org/places/373778'], + 'unique_id': 3, + 'longitude': '32.80799', + 'latitude': '21.86616', + 'descriptions': [], + 'created_at': '2021-04-08T21:27:25.373000Z', + 'updated_at': '2021-04-08T21:27:25.373000Z'}, + 'city_died': {'url': 'https://anthologiagraeca.org/api/cities/2/', + 'names': [{'name': 'Alexandrie', 'language': 'fra'}, + {'name': 'Alexandria', 'language': 'eng'}, + {'name': 'ἈλεξάνδÏεια', 'language': 'grc'}], + 'alternative_urns': ['https://anthologia.ecrituresnumeriques.ca/api/v1/cities/4', + 'https://www.wikidata.org/wiki/Q87', + 'https://pleiades.stoa.org/places/727070'], + 'unique_id': 4, + 'longitude': '31.20010', + 'latitude': '29.91857', + 'descriptions': [], + 'created_at': '2021-04-08T21:27:25.384000Z', + 'updated_at': '2021-04-08T21:27:25.384000Z'}, + 'born_range_year_date': None, + 'died_range_year_date': None, + 'unique_id': 1, + 'created_at': '2021-04-08T21:27:25.392000Z', + 'updated_at': '2021-04-08T21:27:25.392000Z', + 'validation': 0, + 'tlg_id': 'tlg-0533', + 'main_name': 'Callimachus', + 'descriptions': [], + 'images': []}</code></pre> +</div> +</div> +<div id="genuine-happiness" class="cell code" data-execution_count="37"> +<div class="sourceCode" id="cb53"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb53-1"><a href="#cb53-1" aria-hidden="true" tabindex="-1"></a>meleager[<span class="st">'alternative_urns'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="37"> +<pre><code>['https://www.wikidata.org/wiki/Q192417', + 'http://data.perseus.org/catalog/urn:cts:greekLit:tlg0533']</code></pre> +</div> +</div> +<div id="placed-mailing" class="cell markdown"> +<p>Other identifiers can be found in alternative_urns: for exemple the +TLG for authors (look above) and the pleiades id for places:</p> +</div> +<div id="nearby-vault" class="cell code" data-execution_count="38" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb55"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb55-1"><a href="#cb55-1" aria-hidden="true" tabindex="-1"></a>Mytilene[<span class="st">'alternative_urns'</span>]</span></code></pre></div> +<div class="output execute_result" data-execution_count="38"> +<pre><code>['https://www.wikidata.org/wiki/Q42295059', + 'https://pleiades.stoa.org/places/550763']</code></pre> +</div> +</div> +<div id="imported-kidney" class="cell markdown"> +<h2 id="manuscript-annotation-api">Manuscript Annotation API</h2> +<p>We will shortly describe the API developped by the Palatine Library +of Heidelberg regarding the annotation of the manuscript.</p> +<p>All the annotations can be retrieved as follows:</p> +<p>The manuscript has 649 pages. If one wants all the annotation +<code>a</code> should be 0 and <code>b</code> 648.</p> +<p><strong>It is only the Codex Palatinus 23 and not the Sup Graec +384!</strong></p> +<p>Indeed, the Palatine Library of Heidelberg contains the <a +href="https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0079/image,info">first +13 books of the Palatine Anthology</a> (from pages 49 to 614). Books 14 +et 15 (pages 615 to 709) are held at the Bibliothèque Nationale de +France under the name <a +href="https://gallica.bnf.fr/ark:/12148/btv1b8470199g"><em>Parisinus +Supplementum Graecum 384</em></a>.</p> +<p>Let us look just at some annotations:</p> +</div> +<div id="transsexual-salad" class="cell code" data-execution_count="39" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb57"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb57-1"><a href="#cb57-1" aria-hidden="true" tabindex="-1"></a><span class="kw">def</span> getAnnotations(a,b):</span> +<span id="cb57-2"><a href="#cb57-2" aria-hidden="true" tabindex="-1"></a> result <span class="op">=</span> {}</span> +<span id="cb57-3"><a href="#cb57-3" aria-hidden="true" tabindex="-1"></a> </span> +<span id="cb57-4"><a href="#cb57-4" aria-hidden="true" tabindex="-1"></a> <span class="cf">for</span> page <span class="kw">in</span> <span class="bu">range</span>(a,b):</span> +<span id="cb57-5"><a href="#cb57-5" aria-hidden="true" tabindex="-1"></a> </span> +<span id="cb57-6"><a href="#cb57-6" aria-hidden="true" tabindex="-1"></a> page <span class="op">=</span> <span class="st">"</span><span class="sc">{:04d}</span><span class="st">"</span>.<span class="bu">format</span>(page)</span> +<span id="cb57-7"><a href="#cb57-7" aria-hidden="true" tabindex="-1"></a> url <span class="op">=</span> <span class="st">'https://anno.ub.uni-heidelberg.de/anno/anno?$regex=true&$target=https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/'</span><span class="op">+</span>page</span> +<span id="cb57-8"><a href="#cb57-8" aria-hidden="true" tabindex="-1"></a> r <span class="op">=</span> requests.get(url)</span> +<span id="cb57-9"><a href="#cb57-9" aria-hidden="true" tabindex="-1"></a> </span> +<span id="cb57-10"><a href="#cb57-10" aria-hidden="true" tabindex="-1"></a> data <span class="op">=</span> r.json()</span> +<span id="cb57-11"><a href="#cb57-11" aria-hidden="true" tabindex="-1"></a> result[page] <span class="op">=</span> []</span> +<span id="cb57-12"><a href="#cb57-12" aria-hidden="true" tabindex="-1"></a> </span> +<span id="cb57-13"><a href="#cb57-13" aria-hidden="true" tabindex="-1"></a> <span class="cf">if</span> data[<span class="st">'total'</span>] <span class="op">></span> <span class="dv">0</span>:</span> +<span id="cb57-14"><a href="#cb57-14" aria-hidden="true" tabindex="-1"></a> <span class="cf">for</span> item <span class="kw">in</span> data[<span class="st">'first'</span>][<span class="st">'items'</span>]:</span> +<span id="cb57-15"><a href="#cb57-15" aria-hidden="true" tabindex="-1"></a> result[page].append(item)</span> +<span id="cb57-16"><a href="#cb57-16" aria-hidden="true" tabindex="-1"></a> </span> +<span id="cb57-17"><a href="#cb57-17" aria-hidden="true" tabindex="-1"></a></span> +<span id="cb57-18"><a href="#cb57-18" aria-hidden="true" tabindex="-1"></a> <span class="cf">return</span> result</span></code></pre></div> +</div> +<div id="pursuant-helena" class="cell code" data-execution_count="40" +data-tags="["output_scroll"]"> +<div class="sourceCode" id="cb58"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb58-1"><a href="#cb58-1" aria-hidden="true" tabindex="-1"></a>getAnnotations(<span class="dv">590</span>,<span class="dv">599</span>)</span></code></pre></div> +<div class="output execute_result" data-execution_count="40"> +<pre><code>{'0590': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/I9jkuBuzRb6lJ193QTK80A', + 'type': 'Annotation', + 'title': 'Epigram 11.401 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.401/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.401', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="894.6341353255123" y="583.9104347553645" width="1909.1860465116272" height="361.77821894498004" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/I9jkuBuzRb6lJ193QTK80A', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/I9jkuBuzRb6lJ193QTK80A~1', + 'type': 'Annotation', + 'title': 'Epigram 11.401 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.401/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.401', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="894.6341353255123" y="583.9104347553645" width="1909.1860465116272" height="361.77821894498004" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-15T14:44:29.640Z'}], + 'modified': '2022-03-15T14:44:29.640Z', + 'created': '2022-03-15T14:44:29.640Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/X130CsAPTDG_mtZR0tlscg', + 'type': 'Annotation', + 'title': 'Epigram 11.402', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.402/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.402', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="857.1175996379652" y="903.5608833339309" width="2002.317073170731" height="616.0975609756097" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/X130CsAPTDG_mtZR0tlscg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/X130CsAPTDG_mtZR0tlscg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.402', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.402/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.402', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="857.1175996379652" y="903.5608833339309" width="2002.317073170731" height="616.0975609756097" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-15T14:46:52.625Z'}], + 'modified': '2022-03-15T14:46:52.625Z', + 'created': '2022-03-15T14:46:52.625Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ON-9f-5wQoGYxFHc0rhQBQ', + 'type': 'Annotation', + 'title': 'Scholion 11.402.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.402.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="540.253398923497" y="879.059944007847" width="266.49918395896464" height="138.40289111681045" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ON-9f-5wQoGYxFHc0rhQBQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ON-9f-5wQoGYxFHc0rhQBQ~1', + 'type': 'Annotation', + 'title': 'Scholion 11.402.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.402.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="540.253398923497" y="879.059944007847" width="266.49918395896464" height="138.40289111681045" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-15T14:47:33.458Z'}], + 'modified': '2022-03-15T14:47:33.458Z', + 'created': '2022-03-15T14:47:33.458Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/SQVM6x1xQBGVYkSW3Pz2xA', + 'type': 'Annotation', + 'title': 'Epigram 11.403', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.403/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.403', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="838.4987861599548" y="1476.5494441293251" width="2048.882586500283" height="848.9251276233692" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/SQVM6x1xQBGVYkSW3Pz2xA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/SQVM6x1xQBGVYkSW3Pz2xA~1', + 'type': 'Annotation', + 'title': 'Epigram 11.403', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.403/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.403', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="838.4987861599548" y="1476.5494441293251" width="2048.882586500283" height="848.9251276233692" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-15T14:48:57.732Z'}], + 'modified': '2022-03-15T14:48:57.732Z', + 'created': '2022-03-15T14:48:57.732Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/a8TWhdG6TwqTddIL4VSrrw', + 'type': 'Annotation', + 'title': 'Scholion 11.403.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.403.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="478.5818572372771" y="1460.7726107072046" width="335.99306014540645" height="208.69134170522125" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/a8TWhdG6TwqTddIL4VSrrw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/a8TWhdG6TwqTddIL4VSrrw~1', + 'type': 'Annotation', + 'title': 'Scholion 11.403.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.403.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="478.5818572372771" y="1460.7726107072046" width="335.99306014540645" height="208.69134170522125" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-15T14:52:12.231Z'}], + 'modified': '2022-03-15T14:52:12.231Z', + 'created': '2022-03-15T14:52:12.231Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Mi6GWUcCRZq4qVmy55Qhrg', + 'type': 'Annotation', + 'title': 'Epigram 11.404', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.404/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.404', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="842.202535450936" y="2268.141678956324" width="1973.6613726602372" height="619.6795235394216" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Mi6GWUcCRZq4qVmy55Qhrg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Mi6GWUcCRZq4qVmy55Qhrg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.404', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.404/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.404', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="842.202535450936" y="2268.141678956324" width="1973.6613726602372" height="619.6795235394216" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:25:45.006Z'}], + 'modified': '2022-03-16T13:25:45.006Z', + 'created': '2022-03-16T13:25:45.006Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/TodAB6HSRRyHCHCATIuWPw', + 'type': 'Annotation', + 'title': 'Scholion 11.404.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.404.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="539.3930674462312" y="2245.4789705575276" width="247.90561703904768" height="150.32574650240122" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/TodAB6HSRRyHCHCATIuWPw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/TodAB6HSRRyHCHCATIuWPw~1', + 'type': 'Annotation', + 'title': 'Scholion 11.404.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.404.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="539.3930674462312" y="2245.4789705575276" width="247.90561703904768" height="150.32574650240122" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:26:29.850Z'}], + 'modified': '2022-03-16T13:26:29.850Z', + 'created': '2022-03-16T13:26:29.850Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZRgC7xIySuetzJi1ohE4Ow', + 'type': 'Annotation', + 'title': 'Epigram 11.405', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.405/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.405', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="799.8637379466821" y="2825.5742464399923" width="1995.1531480431076" height="648.3352240499148" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZRgC7xIySuetzJi1ohE4Ow', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZRgC7xIySuetzJi1ohE4Ow~1', + 'type': 'Annotation', + 'title': 'Epigram 11.405', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.405/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="799.8637379466821" y="2825.5742464399923" width="1995.1531480431076" height="648.3352240499148" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:27:36.717Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZRgC7xIySuetzJi1ohE4Ow', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZRgC7xIySuetzJi1ohE4Ow~2', + 'type': 'Annotation', + 'title': 'Epigram 11.405', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.405/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.405', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="799.8637379466821" y="2825.5742464399923" width="1995.1531480431076" height="648.3352240499148" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2022-03-16T13:27:54.719Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZRgC7xIySuetzJi1ohE4Ow'}], + 'modified': '2022-03-16T13:27:54.719Z', + 'created': '2022-03-16T13:27:36.717Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZRgC7xIySuetzJi1ohE4Ow'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/UWrR0YKvRXaxwK2Gs49k9w', + 'type': 'Annotation', + 'title': 'Scholion 11.405.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.405.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="501.2123124312811" y="2827.12754451955" width="245.8859874096525" height="136.9305199347168" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/UWrR0YKvRXaxwK2Gs49k9w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/UWrR0YKvRXaxwK2Gs49k9w~1', + 'type': 'Annotation', + 'title': 'Scholion 11.405.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.405.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="501.2123124312811" y="2827.12754451955" width="245.8859874096525" height="136.9305199347168" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:29:05.356Z'}], + 'modified': '2022-03-16T13:29:05.356Z', + 'created': '2022-03-16T13:29:05.356Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/F04K9z28Ttu2W6Z-V5N38w', + 'type': 'Annotation', + 'title': 'Epigram 11.406 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102400385', + 'value': 'Nicarchus, Aegyptius', + 'label': 'Nicarchus, Aegyptius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.406/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.406', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="731.92823596143" y="3377.0957969370393" width="1905.6040839478155" height="490.7288712422005" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/F04K9z28Ttu2W6Z-V5N38w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/F04K9z28Ttu2W6Z-V5N38w~1', + 'type': 'Annotation', + 'title': 'Epigram 11.406 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102400385', + 'value': 'Nicarchus, Aegyptius', + 'label': 'Nicarchus, Aegyptius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.406/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.406', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="731.92823596143" y="3377.0957969370393" width="1905.6040839478155" height="490.7288712422005" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:30:49.053Z'}], + 'modified': '2022-03-16T13:30:49.053Z', + 'created': '2022-03-16T13:30:49.053Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/F2tLdxUBREC3i-Lva1WOyg', + 'type': 'Annotation', + 'title': 'Scholion 11.406.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.406.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="450.27350198181415" y="3359.188349265563" width="242.941245045465" height="157.54371648402866" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/F2tLdxUBREC3i-Lva1WOyg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/F2tLdxUBREC3i-Lva1WOyg~1', + 'type': 'Annotation', + 'title': 'Scholion 11.406.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.406.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0590/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3242">\n <rect x="450.27350198181415" y="3359.188349265563" width="242.941245045465" height="157.54371648402866" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:31:32.999Z'}], + 'modified': '2022-03-16T13:31:32.999Z', + 'created': '2022-03-16T13:31:32.999Z'}], + '0591': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fjm_Ck-LRZqynJoETyiZIQ', + 'type': 'Annotation', + 'title': 'Epigram 11.406 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102400385', + 'value': 'Nicarchus, Aegyptius', + 'label': 'Nicarchus, Aegyptius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.406/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.406', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="366.5983484923678" y="613.5625886734828" width="1958.813559322034" height="261.89265536723155" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/fjm_Ck-LRZqynJoETyiZIQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fjm_Ck-LRZqynJoETyiZIQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.406 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102400385', + 'value': 'Nicarchus, Aegyptius', + 'label': 'Nicarchus, Aegyptius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.406/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.406', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="366.5983484923678" y="613.5625886734828" width="1958.813559322034" height="261.89265536723155" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:32:32.885Z'}], + 'modified': '2022-03-16T13:32:32.885Z', + 'created': '2022-03-16T13:32:32.885Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QqwsEA6jRUGana2xL5My6g', + 'type': 'Annotation', + 'title': 'Epigram 11.407', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102400385', + 'value': 'Nicarchus, Aegyptius', + 'label': 'Nicarchus, Aegyptius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.407/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.407', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="314.8189427312776" y="846.759911894273" width="2036.4757709251098" height="587.4449339207047" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/QqwsEA6jRUGana2xL5My6g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QqwsEA6jRUGana2xL5My6g~1', + 'type': 'Annotation', + 'title': 'Epigram 11.407', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102400385', + 'value': 'Nicarchus, Aegyptius', + 'label': 'Nicarchus, Aegyptius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.407/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.407', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="314.8189427312776" y="846.759911894273" width="2036.4757709251098" height="587.4449339207047" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:33:48.849Z'}], + 'modified': '2022-03-16T13:33:48.849Z', + 'created': '2022-03-16T13:33:48.849Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/EPuFNujVRZeMuXhSrXJnyA', + 'type': 'Annotation', + 'title': 'Scholion 11.407.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.407.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2396.472213427654" y="827.1758540601659" width="252.74671052631584" height="160.83881578947376" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/EPuFNujVRZeMuXhSrXJnyA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/EPuFNujVRZeMuXhSrXJnyA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.407.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.407.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2396.472213427654" y="827.1758540601659" width="252.74671052631584" height="160.83881578947376" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:34:40.464Z'}], + 'modified': '2022-03-16T13:34:40.464Z', + 'created': '2022-03-16T13:34:40.464Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QIPIt4eHRXiH4d7EVGO4kw', + 'type': 'Annotation', + 'title': 'Epigram 11.408', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1089342942', + 'value': 'Lucillius, Epigrammaticus', + 'label': 'Lucillius, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.408/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.408', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="305.3291072450786" y="1404.1811468677665" width="2042.0704845814973" height="604.2290748898677" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/QIPIt4eHRXiH4d7EVGO4kw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QIPIt4eHRXiH4d7EVGO4kw~1', + 'type': 'Annotation', + 'title': 'Epigram 11.408', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1089342942', + 'value': 'Lucillius, Epigrammaticus', + 'label': 'Lucillius, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.408/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.408', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="305.3291072450786" y="1404.1811468677665" width="2042.0704845814973" height="604.2290748898677" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:47:01.251Z'}], + 'modified': '2022-03-16T13:47:01.251Z', + 'created': '2022-03-16T13:47:01.251Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Sxux7oKKQHG2rsGos33KxQ', + 'type': 'Annotation', + 'title': 'Scholion 11.408.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.408.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2377.287359101645" y="1367.5625619099849" width="349.0340136054424" height="160.69387755102048" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Sxux7oKKQHG2rsGos33KxQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Sxux7oKKQHG2rsGos33KxQ~1', + 'type': 'Annotation', + 'title': 'Scholion 11.408.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.408.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2377.287359101645" y="1367.5625619099849" width="349.0340136054424" height="160.69387755102048" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:47:42.005Z'}], + 'modified': '2022-03-16T13:47:42.005Z', + 'created': '2022-03-16T13:47:42.005Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HaQXbMu5R-CnvM6dKYYZ5Q', + 'type': 'Annotation', + 'title': 'Epigram 11.409', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102393788', + 'value': 'Gaetulicus, Epigrammaticus', + 'label': 'Gaetulicus, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.409/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.409', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="306.23785310734485" y="1985.0745762711865" width="1847.598870056497" height="609.8870056497174" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/HaQXbMu5R-CnvM6dKYYZ5Q', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HaQXbMu5R-CnvM6dKYYZ5Q~1', + 'type': 'Annotation', + 'title': 'Epigram 11.409', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102393788', + 'value': 'Gaetulicus, Epigrammaticus', + 'label': 'Gaetulicus, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.409/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.409', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="306.23785310734485" y="1985.0745762711865" width="1847.598870056497" height="609.8870056497174" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:49:17.998Z'}], + 'modified': '2022-03-16T13:49:17.998Z', + 'created': '2022-03-16T13:49:17.998Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/MdcsVhzORP2s7TJuh89IzA', + 'type': 'Annotation', + 'title': 'Scholion 11.409.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.409.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2338.6815789473685" y="1947.361184210526" width="511.7598684210525" height="165.01644736842127" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/MdcsVhzORP2s7TJuh89IzA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/MdcsVhzORP2s7TJuh89IzA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.409.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.409.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2338.6815789473685" y="1947.361184210526" width="511.7598684210525" height="165.01644736842127" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:50:12.423Z'}], + 'modified': '2022-03-16T13:50:12.423Z', + 'created': '2022-03-16T13:50:12.423Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/YwJ-6W7JRzmS1zEdwDvFig', + 'type': 'Annotation', + 'title': 'Epigram 11.410', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1089342942', + 'value': 'Lucillius, Epigrammaticus', + 'label': 'Lucillius, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.410/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.410', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="303.3677966101696" y="2545.381355932203" width="2062.853107344633" height="800.0282485875709" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/YwJ-6W7JRzmS1zEdwDvFig', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/YwJ-6W7JRzmS1zEdwDvFig~1', + 'type': 'Annotation', + 'title': 'Epigram 11.410', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1089342942', + 'value': 'Lucillius, Epigrammaticus', + 'label': 'Lucillius, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.410/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.410', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="303.3677966101696" y="2545.381355932203" width="2062.853107344633" height="800.0282485875709" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:52:08.117Z'}], + 'modified': '2022-03-16T13:52:08.117Z', + 'created': '2022-03-16T13:52:08.117Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/dHb8Sx7wTTGAT_zzLlB6Rg', + 'type': 'Annotation', + 'title': 'Scholion 11.410.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.410.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2363.393510459612" y="2520.5769970753017" width="314.1995841995845" height="147.8586278586281" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/dHb8Sx7wTTGAT_zzLlB6Rg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/dHb8Sx7wTTGAT_zzLlB6Rg~1', + 'type': 'Annotation', + 'title': 'Scholion 11.410.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.410.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2363.393510459612" y="2520.5769970753017" width="314.1995841995845" height="147.8586278586281" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:52:50.410Z'}], + 'modified': '2022-03-16T13:52:50.410Z', + 'created': '2022-03-16T13:52:50.410Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZHdMhuQLROCGDEa1Z66BfQ', + 'type': 'Annotation', + 'title': 'Epigram 11.411 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.411/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.411', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="318.0050847457627" y="3393.1242937853103" width="1815.3107344632767" height="448.44632768361544" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZHdMhuQLROCGDEa1Z66BfQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZHdMhuQLROCGDEa1Z66BfQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.411 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.411/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.411', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="318.0050847457627" y="3393.1242937853103" width="1815.3107344632767" height="448.44632768361544" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:54:06.426Z'}], + 'modified': '2022-03-16T13:54:06.426Z', + 'created': '2022-03-16T13:54:06.426Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/O2I26slmQF2kJMGo2JUl8Q', + 'type': 'Annotation', + 'title': 'Scholion 11.411.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.411.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="524.0177102787273" y="3299.6272807357545" width="969.0020790020791" height="134.6569646569651" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/O2I26slmQF2kJMGo2JUl8Q', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/O2I26slmQF2kJMGo2JUl8Q~1', + 'type': 'Annotation', + 'title': 'Scholion 11.411.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.411.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0591/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="524.0177102787273" y="3299.6272807357545" width="969.0020790020791" height="134.6569646569651" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:54:57.596Z'}], + 'modified': '2022-03-16T13:54:57.596Z', + 'created': '2022-03-16T13:54:57.596Z'}], + '0592': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/FS7_glfARp6pjBXSUROWPA', + 'type': 'Annotation', + 'title': 'Epigram 11.411 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.411/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.411', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="856.6539867122904" y="600.0155653011959" width="2067.623421354765" height="474.1274397244547" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/FS7_glfARp6pjBXSUROWPA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/FS7_glfARp6pjBXSUROWPA~1', + 'type': 'Annotation', + 'title': 'Epigram 11.411 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.411/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.411', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="856.6539867122904" y="600.0155653011959" width="2067.623421354765" height="474.1274397244547" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:55:51.175Z'}], + 'modified': '2022-03-16T13:55:51.175Z', + 'created': '2022-03-16T13:55:51.175Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JPHrLoSoSjGOu3xky6-5iQ', + 'type': 'Annotation', + 'title': 'Epigram 11.412', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102379904', + 'value': 'Antiochus, Epigrammaticus', + 'label': 'Antiochus, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.412/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.412', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="872.3886715465418" y="1022.8817300855906" width="2007.3164131992203" height="615.4946481481295" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/JPHrLoSoSjGOu3xky6-5iQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JPHrLoSoSjGOu3xky6-5iQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.412', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102379904', + 'value': 'Antiochus, Epigrammaticus', + 'label': 'Antiochus, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.412/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.412', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="872.3886715465418" y="1022.8817300855906" width="2007.3164131992203" height="615.4946481481295" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T13:59:50.315Z'}], + 'modified': '2022-03-16T13:59:50.315Z', + 'created': '2022-03-16T13:59:50.315Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/LtgW6291QjqPDCsG9KRbqA', + 'type': 'Annotation', + 'title': 'Scholion 11.412.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.412.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="393.48345844504" y="986.6926128513912" width="489.0583109919571" height="280.94839142091155" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/LtgW6291QjqPDCsG9KRbqA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/LtgW6291QjqPDCsG9KRbqA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.412.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.412.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="393.48345844504" y="986.6926128513912" width="489.0583109919571" height="280.94839142091155" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:00:58.532Z'}], + 'modified': '2022-03-16T14:00:58.532Z', + 'created': '2022-03-16T14:00:58.532Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OMJJa1nqQqawMKKVjecKBQ', + 'type': 'Annotation', + 'title': 'Epigram 11.413', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102379017', + 'value': 'Ammianus, Epigrammaticus', + 'label': 'Ammianus, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.413/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.413', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="770.1442640499553" y="1557.6851561106155" width="2182.640499553969" height="653.6842105263158" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OMJJa1nqQqawMKKVjecKBQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OMJJa1nqQqawMKKVjecKBQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.413', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102379017', + 'value': 'Ammianus, Epigrammaticus', + 'label': 'Ammianus, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.413/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.413', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="770.1442640499553" y="1557.6851561106155" width="2182.640499553969" height="653.6842105263158" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:05:46.382Z'}], + 'modified': '2022-03-16T14:05:46.382Z', + 'created': '2022-03-16T14:05:46.382Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/IhJlztnhToqDgQdB6vjAew', + 'type': 'Annotation', + 'title': 'Scholion 11.413.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.413.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="380.8453097382969" y="1566.8282649223363" width="407.34236140499354" height="141.91282268303007" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/IhJlztnhToqDgQdB6vjAew', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/IhJlztnhToqDgQdB6vjAew~1', + 'type': 'Annotation', + 'title': 'Scholion 11.413.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.413.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="380.8453097382969" y="1566.8282649223363" width="407.34236140499354" height="141.91282268303007" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:06:38.088Z'}], + 'modified': '2022-03-16T14:06:38.088Z', + 'created': '2022-03-16T14:06:38.088Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OSbeK5vYTSKhisSl4gRPRA', + 'type': 'Annotation', + 'title': 'Epigram 11.414', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102394539', + 'value': 'Hedylus, Samius', + 'label': 'Hedylus, Samius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.414/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.414', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="834.5028702640643" y="2173.856486796785" width="1960.6773823191734" height="242.4110218140072" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OSbeK5vYTSKhisSl4gRPRA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OSbeK5vYTSKhisSl4gRPRA~1', + 'type': 'Annotation', + 'title': 'Epigram 11.414', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102394539', + 'value': 'Hedylus, Samius', + 'label': 'Hedylus, Samius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.414/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.414', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="834.5028702640643" y="2173.856486796785" width="1960.6773823191734" height="242.4110218140072" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:07:47.783Z'}], + 'modified': '2022-03-16T14:07:47.783Z', + 'created': '2022-03-16T14:07:47.783Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ed2Nw5zCQnWRTFx6iXHN6Q', + 'type': 'Annotation', + 'title': 'Scholion 11.414.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.414.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="375.2406855691918" y="2150.063360135421" width="467.7867118070251" height="204.9851883199326" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ed2Nw5zCQnWRTFx6iXHN6Q', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ed2Nw5zCQnWRTFx6iXHN6Q~1', + 'type': 'Annotation', + 'title': 'Scholion 11.414.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.414.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="375.2406855691918" y="2150.063360135421" width="467.7867118070251" height="204.9851883199326" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:09:17.251Z'}], + 'modified': '2022-03-16T14:09:17.251Z', + 'created': '2022-03-16T14:09:17.251Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OZWRHu6yRJK8JmeQCt8Ccg', + 'type': 'Annotation', + 'title': 'Epigram 11.415', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102400385', + 'value': 'Nicarchus, Aegyptius', + 'label': 'Nicarchus, Aegyptius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.415/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.415', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="818.3696707159322" y="2367.558233924729" width="2071.1882893226175" height="406.3949483352467" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OZWRHu6yRJK8JmeQCt8Ccg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OZWRHu6yRJK8JmeQCt8Ccg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.415', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102400385', + 'value': 'Nicarchus, Aegyptius', + 'label': 'Nicarchus, Aegyptius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.415/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.415', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="818.3696707159322" y="2367.558233924729" width="2071.1882893226175" height="406.3949483352467" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:10:35.570Z'}], + 'modified': '2022-03-16T14:10:35.570Z', + 'created': '2022-03-16T14:10:35.570Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/eXKjsmwkTTiPAWkraTWLpw', + 'type': 'Annotation', + 'title': 'Scholion 11.415.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.415.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="378.07225716856556" y="2350.150321713095" width="465.1040221914009" height="179.15117891816908" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/eXKjsmwkTTiPAWkraTWLpw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/eXKjsmwkTTiPAWkraTWLpw~1', + 'type': 'Annotation', + 'title': 'Scholion 11.415.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.415.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="378.07225716856556" y="2350.150321713095" width="465.1040221914009" height="179.15117891816908" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:11:29.412Z'}], + 'modified': '2022-03-16T14:11:29.412Z', + 'created': '2022-03-16T14:11:29.412Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/B08m1s3cRNeKsT99FDn0-g', + 'type': 'Annotation', + 'title': 'Epigram 11.416', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.416/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.416', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="779.0277878227063" y="2703.013810696739" width="2042.6693455797931" height="267.36509758897864" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/B08m1s3cRNeKsT99FDn0-g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/B08m1s3cRNeKsT99FDn0-g~1', + 'type': 'Annotation', + 'title': 'Epigram 11.416', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.416/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.416', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="779.0277878227063" y="2703.013810696739" width="2042.6693455797931" height="267.36509758897864" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:13:01.369Z'}], + 'modified': '2022-03-16T14:13:01.369Z', + 'created': '2022-03-16T14:13:01.369Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/XrK5O6BqQSW7EZlhpVTaIA', + 'type': 'Annotation', + 'title': 'Scholion 11.416.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.416.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="377.6938035238048" y="2680.6169722953314" width="391.57426999576825" height="136.6567922132881" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/XrK5O6BqQSW7EZlhpVTaIA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/XrK5O6BqQSW7EZlhpVTaIA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.416.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.416.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="377.6938035238048" y="2680.6169722953314" width="391.57426999576825" height="136.6567922132881" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:13:46.462Z'}], + 'modified': '2022-03-16T14:13:46.462Z', + 'created': '2022-03-16T14:13:46.462Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/YF8TcXJTQBaElq4eH2HW4g', + 'type': 'Annotation', + 'title': 'Epigram 11.417', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.417/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.417', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="751.0564408725605" y="2916.07625717566" width="1992.7611940298507" height="524.0355912743971" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/YF8TcXJTQBaElq4eH2HW4g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/YF8TcXJTQBaElq4eH2HW4g~1', + 'type': 'Annotation', + 'title': 'Epigram 11.417', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.417/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.417', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="751.0564408725605" y="2916.07625717566" width="1992.7611940298507" height="524.0355912743971" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:17:21.487Z'}], + 'modified': '2022-03-16T14:17:21.487Z', + 'created': '2022-03-16T14:17:21.487Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/DVyeQ4YoS-ORe5h35VEdYg', + 'type': 'Annotation', + 'title': 'Epigram 11.418', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118623567', + 'value': 'Trajan, Römisches Reich, Kaiser', + 'label': 'Trajan, Römisches Reich, Kaiser'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.418/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.418', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="842.5282435008105" y="3361.3129256619527" width="1871.5556831228475" height="260.2353616532723" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/DVyeQ4YoS-ORe5h35VEdYg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/DVyeQ4YoS-ORe5h35VEdYg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.418', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118623567', + 'value': 'Trajan, Römisches Reich, Kaiser', + 'label': 'Trajan, Römisches Reich, Kaiser'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.418/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.418', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="842.5282435008105" y="3361.3129256619527" width="1871.5556831228475" height="260.2353616532723" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:19:00.049Z'}], + 'modified': '2022-03-16T14:19:00.049Z', + 'created': '2022-03-16T14:19:00.049Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/bPu27kdZS3WmkHMR-Eu_Xw', + 'type': 'Annotation', + 'title': 'Scholion 11.418.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.418.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="369.1724455123171" y="3338.2625565526064" width="467.29294841457664" height="157.233790818741" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/bPu27kdZS3WmkHMR-Eu_Xw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/bPu27kdZS3WmkHMR-Eu_Xw~1', + 'type': 'Annotation', + 'title': 'Scholion 11.418.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.418.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="369.1724455123171" y="3338.2625565526064" width="467.29294841457664" height="157.233790818741" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:19:54.298Z'}], + 'modified': '2022-03-16T14:19:54.298Z', + 'created': '2022-03-16T14:19:54.298Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JYoFR9FaR8i6AqCX6meDIQ', + 'type': 'Annotation', + 'title': 'Epigram 11.419', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118594028', + 'value': 'Herennius, Philo', + 'label': 'Herennius, Philo'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.419/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.419', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="768.5223372206959" y="3551.7775830869605" width="1892.944890929965" height="281.6245694603904" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/JYoFR9FaR8i6AqCX6meDIQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JYoFR9FaR8i6AqCX6meDIQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.419', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118594028', + 'value': 'Herennius, Philo', + 'label': 'Herennius, Philo'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.419/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.419', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="768.5223372206959" y="3551.7775830869605" width="1892.944890929965" height="281.6245694603904" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:22:19.809Z'}], + 'modified': '2022-03-16T14:22:19.809Z', + 'created': '2022-03-16T14:22:19.809Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JrdaRbkdSaScsqYemWOrYw', + 'type': 'Annotation', + 'title': 'Scholion 11.419.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.419.1/', + 'value': 'Anthologia Graeca ProjectPerseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="355.96413752983256" y="3535.693794422121" width="351.2044486512069" height="130.7832465688598" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/JrdaRbkdSaScsqYemWOrYw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JrdaRbkdSaScsqYemWOrYw~1', + 'type': 'Annotation', + 'title': 'Scholion 11.419.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.419.1/', + 'value': 'Anthologia Graeca ProjectPerseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0592/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3147">\n <rect x="355.96413752983256" y="3535.693794422121" width="351.2044486512069" height="130.7832465688598" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:23:01.409Z'}], + 'modified': '2022-03-16T14:23:01.409Z', + 'created': '2022-03-16T14:23:01.409Z'}], + '0593': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/aF7aM1LgQ2uXZlTqsmrIgg', + 'type': 'Annotation', + 'title': 'Epigram 11.420', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.420/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="344.20637138928066" y="631.7488554260224" width="1879.8870056497176" height="236.77966101694915" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/aF7aM1LgQ2uXZlTqsmrIgg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/aF7aM1LgQ2uXZlTqsmrIgg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.420', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.420/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="344.20637138928066" y="631.7488554260224" width="1879.8870056497176" height="236.77966101694915" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:24:45.067Z'}], + 'modified': '2022-03-16T14:24:45.067Z', + 'created': '2022-03-16T14:24:45.067Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Q0WRfmjKSGy0JmCJzFZR6A', + 'type': 'Annotation', + 'title': 'Epigram 11.421', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102380511', + 'value': 'Apollinarius, Epigrammaticus', + 'label': 'Apollinarius, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.421/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.421', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="341.68305084745793" y="842.2237686353567" width="1922.9378531073446" height="211.66666666666674" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Q0WRfmjKSGy0JmCJzFZR6A', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Q0WRfmjKSGy0JmCJzFZR6A~1', + 'type': 'Annotation', + 'title': 'Epigram 11.421', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102380511', + 'value': 'Apollinarius, Epigrammaticus', + 'label': 'Apollinarius, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.421/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.421', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="341.68305084745793" y="842.2237686353567" width="1922.9378531073446" height="211.66666666666674" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:26:08.754Z'}], + 'modified': '2022-03-16T14:26:08.754Z', + 'created': '2022-03-16T14:26:08.754Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ce4PERi5TTq4jdCdXd8-DA', + 'type': 'Annotation', + 'title': 'Scholion 11.421.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.421.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2394.302828338201" y="824.4489044206151" width="442.82894736842127" height="154.5723684210526" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ce4PERi5TTq4jdCdXd8-DA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ce4PERi5TTq4jdCdXd8-DA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.421.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.421.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2394.302828338201" y="824.4489044206151" width="442.82894736842127" height="154.5723684210526" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:26:49.229Z'}], + 'modified': '2022-03-16T14:26:49.229Z', + 'created': '2022-03-16T14:26:49.229Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/e_fF7xsbQFKZgXpJd_MMgQ', + 'type': 'Annotation', + 'title': 'Epigram 11.422', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102379904', + 'value': 'Antiochus, Epigrammaticus', + 'label': 'Antiochus, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.422/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.422', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="333.6468926553673" y="1037.95593220339" width="1991.1016949152543" height="204.49152542372872" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/e_fF7xsbQFKZgXpJd_MMgQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/e_fF7xsbQFKZgXpJd_MMgQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.422', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102379904', + 'value': 'Antiochus, Epigrammaticus', + 'label': 'Antiochus, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.422/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.422', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="333.6468926553673" y="1037.95593220339" width="1991.1016949152543" height="204.49152542372872" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:32:18.049Z'}], + 'modified': '2022-03-16T14:32:18.049Z', + 'created': '2022-03-16T14:32:18.049Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NbFBmBCkTZ2Jsmu3Rp-06w', + 'type': 'Annotation', + 'title': 'Scholion 11.422.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.422.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2367.3132826011765" y="1041.2608901187593" width="535.6462585034014" height="238.44897959183686" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/NbFBmBCkTZ2Jsmu3Rp-06w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NbFBmBCkTZ2Jsmu3Rp-06w~1', + 'type': 'Annotation', + 'title': 'Scholion 11.422.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.422.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2367.3132826011765" y="1041.2608901187593" width="535.6462585034014" height="238.44897959183686" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:34:17.196Z'}], + 'modified': '2022-03-16T14:34:17.196Z', + 'created': '2022-03-16T14:34:17.196Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/YOjrsDLbTt-ajnklF1kMYw', + 'type': 'Annotation', + 'title': 'Epigram 11.423', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102394768', + 'value': 'Helladius, Epigrammaticus', + 'label': 'Helladius, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.423/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.423', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="336.73409990293464" y="1227.8945643246473" width="2026.9774011299432" height="200.90395480225993" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/YOjrsDLbTt-ajnklF1kMYw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/YOjrsDLbTt-ajnklF1kMYw~1', + 'type': 'Annotation', + 'title': 'Epigram 11.423', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102394768', + 'value': 'Helladius, Epigrammaticus', + 'label': 'Helladius, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.423/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.423', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="336.73409990293464" y="1227.8945643246473" width="2026.9774011299432" height="200.90395480225993" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:35:32.611Z'}], + 'modified': '2022-03-16T14:35:32.611Z', + 'created': '2022-03-16T14:35:32.611Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/PnQJGXEMSH-objMWnryGDA', + 'type': 'Annotation', + 'title': 'Scholion 11.423.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.423.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2403.6641229843085" y="1262.3447994070184" width="408.109048723898" height="106.07888631090486" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/PnQJGXEMSH-objMWnryGDA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/PnQJGXEMSH-objMWnryGDA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.423.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.423.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2403.6641229843085" y="1262.3447994070184" width="408.109048723898" height="106.07888631090486" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:36:16.454Z'}], + 'modified': '2022-03-16T14:36:16.454Z', + 'created': '2022-03-16T14:36:16.454Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/K5ENmGSJR-Gq3gxZeiKw9Q', + 'type': 'Annotation', + 'title': 'Epigram 11.424', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240349X', + 'value': 'Piso, Epigrammaticus', + 'label': 'Piso, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.424/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.424', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="321.87966101694934" y="1399.3677966101695" width="1994.6892655367233" height="204.49152542372894" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/K5ENmGSJR-Gq3gxZeiKw9Q', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/K5ENmGSJR-Gq3gxZeiKw9Q~1', + 'type': 'Annotation', + 'title': 'Epigram 11.424', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240349X', + 'value': 'Piso, Epigrammaticus', + 'label': 'Piso, Epigrammaticus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.424/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.424', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="321.87966101694934" y="1399.3677966101695" width="1994.6892655367233" height="204.49152542372894" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:37:50.930Z'}], + 'modified': '2022-03-16T14:37:50.930Z', + 'created': '2022-03-16T14:37:50.930Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HVeZdPplRvWYBa4tryB_jw', + 'type': 'Annotation', + 'title': 'Scholion 11.424.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.424.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2396.762645057319" y="1412.6959692816833" width="333.48299319727903" height="117.4965986394559" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/HVeZdPplRvWYBa4tryB_jw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HVeZdPplRvWYBa4tryB_jw~1', + 'type': 'Annotation', + 'title': 'Scholion 11.424.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.424.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2396.762645057319" y="1412.6959692816833" width="333.48299319727903" height="117.4965986394559" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:38:31.552Z'}], + 'modified': '2022-03-16T14:38:31.552Z', + 'created': '2022-03-16T14:38:31.552Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/c9AA-qQ4S9i4wIPXhgcuaA', + 'type': 'Annotation', + 'title': 'Epigram 11.425', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.425/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.425', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="351.49213270614024" y="1584.9918614201447" width="1976.7514124293784" height="229.60451977401135" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/c9AA-qQ4S9i4wIPXhgcuaA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/c9AA-qQ4S9i4wIPXhgcuaA~1', + 'type': 'Annotation', + 'title': 'Epigram 11.425', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.425/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.425', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="351.49213270614024" y="1584.9918614201447" width="1976.7514124293784" height="229.60451977401135" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:40:52.993Z'}], + 'modified': '2022-03-16T14:40:52.993Z', + 'created': '2022-03-16T14:40:52.993Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/FxeYO5SWS_KM_5TuEvEV4w', + 'type': 'Annotation', + 'title': 'Scholion 11.425.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.425.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2345.4210274973443" y="1583.8685371613346" width="547.2697368421054" height="181.72697368421063" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/FxeYO5SWS_KM_5TuEvEV4w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/FxeYO5SWS_KM_5TuEvEV4w~1', + 'type': 'Annotation', + 'title': 'Scholion 11.425.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.425.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2345.4210274973443" y="1583.8685371613346" width="547.2697368421054" height="181.72697368421063" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:41:58.451Z'}], + 'modified': '2022-03-16T14:41:58.451Z', + 'created': '2022-03-16T14:41:58.451Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/KfvoUd6XT-ePaOrbyNi8GQ', + 'type': 'Annotation', + 'title': 'Epigram 11.426', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.426/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.426', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="365.53286561349" y="1874.18863960078" width="2130.573969428595" height="222.6137727018779" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/KfvoUd6XT-ePaOrbyNi8GQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/KfvoUd6XT-ePaOrbyNi8GQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.426', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.426/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.426', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="365.53286561349" y="1874.18863960078" width="2130.573969428595" height="222.6137727018779" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:43:15.350Z'}], + 'modified': '2022-03-16T14:43:15.350Z', + 'created': '2022-03-16T14:43:15.350Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/exeXc1ILRNeCbMXsgtI3PQ', + 'type': 'Annotation', + 'title': 'Scholion 11.426.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.426.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="551.8051975051974" y="1784.5480249480242" width="1124.7817047817048" height="121.45530145530165" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/exeXc1ILRNeCbMXsgtI3PQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/exeXc1ILRNeCbMXsgtI3PQ~1', + 'type': 'Annotation', + 'title': 'Scholion 11.426.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.426.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="551.8051975051974" y="1784.5480249480242" width="1124.7817047817048" height="121.45530145530165" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:43:57.377Z'}], + 'modified': '2022-03-16T14:43:57.377Z', + 'created': '2022-03-16T14:43:57.377Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/H1ENHdWhRISEzi0I5Oyrgw', + 'type': 'Annotation', + 'title': 'Epigram 11.427', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.427/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.427', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="328.5392667811543" y="2065.939050250131" width="1897.824858757062" height="218.84180790960454" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/H1ENHdWhRISEzi0I5Oyrgw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/H1ENHdWhRISEzi0I5Oyrgw~1', + 'type': 'Annotation', + 'title': 'Epigram 11.427', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.427/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.427', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="328.5392667811543" y="2065.939050250131" width="1897.824858757062" height="218.84180790960454" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:45:29.836Z'}], + 'modified': '2022-03-16T14:45:29.836Z', + 'created': '2022-03-16T14:45:29.836Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/B1-NNPmEShyqciahTzTfMA', + 'type': 'Annotation', + 'title': 'Scholion 11.427.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.427.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2365.771812172684" y="2086.869041095475" width="309.2925170068029" height="122.68027210884338" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/B1-NNPmEShyqciahTzTfMA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/B1-NNPmEShyqciahTzTfMA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.427.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.427.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2365.771812172684" y="2086.869041095475" width="309.2925170068029" height="122.68027210884338" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:46:21.855Z'}], + 'modified': '2022-03-16T14:46:21.855Z', + 'created': '2022-03-16T14:46:21.855Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/M3yvS8kgTvCjy_DXhs8qXQ', + 'type': 'Annotation', + 'title': 'Epigram 11.428', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.428/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.428', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="317.50661788496507" y="2257.67526070833" width="1973.1638418079096" height="204.49152542372894" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/M3yvS8kgTvCjy_DXhs8qXQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/M3yvS8kgTvCjy_DXhs8qXQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.428', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.428/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.428', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="317.50661788496507" y="2257.67526070833" width="1973.1638418079096" height="204.49152542372894" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:48:08.718Z'}], + 'modified': '2022-03-16T14:48:08.718Z', + 'created': '2022-03-16T14:48:08.718Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/IcFWi_yyR5KOFh8aVL2YlQ', + 'type': 'Annotation', + 'title': 'Scholion 11.428.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.428.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2347.157214540589" y="2255.284258846268" width="415.67434210526335" height="139.95065789473665" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/IcFWi_yyR5KOFh8aVL2YlQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/IcFWi_yyR5KOFh8aVL2YlQ~1', + 'type': 'Annotation', + 'title': 'Scholion 11.428.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.428.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2347.157214540589" y="2255.284258846268" width="415.67434210526335" height="139.95065789473665" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:48:49.870Z'}], + 'modified': '2022-03-16T14:48:49.870Z', + 'created': '2022-03-16T14:48:49.870Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/L4FMmEutTGqhaO8Xj2XtCQ', + 'type': 'Annotation', + 'title': 'Epigram 11.429', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.429/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.429', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="321.7361581920903" y="2448.80395480226" width="1987.5141242937855" height="215.25423728813576" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/L4FMmEutTGqhaO8Xj2XtCQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/L4FMmEutTGqhaO8Xj2XtCQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.429', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.429/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.429', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="321.7361581920903" y="2448.80395480226" width="1987.5141242937855" height="215.25423728813576" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:50:00.965Z'}], + 'modified': '2022-03-16T14:50:00.965Z', + 'created': '2022-03-16T14:50:00.965Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NNiMdcCrQHeyhZNoAlYLGQ', + 'type': 'Annotation', + 'title': 'Scholion 11.429.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.429.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2347.469022869023" y="2436.49896049896" width="364.36590436590404" height="163.70062370062396" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/NNiMdcCrQHeyhZNoAlYLGQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NNiMdcCrQHeyhZNoAlYLGQ~1', + 'type': 'Annotation', + 'title': 'Scholion 11.429.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.429.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2347.469022869023" y="2436.49896049896" width="364.36590436590404" height="163.70062370062396" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:50:45.730Z'}], + 'modified': '2022-03-16T14:50:45.730Z', + 'created': '2022-03-16T14:50:45.730Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Zt25aFKsT5e3IISzjSpbrQ', + 'type': 'Annotation', + 'title': 'Epigram 11.430', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.430/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.430', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="324.64977271926426" y="2623.960638735215" width="2005.4519774011299" height="218.84180790960454" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Zt25aFKsT5e3IISzjSpbrQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Zt25aFKsT5e3IISzjSpbrQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.430', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.430/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.430', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="324.64977271926426" y="2623.960638735215" width="2005.4519774011299" height="218.84180790960454" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:55:36.012Z'}], + 'modified': '2022-03-16T14:55:36.012Z', + 'created': '2022-03-16T14:55:36.012Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/GEiewJdVQneqtdS-X0I7vA', + 'type': 'Annotation', + 'title': 'Scholion 11.430.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.430.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2343.690960451978" y="2616.4870056497175" width="358.75706214689217" height="143.50282485875687" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/GEiewJdVQneqtdS-X0I7vA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/GEiewJdVQneqtdS-X0I7vA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.430.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.430.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2343.690960451978" y="2616.4870056497175" width="358.75706214689217" height="143.50282485875687" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:56:31.664Z'}], + 'modified': '2022-03-16T14:56:31.664Z', + 'created': '2022-03-16T14:56:31.664Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QRX0q_yLTcK9WoGFAQwLJA', + 'type': 'Annotation', + 'title': 'Epigram 11.431', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.431/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.431', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="337.0909604519773" y="2818.6824858757063" width="2052.0903954802257" height="211.66666666666697" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/QRX0q_yLTcK9WoGFAQwLJA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QRX0q_yLTcK9WoGFAQwLJA~1', + 'type': 'Annotation', + 'title': 'Epigram 11.431', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.431/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.431', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="337.0909604519773" y="2818.6824858757063" width="2052.0903954802257" height="211.66666666666697" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T14:57:32.463Z'}], + 'modified': '2022-03-16T14:57:32.463Z', + 'created': '2022-03-16T14:57:32.463Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HQH9KkPDRCqjpRrkz0q0-g', + 'type': 'Annotation', + 'title': 'Scholion 11.431.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.431.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2400.0334657281055" y="2797.5624326556294" width="240.15081206496552" height="150.27842227378187" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/HQH9KkPDRCqjpRrkz0q0-g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HQH9KkPDRCqjpRrkz0q0-g~1', + 'type': 'Annotation', + 'title': 'Scholion 11.431.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.431.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2400.0334657281055" y="2797.5624326556294" width="240.15081206496552" height="150.27842227378187" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:02:26.870Z'}], + 'modified': '2022-03-16T15:02:26.870Z', + 'created': '2022-03-16T15:02:26.870Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Kpc7yNpYQTu9QEJ642c2vg', + 'type': 'Annotation', + 'title': 'Epigram 11.432', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.432/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.432', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="326.4000000000002" y="3000.141807909605" width="2012.6271186440677" height="226.01694915254257" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Kpc7yNpYQTu9QEJ642c2vg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Kpc7yNpYQTu9QEJ642c2vg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.432', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.432/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.432', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="326.4000000000002" y="3000.141807909605" width="2012.6271186440677" height="226.01694915254257" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:03:59.039Z'}], + 'modified': '2022-03-16T15:03:59.039Z', + 'created': '2022-03-16T15:03:59.039Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/E8zBLyJHSj-D5EDeNnbLsg', + 'type': 'Annotation', + 'title': 'Scholion 11.432.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.432.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2375.69209039548" y="2987.011299435028" width="333.6440677966102" height="161.44067796610125" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/E8zBLyJHSj-D5EDeNnbLsg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/E8zBLyJHSj-D5EDeNnbLsg~1', + 'type': 'Annotation', + 'title': 'Scholion 11.432.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.432.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2375.69209039548" y="2987.011299435028" width="333.6440677966102" height="161.44067796610125" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:04:51.456Z'}], + 'modified': '2022-03-16T15:04:51.456Z', + 'created': '2022-03-16T15:04:51.456Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OTHJCZhnS-Sqg1SKsnZ59w', + 'type': 'Annotation', + 'title': 'Epigram 11.433', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.433/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.433', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="332.78587570621494" y="3193.583615819209" width="2037.74011299435" height="240.36723163841816" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OTHJCZhnS-Sqg1SKsnZ59w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OTHJCZhnS-Sqg1SKsnZ59w~1', + 'type': 'Annotation', + 'title': 'Epigram 11.433', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.433/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.433', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="332.78587570621494" y="3193.583615819209" width="2037.74011299435" height="240.36723163841816" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:07:01.165Z'}], + 'modified': '2022-03-16T15:07:01.165Z', + 'created': '2022-03-16T15:07:01.165Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/DbK8Q8NPTNKcc0KlBzg-7w', + 'type': 'Annotation', + 'title': 'Scholion 11.433.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.433.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2381.6679313929317" y="3178.9565037203197" width="350.9210526315792" height="152.48355263157873" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/DbK8Q8NPTNKcc0KlBzg-7w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/DbK8Q8NPTNKcc0KlBzg-7w~1', + 'type': 'Annotation', + 'title': 'Scholion 11.433.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.433.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2381.6679313929317" y="3178.9565037203197" width="350.9210526315792" height="152.48355263157873" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:07:38.327Z'}], + 'modified': '2022-03-16T15:07:38.327Z', + 'created': '2022-03-16T15:07:38.327Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fmfzjn5kRUiBAVLQY4CoDg', + 'type': 'Annotation', + 'title': 'Epigram 11.434', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.434/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.434', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="328.8708404888125" y="3384.4638666965325" width="2059.2655367231637" height="222.42937853107333" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/fmfzjn5kRUiBAVLQY4CoDg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fmfzjn5kRUiBAVLQY4CoDg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.434', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.434/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.434', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="328.8708404888125" y="3384.4638666965325" width="2059.2655367231637" height="222.42937853107333" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:08:38.852Z'}], + 'modified': '2022-03-16T15:08:38.852Z', + 'created': '2022-03-16T15:08:38.852Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JinUs3ElSJaFwvmdIzZ7UA', + 'type': 'Annotation', + 'title': 'Scholion 11.434.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.434.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2424.351157462857" y="3356.5520764452167" width="334.44315545243626" height="144.3851508120647" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/JinUs3ElSJaFwvmdIzZ7UA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JinUs3ElSJaFwvmdIzZ7UA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.434.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.434.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2424.351157462857" y="3356.5520764452167" width="334.44315545243626" height="144.3851508120647" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:09:17.356Z'}], + 'modified': '2022-03-16T15:09:17.356Z', + 'created': '2022-03-16T15:09:17.356Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Uastoh1WTwSUe6y95s14kg', + 'type': 'Annotation', + 'title': 'Epigram 11.435', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.435/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.435', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="313.8786290601121" y="3578.185342603285" width="1976.7514124293784" height="240.36723163841816" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Uastoh1WTwSUe6y95s14kg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Uastoh1WTwSUe6y95s14kg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.435', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.435/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.435', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="313.8786290601121" y="3578.185342603285" width="1976.7514124293784" height="240.36723163841816" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:10:15.445Z'}], + 'modified': '2022-03-16T15:10:15.445Z', + 'created': '2022-03-16T15:10:15.445Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/J1jH3kxrQ1aSYSHn9p_zeA', + 'type': 'Annotation', + 'title': 'Scholion 11.435.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.435.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2340.6959840180316" y="3558.4398382204236" width="344.14560161779536" height="159.23154701718886" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/J1jH3kxrQ1aSYSHn9p_zeA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/J1jH3kxrQ1aSYSHn9p_zeA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.435.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.435.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0593/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3269">\n <rect x="2340.6959840180316" y="3558.4398382204236" width="344.14560161779536" height="159.23154701718886" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:11:12.874Z'}], + 'modified': '2022-03-16T15:11:12.874Z', + 'created': '2022-03-16T15:11:12.874Z'}], + '0594': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NMsUMyLTRfuCfL5nB-X78g', + 'type': 'Annotation', + 'title': 'Epigram 11.436', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.436/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.436', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="843.4992509671871" y="581.3155505803123" width="1862.0418398051293" height="271.1018770597507" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/NMsUMyLTRfuCfL5nB-X78g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NMsUMyLTRfuCfL5nB-X78g~1', + 'type': 'Annotation', + 'title': 'Epigram 11.436', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.436/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.436', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="843.4992509671871" y="581.3155505803123" width="1862.0418398051293" height="271.1018770597507" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:13:36.446Z'}], + 'modified': '2022-03-16T15:13:36.446Z', + 'created': '2022-03-16T15:13:36.446Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Pr1dFFKmSFaP7vjK41H-rA', + 'type': 'Annotation', + 'title': 'Scholion 11.436.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.436.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="446.71003538076894" y="593.5104069149725" width="284.31735594393496" height="153.35905866066787" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Pr1dFFKmSFaP7vjK41H-rA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Pr1dFFKmSFaP7vjK41H-rA~1', + 'type': 'Annotation', + 'title': 'Scholion 11.436.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.436.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="446.71003538076894" y="593.5104069149725" width="284.31735594393496" height="153.35905866066787" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:14:13.767Z'}], + 'modified': '2022-03-16T15:14:13.767Z', + 'created': '2022-03-16T15:14:13.767Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZKGVmBH0TDyNf4tY4CMjcg', + 'type': 'Annotation', + 'title': 'Epigram 11.437', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118645552', + 'value': 'Aratus, Solensis', + 'label': 'Aratus, Solensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.437/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.437', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="826.5107945264364" y="906.9213898839375" width="1783.5649806562546" height="246.13196733056293" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZKGVmBH0TDyNf4tY4CMjcg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZKGVmBH0TDyNf4tY4CMjcg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.437', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118645552', + 'value': 'Aratus, Solensis', + 'label': 'Aratus, Solensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.437/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.437', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="826.5107945264364" y="906.9213898839375" width="1783.5649806562546" height="246.13196733056293" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:15:41.824Z'}], + 'modified': '2022-03-16T15:15:41.824Z', + 'created': '2022-03-16T15:15:41.824Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/SIMeHyvNTnmHcACkMGL9-A', + 'type': 'Annotation', + 'title': 'Scholion 11.437.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.437.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="1012.8327512018736" y="812.7295396905" width="1266.3311362659406" height="135.55093852987534" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/SIMeHyvNTnmHcACkMGL9-A', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/SIMeHyvNTnmHcACkMGL9-A~1', + 'type': 'Annotation', + 'title': 'Scholion 11.437.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.437.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="1012.8327512018736" y="812.7295396905" width="1266.3311362659406" height="135.55093852987534" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:16:28.160Z'}], + 'modified': '2022-03-16T15:16:28.160Z', + 'created': '2022-03-16T15:16:28.160Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/FUO6lgB8TOSgKlWjPVgXDw', + 'type': 'Annotation', + 'title': 'Epigram 11.438', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1055584447', + 'value': 'Menander', + 'label': 'Menander'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.438/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A2008.01.0475%3Abook%3D11%3Achapter%3D438', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="816.1839532884368" y="1096.9762906576875" width="1530.2987534030663" height="139.11806849118784" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/FUO6lgB8TOSgKlWjPVgXDw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/FUO6lgB8TOSgKlWjPVgXDw~1', + 'type': 'Annotation', + 'title': 'Epigram 11.438', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1055584447', + 'value': 'Menander', + 'label': 'Menander'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.438/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A2008.01.0475%3Abook%3D11%3Achapter%3D438', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="816.1839532884368" y="1096.9762906576875" width="1530.2987534030663" height="139.11806849118784" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:19:14.443Z'}], + 'modified': '2022-03-16T15:19:14.443Z', + 'created': '2022-03-16T15:19:14.443Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/XiRYMiyhQaGxaj8XvR3y9g', + 'type': 'Annotation', + 'title': 'Scholion 11.438.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.438.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="392.53067675652176" y="1098.4885596634322" width="374.814016649938" height="117.58871110586301" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/XiRYMiyhQaGxaj8XvR3y9g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/XiRYMiyhQaGxaj8XvR3y9g~1', + 'type': 'Annotation', + 'title': 'Scholion 11.438.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.438.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="392.53067675652176" y="1098.4885596634322" width="374.814016649938" height="117.58871110586301" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:20:03.255Z'}], + 'modified': '2022-03-16T15:20:03.255Z', + 'created': '2022-03-16T15:20:03.255Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ecs7QNXkQqa6uEGw3GPnuQ', + 'type': 'Annotation', + 'title': 'Epigram 11.439', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102391610', + 'value': 'Diphilus, Atheniensis', + 'label': 'Diphilus, Atheniensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.439/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.439', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="807.0788540621866" y="1187.7222933084972" width="1865.608969766442" height="139.11806849118784" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ecs7QNXkQqa6uEGw3GPnuQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ecs7QNXkQqa6uEGw3GPnuQ~1', + 'type': 'Annotation', + 'title': 'Epigram 11.439', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102391610', + 'value': 'Diphilus, Atheniensis', + 'label': 'Diphilus, Atheniensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.439/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.439', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="807.0788540621866" y="1187.7222933084972" width="1865.608969766442" height="139.11806849118784" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:21:29.831Z'}], + 'modified': '2022-03-16T15:21:29.831Z', + 'created': '2022-03-16T15:21:29.831Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/AP3-uC98Sc-9tO4-bEtGrw', + 'type': 'Annotation', + 'title': 'Scholion 11.439.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.439.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="426.1339994868551" y="1208.5125612943953" width="310.1643883024745" height="106.83440041529684" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/AP3-uC98Sc-9tO4-bEtGrw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/AP3-uC98Sc-9tO4-bEtGrw~1', + 'type': 'Annotation', + 'title': 'Scholion 11.439.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.439.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="426.1339994868551" y="1208.5125612943953" width="310.1643883024745" height="106.83440041529684" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:22:07.807Z'}], + 'modified': '2022-03-16T15:22:07.807Z', + 'created': '2022-03-16T15:22:07.807Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/D0vPueDrTg2fF0fYxtK9ag', + 'type': 'Annotation', + 'title': 'Epigram 11.440', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1055449752', + 'value': 'Pittacus', + 'label': 'Pittacus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.440/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.440', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="799.6409862494426" y="1298.8738332781904" width="1879.8774896116925" height="114.14815876200055" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/D0vPueDrTg2fF0fYxtK9ag', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/D0vPueDrTg2fF0fYxtK9ag~1', + 'type': 'Annotation', + 'title': 'Epigram 11.440', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1055449752', + 'value': 'Pittacus', + 'label': 'Pittacus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.440/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.440', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="799.6409862494426" y="1298.8738332781904" width="1879.8774896116925" height="114.14815876200055" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:23:42.582Z'}], + 'modified': '2022-03-16T15:23:42.582Z', + 'created': '2022-03-16T15:23:42.582Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Sp1b6Q4oTBOKwQIsKm5Xww', + 'type': 'Annotation', + 'title': 'Scholion 11.440.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.440.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="419.0883634631098" y="1305.532579538489" width="301.5487108496279" height="103.38812943415815" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Sp1b6Q4oTBOKwQIsKm5Xww', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Sp1b6Q4oTBOKwQIsKm5Xww~1', + 'type': 'Annotation', + 'title': 'Scholion 11.440.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.440.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="419.0883634631098" y="1305.532579538489" width="301.5487108496279" height="103.38812943415815" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:24:26.138Z'}], + 'modified': '2022-03-16T15:24:26.138Z', + 'created': '2022-03-16T15:24:26.138Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HKcE3dEuT7CH7kVxpYv_Bg', + 'type': 'Annotation', + 'title': 'Epigram 11.441', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102402809', + 'value': 'Philiscus, Milesius', + 'label': 'Philiscus, Milesius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.441/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.441', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="833.3644032788866" y="1376.7000970252811" width="1526.7316234417535" height="135.55093852987557" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/HKcE3dEuT7CH7kVxpYv_Bg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HKcE3dEuT7CH7kVxpYv_Bg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.441', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102402809', + 'value': 'Philiscus, Milesius', + 'label': 'Philiscus, Milesius'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.441/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.441', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="833.3644032788866" y="1376.7000970252811" width="1526.7316234417535" height="135.55093852987557" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:26:27.233Z'}], + 'modified': '2022-03-16T15:26:27.233Z', + 'created': '2022-03-16T15:26:27.233Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HEAqgC8HTYuz8vsX_WOcgQ', + 'type': 'Annotation', + 'title': 'Scholion 11.441.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.441.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="398.61730106813303" y="1393.8343817816922" width="328.9354407091486" height="102.01162401739407" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/HEAqgC8HTYuz8vsX_WOcgQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HEAqgC8HTYuz8vsX_WOcgQ~1', + 'type': 'Annotation', + 'title': 'Scholion 11.441.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.441.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="398.61730106813303" y="1393.8343817816922" width="328.9354407091486" height="102.01162401739407" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:27:07.137Z'}], + 'modified': '2022-03-16T15:27:07.137Z', + 'created': '2022-03-16T15:27:07.137Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JSALe5rIQ5OM2imveevfMg', + 'type': 'Annotation', + 'title': 'Epigram 11.442', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.442/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.442', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="830.5505692076231" y="2918.800523713999" width="1954.7872187992548" height="670.6204327267515" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/JSALe5rIQ5OM2imveevfMg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JSALe5rIQ5OM2imveevfMg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.442', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.442/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.442', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="830.5505692076231" y="2918.800523713999" width="1954.7872187992548" height="670.6204327267515" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:31:08.891Z'}], + 'modified': '2022-03-16T15:31:08.891Z', + 'created': '2022-03-16T15:31:08.891Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JuEPA4V6QESl3pSQbhwUlg', + 'type': 'Annotation', + 'title': 'Epigram 9.127', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:9.127/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc3:9.127', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="840.4254301703976" y="1472.137641719568" width="2101.6159928722573" height="504.60964472658407" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/JuEPA4V6QESl3pSQbhwUlg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JuEPA4V6QESl3pSQbhwUlg~1', + 'type': 'Annotation', + 'title': 'Epigram 9.127', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:9.127/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc3:9.127', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="840.4254301703976" y="1472.137641719568" width="2101.6159928722573" height="504.60964472658407" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:36:10.260Z'}], + 'modified': '2022-03-16T15:36:10.260Z', + 'created': '2022-03-16T15:36:10.260Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OT4NbcyFSNqQAOdNwjvguQ', + 'type': 'Annotation', + 'title': 'Scholion 9.127.3', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:9.127.3/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="400.87790178176766" y="1496.8619245210846" width="414.2921057032948" height="270.6430841277804" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OT4NbcyFSNqQAOdNwjvguQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OT4NbcyFSNqQAOdNwjvguQ~1', + 'type': 'Annotation', + 'title': 'Scholion 9.127.3', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:9.127.3/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="400.87790178176766" y="1496.8619245210846" width="414.2921057032948" height="270.6430841277804" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:37:10.462Z'}], + 'modified': '2022-03-16T15:37:10.462Z', + 'created': '2022-03-16T15:37:10.462Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Warcku-7SrWqHMdzsEYhIg', + 'type': 'Annotation', + 'title': 'Scholion 9.127.4', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:9.127.4/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="158.1191936572366" y="1601.7144370375484" width="279.27318887642446" height="110.23941666174642" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Warcku-7SrWqHMdzsEYhIg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Warcku-7SrWqHMdzsEYhIg~1', + 'type': 'Annotation', + 'title': 'Scholion 9.127.4', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:9.127.4/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="158.1191936572366" y="1601.7144370375484" width="279.27318887642446" height="110.23941666174642" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:37:59.013Z'}], + 'modified': '2022-03-16T15:37:59.013Z', + 'created': '2022-03-16T15:37:59.013Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ctIvZfvCR3KcMu5uPeueFg', + 'type': 'Annotation', + 'title': 'Epigram 11.255', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118789333', + 'value': 'Palladas', + 'label': 'Palladas'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.255/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.255', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="867.6451536753116" y="1934.6437507201254" width="1904.8473993408797" height="296.07178678893797" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ctIvZfvCR3KcMu5uPeueFg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ctIvZfvCR3KcMu5uPeueFg~1', + 'type': 'Annotation', + 'title': 'Epigram 11.255', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118789333', + 'value': 'Palladas', + 'label': 'Palladas'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.255/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.255', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="867.6451536753116" y="1934.6437507201254" width="1904.8473993408797" height="296.07178678893797" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:39:53.693Z'}], + 'modified': '2022-03-16T15:39:53.693Z', + 'created': '2022-03-16T15:39:53.693Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZzJMWSp1ToqCRxPNkm2hxg', + 'type': 'Annotation', + 'title': 'Scholion 11.255.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.255.2/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="412.0653169855782" y="1920.3590420553012" width="410.12836594748285" height="256.06999498243863" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZzJMWSp1ToqCRxPNkm2hxg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZzJMWSp1ToqCRxPNkm2hxg~1', + 'type': 'Annotation', + 'title': 'Scholion 11.255.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.255.2/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="412.0653169855782" y="1920.3590420553012" width="410.12836594748285" height="256.06999498243863" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:40:36.935Z'}], + 'modified': '2022-03-16T15:40:36.935Z', + 'created': '2022-03-16T15:40:36.935Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fIDPGNeaTcGgYe_Rq9We_Q', + 'type': 'Annotation', + 'title': 'Scholion 11.255.3', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.255.3/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="105.05049003234035" y="1995.443362758996" width="298.3813544311271" height="123.46814666115597" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/fIDPGNeaTcGgYe_Rq9We_Q', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fIDPGNeaTcGgYe_Rq9We_Q~1', + 'type': 'Annotation', + 'title': 'Scholion 11.255.3', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.255.3/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="105.05049003234035" y="1995.443362758996" width="298.3813544311271" height="123.46814666115597" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:41:16.434Z'}], + 'modified': '2022-03-16T15:41:16.434Z', + 'created': '2022-03-16T15:41:16.434Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/EqImlNOdTROF5mcO7L-BNw', + 'type': 'Annotation', + 'title': 'Epigram 10.30', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:10.30/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:10.30', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="834.3192420117497" y="2173.5985377561256" width="1890.5788794956293" height="242.5648373692511" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/EqImlNOdTROF5mcO7L-BNw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/EqImlNOdTROF5mcO7L-BNw~1', + 'type': 'Annotation', + 'title': 'Epigram 10.30', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10326084-5', + 'value': 'Anonym', + 'label': 'Anonym'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:10.30/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:10.30', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="834.3192420117497" y="2173.5985377561256" width="1890.5788794956293" height="242.5648373692511" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:51:39.536Z'}], + 'modified': '2022-03-16T15:51:39.536Z', + 'created': '2022-03-16T15:51:39.536Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/f90NWnk6T4m5XVtCJa4-lw', + 'type': 'Annotation', + 'title': 'Scholion 10.30.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:10.30.2/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="116.4491608006786" y="2212.3585638785576" width="370.4044399834681" height="144.04617110468234" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/f90NWnk6T4m5XVtCJa4-lw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/f90NWnk6T4m5XVtCJa4-lw~1', + 'type': 'Annotation', + 'title': 'Scholion 10.30.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:10.30.2/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="116.4491608006786" y="2212.3585638785576" width="370.4044399834681" height="144.04617110468234" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:54:36.362Z'}], + 'modified': '2022-03-16T15:54:36.362Z', + 'created': '2022-03-16T15:54:36.362Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JtJuy5Q7SwOP8rEbdA7SwA', + 'type': 'Annotation', + 'title': 'Epigram 11.294', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.294/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.294', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="810.0727059617786" y="2381.7997443841273" width="2037.5082869104788" height="221.24158455005272" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/JtJuy5Q7SwOP8rEbdA7SwA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JtJuy5Q7SwOP8rEbdA7SwA~1', + 'type': 'Annotation', + 'title': 'Epigram 11.294', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1231592788', + 'value': 'Pseudo-Lucianus Samosatensis', + 'label': 'Pseudo-Lucianus Samosatensis'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:11.294/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:11.294', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="810.0727059617786" y="2381.7997443841273" width="2037.5082869104788" height="221.24158455005272" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:57:18.826Z'}], + 'modified': '2022-03-16T15:57:18.826Z', + 'created': '2022-03-16T15:57:18.826Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/R4LtjcgKRuyfkF73TLAjRg', + 'type': 'Annotation', + 'title': 'Scholion 11.294.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.294.2/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="467.0209595439246" y="2318.326554097518" width="316.44422144171256" height="176.95893962201035" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/R4LtjcgKRuyfkF73TLAjRg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/R4LtjcgKRuyfkF73TLAjRg~1', + 'type': 'Annotation', + 'title': 'Scholion 11.294.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.294.2/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="467.0209595439246" y="2318.326554097518" width="316.44422144171256" height="176.95893962201035" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:58:10.042Z'}], + 'modified': '2022-03-16T15:58:10.042Z', + 'created': '2022-03-16T15:58:10.042Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NkpwBqH7TWe_k6J3JI3XOw', + 'type': 'Annotation', + 'title': 'Scholion 11.294.3', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.294.3/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="100.67852376085743" y="2376.429414126884" width="383.0640575347048" height="151.97650108713833" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/NkpwBqH7TWe_k6J3JI3XOw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NkpwBqH7TWe_k6J3JI3XOw~1', + 'type': 'Annotation', + 'title': 'Scholion 11.294.3', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:11.294.3/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="100.67852376085743" y="2376.429414126884" width="383.0640575347048" height="151.97650108713833" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T15:58:49.142Z'}], + 'modified': '2022-03-16T15:58:49.142Z', + 'created': '2022-03-16T15:58:49.142Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/H256n-9QQy2hRSmJW0u9jw', + 'type': 'Annotation', + 'title': 'Epigram 9.51', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118594893', + 'value': 'Plato', + 'label': 'Plato'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:9.51/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc3:9.51', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="857.6179513540621" y="2541.3874724172515" width="1854.9075798825045" height="246.13196733056293" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/H256n-9QQy2hRSmJW0u9jw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/H256n-9QQy2hRSmJW0u9jw~1', + 'type': 'Annotation', + 'title': 'Epigram 9.51', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/118594893', + 'value': 'Plato', + 'label': 'Plato'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:9.51/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc3:9.51', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="857.6179513540621" y="2541.3874724172515" width="1854.9075798825045" height="246.13196733056293" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T16:01:35.662Z'}], + 'modified': '2022-03-16T16:01:35.662Z', + 'created': '2022-03-16T16:01:35.662Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/BGnXe-IzQD-0Bvh-rPbhUg', + 'type': 'Annotation', + 'title': 'Scholion 9.51.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:9.51.2/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="453.9760000917779" y="2529.232922094122" width="270.81216665786553" height="163.01314886201635" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/BGnXe-IzQD-0Bvh-rPbhUg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/BGnXe-IzQD-0Bvh-rPbhUg~1', + 'type': 'Annotation', + 'title': 'Scholion 9.51.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:9.51.2/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="453.9760000917779" y="2529.232922094122" width="270.81216665786553" height="163.01314886201635" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T16:02:35.542Z'}], + 'modified': '2022-03-16T16:02:35.542Z', + 'created': '2022-03-16T16:02:35.542Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/G52BpQ1LQTKGXV3T6GHJQg', + 'type': 'Annotation', + 'title': 'Scholion 9.51.3', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:9.51.3/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="98.89694137815684" y="2581.565591186957" width="362.2453587556447" height="145.73089145342055" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/G52BpQ1LQTKGXV3T6GHJQg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/G52BpQ1LQTKGXV3T6GHJQg~1', + 'type': 'Annotation', + 'title': 'Scholion 9.51.3', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'value': 'Scholion', + 'label': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:9.51.3/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0594/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="3135">\n <rect x="98.89694137815684" y="2581.565591186957" width="362.2453587556447" height="145.73089145342055" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Maxime Guénette', + 'id': 'p1141678@umontreal.ca'}, + 'created': '2022-03-16T16:03:15.499Z'}], + 'modified': '2022-03-16T16:03:15.499Z', + 'created': '2022-03-16T16:03:15.499Z'}], + '0595': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA', + 'type': 'Annotation', + 'title': 'Epigram 12.1', + 'collection': 'diglit', + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="191.27449111740174" y="574.1548941768966" width="884.1459793813478" height="188.51984186881737" />\n <rect x="360.7921418515473" y="572.6547379757095" width="0" height="0" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA~1', + 'type': 'Annotation', + 'title': 'AP 12.1', + 'collection': 'diglit', + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="237.95334021514736" y="561.7869820524509" width="837.4671302836023" height="200.88775399326312" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-16T13:10:35.640Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA~2', + 'type': 'Annotation', + 'title': 'AP 12.1', + 'collection': 'diglit', + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="191.27449111740174" y="574.1548941768966" width="884.1459793813478" height="188.51984186881737" />\n <rect x="360.7921418515473" y="572.6547379757095" width="0" height="0" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-16T13:11:15.207Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA~3', + 'type': 'Annotation', + 'title': 'Epigram 12.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.1', + 'value': 'Anthologia Graeca'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.1', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="191.27449111740174" y="574.1548941768966" width="884.1459793813478" height="188.51984186881737" />\n <rect x="360.7921418515473" y="572.6547379757095" width="0" height="0" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-16T15:30:43.733Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA~4', + 'type': 'Annotation', + 'title': 'Epigram 12.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.1', + 'value': 'Anthologia Graeca'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.1', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="191.27449111740174" y="574.1548941768966" width="884.1459793813478" height="188.51984186881737" />\n <rect x="360.7921418515473" y="572.6547379757095" width="0" height="0" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-16T20:05:55.867Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA~5', + 'type': 'Annotation', + 'title': 'Epigram 12.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.1', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="191.27449111740174" y="574.1548941768966" width="884.1459793813478" height="188.51984186881737" />\n <rect x="360.7921418515473" y="572.6547379757095" width="0" height="0" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-18T12:08:14.475Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA'}], + 'modified': '2020-06-18T12:08:14.475Z', + 'created': '2020-06-16T13:10:35.640Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/E3rCRpmRRXO8-6uTPLEKkA', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.1', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}]}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw', + 'type': 'Annotation', + 'title': 'Scholion 12.0.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="540.5406799936793" y="161.16756046618923" width="285.2942285929837" height="60.00235760090527" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw~1', + 'type': 'Annotation', + 'title': 'Scholion 12.0.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', 'source': ''}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': '', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="540.5406799936793" y="161.16756046618923" width="285.2942285929837" height="60.00235760090527" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-16T15:35:01.519Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw~2', + 'type': 'Annotation', + 'title': 'Scholion 12.0.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', 'source': ''}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.1', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="540.5406799936793" y="161.16756046618923" width="285.2942285929837" height="60.00235760090527" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-17T11:16:06.190Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw~3', + 'type': 'Annotation', + 'title': 'Scholion 12.0.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', 'source': ''}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="540.5406799936793" y="161.16756046618923" width="285.2942285929837" height="60.00235760090527" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-18T12:08:27.835Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw~4', + 'type': 'Annotation', + 'title': 'Scholion 12.0.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="540.5406799936793" y="161.16756046618923" width="285.2942285929837" height="60.00235760090527" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-07-08T15:14:32.252Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw'}], + 'modified': '2020-07-08T15:14:32.252Z', + 'created': '2020-06-16T15:35:01.519Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/W688NXTwSo2n3qZf55g8Gw'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ', + 'type': 'Annotation', + 'title': 'Vorwort Buch 12', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.0', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="195.27621386764187" y="287.0142196614268" width="988.356365774772" height="298.27183181417223" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ~1', + 'type': 'Annotation', + 'title': 'Scholion 12.0.2', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.2', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="195.27621386764187" y="287.0142196614268" width="988.356365774772" height="298.27183181417223" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-17T11:18:54.144Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ~2', + 'type': 'Annotation', + 'title': 'Vorwort Buch 12', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.0.2', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="195.27621386764187" y="287.0142196614268" width="988.356365774772" height="298.27183181417223" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-17T12:20:35.396Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ~3', + 'type': 'Annotation', + 'title': 'Vorwort Buch 12', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.0', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="195.27621386764187" y="287.0142196614268" width="988.356365774772" height="298.27183181417223" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-17T12:29:22.345Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ~4', + 'type': 'Annotation', + 'title': 'Vorwort Buch 12', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.0', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="195.27621386764187" y="287.0142196614268" width="988.356365774772" height="298.27183181417223" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-18T12:08:37.538Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ'}], + 'modified': '2020-06-18T12:08:37.538Z', + 'created': '2020-06-17T11:18:54.144Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/KYithQy2QXK-krx0F7xWZQ'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ', + 'type': 'Annotation', + 'title': 'Epigram 12.2', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.2', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.2', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="159.02619791557163" y="735.5268257360276" width="941.3797201420916" height="300.37725591418166" />\n <rect x="290.2854146210836" y="995.1837388848785" width="0" height="0" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasReply': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ.1', + 'type': 'Annotation', + 'title': 'Scholion 12.2.1', + 'collection': 'diglit', + 'body': [{'type': 'TextualBody', 'format': 'text/html', 'value': ''}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.2.1', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1160.208890917551" y="741.0616954085606" width="171.32517838939862" height="56.84522047943176" />\n</svg>'}}, + 'replyTo': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ', + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'motivation': 'replying', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ.1', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ.1~1', + 'type': 'Annotation', + 'title': 'Scholion 12.2.1', + 'collection': 'diglit', + 'body': [{'type': 'TextualBody', 'format': 'text/html', 'value': ''}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.2.1', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1160.208890917551" y="741.0616954085606" width="171.32517838939862" height="56.84522047943176" />\n</svg>'}}, + 'replyTo': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ', + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'motivation': 'replying', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-17T12:07:03.515Z'}], + 'modified': '2020-06-17T12:07:03.515Z', + 'created': '2020-06-17T12:07:03.515Z'}], + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.2', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.2', + 'value': 'Anthologia Graeca'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.2', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="161.16937385058895" y="744.0995294760971" width="940.9981561815168" height="250.52608559825035" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-17T11:32:08.389Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ~2', + 'type': 'Annotation', + 'title': 'Epigram 12.2', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.2', + 'value': 'Anthologia Graeca'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.2', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="159.02619791557163" y="735.5268257360276" width="941.3797201420916" height="300.37725591418166" />\n <rect x="290.2854146210836" y="995.1837388848785" width="0" height="0" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-17T11:38:52.278Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ~3', + 'type': 'Annotation', + 'title': 'Epigram 12.2', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.2', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.2', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="159.02619791557163" y="735.5268257360276" width="941.3797201420916" height="300.37725591418166" />\n <rect x="290.2854146210836" y="995.1837388848785" width="0" height="0" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-18T12:08:47.162Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ'}], + 'modified': '2020-06-18T12:08:47.162Z', + 'created': '2020-06-17T11:32:08.389Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z3FEkhBkQZqACiyo1RyHBQ'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g', + 'type': 'Annotation', + 'title': 'Epigram 12.3', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.3', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.3', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="152.30713360599833" y="1019.0785290916945" width="993.7192108515137" height="282.3875330785063" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasReply': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g.1', + 'type': 'Annotation', + 'title': 'Scholion 12.3.1', + 'collection': 'diglit', + 'body': [{'type': 'TextualBody', 'format': 'text/html', 'value': ''}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.3.1', + 'value': 'Anthologia Graeca'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1172.9553300590671" y="1020.4032569860556" width="118.29275258836128" height="53.146019278829044" />\n</svg>'}}, + 'replyTo': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g', + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'motivation': 'replying', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g.1', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g.1~1', + 'type': 'Annotation', + 'title': 'Scholion 12.3.1', + 'collection': 'diglit', + 'body': [{'type': 'TextualBody', 'format': 'text/html', 'value': ''}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.3.1', + 'value': 'Anthologia Graeca'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1172.9553300590671" y="1020.4032569860556" width="118.29275258836128" height="53.146019278829044" />\n</svg>'}}, + 'replyTo': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g', + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'motivation': 'replying', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-17T12:13:47.491Z'}], + 'modified': '2020-06-17T12:13:47.491Z', + 'created': '2020-06-17T12:13:47.491Z'}], + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g~1', + 'type': 'Annotation', + 'title': 'Scholion 12.2.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.2.1', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1156.800965398105" y="744.2745481977115" width="169.7947572712285" height="52.98107087786468" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-17T11:34:04.634Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g~2', + 'type': 'Annotation', + 'title': 'Scholion 12.2.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.2.1', + 'value': 'Anthologia Graeca'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1156.800965398105" y="744.2745481977115" width="169.7947572712285" height="52.98107087786468" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-17T11:36:28.677Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g~3', + 'type': 'Annotation', + 'title': 'Epigram 12.2.3', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.3', + 'value': 'Anthologia Graeca'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.3', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="152.30713360599833" y="1019.0785290916945" width="993.7192108515137" height="282.3875330785063" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-17T12:10:54.064Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g~4', + 'type': 'Annotation', + 'title': 'Epigram 12.2.3', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.3', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.3', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="152.30713360599833" y="1019.0785290916945" width="993.7192108515137" height="282.3875330785063" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-18T12:09:03.651Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g~5', + 'type': 'Annotation', + 'title': 'Epigram 12.3', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.3', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.3', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="152.30713360599833" y="1019.0785290916945" width="993.7192108515137" height="282.3875330785063" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-06-18T12:13:50.373Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g'}], + 'modified': '2020-06-18T12:13:50.373Z', + 'created': '2020-06-17T11:34:04.634Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/ImdxgSA_SYOnyJTNBedN6g'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/EkrjaheOR3Cv7Jyv4DvohA', + 'type': 'Annotation', + 'title': 'Scholion 12.2.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.2.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1160.5171669943165" y="740.1454290408593" width="169.03297574058274" height="60.734792149213604" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/EkrjaheOR3Cv7Jyv4DvohA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/EkrjaheOR3Cv7Jyv4DvohA~1', + 'type': 'Annotation', + 'title': 'Scholion 12.2.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.2.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1160.5171669943165" y="740.1454290408593" width="169.03297574058274" height="60.734792149213604" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-18T12:12:01.130Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/EkrjaheOR3Cv7Jyv4DvohA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/EkrjaheOR3Cv7Jyv4DvohA~2', + 'type': 'Annotation', + 'title': 'Scholion 12.2.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.2.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1160.5171669943165" y="740.1454290408593" width="169.03297574058274" height="60.734792149213604" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-10-06T13:07:17.378Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/EkrjaheOR3Cv7Jyv4DvohA'}], + 'modified': '2020-10-06T13:07:17.378Z', + 'created': '2020-06-18T12:12:01.130Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/EkrjaheOR3Cv7Jyv4DvohA'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QTZ4QO_IQwSl0fdeUrRfcw', + 'type': 'Annotation', + 'title': 'Scholion 12.3.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.3.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1173.4786086084584" y="1020.8168541927871" width="113.42039497744713" height="48.295135925880686" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/QTZ4QO_IQwSl0fdeUrRfcw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QTZ4QO_IQwSl0fdeUrRfcw~1', + 'type': 'Annotation', + 'title': 'Scholion 12.3.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.3.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1173.4786086084584" y="1020.8168541927871" width="113.42039497744713" height="48.295135925880686" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-18T12:13:31.560Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/QTZ4QO_IQwSl0fdeUrRfcw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QTZ4QO_IQwSl0fdeUrRfcw~2', + 'type': 'Annotation', + 'title': 'Scholion 12.3.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.3.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1173.4786086084584" y="1020.8168541927871" width="113.42039497744713" height="48.295135925880686" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2020-10-06T13:08:18.504Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/QTZ4QO_IQwSl0fdeUrRfcw'}], + 'modified': '2020-10-06T13:08:18.504Z', + 'created': '2020-06-18T12:13:31.560Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/QTZ4QO_IQwSl0fdeUrRfcw'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/FzX2b8aAQxaXoFZc0s-eUA', + 'type': 'Annotation', + 'title': 'Epigram 12.4', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.4', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.4', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="156.85634960305788" y="1281.90913060861" width="984.8265216112909" height="377.69332549250225" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/FzX2b8aAQxaXoFZc0s-eUA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/FzX2b8aAQxaXoFZc0s-eUA~1', + 'type': 'Annotation', + 'title': 'Epigram 12.4', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.4', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.4', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="156.85634960305788" y="1281.90913060861" width="984.8265216112909" height="377.69332549250225" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-22T13:32:51.529Z'}], + 'modified': '2020-06-22T13:32:51.529Z', + 'created': '2020-06-22T13:32:51.529Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OsTGeCRvT9W4IIz2Tla36Q', + 'type': 'Annotation', + 'title': 'Scholion 12.4.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.4.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1167.370317559491" y="1284.7349563096623" width="110.87960447680098" height="48.265239595784124" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OsTGeCRvT9W4IIz2Tla36Q', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OsTGeCRvT9W4IIz2Tla36Q~1', + 'type': 'Annotation', + 'title': 'Scholion 12.4.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.4.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1167.370317559491" y="1284.7349563096623" width="110.87960447680098" height="48.265239595784124" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-22T13:34:12.276Z'}], + 'modified': '2020-06-22T13:34:12.276Z', + 'created': '2020-06-22T13:34:12.276Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/PAnh-THBSpSaGxmSURLSPA', + 'type': 'Annotation', + 'title': 'Epigram 12.5 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.5', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.5', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="185.21270741302305" y="1636.5947409648813" width="944.2333137312555" height="167.6675977653631" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/PAnh-THBSpSaGxmSURLSPA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/PAnh-THBSpSaGxmSURLSPA~1', + 'type': 'Annotation', + 'title': 'Epigram 12.5 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.5', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.5', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="185.21270741302305" y="1636.5947409648813" width="944.2333137312555" height="167.6675977653631" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-23T15:22:11.217Z'}], + 'modified': '2020-06-23T15:22:11.217Z', + 'created': '2020-06-23T15:22:11.217Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OMxdCIvaTuOEcOxt49YQGQ', + 'type': 'Annotation', + 'title': 'Scholion 12.5.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.5.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1191.8499509103885" y="1637.3071141345185" width="99.43448768297048" height="47.145662263477334" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OMxdCIvaTuOEcOxt49YQGQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OMxdCIvaTuOEcOxt49YQGQ~1', + 'type': 'Annotation', + 'title': 'Scholion 12.5.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.5.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0595/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1191.8499509103885" y="1637.3071141345185" width="99.43448768297048" height="47.145662263477334" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-23T15:25:12.126Z'}], + 'modified': '2020-06-23T15:25:12.126Z', + 'created': '2020-06-23T15:25:12.126Z'}], + '0596': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Hd28GQBkQv2OXzO21TOyMA', + 'type': 'Annotation', + 'title': 'Epigram 12.5 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.5', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.5', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="418.73912632821725" y="285.82976690497304" width="836.9982290436835" height="65.19775678866591" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Hd28GQBkQv2OXzO21TOyMA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Hd28GQBkQv2OXzO21TOyMA~1', + 'type': 'Annotation', + 'title': 'Epigram 12.5 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.5', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.5', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="418.73912632821725" y="285.82976690497304" width="836.9982290436835" height="65.19775678866591" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-23T15:27:56.039Z'}], + 'modified': '2020-06-23T15:27:56.039Z', + 'created': '2020-06-23T15:27:56.039Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NN8zWBCFS4qtQvFh381nGQ', + 'type': 'Annotation', + 'title': 'Epigram 12.6', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.6', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.6', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="356.3545488669983" y="331.1310423404555" width="885.3877038895862" height="109.3626097867002" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/NN8zWBCFS4qtQvFh381nGQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NN8zWBCFS4qtQvFh381nGQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.6', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.6', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.6', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="356.3545488669983" y="331.1310423404555" width="885.3877038895862" height="109.3626097867002" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-23T15:32:56.653Z'}], + 'modified': '2020-06-23T15:32:56.653Z', + 'created': '2020-06-23T15:32:56.653Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/deKVH5C-SwiMB2hJbpyMEg', + 'type': 'Annotation', + 'title': 'Scholion 12.6.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.6.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="202.61784370638534" y="330.6237700154179" width="87.75110240078394" height="55.57569818716314" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/deKVH5C-SwiMB2hJbpyMEg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/deKVH5C-SwiMB2hJbpyMEg~1', + 'type': 'Annotation', + 'title': 'Scholion 12.6.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/scholia/urn:cts:greekLit:tlg5011.tlg001.sag:12.6.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="202.61784370638534" y="330.6237700154179" width="87.75110240078394" height="55.57569818716314" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-06-23T15:36:18.964Z'}], + 'modified': '2020-06-23T15:36:18.964Z', + 'created': '2020-06-23T15:36:18.964Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/WIyQPWGDRsSd9flWkmESIQ', + 'type': 'Annotation', + 'title': 'Epigram 12.7', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.7', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.7', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="396.86858565472147" y="433.4185160702014" width="889.5843685700859" height="283.5107604017216" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/WIyQPWGDRsSd9flWkmESIQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/WIyQPWGDRsSd9flWkmESIQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.7', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.7', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.7', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="396.86858565472147" y="433.4185160702014" width="889.5843685700859" height="283.5107604017216" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-07-09T12:20:12.198Z'}], + 'modified': '2020-07-09T12:20:12.198Z', + 'created': '2020-07-09T12:20:12.198Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Yk-2G_GDTyCFHcUrDn5LtQ', + 'type': 'Annotation', + 'title': 'Scholion 12.7.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.7.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="191.34397832049626" y="417.7168186435675" width="121.34755332496866" height="55.43036386449188" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Yk-2G_GDTyCFHcUrDn5LtQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Yk-2G_GDTyCFHcUrDn5LtQ~1', + 'type': 'Annotation', + 'title': 'Scholion 12.7.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.7.1', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="191.34397832049626" y="417.7168186435675" width="121.34755332496866" height="55.43036386449188" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-07-09T12:22:37.339Z'}], + 'modified': '2020-07-09T12:22:37.339Z', + 'created': '2020-07-09T12:22:37.339Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/BwCc0lyeRJKL5kw2esCEHQ', + 'type': 'Annotation', + 'title': 'Epigram 12.8', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.8', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.8', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="362.5190476190478" y="679.82350559053" width="961.9999999999998" height="405.9999999999998" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/BwCc0lyeRJKL5kw2esCEHQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/BwCc0lyeRJKL5kw2esCEHQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.8', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.8', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.8', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="362.5190476190478" y="679.82350559053" width="961.9999999999998" height="405.9999999999998" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-10-06T13:26:20.668Z'}], + 'modified': '2020-10-06T13:26:20.668Z', + 'created': '2020-10-06T13:26:20.668Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fKsQlDN0TpWNDfv33Jw2eA', + 'type': 'Annotation', + 'title': 'Scholion 12.8.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.7.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="199.51333333333343" y="683.7158865429105" width="131.4285714285714" height="70" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/fKsQlDN0TpWNDfv33Jw2eA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fKsQlDN0TpWNDfv33Jw2eA~1', + 'type': 'Annotation', + 'title': 'Scholion 12.8.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.7.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="199.51333333333343" y="683.7158865429105" width="131.4285714285714" height="70" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-10-06T13:32:28.735Z'}], + 'modified': '2020-10-06T13:32:28.735Z', + 'created': '2020-10-06T13:32:28.735Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/essINxx9Siei_i19ZQ1Msw', + 'type': 'Annotation', + 'title': 'Epigram 12.9', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.9', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.9', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="357.2085714285718" y="1062.3435055905295" width="919.9999999999998" height="101.66666666666674" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/essINxx9Siei_i19ZQ1Msw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/essINxx9Siei_i19ZQ1Msw~1', + 'type': 'Annotation', + 'title': 'Epigram 12.9', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.9', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.9', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="357.2085714285718" y="1062.3435055905295" width="919.9999999999998" height="101.66666666666674" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-10-06T13:52:03.216Z'}], + 'modified': '2020-10-06T13:52:03.216Z', + 'created': '2020-10-06T13:52:03.216Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/dj-gXHftSuSArnQh6xnRFA', + 'type': 'Annotation', + 'title': 'Scholion 12.9.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.9.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="198.65333333333356" y="1046.7662192620173" width="136.66666666666666" height="65.83333333333348" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/dj-gXHftSuSArnQh6xnRFA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/dj-gXHftSuSArnQh6xnRFA~1', + 'type': 'Annotation', + 'title': 'Scholion 12.9.1', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.9.1', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="198.65333333333356" y="1046.7662192620173" width="136.66666666666666" height="65.83333333333348" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2020-10-06T13:53:47.672Z'}], + 'modified': '2020-10-06T13:53:47.672Z', + 'created': '2020-10-06T13:53:47.672Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QnoE_-QNRpOb-GySFgNBew', + 'type': 'Annotation', + 'title': 'Epigram 12.10', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.10/', + 'value': 'Greek Anthology Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.10', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="346.47666666666674" y="1142.7777913048155" width="930" height="206.66666666666674" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/QnoE_-QNRpOb-GySFgNBew', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/QnoE_-QNRpOb-GySFgNBew~1', + 'type': 'Annotation', + 'title': 'Epigram 12.10', + 'collection': 'diglit', + 'body': [{'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.10/', + 'value': 'Greek Anthology Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.10', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="346.47666666666674" y="1142.7777913048155" width="930" height="206.66666666666674" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2021-05-14T16:46:22.717Z'}], + 'modified': '2021-05-14T16:46:22.717Z', + 'created': '2021-05-14T16:46:22.717Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OubZodAqQhO3DhlUiIkwrg', + 'type': 'Annotation', + 'title': 'Scholion 12.10.1', + 'collection': 'diglit', + 'body': {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.10.1', + 'value': 'Greek Anthology Project'}, + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="199.42425878548437" y="1128.3218035377276" width="97.64418938307028" height="53.104734576757664" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OubZodAqQhO3DhlUiIkwrg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OubZodAqQhO3DhlUiIkwrg~1', + 'type': 'Annotation', + 'title': 'Scholion 12.10.1', + 'collection': 'diglit', + 'body': {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.10.1', + 'value': 'Greek Anthology Project'}, + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="199.42425878548437" y="1128.3218035377276" width="97.64418938307028" height="53.104734576757664" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2021-05-14T16:52:37.944Z'}], + 'modified': '2021-05-14T16:52:37.944Z', + 'created': '2021-05-14T16:52:37.944Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ACNSi0JuSsCqjkjPCvJqnA', + 'type': 'Annotation', + 'title': 'Epigram 12.11', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.11/', + 'value': 'Greek Anthology Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.11', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="335.0680952380954" y="1312.270172257197" width="964.9999999999995" height="215.1666666666656" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ACNSi0JuSsCqjkjPCvJqnA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ACNSi0JuSsCqjkjPCvJqnA~1', + 'type': 'Annotation', + 'title': 'Epigram 12.11', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.11/', + 'value': 'Greek Anthology Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.11', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="335.0680952380954" y="1312.270172257197" width="964.9999999999995" height="215.1666666666656" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2021-06-07T12:34:28.678Z'}], + 'modified': '2021-06-07T12:34:28.678Z', + 'created': '2021-06-07T12:34:28.678Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZOq_oz-1SHCWbeIIYZ-RaQ', + 'type': 'Annotation', + 'title': 'Scholion 12.11.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.11.1', + 'value': 'Greek Anthology Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="192.7118808251553" y="1295.4243212924023" width="125.52643966734664" height="52.45881060724946" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZOq_oz-1SHCWbeIIYZ-RaQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZOq_oz-1SHCWbeIIYZ-RaQ~1', + 'type': 'Annotation', + 'title': 'Scholion 12.11.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1014773504', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.11.1', + 'value': 'Greek Anthology Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="192.7118808251553" y="1295.4243212924023" width="125.52643966734664" height="52.45881060724946" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2021-06-07T12:40:33.942Z'}], + 'modified': '2021-06-07T12:40:33.942Z', + 'created': '2021-06-07T12:40:33.942Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fk3yPUXuSKm1e15Me26z6A', + 'type': 'Annotation', + 'title': 'Epigram 12.12', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102406618', + 'label': 'Statyllius, Flaccus', + 'value': 'Statyllius, Flaccus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4356120-2', + 'label': 'Epigrammata', + 'value': 'Epigrammata'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.12/', + 'value': 'Greek Anthology Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.12', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="377.7457142857143" y="1473.1296960667205" width="812.8571428571427" height="145.71428571428555" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/fk3yPUXuSKm1e15Me26z6A', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fk3yPUXuSKm1e15Me26z6A~1', + 'type': 'Annotation', + 'title': 'Epigram 12.12', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102406618', + 'label': 'Statyllius, Flaccus', + 'value': 'Statyllius, Flaccus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4356120-2', + 'label': 'Epigrammata', + 'value': 'Epigrammata'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.12/', + 'value': 'Greek Anthology Project'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.12', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="377.7457142857143" y="1473.1296960667205" width="812.8571428571427" height="145.71428571428555" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2021-09-13T13:20:57.767Z'}], + 'modified': '2021-09-13T13:20:57.767Z', + 'created': '2021-09-13T13:20:57.767Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/DSQC6VItSu6g6LZ3FsX3zg', + 'type': 'Annotation', + 'title': 'Scholion 12.12.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4354184-7', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.12.1/', + 'value': 'Greek Anthology Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="201.17999999999992" y="1479.147806563605" width="131.66666666666666" height="59.44444444444434" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/DSQC6VItSu6g6LZ3FsX3zg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/DSQC6VItSu6g6LZ3FsX3zg~1', + 'type': 'Annotation', + 'title': 'Scholion 12.12.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4354184-7', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://terminology.lido-schema.org/lido00263', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.12.1/', + 'value': 'Greek Anthology Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="201.17999999999992" y="1479.147806563605" width="131.66666666666666" height="59.44444444444434" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Marcello Vitali Rosati', + 'id': 'vitalirm@umontreal.ca'}, + 'created': '2021-09-13T13:24:14.514Z'}], + 'modified': '2021-09-13T13:24:14.514Z', + 'created': '2021-09-13T13:24:14.514Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/MbWPbBBxTRqDKyrrzXPhpw', + 'type': 'Annotation', + 'title': 'Epigram 12.13', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.13/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.13', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="363.648122151322" y="1568.1802078521089" width="838.0856882406563" height="236.73199635369178" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/MbWPbBBxTRqDKyrrzXPhpw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/MbWPbBBxTRqDKyrrzXPhpw~1', + 'type': 'Annotation', + 'title': 'Epigram 12.13', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.13/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.13', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="363.648122151322" y="1568.1802078521089" width="838.0856882406563" height="236.73199635369178" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-21T15:25:50.176Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/MbWPbBBxTRqDKyrrzXPhpw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/MbWPbBBxTRqDKyrrzXPhpw~2', + 'type': 'Annotation', + 'title': 'Epigram 12.13', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.13/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.13', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="363.648122151322" y="1568.1802078521089" width="838.0856882406563" height="236.73199635369178" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2021-09-21T15:26:22.005Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/MbWPbBBxTRqDKyrrzXPhpw'}], + 'modified': '2021-09-21T15:26:22.005Z', + 'created': '2021-09-21T15:25:50.176Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/MbWPbBBxTRqDKyrrzXPhpw'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/PUkOnDfZT-yk4TNnKGJdZQ', + 'type': 'Annotation', + 'title': 'Scholion 12.13.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4354184-7', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.13.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="185.6340030428944" y="1568.4754980894618" width="176.36802471519604" height="57.63660938405087" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/PUkOnDfZT-yk4TNnKGJdZQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/PUkOnDfZT-yk4TNnKGJdZQ~1', + 'type': 'Annotation', + 'title': 'Scholion 12.13.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4354184-7', + 'label': 'Scholia', + 'value': 'Scholia'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.13.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0596/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="185.6340030428944" y="1568.4754980894618" width="176.36802471519604" height="57.63660938405087" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-21T15:30:32.237Z'}], + 'modified': '2021-09-21T15:30:32.237Z', + 'created': '2021-09-21T15:30:32.237Z'}], + '0597': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Gah1dOprT3eG38sjocjAqQ', + 'type': 'Annotation', + 'title': 'Epigram 12.14', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.14/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.14', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1089733011', + 'label': 'Dioscorides, Alexandrinus', + 'value': 'Dioscorides, Alexandrinus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="159.72535616905247" y="273.0014831587609" width="962.9095660077257" height="215.49534196773465" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Gah1dOprT3eG38sjocjAqQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Gah1dOprT3eG38sjocjAqQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.14', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.14/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.14', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="159.72535616905247" y="273.0014831587609" width="962.9095660077257" height="215.49534196773465" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-21T15:37:54.517Z'}, + {'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Gah1dOprT3eG38sjocjAqQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Gah1dOprT3eG38sjocjAqQ~2', + 'type': 'Annotation', + 'title': 'Epigram 12.14', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.14/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.14', + 'value': 'Perseus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/1089733011', + 'label': 'Dioscorides, Alexandrinus', + 'value': 'Dioscorides, Alexandrinus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="159.72535616905247" y="273.0014831587609" width="962.9095660077257" height="215.49534196773465" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'created': '2021-09-21T15:39:15.431Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/Gah1dOprT3eG38sjocjAqQ'}], + 'modified': '2021-09-21T15:39:15.431Z', + 'created': '2021-09-21T15:37:54.517Z', + 'via': 'https://anno.ub.uni-heidelberg.de/anno/anno/Gah1dOprT3eG38sjocjAqQ'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ww9QY_ZwQaubK1CLv5qLyA', + 'type': 'Annotation', + 'title': 'Scholion 12.14.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.14.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1116.6052198679429" y="269.8295021762991" width="224.36814082364435" height="62.61436488101708" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ww9QY_ZwQaubK1CLv5qLyA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ww9QY_ZwQaubK1CLv5qLyA~1', + 'type': 'Annotation', + 'title': 'Scholion 12.14.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.14.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1116.6052198679429" y="269.8295021762991" width="224.36814082364435" height="62.61436488101708" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-21T15:40:12.737Z'}], + 'modified': '2021-09-21T15:40:12.737Z', + 'created': '2021-09-21T15:40:12.737Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ob-9jUTrQr69ZsV7qsxuAQ', + 'type': 'Annotation', + 'title': 'Epigram 12.15', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.15/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.15', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="156.51426649111855" y="477.99238774204366" width="988.0041060430241" height="102.87244488083547" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ob-9jUTrQr69ZsV7qsxuAQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ob-9jUTrQr69ZsV7qsxuAQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.15', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.15/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.15', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="156.51426649111855" y="477.99238774204366" width="988.0041060430241" height="102.87244488083547" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-21T15:51:52.498Z'}], + 'modified': '2021-09-21T15:51:52.498Z', + 'created': '2021-09-21T15:51:52.498Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z_AEhER8SvW09SfnoDUDsg', + 'type': 'Annotation', + 'title': 'Scholion 12.15.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.15.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1120.1643043029446" y="444.1737090328529" width="212.6279474084538" height="82.18135390633483" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z_AEhER8SvW09SfnoDUDsg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Z_AEhER8SvW09SfnoDUDsg~1', + 'type': 'Annotation', + 'title': 'Scholion 12.15.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.15.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1120.1643043029446" y="444.1737090328529" width="212.6279474084538" height="82.18135390633483" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-21T15:52:57.159Z'}], + 'modified': '2021-09-21T15:52:57.159Z', + 'created': '2021-09-21T15:52:57.159Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OlpR8LnvT5-9Bt7Zw-pOPQ', + 'type': 'Annotation', + 'title': 'Epigram 12.16', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.16/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.16', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="152.65987036725699" y="555.1900149200868" width="1000.8631616531285" height="195.02901008658387" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/OlpR8LnvT5-9Bt7Zw-pOPQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/OlpR8LnvT5-9Bt7Zw-pOPQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.16', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.16/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.16', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="152.65987036725699" y="555.1900149200868" width="1000.8631616531285" height="195.02901008658387" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-21T16:00:03.820Z'}], + 'modified': '2021-09-21T16:00:03.820Z', + 'created': '2021-09-21T16:00:03.820Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZUjG7HlqSXaacpPodTx-8Q', + 'type': 'Annotation', + 'title': 'Scholion 12.16.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.16.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1134.9902153394105" y="534.1469989371179" width="153.92698033250053" height="62.61436488101708" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZUjG7HlqSXaacpPodTx-8Q', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZUjG7HlqSXaacpPodTx-8Q~1', + 'type': 'Annotation', + 'title': 'Scholion 12.16.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.16.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1134.9902153394105" y="534.1469989371179" width="153.92698033250053" height="62.61436488101708" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-21T16:01:03.612Z'}], + 'modified': '2021-09-21T16:01:03.612Z', + 'created': '2021-09-21T16:01:03.612Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/LNx60m-YSdWSz3mxwmNnbw', + 'type': 'Annotation', + 'title': 'Epigram 12.17', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/182832074', + 'label': 'Asclepiades', + 'value': 'Asclepiades'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/177026170', + 'label': 'Posidippus', + 'value': 'Posidippus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/159691974', + 'label': 'Anonyme', + 'value': 'Anonyme'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.17/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.17', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="147.31524222836654" y="734.0592810704911" width="1037.2971525484247" height="214.3175935017406" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/LNx60m-YSdWSz3mxwmNnbw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/LNx60m-YSdWSz3mxwmNnbw~1', + 'type': 'Annotation', + 'title': 'Epigram 12.17', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/182832074', + 'label': 'Asclepiades', + 'value': 'Asclepiades'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/177026170', + 'label': 'Posidippus', + 'value': 'Posidippus'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/159691974', + 'label': 'Anonyme', + 'value': 'Anonyme'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.17/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.17', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="147.31524222836654" y="734.0592810704911" width="1037.2971525484247" height="214.3175935017406" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:11:18.140Z'}], + 'modified': '2021-09-24T12:11:18.140Z', + 'created': '2021-09-24T12:11:18.140Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZoMIYBVCSW68K5onUfQA7w', + 'type': 'Annotation', + 'title': 'Scholion 12.17.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.17.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1119.429204819187" y="711.3525565824469" width="186.53862870802982" height="76.96349016625015" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZoMIYBVCSW68K5onUfQA7w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ZoMIYBVCSW68K5onUfQA7w~1', + 'type': 'Annotation', + 'title': 'Scholion 12.17.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.17.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1119.429204819187" y="711.3525565824469" width="186.53862870802982" height="76.96349016625015" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:12:20.585Z'}], + 'modified': '2021-09-24T12:12:20.585Z', + 'created': '2021-09-24T12:12:20.585Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ACZIu1l6QPStISs0Pwxjdg', + 'type': 'Annotation', + 'title': 'Epigram 12.18', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102378894', + 'label': 'Alpheus, Mytilenensis', + 'value': 'Alpheus, Mytilenensis'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.18/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.18', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="125.85218391443647" y="912.8739666420311" width="1041.5835044184591" height="297.90145496741934" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ACZIu1l6QPStISs0Pwxjdg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ACZIu1l6QPStISs0Pwxjdg~1', + 'type': 'Annotation', + 'title': 'Epigram 12.18', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102378894', + 'label': 'Alpheus, Mytilenensis', + 'value': 'Alpheus, Mytilenensis'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.18/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.18', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="125.85218391443647" y="912.8739666420311" width="1041.5835044184591" height="297.90145496741934" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:21:18.766Z'}], + 'modified': '2021-09-24T12:21:18.766Z', + 'created': '2021-09-24T12:21:18.766Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/WC_dfIwlRrqBqx-_gqtGDQ', + 'type': 'Annotation', + 'title': 'Scholion 12.18.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.18.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1119.0585848172448" y="904.6170483797308" width="247.52577319587613" height="106.51109028428618" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/WC_dfIwlRrqBqx-_gqtGDQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/WC_dfIwlRrqBqx-_gqtGDQ~1', + 'type': 'Annotation', + 'title': 'Scholion 12.18.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.18.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1119.0585848172448" y="904.6170483797308" width="247.52577319587613" height="106.51109028428618" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:23:14.406Z'}], + 'modified': '2021-09-24T12:23:14.406Z', + 'created': '2021-09-24T12:23:14.406Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Rbukqs63Sceod3ExMtapWw', + 'type': 'Annotation', + 'title': 'Epigram 12.19', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/159691974', + 'label': 'Anonyme', + 'value': 'Anonyme'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.19/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.19', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="145.39546974024802" y="1195.657797133042" width="1030.8676247433725" height="111.44514862090523" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Rbukqs63Sceod3ExMtapWw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Rbukqs63Sceod3ExMtapWw~1', + 'type': 'Annotation', + 'title': 'Epigram 12.19', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/159691974', + 'label': 'Anonyme', + 'value': 'Anonyme'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.19/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.19', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="145.39546974024802" y="1195.657797133042" width="1030.8676247433725" height="111.44514862090523" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:28:38.446Z'}], + 'modified': '2021-09-24T12:28:38.446Z', + 'created': '2021-09-24T12:28:38.446Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JDp-tPVLTt6Hrl97Jcmvfw', + 'type': 'Annotation', + 'title': 'Scholion 12.19.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.19.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1134.8551456617254" y="1176.024185132759" width="178.86047964627278" height="71.54419185850907" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/JDp-tPVLTt6Hrl97Jcmvfw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/JDp-tPVLTt6Hrl97Jcmvfw~1', + 'type': 'Annotation', + 'title': 'Scholion 12.19.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.19.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1134.8551456617254" y="1176.024185132759" width="178.86047964627278" height="71.54419185850907" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:29:45.350Z'}], + 'modified': '2021-09-24T12:29:45.350Z', + 'created': '2021-09-24T12:29:45.350Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Jq2YwWfsTcu_cXgzKJO_yA', + 'type': 'Annotation', + 'title': 'Epigram 5.215', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4340377-3', + 'label': 'Meleager', + 'value': 'Meleager'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:5.215/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc1:5.215', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="141.71508306380483" y="1269.0111716261306" width="1036.0092619817701" height="308.86136430461625" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Jq2YwWfsTcu_cXgzKJO_yA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Jq2YwWfsTcu_cXgzKJO_yA~1', + 'type': 'Annotation', + 'title': 'Epigram 5.215', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4340377-3', + 'label': 'Meleager', + 'value': 'Meleager'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:5.215/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc1:5.215', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="141.71508306380483" y="1269.0111716261306" width="1036.0092619817701" height="308.86136430461625" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:44:01.770Z'}], + 'modified': '2021-09-24T12:44:01.770Z', + 'created': '2021-09-24T12:44:01.770Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Y-ZMLxWDTLmV7aHIlN39sQ', + 'type': 'Annotation', + 'title': 'Scholion 5.215.1', + 'collection': 'diglit', + 'body': {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1126.653125585754" y="1254.2079155095057" width="228.0237425804437" height="87.00905966885352" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Y-ZMLxWDTLmV7aHIlN39sQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Y-ZMLxWDTLmV7aHIlN39sQ~1', + 'type': 'Annotation', + 'title': 'Scholion 5.215.1', + 'collection': 'diglit', + 'body': {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1126.653125585754" y="1254.2079155095057" width="228.0237425804437" height="87.00905966885352" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:45:26.040Z'}], + 'modified': '2021-09-24T12:45:26.040Z', + 'created': '2021-09-24T12:45:26.040Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/H3dyt87SRR20PCgsL7GsTw', + 'type': 'Annotation', + 'title': 'Epigram 12.20', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.20/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.20', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="155.5459520656629" y="1557.4817244105648" width="991.8862099382534" height="201.20111731843554" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/H3dyt87SRR20PCgsL7GsTw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/H3dyt87SRR20PCgsL7GsTw~1', + 'type': 'Annotation', + 'title': 'Epigram 12.20', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.20/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.20', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="155.5459520656629" y="1557.4817244105648" width="991.8862099382534" height="201.20111731843554" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:53:14.881Z'}], + 'modified': '2021-09-24T12:53:14.881Z', + 'created': '2021-09-24T12:53:14.881Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/LACQA4rhR5aWdAk9Q6wFmw', + 'type': 'Annotation', + 'title': 'Scholion 12.20.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.20.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1138.7150303193669" y="1514.9752234967352" width="245.19002068252303" height="108.62849017580152" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/LACQA4rhR5aWdAk9Q6wFmw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/LACQA4rhR5aWdAk9Q6wFmw~1', + 'type': 'Annotation', + 'title': 'Scholion 12.20.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.20.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1138.7150303193669" y="1514.9752234967352" width="245.19002068252303" height="108.62849017580152" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T12:55:23.529Z'}], + 'modified': '2021-09-24T12:55:23.529Z', + 'created': '2021-09-24T12:55:23.529Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ASRJNO5GREC34XSKZJKbPA', + 'type': 'Annotation', + 'title': 'Epigram 12.21 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.21/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.21', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="150.14099705436047" y="1726.9393239562144" width="1013.7222172632328" height="96.44291707578304" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/ASRJNO5GREC34XSKZJKbPA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/ASRJNO5GREC34XSKZJKbPA~1', + 'type': 'Annotation', + 'title': 'Epigram 12.21 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.21/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.21', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="150.14099705436047" y="1726.9393239562144" width="1013.7222172632328" height="96.44291707578304" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T13:01:21.389Z'}], + 'modified': '2021-09-24T13:01:21.389Z', + 'created': '2021-09-24T13:01:21.389Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/BYT62eRFTsKOLX6P45yL8w', + 'type': 'Annotation', + 'title': 'Scholion 12.21.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.21.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1151.1238619579876" y="1702.5606893653528" width="211.3234814734326" height="80.87688797131364" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/BYT62eRFTsKOLX6P45yL8w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/BYT62eRFTsKOLX6P45yL8w~1', + 'type': 'Annotation', + 'title': 'Scholion 12.21.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.21.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0597/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1545">\n <rect x="1151.1238619579876" y="1702.5606893653528" width="211.3234814734326" height="80.87688797131364" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T13:02:17.065Z'}], + 'modified': '2021-09-24T13:02:17.065Z', + 'created': '2021-09-24T13:02:17.065Z'}], + '0598': [{'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/LcFHm5p8SuiYT-JD-9gSRg', + 'type': 'Annotation', + 'title': 'Epigram 12.21 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.21/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.21', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="402.43856952044877" y="240.84342537082716" width="1009.5123062898815" height="310.20054694621695" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/LcFHm5p8SuiYT-JD-9gSRg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/LcFHm5p8SuiYT-JD-9gSRg~1', + 'type': 'Annotation', + 'title': 'Epigram 12.21 (part 2/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240674X', + 'label': 'Straton, Sardianus', + 'value': 'Straton, Sardianus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.21/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.21', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="402.43856952044877" y="240.84342537082716" width="1009.5123062898815" height="310.20054694621695" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-24T13:05:17.302Z'}], + 'modified': '2021-09-24T13:05:17.302Z', + 'created': '2021-09-24T13:05:17.302Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fB2a2oIFRjSISL5HfHuLag', + 'type': 'Annotation', + 'title': 'Epigram 12.22', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240559X', + 'label': 'Scythinus, Teius', + 'value': 'Scythinus, Teius'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.22/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.22', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="360.21724798455256" y="481.73873138474283" width="998.9215335005374" height="412.83052669294165" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/fB2a2oIFRjSISL5HfHuLag', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/fB2a2oIFRjSISL5HfHuLag~1', + 'type': 'Annotation', + 'title': 'Epigram 12.22', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/10240559X', + 'label': 'Scythinus, Teius', + 'value': 'Scythinus, Teius'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.22/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.22', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="360.21724798455256" y="481.73873138474283" width="998.9215335005374" height="412.83052669294165" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T12:20:42.002Z'}], + 'modified': '2021-09-27T12:20:42.002Z', + 'created': '2021-09-27T12:20:42.002Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/XOnnOsXwQEm65nWSF0xeyg', + 'type': 'Annotation', + 'title': 'Scholion 12.22.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.22.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="212.28945180938723" y="490.66562429123996" width="158.28735220351138" height="83.42171264779654" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/XOnnOsXwQEm65nWSF0xeyg', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/XOnnOsXwQEm65nWSF0xeyg~1', + 'type': 'Annotation', + 'title': 'Scholion 12.22.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.22.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="212.28945180938723" y="490.66562429123996" width="158.28735220351138" height="83.42171264779654" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T12:21:43.722Z'}], + 'modified': '2021-09-27T12:21:43.722Z', + 'created': '2021-09-27T12:21:43.722Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/XdHrsRknTaWhhjAGzF01KA', + 'type': 'Annotation', + 'title': 'Epigram 12.23', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4340377-3', + 'label': 'Meleager', + 'value': 'Meleager'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.23/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.23', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="362.2207291293442" y="847.7511957709963" width="973.2533142242926" height="243.84808312432813" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/XdHrsRknTaWhhjAGzF01KA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/XdHrsRknTaWhhjAGzF01KA~1', + 'type': 'Annotation', + 'title': 'Epigram 12.23', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4340377-3', + 'label': 'Meleager', + 'value': 'Meleager'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.23/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.23', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="362.2207291293442" y="847.7511957709963" width="973.2533142242926" height="243.84808312432813" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T12:26:05.376Z'}], + 'modified': '2021-09-27T12:26:05.376Z', + 'created': '2021-09-27T12:26:05.376Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/acdeLoVCTn6NrAkJTCia1w', + 'type': 'Annotation', + 'title': 'Scholion 12.23.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.23.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="166.35332349468706" y="828.7333408806992" width="199.1174734356553" height="95.15348288075563" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/acdeLoVCTn6NrAkJTCia1w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/acdeLoVCTn6NrAkJTCia1w~1', + 'type': 'Annotation', + 'title': 'Scholion 12.23.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.23.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="166.35332349468706" y="828.7333408806992" width="199.1174734356553" height="95.15348288075563" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T12:27:26.617Z'}], + 'modified': '2021-09-27T12:27:26.617Z', + 'created': '2021-09-27T12:27:26.617Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/VBT2Wce-TUSbhH6z1mC3lQ', + 'type': 'Annotation', + 'title': 'Epigram 12.24', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/100510744', + 'label': 'Laurea, Tullius', + 'value': 'Laurea, Tullius'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.24/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.24', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="355.9619616624864" y="1032.7591642410785" width="988.2264421354357" height="421.38659978502324" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/VBT2Wce-TUSbhH6z1mC3lQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/VBT2Wce-TUSbhH6z1mC3lQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.24', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/100510744', + 'label': 'Laurea, Tullius', + 'value': 'Laurea, Tullius'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.24/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.24', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="355.9619616624864" y="1032.7591642410785" width="988.2264421354357" height="421.38659978502324" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T12:31:30.860Z'}], + 'modified': '2021-09-27T12:31:30.860Z', + 'created': '2021-09-27T12:31:30.860Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ik2shnjhTG--Q-SjJmeBPA', + 'type': 'Annotation', + 'title': 'Scholion 12.24.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.24.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="199.28370561866282" y="1032.9898237001319" width="162.53523846302383" height="84.14944970071451" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ik2shnjhTG--Q-SjJmeBPA', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/Ik2shnjhTG--Q-SjJmeBPA~1', + 'type': 'Annotation', + 'title': 'Scholion 12.24.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.24.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="199.28370561866282" y="1032.9898237001319" width="162.53523846302383" height="84.14944970071451" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T12:32:51.292Z'}], + 'modified': '2021-09-27T12:32:51.292Z', + 'created': '2021-09-27T12:32:51.292Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/PmU41QtYRVqfWEVMSp0iSw', + 'type': 'Annotation', + 'title': 'Epigram 12.25', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102406618', + 'label': 'Statyllius, Flaccus', + 'value': 'Statyllius, Flaccus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.25/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.25', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="351.4293819419563" y="1394.2254451439808" width="1005.3385883195988" height="337.9648871372269" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/PmU41QtYRVqfWEVMSp0iSw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/PmU41QtYRVqfWEVMSp0iSw~1', + 'type': 'Annotation', + 'title': 'Epigram 12.25', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102406618', + 'label': 'Statyllius, Flaccus', + 'value': 'Statyllius, Flaccus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.25/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.25', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="351.4293819419563" y="1394.2254451439808" width="1005.3385883195988" height="337.9648871372269" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T12:38:22.875Z'}], + 'modified': '2021-09-27T12:38:22.875Z', + 'created': '2021-09-27T12:38:22.875Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/T2hHMZgRR6u-2eu4PZR9_w', + 'type': 'Annotation', + 'title': 'Scholion 12.25.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.25.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="156.00618956351178" y="1376.0245708113553" width="215.56091909635074" height="101.44043251592984" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/T2hHMZgRR6u-2eu4PZR9_w', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/T2hHMZgRR6u-2eu4PZR9_w~1', + 'type': 'Annotation', + 'title': 'Scholion 12.25.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.25.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="156.00618956351178" y="1376.0245708113553" width="215.56091909635074" height="101.44043251592984" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T12:39:51.787Z'}], + 'modified': '2021-09-27T12:39:51.787Z', + 'created': '2021-09-27T12:39:51.787Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HbDpPGaBSKKehiH4le0ZrQ', + 'type': 'Annotation', + 'title': 'Epigram 12.26 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102406618', + 'label': 'Statyllius, Flaccus', + 'value': 'Statyllius, Flaccus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.26/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.26', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="340.5441086186542" y="1648.9985626546782" width="965.6316410861864" height="130.3955135773317" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/HbDpPGaBSKKehiH4le0ZrQ', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/HbDpPGaBSKKehiH4le0ZrQ~1', + 'type': 'Annotation', + 'title': 'Epigram 12.26 (part 1/2)', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/300905742', + 'label': 'Epigramm', + 'value': 'Epigramm'}, + {'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/102406618', + 'label': 'Statyllius, Flaccus', + 'value': 'Statyllius, Flaccus'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg7000.tlg001.ag:12.26/', + 'value': 'Anthologia Graeca Project'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'http://data.perseus.org/citations/urn:cts:greekLit:tlg7000.tlg001.perseus-grc4:12.26', + 'value': 'Perseus'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="340.5441086186542" y="1648.9985626546782" width="965.6316410861864" height="130.3955135773317" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T13:04:58.173Z'}], + 'modified': '2021-09-27T13:04:58.173Z', + 'created': '2021-09-27T13:04:58.173Z'}, + {'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NIh0-D5KSdK3irsQN33xLw', + 'type': 'Annotation', + 'title': 'Scholion 12.26.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.26.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="189.2994981179423" y="1644.2174731269179" width="137.82685069008792" height="68.91342534504406" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'hasVersion': [{'versionOf': 'https://anno.ub.uni-heidelberg.de/anno/anno/NIh0-D5KSdK3irsQN33xLw', + 'id': 'https://anno.ub.uni-heidelberg.de/anno/anno/NIh0-D5KSdK3irsQN33xLw~1', + 'type': 'Annotation', + 'title': 'Scholion 12.26.1', + 'collection': 'diglit', + 'body': [{'purpose': 'classifying', + 'source': 'https://d-nb.info/gnd/4193282-1', + 'label': 'Scholion', + 'value': 'Scholion'}, + {'purpose': 'linking', + 'predicate': 'http://www.w3.org/2000/01/rdf-schema#seeAlso', + 'source': 'https://anthologiagraeca.org/passages/urn:cts:greekLit:tlg5011.tlg001.sag:12.26.1/', + 'value': 'Anthologia Graeca Project'}], + 'target': {'scope': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598', + 'source': 'https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0598/_image', + 'selector': {'type': 'SvgSelector', + 'value': '<?xml version="1.0" encoding="UTF-8" ?>\n<svg xmlns="http://www.w3.org/2000/svg" version="1.1"\n width="1532">\n <rect x="189.2994981179423" y="1644.2174731269179" width="137.82685069008792" height="68.91342534504406" />\n</svg>'}}, + 'rights': 'https://creativecommons.org/licenses/by/4.0/', + 'creator': {'displayName': 'Luiz Eudásio Capelo Barroso Silva', + 'id': 'p1219696@umontreal.ca'}, + 'created': '2021-09-27T13:06:19.432Z'}], + 'modified': '2021-09-27T13:06:19.432Z', + 'created': '2021-09-27T13:06:19.432Z'}]}</code></pre> +</div> +</div> +</body> +</html> -- GitLab