@internetarchive/bookreader 5.0.0-94 → 5.0.0-96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BookReader/BookReader.js +1 -1
- package/BookReader/hypothesis/LICENSE +50 -0
- package/BookReader/hypothesis/README.md +55 -0
- package/BookReader/hypothesis/build/boot.js +1 -0
- package/BookReader/hypothesis/build/manifest.json +20 -0
- package/BookReader/hypothesis/build/scripts/annotator.bundle.js +184 -0
- package/BookReader/hypothesis/build/scripts/annotator.bundle.js.map +1 -0
- package/BookReader/hypothesis/build/scripts/sidebar.bundle.js +798 -0
- package/BookReader/hypothesis/build/scripts/sidebar.bundle.js.map +1 -0
- package/BookReader/hypothesis/build/scripts/ui-playground.bundle.js +711 -0
- package/BookReader/hypothesis/build/scripts/ui-playground.bundle.js.map +1 -0
- package/BookReader/hypothesis/build/styles/annotator.css +2235 -0
- package/BookReader/hypothesis/build/styles/annotator.css.map +1 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/BookReader/hypothesis/build/styles/highlights.css +2 -0
- package/BookReader/hypothesis/build/styles/highlights.css.map +1 -0
- package/BookReader/hypothesis/build/styles/katex.min.css +2 -0
- package/BookReader/hypothesis/build/styles/katex.min.css.map +1 -0
- package/BookReader/hypothesis/build/styles/pdfjs-overrides.css +2 -0
- package/BookReader/hypothesis/build/styles/pdfjs-overrides.css.map +1 -0
- package/BookReader/hypothesis/build/styles/sidebar.css +2731 -0
- package/BookReader/hypothesis/build/styles/sidebar.css.map +1 -0
- package/BookReader/hypothesis/build/styles/ui-playground.css +2659 -0
- package/BookReader/hypothesis/build/styles/ui-playground.css.map +1 -0
- package/BookReader/hypothesis/package.json +126 -0
- package/README.md +0 -2
- package/package.json +6 -1
- package/.eslintrc.cjs +0 -51
- package/.gitattributes +0 -2
- package/.github/ISSUE_TEMPLATE/bug.md +0 -32
- package/.github/ISSUE_TEMPLATE/feature-request.md +0 -30
- package/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -15
- package/.github/workflows/node.js.yml +0 -102
- package/.github/workflows/npm-publish.yml +0 -33
- package/.testcaferc.cjs +0 -10
- package/BookReaderDemo/BookReaderDemo.css +0 -40
- package/BookReaderDemo/BookReaderJSAdvanced.js +0 -112
- package/BookReaderDemo/BookReaderJSSimple.js +0 -56
- package/BookReaderDemo/IADemoBr.js +0 -149
- package/BookReaderDemo/assets/v5/Bookreader-logo-cool-grad.svg +0 -1
- package/BookReaderDemo/assets/v5/Bookreader-logo-flat.svg +0 -1
- package/BookReaderDemo/assets/v5/Bookreader-logo-hex-cool-grad.png +0 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-hex-flat.png +0 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-lines.png +0 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-lines.svg +0 -1
- package/BookReaderDemo/assets/v5/Bookreader-logo-warm.svg +0 -1
- package/BookReaderDemo/assets/v5/bookreader-logo-renders@1x.png +0 -0
- package/BookReaderDemo/assets/v5/bookreader-logo-renders@2x.png +0 -0
- package/BookReaderDemo/assets/v5/bookreader-v5-screenshot.png +0 -0
- package/BookReaderDemo/demo-advanced.html +0 -33
- package/BookReaderDemo/demo-embed-iframe-src.html +0 -85
- package/BookReaderDemo/demo-embed.html +0 -26
- package/BookReaderDemo/demo-fullscreen-mobile.html +0 -34
- package/BookReaderDemo/demo-fullscreen.html +0 -31
- package/BookReaderDemo/demo-iiif.html +0 -121
- package/BookReaderDemo/demo-internetarchive.html +0 -271
- package/BookReaderDemo/demo-multiple.html +0 -44
- package/BookReaderDemo/demo-preview-pages.html +0 -1093
- package/BookReaderDemo/demo-simple.html +0 -35
- package/BookReaderDemo/demo-vendor-fullscreen.html +0 -34
- package/BookReaderDemo/ia-multiple-volumes-manifest.js +0 -169
- package/BookReaderDemo/immersion-1up.html +0 -64
- package/BookReaderDemo/immersion-mode.html +0 -33
- package/BookReaderDemo/toggle_controls.html +0 -54
- package/BookReaderDemo/view_mode.html +0 -40
- package/BookReaderDemo/viewmode-cycle.html +0 -40
- package/CHANGELOG.md +0 -1080
- package/CONTRIBUTING.md +0 -7
- package/babel.config.cjs +0 -20
- package/codecov.yml +0 -23
- package/index.html +0 -34
- package/netlify.toml +0 -9
- package/renovate.json +0 -52
- package/screenshot.png +0 -0
- package/scripts/postversion.js +0 -11
- package/scripts/preversion.js +0 -15
- package/scripts/version.js +0 -27
- package/tests/e2e/README.md +0 -112
- package/tests/e2e/autoplay.test.js +0 -16
- package/tests/e2e/base.test.js +0 -27
- package/tests/e2e/helpers/base.js +0 -263
- package/tests/e2e/helpers/debug.js +0 -13
- package/tests/e2e/helpers/mockSearch.js +0 -90
- package/tests/e2e/helpers/params.js +0 -17
- package/tests/e2e/helpers/rightToLeft.js +0 -23
- package/tests/e2e/helpers/search.js +0 -73
- package/tests/e2e/models/BookReader.js +0 -11
- package/tests/e2e/models/Navigation.js +0 -39
- package/tests/e2e/rightToLeft.test.js +0 -19
- package/tests/e2e/viewmode.test.js +0 -44
- package/tests/jest/BookNavigator/book-navigator.test.js +0 -653
- package/tests/jest/BookNavigator/bookmarks/bookmark-button.test.js +0 -43
- package/tests/jest/BookNavigator/bookmarks/bookmark-edit.test.js +0 -132
- package/tests/jest/BookNavigator/bookmarks/bookmarks-list.test.js +0 -221
- package/tests/jest/BookNavigator/bookmarks/ia-bookmarks.test.js +0 -45
- package/tests/jest/BookNavigator/downloads/downloads-provider.test.js +0 -67
- package/tests/jest/BookNavigator/downloads/downloads.test.js +0 -53
- package/tests/jest/BookNavigator/search/search-provider.test.js +0 -179
- package/tests/jest/BookNavigator/search/search-results.test.js +0 -289
- package/tests/jest/BookNavigator/sharing/sharing-provider.test.js +0 -49
- package/tests/jest/BookNavigator/viewable-files/viewable-files-provider.test.js +0 -80
- package/tests/jest/BookNavigator/visual-adjustments.test.js +0 -200
- package/tests/jest/BookReader/BookModel.test.js +0 -372
- package/tests/jest/BookReader/BookReaderPublicFunctions.test.js +0 -263
- package/tests/jest/BookReader/ImageCache.test.js +0 -150
- package/tests/jest/BookReader/Mode1UpLit.test.js +0 -73
- package/tests/jest/BookReader/Mode2Up.test.js +0 -98
- package/tests/jest/BookReader/Mode2UpLit.test.js +0 -190
- package/tests/jest/BookReader/ModeCoordinateSpace.test.js +0 -16
- package/tests/jest/BookReader/ModeSmoothZoom.test.js +0 -218
- package/tests/jest/BookReader/ModeThumb.test.js +0 -71
- package/tests/jest/BookReader/Navbar/Navbar.test.js +0 -182
- package/tests/jest/BookReader/PageContainer.test.js +0 -249
- package/tests/jest/BookReader/ReduceSet.test.js +0 -38
- package/tests/jest/BookReader/Toolbar/Toolbar.test.js +0 -26
- package/tests/jest/BookReader/utils/HTMLDimensionsCacher.test.js +0 -59
- package/tests/jest/BookReader/utils/ScrollClassAdder.test.js +0 -49
- package/tests/jest/BookReader/utils/SelectionObserver.test.js +0 -57
- package/tests/jest/BookReader/utils/classes.test.js +0 -88
- package/tests/jest/BookReader/utils.test.js +0 -250
- package/tests/jest/BookReader.keyboard.test.js +0 -190
- package/tests/jest/BookReader.options.test.js +0 -47
- package/tests/jest/BookReader.test.js +0 -316
- package/tests/jest/plugins/plugin.archive_analytics.test.js +0 -20
- package/tests/jest/plugins/plugin.autoplay.test.js +0 -35
- package/tests/jest/plugins/plugin.chapters.test.js +0 -193
- package/tests/jest/plugins/plugin.iframe.test.js +0 -42
- package/tests/jest/plugins/plugin.resume.test.js +0 -85
- package/tests/jest/plugins/plugin.text_selection.test.js +0 -447
- package/tests/jest/plugins/plugin.vendor-fullscreen.test.js +0 -65
- package/tests/jest/plugins/search/plugin.search.test.js +0 -120
- package/tests/jest/plugins/search/plugin.search.view.test.js +0 -131
- package/tests/jest/plugins/search/utils.js +0 -25
- package/tests/jest/plugins/search/utils.test.js +0 -29
- package/tests/jest/plugins/tts/AbstractTTSEngine.test.js +0 -173
- package/tests/jest/plugins/tts/FestivalTTSEngine.test.js +0 -59
- package/tests/jest/plugins/tts/PageChunk.test.js +0 -57
- package/tests/jest/plugins/tts/PageChunkIterator.test.js +0 -179
- package/tests/jest/plugins/tts/WebTTSEngine.test.js +0 -178
- package/tests/jest/plugins/tts/utils.test.js +0 -74
- package/tests/jest/plugins/url/UrlPlugin.test.js +0 -198
- package/tests/jest/plugins/url/plugin.url.test.js +0 -168
- package/tests/jest/setup.js +0 -3
- package/tests/jest/util/browserSniffing.test.js +0 -62
- package/tests/jest/util/docCookies.test.js +0 -24
- package/tests/jest/util/strings.test.js +0 -63
- package/tests/jest/utils.js +0 -83
- package/webpack.config.js +0 -97
@@ -1,1093 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
|
4
|
-
<head>
|
5
|
-
<title>bookreader preview pages demo</title>
|
6
|
-
|
7
|
-
<meta name="viewport" content=widthdevicewidth initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
8
|
-
<meta name="apple-mobile-web-app-capable" content="yes">
|
9
|
-
|
10
|
-
<!-- JS dependencies -->
|
11
|
-
<script src="../BookReader/webcomponents-bundle.js"></script>
|
12
|
-
<script src="../BookReader/jquery-3.js"></script>
|
13
|
-
|
14
|
-
|
15
|
-
<!-- BookReader and plugins -->
|
16
|
-
<link rel="stylesheet" href="../BookReader/BookReader.css" />
|
17
|
-
<script src="../BookReader/BookReader.js"></script>
|
18
|
-
|
19
|
-
<!-- Custom CSS overrides -->
|
20
|
-
<link rel="stylesheet" href="BookReaderDemo.css" />
|
21
|
-
</head>
|
22
|
-
|
23
|
-
<body>
|
24
|
-
<div id="BookReader">
|
25
|
-
Internet Archive BookReader Demo<br />
|
26
|
-
<noscript>
|
27
|
-
<p>
|
28
|
-
The BookReader requires JavaScript to be enabled. Please check that your browser supports JavaScript and
|
29
|
-
that it is enabled in the browser settings. You can also try one of the <a
|
30
|
-
href="https://archive.org/details/goodytwoshoes00newyiala"> other formats of the book</a>.
|
31
|
-
</p>
|
32
|
-
</noscript>
|
33
|
-
</div>
|
34
|
-
<script type="text/javascript" src="BookReaderJSSimple.js"></script>
|
35
|
-
<script>
|
36
|
-
instantiateBookReader('#BookReader', {
|
37
|
-
data: [
|
38
|
-
[
|
39
|
-
{ "pageType": "Cover", "leafNum": 1, "width": 1746, "height": 2900, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0001.jp2&reduce=2&ext=jpg", }
|
40
|
-
],
|
41
|
-
[
|
42
|
-
{ "pageType": "Normal", "leafNum": 2, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0002.jp2&reduce=2&ext=jpg", },
|
43
|
-
{ "pageType": "Normal", "leafNum": 3, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0003.jp2&reduce=2&ext=jpg", }
|
44
|
-
],
|
45
|
-
[
|
46
|
-
{ "viewable": false, "pageType": "Normal", "leafNum": 4, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0004.jp2&ext=jpg", },
|
47
|
-
{ "viewable": false, "pageType": "Normal", "leafNum": 5, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0005.jp2&ext=jpg", }
|
48
|
-
],
|
49
|
-
[
|
50
|
-
{ "viewable": false, "pageType": "Normal", "leafNum": 6, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0006.jp2&ext=jpg", },
|
51
|
-
{ "viewable": false, "pageType": "Title Page", "leafNum": 7, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0007.jp2&ext=jpg", }
|
52
|
-
],
|
53
|
-
[
|
54
|
-
{ "viewable": false, "pageType": "Copyright", "leafNum": 8, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0008.jp2&ext=jpg", },
|
55
|
-
{ "viewable": false, "pageType": "Contents", "leafNum": 9, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0009.jp2&ext=jpg", }
|
56
|
-
],
|
57
|
-
[
|
58
|
-
{ "viewable": false, "pageType": "Normal", "leafNum": 10, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0010.jp2&ext=jpg", },
|
59
|
-
{ "viewable": false, "pageType": "Normal", "leafNum": 11, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0011.jp2&ext=jpg", }
|
60
|
-
],
|
61
|
-
[
|
62
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": "viii", "leafNum": 12, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0012.jp2&ext=jpg", },
|
63
|
-
{ "viewable": false, "pageType": "Normal", "leafNum": 13, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0013.jp2&ext=jpg", }
|
64
|
-
],
|
65
|
-
[
|
66
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 2, "leafNum": 14, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0014.jp2&ext=jpg", },
|
67
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 3, "leafNum": 15, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0015.jp2&ext=jpg", }
|
68
|
-
],
|
69
|
-
[
|
70
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 4, "leafNum": 16, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0016.jp2&ext=jpg", },
|
71
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 5, "leafNum": 17, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0017.jp2&ext=jpg", }
|
72
|
-
],
|
73
|
-
[
|
74
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 6, "leafNum": 18, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0018.jp2&ext=jpg", },
|
75
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 7, "leafNum": 19, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0019.jp2&ext=jpg", }
|
76
|
-
],
|
77
|
-
[
|
78
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 8, "leafNum": 20, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0020.jp2&ext=jpg", },
|
79
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 9, "leafNum": 21, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0021.jp2&ext=jpg", }
|
80
|
-
],
|
81
|
-
[
|
82
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 10, "leafNum": 22, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0022.jp2&ext=jpg", },
|
83
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 11, "leafNum": 23, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0023.jp2&ext=jpg", }
|
84
|
-
],
|
85
|
-
[
|
86
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 12, "leafNum": 24, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0024.jp2&ext=jpg", },
|
87
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 13, "leafNum": 25, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0025.jp2&ext=jpg", }
|
88
|
-
],
|
89
|
-
[
|
90
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 14, "leafNum": 26, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0026.jp2&ext=jpg", },
|
91
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 15, "leafNum": 27, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0027.jp2&ext=jpg", }
|
92
|
-
],
|
93
|
-
[
|
94
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 16, "leafNum": 28, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0028.jp2&ext=jpg", },
|
95
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 17, "leafNum": 29, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0029.jp2&ext=jpg", }
|
96
|
-
],
|
97
|
-
[
|
98
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 18, "leafNum": 30, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0030.jp2&ext=jpg", },
|
99
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 19, "leafNum": 31, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0031.jp2&ext=jpg", }
|
100
|
-
],
|
101
|
-
[
|
102
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 20, "leafNum": 32, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0032.jp2&ext=jpg", },
|
103
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 21, "leafNum": 33, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0033.jp2&ext=jpg", }
|
104
|
-
],
|
105
|
-
[
|
106
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 22, "leafNum": 34, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0034.jp2&ext=jpg", },
|
107
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 23, "leafNum": 35, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0035.jp2&ext=jpg", }
|
108
|
-
],
|
109
|
-
[
|
110
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 24, "leafNum": 36, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0036.jp2&ext=jpg", },
|
111
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 25, "leafNum": 37, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0037.jp2&ext=jpg", }
|
112
|
-
],
|
113
|
-
[
|
114
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 26, "leafNum": 38, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0038.jp2&ext=jpg", },
|
115
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 27, "leafNum": 39, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0039.jp2&ext=jpg", }
|
116
|
-
],
|
117
|
-
[
|
118
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 28, "leafNum": 40, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0040.jp2&ext=jpg", },
|
119
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 29, "leafNum": 41, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0041.jp2&ext=jpg", }
|
120
|
-
],
|
121
|
-
[
|
122
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 30, "leafNum": 42, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0042.jp2&ext=jpg", },
|
123
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 31, "leafNum": 43, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0043.jp2&ext=jpg", }
|
124
|
-
],
|
125
|
-
[
|
126
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 32, "leafNum": 44, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0044.jp2&ext=jpg", },
|
127
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 33, "leafNum": 45, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0045.jp2&ext=jpg", }
|
128
|
-
],
|
129
|
-
[
|
130
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 34, "leafNum": 46, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0046.jp2&ext=jpg", },
|
131
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 35, "leafNum": 47, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0047.jp2&ext=jpg", }
|
132
|
-
],
|
133
|
-
[
|
134
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 36, "leafNum": 48, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0048.jp2&ext=jpg", },
|
135
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 37, "leafNum": 49, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0049.jp2&ext=jpg", }
|
136
|
-
],
|
137
|
-
[
|
138
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 38, "leafNum": 50, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0050.jp2&ext=jpg", },
|
139
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 39, "leafNum": 51, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0051.jp2&ext=jpg", }
|
140
|
-
],
|
141
|
-
[
|
142
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 40, "leafNum": 52, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0052.jp2&ext=jpg", },
|
143
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 41, "leafNum": 53, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0053.jp2&ext=jpg", }
|
144
|
-
],
|
145
|
-
[
|
146
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 42, "leafNum": 54, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0054.jp2&ext=jpg", },
|
147
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 43, "leafNum": 55, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0055.jp2&ext=jpg", }
|
148
|
-
],
|
149
|
-
[
|
150
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 44, "leafNum": 56, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0056.jp2&ext=jpg", },
|
151
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 45, "leafNum": 57, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0057.jp2&ext=jpg", }
|
152
|
-
],
|
153
|
-
[
|
154
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 46, "leafNum": 58, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0058.jp2&ext=jpg", },
|
155
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 47, "leafNum": 59, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0059.jp2&ext=jpg", }
|
156
|
-
],
|
157
|
-
[
|
158
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 48, "leafNum": 60, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0060.jp2&ext=jpg", },
|
159
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 49, "leafNum": 61, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0061.jp2&ext=jpg", }
|
160
|
-
],
|
161
|
-
[
|
162
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 50, "leafNum": 62, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0062.jp2&ext=jpg", },
|
163
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 51, "leafNum": 63, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0063.jp2&ext=jpg", }
|
164
|
-
],
|
165
|
-
[
|
166
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 52, "leafNum": 64, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0064.jp2&ext=jpg", },
|
167
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 53, "leafNum": 65, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0065.jp2&ext=jpg", }
|
168
|
-
],
|
169
|
-
[
|
170
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 54, "leafNum": 66, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0066.jp2&ext=jpg", },
|
171
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 55, "leafNum": 67, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0067.jp2&ext=jpg", }
|
172
|
-
],
|
173
|
-
[
|
174
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 56, "leafNum": 68, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0068.jp2&ext=jpg", },
|
175
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 57, "leafNum": 69, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0069.jp2&ext=jpg", }
|
176
|
-
],
|
177
|
-
[
|
178
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 58, "leafNum": 70, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0070.jp2&ext=jpg", },
|
179
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 59, "leafNum": 71, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0071.jp2&ext=jpg", }
|
180
|
-
],
|
181
|
-
[
|
182
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 60, "leafNum": 72, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0072.jp2&ext=jpg", },
|
183
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 61, "leafNum": 73, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0073.jp2&ext=jpg", }
|
184
|
-
],
|
185
|
-
[
|
186
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 62, "leafNum": 74, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0074.jp2&ext=jpg", },
|
187
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 63, "leafNum": 75, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0075.jp2&ext=jpg", }
|
188
|
-
],
|
189
|
-
[
|
190
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 64, "leafNum": 76, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0076.jp2&ext=jpg", },
|
191
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 65, "leafNum": 77, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0077.jp2&ext=jpg", }
|
192
|
-
],
|
193
|
-
[
|
194
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 66, "leafNum": 78, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0078.jp2&ext=jpg", },
|
195
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 67, "leafNum": 79, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0079.jp2&ext=jpg", }
|
196
|
-
],
|
197
|
-
[
|
198
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 68, "leafNum": 80, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0080.jp2&ext=jpg", },
|
199
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 69, "leafNum": 81, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0081.jp2&ext=jpg", }
|
200
|
-
],
|
201
|
-
[
|
202
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 70, "leafNum": 82, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0082.jp2&ext=jpg", },
|
203
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 71, "leafNum": 83, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0083.jp2&ext=jpg", }
|
204
|
-
],
|
205
|
-
[
|
206
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 72, "leafNum": 84, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0084.jp2&ext=jpg", },
|
207
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 73, "leafNum": 85, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0085.jp2&ext=jpg", }
|
208
|
-
],
|
209
|
-
[
|
210
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 74, "leafNum": 86, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0086.jp2&ext=jpg", },
|
211
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 75, "leafNum": 87, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0087.jp2&ext=jpg", }
|
212
|
-
],
|
213
|
-
[
|
214
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 76, "leafNum": 88, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0088.jp2&ext=jpg", },
|
215
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 77, "leafNum": 89, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0089.jp2&ext=jpg", }
|
216
|
-
],
|
217
|
-
[
|
218
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 78, "leafNum": 90, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0090.jp2&ext=jpg", },
|
219
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 79, "leafNum": 91, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0091.jp2&ext=jpg", }
|
220
|
-
],
|
221
|
-
[
|
222
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 80, "leafNum": 92, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0092.jp2&ext=jpg", },
|
223
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 81, "leafNum": 93, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0093.jp2&ext=jpg", }
|
224
|
-
],
|
225
|
-
[
|
226
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 82, "leafNum": 94, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0094.jp2&ext=jpg", },
|
227
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 83, "leafNum": 95, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0095.jp2&ext=jpg", }
|
228
|
-
],
|
229
|
-
[
|
230
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 84, "leafNum": 96, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0096.jp2&ext=jpg", },
|
231
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 85, "leafNum": 97, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0097.jp2&ext=jpg", }
|
232
|
-
],
|
233
|
-
[
|
234
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 86, "leafNum": 98, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0098.jp2&ext=jpg", },
|
235
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 87, "leafNum": 99, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0099.jp2&ext=jpg", }
|
236
|
-
],
|
237
|
-
[
|
238
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 88, "leafNum": 100, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0100.jp2&ext=jpg", },
|
239
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 89, "leafNum": 101, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0101.jp2&ext=jpg", }
|
240
|
-
],
|
241
|
-
[
|
242
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 90, "leafNum": 102, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0102.jp2&ext=jpg", },
|
243
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 91, "leafNum": 103, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0103.jp2&ext=jpg", }
|
244
|
-
],
|
245
|
-
[
|
246
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 92, "leafNum": 104, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0104.jp2&ext=jpg", },
|
247
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 93, "leafNum": 105, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0105.jp2&ext=jpg", }
|
248
|
-
],
|
249
|
-
[
|
250
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 94, "leafNum": 106, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0106.jp2&ext=jpg", },
|
251
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 95, "leafNum": 107, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0107.jp2&ext=jpg", }
|
252
|
-
],
|
253
|
-
[
|
254
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 96, "leafNum": 108, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0108.jp2&ext=jpg", },
|
255
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 97, "leafNum": 109, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0109.jp2&ext=jpg", }
|
256
|
-
],
|
257
|
-
[
|
258
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 98, "leafNum": 110, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0110.jp2&ext=jpg", },
|
259
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 99, "leafNum": 111, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0111.jp2&ext=jpg", }
|
260
|
-
],
|
261
|
-
[
|
262
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 100, "leafNum": 112, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0112.jp2&ext=jpg", },
|
263
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 101, "leafNum": 113, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0113.jp2&ext=jpg", }
|
264
|
-
],
|
265
|
-
[
|
266
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 102, "leafNum": 114, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0114.jp2&ext=jpg", },
|
267
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 103, "leafNum": 115, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0115.jp2&ext=jpg", }
|
268
|
-
],
|
269
|
-
[
|
270
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 104, "leafNum": 116, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0116.jp2&ext=jpg", },
|
271
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 105, "leafNum": 117, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0117.jp2&ext=jpg", }
|
272
|
-
],
|
273
|
-
[
|
274
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 106, "leafNum": 118, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0118.jp2&ext=jpg", },
|
275
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 107, "leafNum": 119, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0119.jp2&ext=jpg", }
|
276
|
-
],
|
277
|
-
[
|
278
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 108, "leafNum": 120, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0120.jp2&ext=jpg", },
|
279
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 109, "leafNum": 121, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0121.jp2&ext=jpg", }
|
280
|
-
],
|
281
|
-
[
|
282
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 110, "leafNum": 122, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0122.jp2&ext=jpg", },
|
283
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 111, "leafNum": 123, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0123.jp2&ext=jpg", }
|
284
|
-
],
|
285
|
-
[
|
286
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 112, "leafNum": 124, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0124.jp2&ext=jpg", },
|
287
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 113, "leafNum": 125, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0125.jp2&ext=jpg", }
|
288
|
-
],
|
289
|
-
[
|
290
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 114, "leafNum": 126, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0126.jp2&ext=jpg", },
|
291
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 115, "leafNum": 127, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0127.jp2&ext=jpg", }
|
292
|
-
],
|
293
|
-
[
|
294
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 116, "leafNum": 128, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0128.jp2&ext=jpg", },
|
295
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 117, "leafNum": 129, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0129.jp2&ext=jpg", }
|
296
|
-
],
|
297
|
-
[
|
298
|
-
{ "pageType": "Normal", "pageNum": 118, "leafNum": 130, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0130.jp2&reduce=2&ext=jpg", },
|
299
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 119, "leafNum": 131, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0131.jp2&ext=jpg", }
|
300
|
-
],
|
301
|
-
[
|
302
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 120, "leafNum": 132, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0132.jp2&ext=jpg", },
|
303
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 121, "leafNum": 133, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0133.jp2&ext=jpg", }
|
304
|
-
],
|
305
|
-
[
|
306
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 122, "leafNum": 134, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0134.jp2&ext=jpg", },
|
307
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 123, "leafNum": 135, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0135.jp2&ext=jpg", }
|
308
|
-
],
|
309
|
-
[
|
310
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 124, "leafNum": 136, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0136.jp2&ext=jpg", },
|
311
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 125, "leafNum": 137, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0137.jp2&ext=jpg", }
|
312
|
-
],
|
313
|
-
[
|
314
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 126, "leafNum": 138, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0138.jp2&ext=jpg", },
|
315
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 127, "leafNum": 139, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0139.jp2&ext=jpg", }
|
316
|
-
],
|
317
|
-
[
|
318
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 128, "leafNum": 140, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0140.jp2&ext=jpg", },
|
319
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 129, "leafNum": 141, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0141.jp2&ext=jpg", }
|
320
|
-
],
|
321
|
-
[
|
322
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 130, "leafNum": 142, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0142.jp2&ext=jpg", },
|
323
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 131, "leafNum": 143, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0143.jp2&ext=jpg", }
|
324
|
-
],
|
325
|
-
[
|
326
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 132, "leafNum": 144, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0144.jp2&ext=jpg", },
|
327
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 133, "leafNum": 145, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0145.jp2&ext=jpg", }
|
328
|
-
],
|
329
|
-
[
|
330
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 134, "leafNum": 146, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0146.jp2&ext=jpg", },
|
331
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 135, "leafNum": 147, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0147.jp2&ext=jpg", }
|
332
|
-
],
|
333
|
-
[
|
334
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 136, "leafNum": 148, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0148.jp2&ext=jpg", },
|
335
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 137, "leafNum": 149, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0149.jp2&ext=jpg", }
|
336
|
-
],
|
337
|
-
[
|
338
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 138, "leafNum": 150, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0150.jp2&ext=jpg", },
|
339
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 139, "leafNum": 151, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0151.jp2&ext=jpg", }
|
340
|
-
],
|
341
|
-
[
|
342
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 140, "leafNum": 152, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0152.jp2&ext=jpg", },
|
343
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 141, "leafNum": 153, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0153.jp2&ext=jpg", }
|
344
|
-
],
|
345
|
-
[
|
346
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 142, "leafNum": 154, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0154.jp2&ext=jpg", },
|
347
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 143, "leafNum": 155, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0155.jp2&ext=jpg", }
|
348
|
-
],
|
349
|
-
[
|
350
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 144, "leafNum": 156, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0156.jp2&ext=jpg", },
|
351
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 145, "leafNum": 157, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0157.jp2&ext=jpg", }
|
352
|
-
],
|
353
|
-
[
|
354
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 146, "leafNum": 158, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0158.jp2&ext=jpg", },
|
355
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 147, "leafNum": 159, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0159.jp2&ext=jpg", }
|
356
|
-
],
|
357
|
-
[
|
358
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 148, "leafNum": 160, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0160.jp2&ext=jpg", },
|
359
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 149, "leafNum": 161, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0161.jp2&ext=jpg", }
|
360
|
-
],
|
361
|
-
[
|
362
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 150, "leafNum": 162, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0162.jp2&ext=jpg", },
|
363
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 151, "leafNum": 163, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0163.jp2&ext=jpg", }
|
364
|
-
],
|
365
|
-
[
|
366
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 152, "leafNum": 164, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0164.jp2&ext=jpg", },
|
367
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 153, "leafNum": 165, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0165.jp2&ext=jpg", }
|
368
|
-
],
|
369
|
-
[
|
370
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 154, "leafNum": 166, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0166.jp2&ext=jpg", },
|
371
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 155, "leafNum": 167, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0167.jp2&ext=jpg", }
|
372
|
-
],
|
373
|
-
[
|
374
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 156, "leafNum": 168, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0168.jp2&ext=jpg", },
|
375
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 157, "leafNum": 169, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0169.jp2&ext=jpg", }
|
376
|
-
],
|
377
|
-
[
|
378
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 158, "leafNum": 170, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0170.jp2&ext=jpg", },
|
379
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 159, "leafNum": 171, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0171.jp2&ext=jpg", }
|
380
|
-
],
|
381
|
-
[
|
382
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 160, "leafNum": 172, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0172.jp2&ext=jpg", },
|
383
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 161, "leafNum": 173, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0173.jp2&ext=jpg", }
|
384
|
-
],
|
385
|
-
[
|
386
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 162, "leafNum": 174, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0174.jp2&ext=jpg", },
|
387
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 163, "leafNum": 175, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0175.jp2&ext=jpg", }
|
388
|
-
],
|
389
|
-
[
|
390
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 164, "leafNum": 176, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0176.jp2&ext=jpg", },
|
391
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 165, "leafNum": 177, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0177.jp2&ext=jpg", }
|
392
|
-
],
|
393
|
-
[
|
394
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 166, "leafNum": 178, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0178.jp2&ext=jpg", },
|
395
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 167, "leafNum": 179, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0179.jp2&ext=jpg", }
|
396
|
-
],
|
397
|
-
[
|
398
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 168, "leafNum": 180, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0180.jp2&ext=jpg", },
|
399
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 169, "leafNum": 181, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0181.jp2&ext=jpg", }
|
400
|
-
],
|
401
|
-
[
|
402
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 170, "leafNum": 182, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0182.jp2&ext=jpg", },
|
403
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 171, "leafNum": 183, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0183.jp2&ext=jpg", }
|
404
|
-
],
|
405
|
-
[
|
406
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 172, "leafNum": 184, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0184.jp2&ext=jpg", },
|
407
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 173, "leafNum": 185, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0185.jp2&ext=jpg", }
|
408
|
-
],
|
409
|
-
[
|
410
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 174, "leafNum": 186, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0186.jp2&ext=jpg", },
|
411
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 175, "leafNum": 187, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0187.jp2&ext=jpg", }
|
412
|
-
],
|
413
|
-
[
|
414
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 176, "leafNum": 188, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0188.jp2&ext=jpg", },
|
415
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 177, "leafNum": 189, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0189.jp2&ext=jpg", }
|
416
|
-
],
|
417
|
-
[
|
418
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 178, "leafNum": 190, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0190.jp2&ext=jpg", },
|
419
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 179, "leafNum": 191, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0191.jp2&ext=jpg", }
|
420
|
-
],
|
421
|
-
[
|
422
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 180, "leafNum": 192, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0192.jp2&ext=jpg", },
|
423
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 181, "leafNum": 193, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0193.jp2&ext=jpg", }
|
424
|
-
],
|
425
|
-
[
|
426
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 182, "leafNum": 194, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0194.jp2&ext=jpg", },
|
427
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 183, "leafNum": 195, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0195.jp2&ext=jpg", }
|
428
|
-
],
|
429
|
-
[
|
430
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 184, "leafNum": 196, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0196.jp2&ext=jpg", },
|
431
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 185, "leafNum": 197, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0197.jp2&ext=jpg", }
|
432
|
-
],
|
433
|
-
[
|
434
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 186, "leafNum": 198, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0198.jp2&ext=jpg", },
|
435
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 187, "leafNum": 199, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0199.jp2&ext=jpg", }
|
436
|
-
],
|
437
|
-
[
|
438
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 188, "leafNum": 200, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0200.jp2&ext=jpg", },
|
439
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 189, "leafNum": 201, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0201.jp2&ext=jpg", }
|
440
|
-
],
|
441
|
-
[
|
442
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 190, "leafNum": 202, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0202.jp2&ext=jpg", },
|
443
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 191, "leafNum": 203, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0203.jp2&ext=jpg", }
|
444
|
-
],
|
445
|
-
[
|
446
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 192, "leafNum": 204, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0204.jp2&ext=jpg", },
|
447
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 193, "leafNum": 205, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0205.jp2&ext=jpg", }
|
448
|
-
],
|
449
|
-
[
|
450
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 194, "leafNum": 206, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0206.jp2&ext=jpg", },
|
451
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 195, "leafNum": 207, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0207.jp2&ext=jpg", }
|
452
|
-
],
|
453
|
-
[
|
454
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 196, "leafNum": 208, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0208.jp2&ext=jpg", },
|
455
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 197, "leafNum": 209, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0209.jp2&ext=jpg", }
|
456
|
-
],
|
457
|
-
[
|
458
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 198, "leafNum": 210, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0210.jp2&ext=jpg", },
|
459
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 199, "leafNum": 211, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0211.jp2&ext=jpg", }
|
460
|
-
],
|
461
|
-
[
|
462
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 200, "leafNum": 212, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0212.jp2&ext=jpg", },
|
463
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 201, "leafNum": 213, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0213.jp2&ext=jpg", }
|
464
|
-
],
|
465
|
-
[
|
466
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 202, "leafNum": 214, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0214.jp2&ext=jpg", },
|
467
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 203, "leafNum": 215, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0215.jp2&ext=jpg", }
|
468
|
-
],
|
469
|
-
[
|
470
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 204, "leafNum": 216, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0216.jp2&ext=jpg", },
|
471
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 205, "leafNum": 217, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0217.jp2&ext=jpg", }
|
472
|
-
],
|
473
|
-
[
|
474
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 206, "leafNum": 218, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0218.jp2&ext=jpg", },
|
475
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 207, "leafNum": 219, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0219.jp2&ext=jpg", }
|
476
|
-
],
|
477
|
-
[
|
478
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 208, "leafNum": 220, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0220.jp2&ext=jpg", },
|
479
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 209, "leafNum": 221, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0221.jp2&ext=jpg", }
|
480
|
-
],
|
481
|
-
[
|
482
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 210, "leafNum": 222, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0222.jp2&ext=jpg", },
|
483
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 211, "leafNum": 223, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0223.jp2&ext=jpg", }
|
484
|
-
],
|
485
|
-
[
|
486
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 212, "leafNum": 224, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0224.jp2&ext=jpg", },
|
487
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 213, "leafNum": 225, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0225.jp2&ext=jpg", }
|
488
|
-
],
|
489
|
-
[
|
490
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 214, "leafNum": 226, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0226.jp2&ext=jpg", },
|
491
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 215, "leafNum": 227, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0227.jp2&ext=jpg", }
|
492
|
-
],
|
493
|
-
[
|
494
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 216, "leafNum": 228, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0228.jp2&ext=jpg", },
|
495
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 217, "leafNum": 229, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0229.jp2&ext=jpg", }
|
496
|
-
],
|
497
|
-
[
|
498
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 218, "leafNum": 230, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0230.jp2&ext=jpg", },
|
499
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 219, "leafNum": 231, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0231.jp2&ext=jpg", }
|
500
|
-
],
|
501
|
-
[
|
502
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 220, "leafNum": 232, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0232.jp2&ext=jpg", },
|
503
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 221, "leafNum": 233, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0233.jp2&ext=jpg", }
|
504
|
-
],
|
505
|
-
[
|
506
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 222, "leafNum": 234, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0234.jp2&ext=jpg", },
|
507
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 223, "leafNum": 235, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0235.jp2&ext=jpg", }
|
508
|
-
],
|
509
|
-
[
|
510
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 224, "leafNum": 236, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0236.jp2&ext=jpg", },
|
511
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 225, "leafNum": 237, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0237.jp2&ext=jpg", }
|
512
|
-
],
|
513
|
-
[
|
514
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 226, "leafNum": 238, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0238.jp2&ext=jpg", },
|
515
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 227, "leafNum": 239, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0239.jp2&ext=jpg", }
|
516
|
-
],
|
517
|
-
[
|
518
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 228, "leafNum": 240, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0240.jp2&ext=jpg", },
|
519
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 229, "leafNum": 241, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0241.jp2&ext=jpg", }
|
520
|
-
],
|
521
|
-
[
|
522
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 230, "leafNum": 242, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0242.jp2&ext=jpg", },
|
523
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 231, "leafNum": 243, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0243.jp2&ext=jpg", }
|
524
|
-
],
|
525
|
-
[
|
526
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 232, "leafNum": 244, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0244.jp2&ext=jpg", },
|
527
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 233, "leafNum": 245, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0245.jp2&ext=jpg", }
|
528
|
-
],
|
529
|
-
[
|
530
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 234, "leafNum": 246, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0246.jp2&ext=jpg", },
|
531
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 235, "leafNum": 247, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0247.jp2&ext=jpg", }
|
532
|
-
],
|
533
|
-
[
|
534
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 236, "leafNum": 248, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0248.jp2&ext=jpg", },
|
535
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 237, "leafNum": 249, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0249.jp2&ext=jpg", }
|
536
|
-
],
|
537
|
-
[
|
538
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 238, "leafNum": 250, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0250.jp2&ext=jpg", },
|
539
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 239, "leafNum": 251, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0251.jp2&ext=jpg", }
|
540
|
-
],
|
541
|
-
[
|
542
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 240, "leafNum": 252, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0252.jp2&ext=jpg", },
|
543
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 241, "leafNum": 253, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0253.jp2&ext=jpg", }
|
544
|
-
],
|
545
|
-
[
|
546
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 242, "leafNum": 254, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0254.jp2&ext=jpg", },
|
547
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 243, "leafNum": 255, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0255.jp2&ext=jpg", }
|
548
|
-
],
|
549
|
-
[
|
550
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 244, "leafNum": 256, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0256.jp2&ext=jpg", },
|
551
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 245, "leafNum": 257, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0257.jp2&ext=jpg", }
|
552
|
-
],
|
553
|
-
[
|
554
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 246, "leafNum": 258, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0258.jp2&ext=jpg", },
|
555
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 247, "leafNum": 259, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0259.jp2&ext=jpg", }
|
556
|
-
],
|
557
|
-
[
|
558
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 248, "leafNum": 260, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0260.jp2&ext=jpg", },
|
559
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 249, "leafNum": 261, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0261.jp2&ext=jpg", }
|
560
|
-
],
|
561
|
-
[
|
562
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 250, "leafNum": 262, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0262.jp2&ext=jpg", },
|
563
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 251, "leafNum": 263, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0263.jp2&ext=jpg", }
|
564
|
-
],
|
565
|
-
[
|
566
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 252, "leafNum": 264, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0264.jp2&ext=jpg", },
|
567
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 253, "leafNum": 265, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0265.jp2&ext=jpg", }
|
568
|
-
],
|
569
|
-
[
|
570
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 254, "leafNum": 266, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0266.jp2&ext=jpg", },
|
571
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 255, "leafNum": 267, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0267.jp2&ext=jpg", }
|
572
|
-
],
|
573
|
-
[
|
574
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 256, "leafNum": 268, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0268.jp2&ext=jpg", },
|
575
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 257, "leafNum": 269, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0269.jp2&ext=jpg", }
|
576
|
-
],
|
577
|
-
[
|
578
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 258, "leafNum": 270, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0270.jp2&ext=jpg", },
|
579
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 259, "leafNum": 271, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0271.jp2&ext=jpg", }
|
580
|
-
],
|
581
|
-
[
|
582
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 260, "leafNum": 272, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0272.jp2&ext=jpg", },
|
583
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 261, "leafNum": 273, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0273.jp2&ext=jpg", }
|
584
|
-
],
|
585
|
-
[
|
586
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 262, "leafNum": 274, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0274.jp2&ext=jpg", },
|
587
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 263, "leafNum": 275, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0275.jp2&ext=jpg", }
|
588
|
-
],
|
589
|
-
[
|
590
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 264, "leafNum": 276, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0276.jp2&ext=jpg", },
|
591
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 265, "leafNum": 277, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0277.jp2&ext=jpg", }
|
592
|
-
],
|
593
|
-
[
|
594
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 266, "leafNum": 278, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0278.jp2&ext=jpg", },
|
595
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 267, "leafNum": 279, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0279.jp2&ext=jpg", }
|
596
|
-
],
|
597
|
-
[
|
598
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 268, "leafNum": 280, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0280.jp2&ext=jpg", },
|
599
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 269, "leafNum": 281, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0281.jp2&ext=jpg", }
|
600
|
-
],
|
601
|
-
[
|
602
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 270, "leafNum": 282, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0282.jp2&ext=jpg", },
|
603
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 271, "leafNum": 283, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0283.jp2&ext=jpg", }
|
604
|
-
],
|
605
|
-
[
|
606
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 272, "leafNum": 284, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0284.jp2&ext=jpg", },
|
607
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 273, "leafNum": 285, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0285.jp2&ext=jpg", }
|
608
|
-
],
|
609
|
-
[
|
610
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 274, "leafNum": 286, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0286.jp2&ext=jpg", },
|
611
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 275, "leafNum": 287, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0287.jp2&ext=jpg", }
|
612
|
-
],
|
613
|
-
[
|
614
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 276, "leafNum": 288, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0288.jp2&ext=jpg", },
|
615
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 277, "leafNum": 289, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0289.jp2&ext=jpg", }
|
616
|
-
],
|
617
|
-
[
|
618
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 278, "leafNum": 290, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0290.jp2&ext=jpg", },
|
619
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 279, "leafNum": 291, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0291.jp2&ext=jpg", }
|
620
|
-
],
|
621
|
-
[
|
622
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 280, "leafNum": 292, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0292.jp2&ext=jpg", },
|
623
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 281, "leafNum": 293, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0293.jp2&ext=jpg", }
|
624
|
-
],
|
625
|
-
[
|
626
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 282, "leafNum": 294, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0294.jp2&ext=jpg", },
|
627
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 283, "leafNum": 295, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0295.jp2&ext=jpg", }
|
628
|
-
],
|
629
|
-
[
|
630
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 284, "leafNum": 296, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0296.jp2&ext=jpg", },
|
631
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 285, "leafNum": 297, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0297.jp2&ext=jpg", }
|
632
|
-
],
|
633
|
-
[
|
634
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 286, "leafNum": 298, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0298.jp2&ext=jpg", },
|
635
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 287, "leafNum": 299, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0299.jp2&ext=jpg", }
|
636
|
-
],
|
637
|
-
[
|
638
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 288, "leafNum": 300, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0300.jp2&ext=jpg", },
|
639
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 289, "leafNum": 301, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0301.jp2&ext=jpg", }
|
640
|
-
],
|
641
|
-
[
|
642
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 290, "leafNum": 302, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0302.jp2&ext=jpg", },
|
643
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 291, "leafNum": 303, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0303.jp2&ext=jpg", }
|
644
|
-
],
|
645
|
-
[
|
646
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 292, "leafNum": 304, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0304.jp2&ext=jpg", },
|
647
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 293, "leafNum": 305, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0305.jp2&ext=jpg", }
|
648
|
-
],
|
649
|
-
[
|
650
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 294, "leafNum": 306, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0306.jp2&ext=jpg", },
|
651
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 295, "leafNum": 307, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0307.jp2&ext=jpg", }
|
652
|
-
],
|
653
|
-
[
|
654
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 296, "leafNum": 308, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0308.jp2&ext=jpg", },
|
655
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 297, "leafNum": 309, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0309.jp2&ext=jpg", }
|
656
|
-
],
|
657
|
-
[
|
658
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 298, "leafNum": 310, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0310.jp2&ext=jpg", },
|
659
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 299, "leafNum": 311, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0311.jp2&ext=jpg", }
|
660
|
-
],
|
661
|
-
[
|
662
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 300, "leafNum": 312, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0312.jp2&ext=jpg", },
|
663
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 301, "leafNum": 313, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0313.jp2&ext=jpg", }
|
664
|
-
],
|
665
|
-
[
|
666
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 302, "leafNum": 314, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0314.jp2&ext=jpg", },
|
667
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 303, "leafNum": 315, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0315.jp2&ext=jpg", }
|
668
|
-
],
|
669
|
-
[
|
670
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 304, "leafNum": 316, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0316.jp2&ext=jpg", },
|
671
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 305, "leafNum": 317, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0317.jp2&ext=jpg", }
|
672
|
-
],
|
673
|
-
[
|
674
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 306, "leafNum": 318, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0318.jp2&ext=jpg", },
|
675
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 307, "leafNum": 319, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0319.jp2&ext=jpg", }
|
676
|
-
],
|
677
|
-
[
|
678
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 308, "leafNum": 320, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0320.jp2&ext=jpg", },
|
679
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 309, "leafNum": 321, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0321.jp2&ext=jpg", }
|
680
|
-
],
|
681
|
-
[
|
682
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 310, "leafNum": 322, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0322.jp2&ext=jpg", },
|
683
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 311, "leafNum": 323, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0323.jp2&ext=jpg", }
|
684
|
-
],
|
685
|
-
[
|
686
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 312, "leafNum": 324, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0324.jp2&ext=jpg", },
|
687
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 313, "leafNum": 325, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0325.jp2&ext=jpg", }
|
688
|
-
],
|
689
|
-
[
|
690
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 314, "leafNum": 326, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0326.jp2&ext=jpg", },
|
691
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 315, "leafNum": 327, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0327.jp2&ext=jpg", }
|
692
|
-
],
|
693
|
-
[
|
694
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 316, "leafNum": 328, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0328.jp2&ext=jpg", },
|
695
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 317, "leafNum": 329, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0329.jp2&ext=jpg", }
|
696
|
-
],
|
697
|
-
[
|
698
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 318, "leafNum": 330, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0330.jp2&ext=jpg", },
|
699
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 319, "leafNum": 331, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0331.jp2&ext=jpg", }
|
700
|
-
],
|
701
|
-
[
|
702
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 320, "leafNum": 332, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0332.jp2&ext=jpg", },
|
703
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 321, "leafNum": 333, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0333.jp2&ext=jpg", }
|
704
|
-
],
|
705
|
-
[
|
706
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 322, "leafNum": 334, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0334.jp2&ext=jpg", },
|
707
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 323, "leafNum": 335, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0335.jp2&ext=jpg", }
|
708
|
-
],
|
709
|
-
[
|
710
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 324, "leafNum": 336, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0336.jp2&ext=jpg", },
|
711
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 325, "leafNum": 337, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0337.jp2&ext=jpg", }
|
712
|
-
],
|
713
|
-
[
|
714
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 326, "leafNum": 338, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0338.jp2&ext=jpg", },
|
715
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 327, "leafNum": 339, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0339.jp2&ext=jpg", }
|
716
|
-
],
|
717
|
-
[
|
718
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 328, "leafNum": 340, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0340.jp2&ext=jpg", },
|
719
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 329, "leafNum": 341, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0341.jp2&ext=jpg", }
|
720
|
-
],
|
721
|
-
[
|
722
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 330, "leafNum": 342, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0342.jp2&ext=jpg", },
|
723
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 331, "leafNum": 343, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0343.jp2&ext=jpg", }
|
724
|
-
],
|
725
|
-
[
|
726
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 332, "leafNum": 344, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0344.jp2&ext=jpg", },
|
727
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 333, "leafNum": 345, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0345.jp2&ext=jpg", }
|
728
|
-
],
|
729
|
-
[
|
730
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 334, "leafNum": 346, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0346.jp2&ext=jpg", },
|
731
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 335, "leafNum": 347, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0347.jp2&ext=jpg", }
|
732
|
-
],
|
733
|
-
[
|
734
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 336, "leafNum": 348, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0348.jp2&ext=jpg", },
|
735
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 337, "leafNum": 349, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0349.jp2&ext=jpg", }
|
736
|
-
],
|
737
|
-
[
|
738
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 338, "leafNum": 350, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0350.jp2&ext=jpg", },
|
739
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 339, "leafNum": 351, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0351.jp2&ext=jpg", }
|
740
|
-
],
|
741
|
-
[
|
742
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 340, "leafNum": 352, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0352.jp2&ext=jpg", },
|
743
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 341, "leafNum": 353, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0353.jp2&ext=jpg", }
|
744
|
-
],
|
745
|
-
[
|
746
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 342, "leafNum": 354, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0354.jp2&ext=jpg", },
|
747
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 343, "leafNum": 355, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0355.jp2&ext=jpg", }
|
748
|
-
],
|
749
|
-
[
|
750
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 344, "leafNum": 356, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0356.jp2&ext=jpg", },
|
751
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 345, "leafNum": 357, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0357.jp2&ext=jpg", }
|
752
|
-
],
|
753
|
-
[
|
754
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 346, "leafNum": 358, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0358.jp2&ext=jpg", },
|
755
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 347, "leafNum": 359, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0359.jp2&ext=jpg", }
|
756
|
-
],
|
757
|
-
[
|
758
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 348, "leafNum": 360, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0360.jp2&ext=jpg", },
|
759
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 349, "leafNum": 361, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0361.jp2&ext=jpg", }
|
760
|
-
],
|
761
|
-
[
|
762
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 350, "leafNum": 362, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0362.jp2&ext=jpg", },
|
763
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 351, "leafNum": 363, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0363.jp2&ext=jpg", }
|
764
|
-
],
|
765
|
-
[
|
766
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 352, "leafNum": 364, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0364.jp2&ext=jpg", },
|
767
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 353, "leafNum": 365, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0365.jp2&ext=jpg", }
|
768
|
-
],
|
769
|
-
[
|
770
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 354, "leafNum": 366, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0366.jp2&ext=jpg", },
|
771
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 355, "leafNum": 367, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0367.jp2&ext=jpg", }
|
772
|
-
],
|
773
|
-
[
|
774
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 356, "leafNum": 368, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0368.jp2&ext=jpg", },
|
775
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 357, "leafNum": 369, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0369.jp2&ext=jpg", }
|
776
|
-
],
|
777
|
-
[
|
778
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 358, "leafNum": 370, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0370.jp2&ext=jpg", },
|
779
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 359, "leafNum": 371, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0371.jp2&ext=jpg", }
|
780
|
-
],
|
781
|
-
[
|
782
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 360, "leafNum": 372, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0372.jp2&ext=jpg", },
|
783
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 361, "leafNum": 373, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0373.jp2&ext=jpg", }
|
784
|
-
],
|
785
|
-
[
|
786
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 362, "leafNum": 374, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0374.jp2&ext=jpg", },
|
787
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 363, "leafNum": 375, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0375.jp2&ext=jpg", }
|
788
|
-
],
|
789
|
-
[
|
790
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 364, "leafNum": 376, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0376.jp2&ext=jpg", },
|
791
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 365, "leafNum": 377, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0377.jp2&ext=jpg", }
|
792
|
-
],
|
793
|
-
[
|
794
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 366, "leafNum": 378, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0378.jp2&ext=jpg", },
|
795
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 367, "leafNum": 379, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0379.jp2&ext=jpg", }
|
796
|
-
],
|
797
|
-
[
|
798
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 368, "leafNum": 380, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0380.jp2&ext=jpg", },
|
799
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 369, "leafNum": 381, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0381.jp2&ext=jpg", }
|
800
|
-
],
|
801
|
-
[
|
802
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 370, "leafNum": 382, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0382.jp2&ext=jpg", },
|
803
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 371, "leafNum": 383, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0383.jp2&ext=jpg", }
|
804
|
-
],
|
805
|
-
[
|
806
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 372, "leafNum": 384, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0384.jp2&ext=jpg", },
|
807
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 373, "leafNum": 385, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0385.jp2&ext=jpg", }
|
808
|
-
],
|
809
|
-
[
|
810
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 374, "leafNum": 386, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0386.jp2&ext=jpg", },
|
811
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 375, "leafNum": 387, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0387.jp2&ext=jpg", }
|
812
|
-
],
|
813
|
-
[
|
814
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 376, "leafNum": 388, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0388.jp2&ext=jpg", },
|
815
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 377, "leafNum": 389, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0389.jp2&ext=jpg", }
|
816
|
-
],
|
817
|
-
[
|
818
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 378, "leafNum": 390, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0390.jp2&ext=jpg", },
|
819
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 379, "leafNum": 391, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0391.jp2&ext=jpg", }
|
820
|
-
],
|
821
|
-
[
|
822
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 380, "leafNum": 392, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0392.jp2&ext=jpg", },
|
823
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 381, "leafNum": 393, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0393.jp2&ext=jpg", }
|
824
|
-
],
|
825
|
-
[
|
826
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 382, "leafNum": 394, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0394.jp2&ext=jpg", },
|
827
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 383, "leafNum": 395, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0395.jp2&ext=jpg", }
|
828
|
-
],
|
829
|
-
[
|
830
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 384, "leafNum": 396, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0396.jp2&ext=jpg", },
|
831
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 385, "leafNum": 397, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0397.jp2&ext=jpg", }
|
832
|
-
],
|
833
|
-
[
|
834
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 386, "leafNum": 398, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0398.jp2&ext=jpg", },
|
835
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 387, "leafNum": 399, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0399.jp2&ext=jpg", }
|
836
|
-
],
|
837
|
-
[
|
838
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 388, "leafNum": 400, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0400.jp2&ext=jpg", },
|
839
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 389, "leafNum": 401, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0401.jp2&ext=jpg", }
|
840
|
-
],
|
841
|
-
[
|
842
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 390, "leafNum": 402, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0402.jp2&ext=jpg", },
|
843
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 391, "leafNum": 403, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0403.jp2&ext=jpg", }
|
844
|
-
],
|
845
|
-
[
|
846
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 392, "leafNum": 404, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0404.jp2&ext=jpg", },
|
847
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 393, "leafNum": 405, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0405.jp2&ext=jpg", }
|
848
|
-
],
|
849
|
-
[
|
850
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 394, "leafNum": 406, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0406.jp2&ext=jpg", },
|
851
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 395, "leafNum": 407, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0407.jp2&ext=jpg", }
|
852
|
-
],
|
853
|
-
[
|
854
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 396, "leafNum": 408, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0408.jp2&ext=jpg", },
|
855
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 397, "leafNum": 409, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0409.jp2&ext=jpg", }
|
856
|
-
],
|
857
|
-
[
|
858
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 398, "leafNum": 410, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0410.jp2&ext=jpg", },
|
859
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 399, "leafNum": 411, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0411.jp2&ext=jpg", }
|
860
|
-
],
|
861
|
-
[
|
862
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 400, "leafNum": 412, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0412.jp2&ext=jpg", },
|
863
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 401, "leafNum": 413, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0413.jp2&ext=jpg", }
|
864
|
-
],
|
865
|
-
[
|
866
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 402, "leafNum": 414, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0414.jp2&ext=jpg", },
|
867
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 403, "leafNum": 415, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0415.jp2&ext=jpg", }
|
868
|
-
],
|
869
|
-
[
|
870
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 404, "leafNum": 416, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0416.jp2&ext=jpg", },
|
871
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 405, "leafNum": 417, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0417.jp2&ext=jpg", }
|
872
|
-
],
|
873
|
-
[
|
874
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 406, "leafNum": 418, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0418.jp2&ext=jpg", },
|
875
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 407, "leafNum": 419, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0419.jp2&ext=jpg", }
|
876
|
-
],
|
877
|
-
[
|
878
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 408, "leafNum": 420, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0420.jp2&ext=jpg", },
|
879
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 409, "leafNum": 421, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0421.jp2&ext=jpg", }
|
880
|
-
],
|
881
|
-
[
|
882
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 410, "leafNum": 422, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0422.jp2&ext=jpg", },
|
883
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 411, "leafNum": 423, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0423.jp2&ext=jpg", }
|
884
|
-
],
|
885
|
-
[
|
886
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 412, "leafNum": 424, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0424.jp2&ext=jpg", },
|
887
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 413, "leafNum": 425, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0425.jp2&ext=jpg", }
|
888
|
-
],
|
889
|
-
[
|
890
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 414, "leafNum": 426, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0426.jp2&ext=jpg", },
|
891
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 415, "leafNum": 427, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0427.jp2&ext=jpg", }
|
892
|
-
],
|
893
|
-
[
|
894
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 416, "leafNum": 428, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0428.jp2&ext=jpg", },
|
895
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 417, "leafNum": 429, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0429.jp2&ext=jpg", }
|
896
|
-
],
|
897
|
-
[
|
898
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 418, "leafNum": 430, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0430.jp2&ext=jpg", },
|
899
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 419, "leafNum": 431, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0431.jp2&ext=jpg", }
|
900
|
-
],
|
901
|
-
[
|
902
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 420, "leafNum": 432, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0432.jp2&ext=jpg", },
|
903
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 421, "leafNum": 433, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0433.jp2&ext=jpg", }
|
904
|
-
],
|
905
|
-
[
|
906
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 422, "leafNum": 434, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0434.jp2&ext=jpg", },
|
907
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 423, "leafNum": 435, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0435.jp2&ext=jpg", }
|
908
|
-
],
|
909
|
-
[
|
910
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 424, "leafNum": 436, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0436.jp2&ext=jpg", },
|
911
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 425, "leafNum": 437, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0437.jp2&ext=jpg", }
|
912
|
-
],
|
913
|
-
[
|
914
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 426, "leafNum": 438, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0438.jp2&ext=jpg", },
|
915
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 427, "leafNum": 439, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0439.jp2&ext=jpg", }
|
916
|
-
],
|
917
|
-
[
|
918
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 428, "leafNum": 440, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0440.jp2&ext=jpg", },
|
919
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 429, "leafNum": 441, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0441.jp2&ext=jpg", }
|
920
|
-
],
|
921
|
-
[
|
922
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 430, "leafNum": 442, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0442.jp2&ext=jpg", },
|
923
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 431, "leafNum": 443, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0443.jp2&ext=jpg", }
|
924
|
-
],
|
925
|
-
[
|
926
|
-
{ "pageType": "Normal", "pageNum": 432, "leafNum": 444, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0444.jp2&reduce=2&ext=jpg", },
|
927
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 433, "leafNum": 445, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0445.jp2&reduce=2&ext=jpg", }
|
928
|
-
],
|
929
|
-
[
|
930
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 434, "leafNum": 446, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0446.jp2&reduce=2&ext=jpg", },
|
931
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 435, "leafNum": 447, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0447.jp2&reduce=2&ext=jpg", }
|
932
|
-
],
|
933
|
-
[
|
934
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 436, "leafNum": 448, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0448.jp2&reduce=2&ext=jpg", },
|
935
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 437, "leafNum": 449, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0449.jp2&reduce=2&ext=jpg", }
|
936
|
-
],
|
937
|
-
[
|
938
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 438, "leafNum": 450, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0450.jp2&reduce=2&ext=jpg", },
|
939
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 439, "leafNum": 451, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0451.jp2&reduce=2&ext=jpg", }
|
940
|
-
],
|
941
|
-
[
|
942
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 440, "leafNum": 452, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0452.jp2&reduce=2&ext=jpg", },
|
943
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 441, "leafNum": 453, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0453.jp2&reduce=2&ext=jpg", }
|
944
|
-
],
|
945
|
-
[
|
946
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 442, "leafNum": 454, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0454.jp2&reduce=2&ext=jpg", },
|
947
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 443, "leafNum": 455, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0455.jp2&reduce=2&ext=jpg", }
|
948
|
-
],
|
949
|
-
[
|
950
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 444, "leafNum": 456, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0456.jp2&reduce=2&ext=jpg", },
|
951
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 445, "leafNum": 457, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0457.jp2&reduce=2&ext=jpg", }
|
952
|
-
],
|
953
|
-
[
|
954
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 446, "leafNum": 458, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0458.jp2&reduce=2&ext=jpg", },
|
955
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 447, "leafNum": 459, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0459.jp2&reduce=2&ext=jpg", }
|
956
|
-
],
|
957
|
-
[
|
958
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 448, "leafNum": 460, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0460.jp2&reduce=2&ext=jpg", },
|
959
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 449, "leafNum": 461, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0461.jp2&reduce=2&ext=jpg", }
|
960
|
-
],
|
961
|
-
[
|
962
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 450, "leafNum": 462, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0462.jp2&reduce=2&ext=jpg", },
|
963
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 451, "leafNum": 463, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0463.jp2&reduce=2&ext=jpg", }
|
964
|
-
],
|
965
|
-
[
|
966
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 452, "leafNum": 464, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0464.jp2&reduce=2&ext=jpg", },
|
967
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 453, "leafNum": 465, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0465.jp2&reduce=2&ext=jpg", }
|
968
|
-
],
|
969
|
-
[
|
970
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 454, "leafNum": 466, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0466.jp2&reduce=2&ext=jpg", },
|
971
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 455, "leafNum": 467, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0467.jp2&reduce=2&ext=jpg", }
|
972
|
-
],
|
973
|
-
[
|
974
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 456, "leafNum": 468, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0468.jp2&reduce=2&ext=jpg", },
|
975
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 457, "leafNum": 469, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0469.jp2&reduce=2&ext=jpg", }
|
976
|
-
],
|
977
|
-
[
|
978
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 458, "leafNum": 470, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0470.jp2&reduce=2&ext=jpg", },
|
979
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 459, "leafNum": 471, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0471.jp2&reduce=2&ext=jpg", }
|
980
|
-
],
|
981
|
-
[
|
982
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 460, "leafNum": 472, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0472.jp2&reduce=2&ext=jpg", },
|
983
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 461, "leafNum": 473, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0473.jp2&reduce=2&ext=jpg", }
|
984
|
-
],
|
985
|
-
[
|
986
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 462, "leafNum": 474, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0474.jp2&reduce=2&ext=jpg", },
|
987
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 463, "leafNum": 475, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0475.jp2&reduce=2&ext=jpg", }
|
988
|
-
],
|
989
|
-
[
|
990
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 464, "leafNum": 476, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0476.jp2&reduce=2&ext=jpg", },
|
991
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 465, "leafNum": 477, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0477.jp2&reduce=2&ext=jpg", }
|
992
|
-
],
|
993
|
-
[
|
994
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 466, "leafNum": 478, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0478.jp2&reduce=2&ext=jpg", },
|
995
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 467, "leafNum": 479, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0479.jp2&reduce=2&ext=jpg", }
|
996
|
-
],
|
997
|
-
[
|
998
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 468, "leafNum": 480, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0480.jp2&reduce=2&ext=jpg", },
|
999
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 469, "leafNum": 481, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0481.jp2&reduce=2&ext=jpg", }
|
1000
|
-
],
|
1001
|
-
[
|
1002
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 470, "leafNum": 482, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0482.jp2&reduce=2&ext=jpg", },
|
1003
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 471, "leafNum": 483, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0483.jp2&reduce=2&ext=jpg", }
|
1004
|
-
],
|
1005
|
-
[
|
1006
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 472, "leafNum": 484, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0484.jp2&reduce=2&ext=jpg", },
|
1007
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 473, "leafNum": 485, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0485.jp2&reduce=2&ext=jpg", }
|
1008
|
-
],
|
1009
|
-
[
|
1010
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 474, "leafNum": 486, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0486.jp2&reduce=2&ext=jpg", },
|
1011
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 475, "leafNum": 487, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0487.jp2&reduce=2&ext=jpg", }
|
1012
|
-
],
|
1013
|
-
[
|
1014
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 476, "leafNum": 488, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0488.jp2&reduce=2&ext=jpg", },
|
1015
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 477, "leafNum": 489, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0489.jp2&reduce=2&ext=jpg", }
|
1016
|
-
],
|
1017
|
-
[
|
1018
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 478, "leafNum": 490, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0490.jp2&reduce=2&ext=jpg", },
|
1019
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 479, "leafNum": 491, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0491.jp2&reduce=2&ext=jpg", }
|
1020
|
-
],
|
1021
|
-
[
|
1022
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 480, "leafNum": 492, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0492.jp2&reduce=2&ext=jpg", },
|
1023
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 481, "leafNum": 493, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0493.jp2&reduce=2&ext=jpg", }
|
1024
|
-
],
|
1025
|
-
[
|
1026
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 482, "leafNum": 494, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0494.jp2&reduce=2&ext=jpg", },
|
1027
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 483, "leafNum": 495, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0495.jp2&reduce=2&ext=jpg", }
|
1028
|
-
],
|
1029
|
-
[
|
1030
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 484, "leafNum": 496, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0496.jp2&reduce=2&ext=jpg", },
|
1031
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 485, "leafNum": 497, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0497.jp2&reduce=2&ext=jpg", }
|
1032
|
-
],
|
1033
|
-
[
|
1034
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 486, "leafNum": 498, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0498.jp2&reduce=2&ext=jpg", },
|
1035
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 487, "leafNum": 499, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0499.jp2&reduce=2&ext=jpg", }
|
1036
|
-
],
|
1037
|
-
[
|
1038
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 488, "leafNum": 500, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0500.jp2&reduce=2&ext=jpg", },
|
1039
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 489, "leafNum": 501, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0501.jp2&reduce=2&ext=jpg", }
|
1040
|
-
],
|
1041
|
-
[
|
1042
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 490, "leafNum": 502, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0502.jp2&reduce=2&ext=jpg", },
|
1043
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 491, "leafNum": 503, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0503.jp2&reduce=2&ext=jpg", }
|
1044
|
-
],
|
1045
|
-
[
|
1046
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 492, "leafNum": 504, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0504.jp2&reduce=2&ext=jpg", },
|
1047
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 493, "leafNum": 505, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0505.jp2&reduce=2&ext=jpg", }
|
1048
|
-
],
|
1049
|
-
[
|
1050
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 494, "leafNum": 506, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0506.jp2&reduce=2&ext=jpg", },
|
1051
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 495, "leafNum": 507, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0507.jp2&reduce=2&ext=jpg", }
|
1052
|
-
],
|
1053
|
-
[
|
1054
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 496, "leafNum": 508, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0508.jp2&reduce=2&ext=jpg", },
|
1055
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 497, "leafNum": 509, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0509.jp2&reduce=2&ext=jpg", }
|
1056
|
-
],
|
1057
|
-
[
|
1058
|
-
{ "viewable": false, "pageType": "Normal", "pageNum": 498, "leafNum": 510, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0510.jp2&reduce=2&ext=jpg", },
|
1059
|
-
{ "pageType": "Normal", "pageNum": 499, "leafNum": 511, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0511.jp2&reduce=2&ext=jpg", }
|
1060
|
-
],
|
1061
|
-
[
|
1062
|
-
{ "pageType": "Normal", "pageNum": 500, "leafNum": 512, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0512.jp2&reduce=2&ext=jpg", },
|
1063
|
-
{ "pageType": "Normal", "pageNum": 501, "leafNum": 513, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0513.jp2&reduce=2&ext=jpg", }
|
1064
|
-
],
|
1065
|
-
[
|
1066
|
-
{ "pageType": "Normal", "pageNum": 502, "leafNum": 514, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0514.jp2&reduce=2&ext=jpg", },
|
1067
|
-
{ "pageType": "Normal", "pageNum": 503, "leafNum": 515, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0515.jp2&reduce=2&ext=jpg", }
|
1068
|
-
],
|
1069
|
-
[
|
1070
|
-
{ "pageType": "Normal", "pageNum": 504, "leafNum": 516, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0516.jp2&reduce=2&ext=jpg", },
|
1071
|
-
{ "pageType": "Normal", "pageNum": 505, "leafNum": 517, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0517.jp2&reduce=2&ext=jpg", }
|
1072
|
-
],
|
1073
|
-
[
|
1074
|
-
{ "pageType": "Normal", "pageNum": 506, "leafNum": 518, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0518.jp2&reduce=2&ext=jpg", },
|
1075
|
-
{ "pageType": "Normal", "pageNum": 507, "leafNum": 519, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0519.jp2&reduce=2&ext=jpg", }
|
1076
|
-
],
|
1077
|
-
[
|
1078
|
-
{ "pageType": "Normal", "leafNum": 520, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0520.jp2&reduce=2&ext=jpg", },
|
1079
|
-
{ "pageType": "Normal", "leafNum": 521, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0521.jp2&reduce=2&ext=jpg", }
|
1080
|
-
],
|
1081
|
-
[
|
1082
|
-
{ "pageType": "Normal", "leafNum": 522, "width": 1592, "height": 2718, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0522.jp2&reduce=2&ext=jpg", },
|
1083
|
-
{ "pageType": "Normal", "leafNum": 523, "width": 1592, "height": 2718, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0523.jp2&reduce=2&ext=jpg", }
|
1084
|
-
],
|
1085
|
-
[
|
1086
|
-
{ "pageType": "Cover", "leafNum": 524, "width": 1746, "height": 2900, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0524.jp2&reduce=2&ext=jpg", }
|
1087
|
-
]
|
1088
|
-
]
|
1089
|
-
});
|
1090
|
-
</script>
|
1091
|
-
</body>
|
1092
|
-
|
1093
|
-
</html>
|