Skip to main content

Manuscript Annotation API

We will shortly describe the API developped by the Palatine Library of Heidelberg regarding the annotation of the manuscript.

All the annotations can be retrieved as follows:

The manuscript has 649 pages. If one wants all the annotation a should be 0 and b 648.

It is only the Codex Palatinus 23 and not the Sup Graec 384!

Indeed, the Palatine Library of Heidelberg contains the first 13 books of the Palatine Anthology (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 Parisinus Supplementum Graecum 384.

Let us look just at some annotations:

def getAnnotations(a,b):
result = {}

for page in range(a,b):

page = "{:04d}".format(page)
url = 'https://anno.ub.uni-heidelberg.de/anno/anno?$regex=true&$target=https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/'+page
r = requests.get(url)

data = r.json()
result[page] = []

if data['total'] > 0:
for item in data['first']['items']:
result[page].append(item)


return result
getAnnotations(590,599)
Results
Short results
{'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',
Full results
{'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'}]}