From 4dd667c52ae23caf4cdc659a591c8e38e1f17d12 Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 16 Nov 2018 00:07:17 +0100 Subject: [PATCH] new stuff --- sample1.ipynb | 127 +++ sample2.ipynb | 142 +++ sample3.ipynb | 108 ++ sample4.ipynb | 683 +++++++++++ showcase1.ipynb | 105 -- showcase2.ipynb | 91 -- showcase3.ipynb | 2879 ----------------------------------------------- showcase4.ipynb | 88 -- webarchiv.py | 14 +- 9 files changed, 1073 insertions(+), 3164 deletions(-) create mode 100644 sample1.ipynb create mode 100644 sample2.ipynb create mode 100644 sample3.ipynb create mode 100644 sample4.ipynb delete mode 100644 showcase1.ipynb delete mode 100644 showcase2.ipynb delete mode 100644 showcase3.ipynb delete mode 100644 showcase4.ipynb diff --git a/sample1.ipynb b/sample1.ipynb new file mode 100644 index 0000000..bfba4bc --- /dev/null +++ b/sample1.ipynb @@ -0,0 +1,127 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "import necessary modules" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "import json\n", + "import time" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "load metadata files from Webarchive Austria" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "\n", + "selective_crawls = requests.get('https://webarchiv.onb.ac.at/data/selective.json').json()\n", + "event_crawls = requests.get('https://webarchiv.onb.ac.at/data/events.json').json()\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now you can extract metadata from these files" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Show the names and dates of all crawls" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Selective Crawls\n\nFrau/Gender\nPolitikkollektion\nMedienkollektion\n\nEvent Crawls\n\n100 Jahre Republik 2018\nEU-Ratsvorsitz 2018\nBundespräsidenten-Wahl 2016\nFlüchtlingskrise 2015\nSong Contest 2015\nErster Weltkrieg 2014\nEU-Wahl 2014\nOlympia 2014\nOlympia 2010\nBundespräsidenten-Wahl 2010\nEU-Wahl 2009\n" + ] + } + ], + "source": [ + "print('Selective Crawls\\n')\n", + "for crawl in selective_crawls:\n", + " print(crawl['name'])\n", + "print('\\nEvent Crawls\\n')\n", + "for crawl in event_crawls:\n", + " print(crawl['name'])" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Show all seeds of Song Contest 2015 event" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "http://conchitawurst.com\nhttp://conchitawurst.com/news/\nhttp://de.wikipedia.org/wiki/Eurovision_Song_Contest_2015\nhttp://de.wikipedia.org/wiki/The_Makemakes\nhttp://debatte.orf.at/stories/1754300/\nhttp://derstandard.at/r2000004087668/Song-Contest-2015\nhttp://derstandard.at/r2000015639396/Eurovisions---Song-Contest-Blog\nhttp://diepresse.com/home/kultur/songcontest/index.do\nhttp://goodnight.at/magazin/kultur/516-60-eurovision-songcontest-in-wien\nhttp://kundendienst.orf.at/programm/fernsehen/orf1/songcontest2015.html\nhttp://kurier.at/kultur/song-contest\nhttp://medienportal.univie.ac.at/uniview/forschung/detailansicht/artikel/song-contest-zwischen-pop-und-politik/\nhttp://oe3.orf.at/stories/2679710\nhttp://orf.at/\nhttp://orf.at/stories/2254095/\nhttp://orf.at/stories/2254095/2254088/\nhttp://orf.at/stories/2254095/2254098/\nhttp://songcontest.orf.at/\nhttp://steiermark.orf.at/news/stories/2684488/\nhttp://tvthek.orf.at/topic/Eurovision-Song-Contest-2015/9137507\nhttp://tvthek.orf.at/topic/Oesterreich-beim-Song-Contest/9174892\nhttp://wien.orf.at/news/stories/2648040/\nhttp://wien.orf.at/news/stories/2648857/\nhttp://wien.orf.at/news/stories/2649515/\nhttp://wien.orf.at/news/stories/2661128/\nhttp://wien.orf.at/news/stories/2661370/\nhttp://wien.orf.at/news/stories/2661798/\nhttp://wien.orf.at/news/stories/2661804/\nhttp://wien.orf.at/news/stories/2661845/\nhttp://wien.orf.at/news/stories/2661855/\nhttp://wien.orf.at/news/stories/2661910/\nhttp://wien.orf.at/news/stories/2662093/\nhttp://wien.orf.at/news/stories/2662947/\nhttp://wien.orf.at/news/stories/2663106/\nhttp://wien.orf.at/news/stories/2664083/\nhttp://wien.orf.at/news/stories/2666541/\nhttp://wien.orf.at/news/stories/2666581/\nhttp://wien.orf.at/news/stories/2668462/\nhttp://wien.orf.at/news/stories/2670490/\nhttp://wien.orf.at/news/stories/2676170/\nhttp://wien.orf.at/news/stories/2678309/\nhttp://wien.orf.at/news/stories/2679672/\nhttp://wien.orf.at/news/stories/2680454/\nhttp://wien.orf.at/news/stories/2682245/\nhttp://wien.orf.at/news/stories/2683703/\nhttp://wien.orf.at/news/stories/2684423/\nhttp://wien.orf.at/news/stories/2687164/\nhttp://wien.orf.at/news/stories/2706977/\nhttp://wien.orf.at/news/tags/esc\nhttp://www.apa.at/Site/ESC2015/index.html\nhttp://www.austria-trend.at/blog/\nhttp://www.bmlfuw.gv.at/umwelt/nachhaltigkeit/green-events/projekte/kultur_und_musik/green_song_contest.html\nhttp://www.eurovision.tv/\nhttp://www.heute.at/song+contest./\nhttp://www.krone.at/song-contest\nhttp://www.news.at/a/song-contest-telegramm-2015\nhttp://www.oe24.at/kultur/song-contest\nhttp://www.oeticket.com/de/kuenstler/eurovision-song-contest-1020/profile.html\nhttp://www.picturedesk.com/ESC2015\nhttp://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015\nhttp://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015-family-show-finale.html\nhttp://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015-jury-show-finale.html\nhttp://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015-public-viewing-in-wien.html\nhttp://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015-semifinale-1-2.html\nhttp://www.songcontest.at/\nhttp://www.stadthalle.com/de/schauen/events/75/Eurovision-Song-Contest\nhttp://www.vienna.at/specials/eurovision-song-contest\nhttp://www.wien-event.at/events/song-contest/\nhttp://www.wien-ticket.at/de/service/Eurovision-Song-Contest-Wiener-Stadthalle-Wien\nhttp://www.wien.info/de/musik-buehne/eurovision-song-contest\nhttp://www.wienerlinien.at/eportal2/ep/tab.do/pageTypeId/74690\nhttp://www.wienerzeitung.at/dossiers/eurovision_song_contest_2015/\nhttps://instagram.com/esc_buildingbridges/\nhttps://instagram.com/themakemakes/\nhttps://twitter.com/ESC2015ORF\nhttps://twitter.com/Eurovision\nhttps://twitter.com/hashtag/eurovision?src=hash\nhttps://www.facebook.com/ESCBuildingBridges\nhttps://www.facebook.com/EurovisionSongContest\nhttps://www.facebook.com/themakemakes\nhttps://www.stadthalle.com/de/schauen/events/75/Eurovision-Song-Contest\nhttps://www.wien.gv.at/kultur/esc/\n" + ] + } + ], + "source": [ + "for crawl in event_crawls:\n", + " if crawl['name'] == 'Song Contest 2015':\n", + " for group in crawl['groups']:\n", + " for seed in group['seeds']:\n", + " print(seed)\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 2", + "language": "python", + "name": "python2" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/sample2.ipynb b/sample2.ipynb new file mode 100644 index 0000000..9d3a932 --- /dev/null +++ b/sample2.ipynb @@ -0,0 +1,142 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Create a WebarchivSession Object with convenience methods for easy access with your API-Key " + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "from webarchiv import WebarchivSession\n", + "\n", + "apikey = 'Zz2tQls7fuaocX2pjrfc2npojqbGwXL2'\n", + "w = WebarchivSession(apikey)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Submit a URL search to get all archived capturedates of the requested URL" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [], + "source": [ + "url = \"http://www.onb.ac.at\"\n", + "response = w.wayback_search(url)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The search always returns the full response. Checking for status_code 200 before extracting the response is always a good idea" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [], + "source": [ + "if response.status_code != 200:\n", + " print(\"Something went wrong ...\")\n", + " exit(1)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now it is safe to extract the response\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Get the total number of captures of the requested URL" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2426\n" + ] + } + ], + "source": [ + "print(response.json()['total'])" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Get the Archiveurl of the oldest Capuredate of the requested URL" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "https://webarchiv.onb.ac.at/web/20090916183601/http://www.onb.ac.at\n" + ] + } + ], + "source": [ + "capturedate = datetime.datetime.fromtimestamp(response.json()['hits'][0]['c']).strftime('%Y%m%d%H%M%S')\n", + "\n", + "captureurl = 'https://webarchiv.onb.ac.at/web/' + capturedate + '/' + url\n", + "\n", + "print (captureurl)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 2", + "language": "python", + "name": "python2" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/sample3.ipynb b/sample3.ipynb new file mode 100644 index 0000000..28d19d3 --- /dev/null +++ b/sample3.ipynb @@ -0,0 +1,108 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "from webarchiv import WebarchivSession\n", + "apikey = 'Zz2tQls7fuaocX2pjrfc2npojqbGwXL2'\n", + "w = WebarchivSession(apikey)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Submit a fulltext search to get a list of tophits per domain ordered by the largest number of hits" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "response = w.fulltext_search(\"Nationalbibliothek Prunksaal Schwarzenegger\")\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The search always returns the full response. Checking for status_code 200 before extracting the response is always a good idea" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "if response.status_code != 200:\n", + " print(\"Something went wrong ...\")\n", + " exit(1)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now it is safe to extract the response" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Get the tophit of the domain with the largest number of hits which contains the words Nationalbliothek, Prunksaal and Schwarzenegger" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "http://www.onb.ac.at/services/21696.htm\n" + ] + } + ], + "source": [ + "print (response.json()['hits'][0]['value'])\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 2", + "language": "python", + "name": "python2" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/sample4.ipynb b/sample4.ipynb new file mode 100644 index 0000000..0cd0bc5 --- /dev/null +++ b/sample4.ipynb @@ -0,0 +1,683 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "import requests\n", + "import json\n", + "import time\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Create a WebarchivSession Object with convenience methods for easy access with your API-Key " + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "from webarchiv import WebarchivSession\n", + "\n", + "apikey = 'Zz2tQls7fuaocX2pjrfc2npojqbGwXL2'\n", + "w = WebarchivSession(apikey)\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "load metadata files from Webarchive Austria" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "selective_crawls = requests.get('https://webarchiv.onb.ac.at/data/selective.json').json()\n", + "event_crawls = requests.get('https://webarchiv.onb.ac.at/data/events.json').json()\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Get the number of captures of all seeds of the Event Crawl Song Contest 2015" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "74 Captures for http://conchitawurst.com\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "8 Captures for http://conchitawurst.com/news/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "6 Captures for http://de.wikipedia.org/wiki/Eurovision_Song_Contest_2015\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://de.wikipedia.org/wiki/The_Makemakes\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://debatte.orf.at/stories/1754300/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "59 Captures for http://derstandard.at/r2000004087668/Song-Contest-2015\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://derstandard.at/r2000015639396/Eurovisions---Song-Contest-Blog\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "238 Captures for http://diepresse.com/home/kultur/songcontest/index.do\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://goodnight.at/magazin/kultur/516-60-eurovision-songcontest-in-wien\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://kundendienst.orf.at/programm/fernsehen/orf1/songcontest2015.html\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "150 Captures for http://kurier.at/kultur/song-contest\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "11 Captures for http://medienportal.univie.ac.at/uniview/forschung/detailansicht/artikel/song-contest-zwischen-pop-und-politik/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://oe3.orf.at/stories/2679710\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "9976 Captures for http://orf.at/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://orf.at/stories/2254095/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "33 Captures for http://orf.at/stories/2254095/2254088/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "33 Captures for http://orf.at/stories/2254095/2254098/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "1383 Captures for http://songcontest.orf.at/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "35 Captures for http://steiermark.orf.at/news/stories/2684488/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://tvthek.orf.at/topic/Eurovision-Song-Contest-2015/9137507\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://tvthek.orf.at/topic/Oesterreich-beim-Song-Contest/9174892\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "35 Captures for http://wien.orf.at/news/stories/2648040/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "38 Captures for http://wien.orf.at/news/stories/2648857/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "42 Captures for http://wien.orf.at/news/stories/2649515/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "36 Captures for http://wien.orf.at/news/stories/2661128/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "43 Captures for http://wien.orf.at/news/stories/2661370/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "39 Captures for http://wien.orf.at/news/stories/2661798/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "43 Captures for http://wien.orf.at/news/stories/2661804/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "40 Captures for http://wien.orf.at/news/stories/2661845/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "38 Captures for http://wien.orf.at/news/stories/2661855/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "43 Captures for http://wien.orf.at/news/stories/2661910/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "36 Captures for http://wien.orf.at/news/stories/2662093/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "44 Captures for http://wien.orf.at/news/stories/2662947/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "45 Captures for http://wien.orf.at/news/stories/2663106/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "40 Captures for http://wien.orf.at/news/stories/2664083/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "40 Captures for http://wien.orf.at/news/stories/2666541/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "45 Captures for http://wien.orf.at/news/stories/2666581/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "44 Captures for http://wien.orf.at/news/stories/2668462/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "40 Captures for http://wien.orf.at/news/stories/2670490/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "39 Captures for http://wien.orf.at/news/stories/2676170/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "36 Captures for http://wien.orf.at/news/stories/2678309/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "37 Captures for http://wien.orf.at/news/stories/2679672/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "37 Captures for http://wien.orf.at/news/stories/2680454/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "34 Captures for http://wien.orf.at/news/stories/2682245/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "39 Captures for http://wien.orf.at/news/stories/2683703/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "94 Captures for http://wien.orf.at/news/stories/2684423/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "105 Captures for http://wien.orf.at/news/stories/2687164/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "53 Captures for http://wien.orf.at/news/stories/2706977/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "287 Captures for http://wien.orf.at/news/tags/esc\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "120 Captures for http://www.apa.at/Site/ESC2015/index.html\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "65 Captures for http://www.austria-trend.at/blog/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "6 Captures for http://www.bmlfuw.gv.at/umwelt/nachhaltigkeit/green-events/projekte/kultur_und_musik/green_song_contest.html\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "832 Captures for http://www.eurovision.tv/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "151 Captures for http://www.heute.at/song+contest./\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "65 Captures for http://www.krone.at/song-contest\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://www.news.at/a/song-contest-telegramm-2015\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "344 Captures for http://www.oe24.at/kultur/song-contest\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "18 Captures for http://www.oeticket.com/de/kuenstler/eurovision-song-contest-1020/profile.html\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://www.picturedesk.com/ESC2015\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015-family-show-finale.html\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015-jury-show-finale.html\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015-public-viewing-in-wien.html\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://www.railtours.at/sonderangebote/oesterreich/wien/eurovision-song-contest-2015-semifinale-1-2.html\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "10 Captures for http://www.songcontest.at/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2 Captures for http://www.stadthalle.com/de/schauen/events/75/Eurovision-Song-Contest\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "154 Captures for http://www.vienna.at/specials/eurovision-song-contest\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://www.wien-event.at/events/song-contest/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "5 Captures for http://www.wien-ticket.at/de/service/Eurovision-Song-Contest-Wiener-Stadthalle-Wien\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for http://www.wien.info/de/musik-buehne/eurovision-song-contest\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "6 Captures for http://www.wienerlinien.at/eportal2/ep/tab.do/pageTypeId/74690\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "100 Captures for http://www.wienerzeitung.at/dossiers/eurovision_song_contest_2015/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for https://instagram.com/esc_buildingbridges/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for https://instagram.com/themakemakes/\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for https://twitter.com/ESC2015ORF\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for https://twitter.com/Eurovision\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "32 Captures for https://twitter.com/hashtag/eurovision?src=hash\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "63 Captures for https://www.facebook.com/ESCBuildingBridges\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "57 Captures for https://www.facebook.com/EurovisionSongContest\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "112 Captures for https://www.facebook.com/themakemakes\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2 Captures for https://www.stadthalle.com/de/schauen/events/75/Eurovision-Song-Contest\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "47 Captures for https://www.wien.gv.at/kultur/esc/\n" + ] + } + ], + "source": [ + "for crawl in event_crawls:\n", + " if crawl['name'] == 'Song Contest 2015':\n", + " for group in crawl['groups']:\n", + " for seed in group['seeds']:\n", + " response = w.wayback_search(seed)\n", + " print(response.json()['total'] , ' Captures for ' , seed)\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 2", + "language": "python", + "name": "python2" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/showcase1.ipynb b/showcase1.ipynb deleted file mode 100644 index e101b39..0000000 --- a/showcase1.ipynb +++ /dev/null @@ -1,105 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": { - "collapsed": true - }, - "outputs": [], - "source": [ - "from webarchiv import WebarchivSession\n", - "apikey = 'Zz2tQls7fuaocX2pjrfc2npojqbGwXL2'\n", - "w = WebarchivSession(apikey)" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "response = w.wayback_search(\"http://www.onb.ac.at\")" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'@context': 'https://webarchiv.onb.ac.at/contexts/waybackcalheatmapsearchresult.jsonld', 'requestid': '', 'message': '', 'returncode': 0, 'total': 2426, 'type': 2, 'took': 901, 'version': '0.1.0', 'url': 'http://www.onb.ac.at', 'hits': [{'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253118961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253186229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253376795, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253410054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253610582, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253748277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253817210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253819588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253972393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253995534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254521018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254528830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254817691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254880750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255112059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255137105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255223172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255260313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255297402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255516012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255683687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255700123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255926164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256043574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256161172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256172137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256183257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256205628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256308084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256309783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314832, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256367656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256374623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256380659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256784266, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256854256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256937066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256952981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257012760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257181610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257318394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257325591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257552151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257790168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257795672, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257887176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264257083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264481015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264534793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264557295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189011, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265308475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265450045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265568007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265599171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265854122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266017555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266923131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266973800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267279924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267555190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267806802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267885452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268094510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268166554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268353100, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268398621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268567850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268680913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268852770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268884121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269345872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269516469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269686030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269720867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269880667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270013391, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270134051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270251195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270332135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270464990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270601384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270664550, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270889918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270959720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270999655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271012494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405262, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271534977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271685352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271772979, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271792204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271885840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271992793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272060369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272236385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272432381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272606263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272720690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272756546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273054015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273235482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273408341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273464275, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273811194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273895191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273942474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273996399, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274303295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320260, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274397463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773401, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274849219, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275179206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275250791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275394674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275547653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275609631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275699800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276067789, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276371921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276462960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276559909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276568315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276909136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276988645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277262041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277390999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277391014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277470666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277633408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277833315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277862916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278078202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278144688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278224087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278253396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278691811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282736281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282750975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282752357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282755120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282763295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283259967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283269047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301651799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301653311, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312315480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312385239, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312599350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313102427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313559252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313564999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313634334, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314195420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314548135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314648614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314711798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314747899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314802759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315453376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315498929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315519506, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315767928, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315778900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1316032875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317484824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317630853, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317713315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317960379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318344216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318870865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318920288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319073128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319075231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319408138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319430902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319475772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319748157, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320087640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320143950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320198407, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320315233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320568661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320692684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320788752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320921450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320990080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321158880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321341814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321347278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321534256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321581682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321634766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321646236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321721852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321805337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321902089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321970718, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322473432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322496078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322561974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322906428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323095686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323111620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323262368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323493133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323504298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323509784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323526063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323638768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323717283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323815830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323938086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323966412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324004423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324093742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324219321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324250324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324321234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324504439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324536272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324672010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324733875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324835004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324926035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324973440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324984730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325043656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325063315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325116486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325213102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325530824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325556030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325585457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325642569, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325867475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325916986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325971232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326031340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326073241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326083648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326141361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326288045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326314594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326589770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327006332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327279895, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327296870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327345228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327453214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327488414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327512489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327641427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327778632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327793418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327888878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327950871, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328106235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328263635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328275556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328385733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328554838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329180904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329234820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329721941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329742393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329764471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329996207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330059328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330161286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330421233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330456776, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330683027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330768988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330783554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330887900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330974041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330977745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331248044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331578885, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331639008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331938528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331975630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332071910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332077849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332183663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332426738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332589349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332624499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332781265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332800818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332976450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333022112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333237872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333402592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333435435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333440159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333511948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333601134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333681043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333761210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333790271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333892760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333990812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334586814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334595674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334768761, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334881899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335071244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335101806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335200470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335227691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335245092, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335310136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335678465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335805277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336032165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336084629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336183466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336410077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337014882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337619667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338224474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338710480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338743872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338829268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1339434070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340038864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340643666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341248482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341302498, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341336256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341853268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1342458089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343062868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343667648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343980867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344016365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344272448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344331278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344349637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344352208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344361579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344368875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344370223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344372893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387378, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344389059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344394825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344398982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344408799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344412114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344415234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344418305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344877248, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345534223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345563667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345565567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345578731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345581057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345800018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345825654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345829149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345830473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345843724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345850246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345851108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345852142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345853030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345858733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345901756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345963586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346086886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346752994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346760097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346796714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347296460, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347901256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347995081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347999944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348004963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348006323, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348070201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348122686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348506057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348698697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348710972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348718389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348777724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349165440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349251283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349300572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349715658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350320447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350925245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351537247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351936876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351979147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352142048, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352746847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353351634, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353956434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354528852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354561236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354570503, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355166034, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355770834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356375631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356980439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357207257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357249261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357585233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358190033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358794840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359399660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359885680, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359935549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360004458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360609263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361088320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361214106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361818985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361839520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361890227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361980456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362005451, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362231259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362304915, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362385315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362423765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362686121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362715294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362765557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363028515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363152691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363220320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363239081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363633388, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363648235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363685901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364238108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364835709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364976118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365032115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365440509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366045309, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366650108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367254909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367568121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367634666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367859712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1368468036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369072811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369677488, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370249918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370282265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370311435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370886969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371491839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371531713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371581085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371593471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371599849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371675642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371701149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371805288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371876596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371884628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372031486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372057112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372096686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372209447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372739267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372743943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372841787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372905082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372958574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373105542, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373271691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373306229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373370703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373419130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373465608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373635796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373728012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373862572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373909830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373911059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373960043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374083081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374207428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374210812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374272637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374515700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374564000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374651667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374690352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374927093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374998412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375120534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375152005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375220600, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375504064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375520139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375537527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375548620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375618438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375666028, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375718946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375719000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375725283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375800449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375817690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375906744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375916469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375926500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376072427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376128899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376179210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376225735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376299838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376330051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376366278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376507513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376727075, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376728463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376797709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376839265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376882091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376934854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376952472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376995658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377025947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377086543, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377173197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377434372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377467315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377520422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377539581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377617104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377668023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377768376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377793027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377795124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377822358, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377844419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378028572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378049859, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378144500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378198524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378393581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378507567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378509580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378582054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378693310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378729900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378734147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378749173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378911455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378983013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379047765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379107799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379233589, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379353942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379438759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379464285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379589338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379958896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380078817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380563455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380700631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380747641, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380749996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380758762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380771875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380773966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380777164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380790274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380806351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380915972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381003457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381089699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381168338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381175161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381210068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381262575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381347447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381406679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381435370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381440847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381520237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381607976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381694610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381773120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381781131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381867412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381953010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382038908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382127280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382211904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382298304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382377648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382386473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382470481, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382558664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382646138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382730866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382818842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382912276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382989619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382999027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383082713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383170044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383258755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383343302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383430823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383475599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383517331, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383594390, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383603798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383687552, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383764699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383851068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383937468, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384023923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384110269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384196773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384199315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384283037, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384369417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384455818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384542224, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384628838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384714909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384801556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384803940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384887702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384974231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385060739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385146893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385233545, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385319802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385406473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385408814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385492619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385579256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385665638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385751806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385838197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385924440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386011118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386013603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386067630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386097349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386183943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386270297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386356509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386443056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386529328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386615855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386618423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386702134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386788643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386874947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386961372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387047673, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387134106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387220762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387223147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387306934, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387393304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387479708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387566232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387652491, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387739104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387825441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387827903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387911524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387998237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388084432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388170719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388257438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388343784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388430022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388432943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388433046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388516422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388602828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388689252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388745864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388775524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388861919, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388948421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389034844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389121240, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389207635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389294029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389380592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389466846, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389553080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389639777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389642403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389726156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389812432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389898702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389985374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390071654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390157959, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390244457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390247145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390330779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390417446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390503689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390589814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390676505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390762742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390849135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390851784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390935721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391021967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391108377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391194798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391281178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391367830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391424297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391454013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391456544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391540520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391626727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391713473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391797176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391883482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391969909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392056306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392058873, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392142696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392229081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392315486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392401863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392488251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392574661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392661065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392663646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392747416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392833908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392920279, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393006636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393093058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393179463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393265818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393268423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393352249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393438610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393525036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393611403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393697806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393784172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393840805, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393870562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393873190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393957027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394043396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394129785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394216201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394302598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394388988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394475374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394477977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394561838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394648328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394734708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394821089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394907487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394993910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395080305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395082886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395166688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395253084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395339596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395425904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395512281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395598706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395685126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395687693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395771551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395857889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395944356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396030700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396117117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396196365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396282737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396285324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396369174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396455525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396512097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396541960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396628357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396714764, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396801138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396887530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396890105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396973929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397060347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397146785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397233122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397319551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397405942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397492356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397494906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397578783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397665205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397751595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397838001, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397924381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398010884, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398097193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398099709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398186149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398269990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398356416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398442839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398529217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398615608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398702010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398704586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398788362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398874783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398961210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399047570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399104188, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399133965, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399183639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399220389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399306901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399309315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399393246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399479623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399652408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399738821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399825256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399911670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399914153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399998013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400084604, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400171009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400257395, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400343780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400430207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400516477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400518957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400602990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400689426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400775698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400862199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400948507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401035155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401121302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401123777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401207828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401294161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401380484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401466946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401553289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401639782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401726113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401728540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401782579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401812610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401869457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401898907, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401985355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402071698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402158160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402244599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402331042, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402333313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402417307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402503712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402590174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402676540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402763030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402849455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402935792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402938178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403022089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403108493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403194943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403281387, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403367849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403454733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403540646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403543086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403627019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403713352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403799792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403886222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403972697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404059277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404145573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404147728, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404231825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404318269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404374609, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404404612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404453655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404490913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404577409, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404663831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404751256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404752523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404836519, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404922926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405009300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405095715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405182208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405268547, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405355080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405357325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405441510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405527822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405614074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405700500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405786870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405873490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405960045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405962243, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406046065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406132553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406218969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406305380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406391686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406478151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406564466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406566941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406650899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406737374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406823678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406910079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406996532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407053020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407082813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407136939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407169350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407171831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407255681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407342047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407428483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407515000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407601423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407687650, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407774302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407776539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407860528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407946849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408033304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408119890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408206180, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408292619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408378939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408381332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408465230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408551755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408638118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408724526, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408810838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408897423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408983961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408986185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409070119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409157752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409243151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409329367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409415655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409502216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409588671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409591175, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409674852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409731567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409761365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409810038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409847717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409934259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410020521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410106986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410193320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410195730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410279705, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410366120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410452585, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410538854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410625320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410711663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410798093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410800668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410884482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410970897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411057403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411143739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411230097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411316606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411402889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411405478, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411489232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411575803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411662137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411748755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411834921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411921603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412007682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412010282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412098057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412184429, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412270821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412323342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412357509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412443717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412530265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412615223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412616557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412703004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412789108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412875620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412962299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413048697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413134941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413219751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413221288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413305896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413392537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413482852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413566111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413657045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413743749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413825914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413911734, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413997806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414086950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414173646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414256486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414353834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414435574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414442043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414528178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414612713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414700880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414787442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414868285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414960096, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415007841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415041228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415045446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415127862, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415215140, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415305462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415395424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415473893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415563849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415732421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415905223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416058261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416081579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416167619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416249782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416259507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416342676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416428572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416514978, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416595985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416682411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416768806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416855689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416859942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416941948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417028472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417119823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417201051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417287502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417373983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417459328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417460347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417546386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417599723, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417633296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417724720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417811089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417892793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417981667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418064104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418073534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418153242, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418238038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418324516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418410881, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418501058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418586976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418668882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418670218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418762254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418901364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418904161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418940178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419016736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419107917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419189500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419273759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419275955, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419361839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419447442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419534472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419620640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419706726, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419793071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419878437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419879994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419966416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420052573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420139363, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420225753, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420278335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420317150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420398340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420484835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420488580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420576173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420658274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420743878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420830792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420925784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421012126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090026, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421176556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421268711, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421349963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421439208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421530371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421614450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421698155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421699969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421790917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421870827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421955472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422044953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422127217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422213632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422302803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422306085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422386166, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422480790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422562792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422650022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422731897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422823643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422902642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422907840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422961653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422995161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423077187, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423169228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423249315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423372163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423585263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423592201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423594384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423631470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423686866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423854380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423940703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424027216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424111976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424118744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424200305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424286276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424377744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424550626, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424636813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424716605, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424723375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424890694, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425063724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425150282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425242178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425326737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425328306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425380561, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425409088, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425418588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425495807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425582145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425669217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425760007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425841418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425927630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425930906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426019226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426105629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426187178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426273305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426364574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426446891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426531059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426533359, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426619548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426705663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426792376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426878326, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426965016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427051499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427135831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427137886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427225975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427322715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427415111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427477768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427485951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427548383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427569784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427651775, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427738459, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427772559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427824621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427913099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428002234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428046586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428083233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428093049, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428168235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428257909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428341093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428369091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428429649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428516145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428607077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428693116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428778533, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428860963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428942982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428946072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429095422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429129839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429213085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429309234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429380892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429467072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429553012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429558181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429687904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429813325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429909887, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429980840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430076159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430156755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430160687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430161400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430245741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430335207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430425759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430508841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430588774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430643693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430678200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430683615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430757700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430845967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430931975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431020203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431109300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431199204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431277367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431361916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431368906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431408210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431448659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431455611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431478232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431623254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431626894, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431643861, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431709361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431715046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431800486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431801943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431883161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431889160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431969366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431972035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431973607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431974544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432057271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432064688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432150882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432229131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432321329, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432406638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432494050, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432575513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432576629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432578906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432662555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432752781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432842114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432925834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433006341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433092700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433268991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433316629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433353041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433357365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433442371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433532253, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433616398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433747364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433790707, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433821586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433870354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433963014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434047386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434133419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434134347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434214767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434301230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434391127, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434392967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434479404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434560292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434646666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434738820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434824703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434911211, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434992181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434995898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435084130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435165226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435251661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435338107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435429372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435510991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435595322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435596872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435688691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435746453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435752898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435769720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435802384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435861153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435908985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435913947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435942611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435962911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436035474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436120380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436200287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436201692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436293485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436379822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436466571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436552812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436633869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436725643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436805071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436806575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436898371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436984727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437071287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437152402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437243947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437330628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437410138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437416833, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437503179, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437584532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437675947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437762130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437848273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437929835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438014623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438021483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438102621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438189170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438280772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438367453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438448537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438539710, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438586793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438594485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438619190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438621616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438690901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438713310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438794098, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438887206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439001129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439084030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439165085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439229293, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439234606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439315149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439401041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439501107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439585571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439669590, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439751540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439833343, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439834062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439902880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439922525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440012633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440093982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440184692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440191757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440264479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440357607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440433512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440457306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440530031, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440617685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440702493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440800619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440887830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440965721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441038812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441054047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441133942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441216103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441265286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441272370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441306722, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441338230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441400015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441481502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441559105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441643061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441655404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441742218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441822575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441908827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441999473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442083639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442176796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442253826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442261134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442349549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442521191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442603961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442686005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442780483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442853151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442871930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442952731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443031069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443123815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443202961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443304320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443381477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443463375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443473430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443560974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443642186, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443726785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443811036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443862952, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443868865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443923942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443942268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443997759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444006347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444067287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444107021, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444160389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444246603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444332678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444418706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444506447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444588614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444666925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444671940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444762199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444855261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444945168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445128306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445212081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445271930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445291632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445381633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445412924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445461121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445536103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445630104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445714972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445809570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445884250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445890471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445980708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446068621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446155079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446239467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446326155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446407914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446494436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446498993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446547701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446554471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446597729, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446623430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446680513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446755199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446846750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446923473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446926999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447014831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447093810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447110485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447199402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447271936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447361874, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447446063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447534457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447684452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447703986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447713466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447743623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447792103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447879940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447974119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448055377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448134497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448224109, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448303177, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448323677, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448407643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448507024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448578890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448655951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448738514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448832263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448908139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448922628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449012385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449099494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449139618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449147349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449175169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449215313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449261624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449344668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449435808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449512301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449524058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449614691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449709806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449792223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449871866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449938865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449960056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450040695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450117070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450138778, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450237489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450320297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450401584, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450468950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450552735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450649627, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450721845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450728890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450824755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450905910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450987203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451083009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451163480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451257911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451326879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451343453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451450467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451542321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451622872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451673214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451700362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451757411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451772156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451818630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451854774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451907657, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451936681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451943161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452050868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452142903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452164719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452205671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452294701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452373214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452462313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452536433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452544687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452636016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452718757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452799648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452886937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452972297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453063558, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453146058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453150708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453750826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454355594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454495993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454933165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454955245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1455566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456170101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456769588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457108381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457194030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457381502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457980742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1458586783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459188129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459667465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459757902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459794099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460223698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460397194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460402842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460487964, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460570942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460828110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460915097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461001505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461085891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461180110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461267286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461346571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461434911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461524267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461610786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461613817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461698721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461778101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461867364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461950902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462261426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462266917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462295515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462340017, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462390349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462471727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462556760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462648377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462733505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462810361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462814902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462900461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463078340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463166847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463248143, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463333773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463421630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463506350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463508510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463593056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463680992, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463769289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463937276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464026592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464029333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464118743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464198125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464283990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464370548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464461351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464543008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464630598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464635779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464716888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464807799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464888971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464942741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464948131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464974321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465018310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465067602, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465154961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465237639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465405794, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465553091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465604850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465666708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465759020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465841374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465843647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465925251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466066016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466110128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466185948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466271123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466363747, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466444350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466446097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466530200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466623365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466705121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466789530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466879490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466968691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467051171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467055721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467136905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467224757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467313150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467373603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467385267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467401158, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467452322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467483415, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467529579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467539745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467571370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467614366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467742812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467829355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467916091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468002490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468090572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468175278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468258606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468261170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468347662, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468430568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468523830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468609783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468695620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468781612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468866296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468867744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468953327, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469037133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469120368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469207131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469296346, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469382560, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469462845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469465983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469552655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469635888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469725664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469808524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469901164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469984652, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470071055, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470072527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470159990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470212899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470224204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470243940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470286567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470327063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470418384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470502969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470589439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470762518, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470850120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470935044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471018176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471104679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471196932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471280696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471283091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471368364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471453420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471536298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471626335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471712974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471799074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471885122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471887214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471974559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472058115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472146353, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472232564, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472313971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472400900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472573536, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472663287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472750040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472891135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472901595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472966173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473094593, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473699408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474304165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474918990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474978716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475481418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475510373, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475513720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476115510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476121229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476719916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476720298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477324730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477328089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478167268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478544116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478549829, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478600446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478613421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479150466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479218077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479756033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479757023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479818308, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480359790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480360328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426348, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481570695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481571230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482171475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482172010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236945, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483278094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483440254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484598636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484599174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485264067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799877, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118006, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487012899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487013435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487617712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223330, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823405, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634804, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491205686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491206220, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241336, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493048949, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493656976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493657510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493797812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493798347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494261760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494262297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494866544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494867070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495471687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495472192, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496678433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893732, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905956, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499101820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499526855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499701958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499702463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500309768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500310274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500915974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500916479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501258467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433576, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433577, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501515875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501516379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121397, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125445, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502554462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503334958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503335465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504544823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504545347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504846780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505657616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505749936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505750441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505759678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505760185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505780181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505992756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506011386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506012313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227345, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506358255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497625, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506963578, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506964083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507015966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507016475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300213, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507406999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507407000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507467125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507638991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507639499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507908849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508777890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508778398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912504, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509389495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509390000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509993720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509994225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511202637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512412649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512413154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513013786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513014292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828339, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514831598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514832102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514974788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514975291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516645998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517250633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517651691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517652195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517851664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517852169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465769, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518481901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518482406, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065860, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520068939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520069441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277675, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520278198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876182, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521483980, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522689529, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522690035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522741643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522742146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523896704, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523897208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332538, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526311685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526312189, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528011696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528012200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529335687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529336212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529940649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529941154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530443015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530599631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530600134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531761639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531762163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532359893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532360416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532964791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532965314, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197763, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534844688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534845210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535961995, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535962516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536017889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536018412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614167, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538248383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538555439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538556413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539031767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539032292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368264, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540380968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540381495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540431810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540432437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540812375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540813090, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540868973, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540869497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541239930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541240454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542061618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542062562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542093809, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542094335, 'r': 0}]}\n" - ] - } - ], - "source": [ - "print (response.json())" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'@context': 'https://webarchiv.onb.ac.at/contexts/waybackcalheatmapsearchresult.jsonld', 'requestid': '', 'message': '', 'returncode': 0, 'total': 2426, 'type': 2, 'took': 634, 'version': '0.1.0', 'url': 'http://www.onb.ac.at', 'hits': [{'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253118961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253186229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253376795, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253410054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253610582, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253748277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253817210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253819588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253972393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253995534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254521018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254528830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254817691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254880750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255112059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255137105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255223172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255260313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255297402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255516012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255683687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255700123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255926164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256043574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256161172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256172137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256183257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256205628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256308084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256309783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314832, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256367656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256374623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256380659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256784266, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256854256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256937066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256952981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257012760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257181610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257318394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257325591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257552151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257790168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257795672, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257887176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264257083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264481015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264534793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264557295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189011, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265308475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265450045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265568007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265599171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265854122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266017555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266923131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266973800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267279924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267555190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267806802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267885452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268094510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268166554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268353100, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268398621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268567850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268680913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268852770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268884121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269345872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269516469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269686030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269720867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269880667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270013391, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270134051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270251195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270332135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270464990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270601384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270664550, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270889918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270959720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270999655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271012494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405262, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271534977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271685352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271772979, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271792204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271885840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271992793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272060369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272236385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272432381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272606263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272720690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272756546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273054015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273235482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273408341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273464275, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273811194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273895191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273942474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273996399, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274303295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320260, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274397463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773401, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274849219, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275179206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275250791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275394674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275547653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275609631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275699800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276067789, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276371921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276462960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276559909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276568315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276909136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276988645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277262041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277390999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277391014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277470666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277633408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277833315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277862916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278078202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278144688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278224087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278253396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278691811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282736281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282750975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282752357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282755120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282763295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283259967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283269047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301651799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301653311, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312315480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312385239, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312599350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313102427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313559252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313564999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313634334, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314195420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314548135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314648614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314711798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314747899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314802759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315453376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315498929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315519506, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315767928, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315778900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1316032875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317484824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317630853, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317713315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317960379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318344216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318870865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318920288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319073128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319075231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319408138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319430902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319475772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319748157, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320087640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320143950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320198407, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320315233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320568661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320692684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320788752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320921450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320990080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321158880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321341814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321347278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321534256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321581682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321634766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321646236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321721852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321805337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321902089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321970718, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322473432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322496078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322561974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322906428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323095686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323111620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323262368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323493133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323504298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323509784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323526063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323638768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323717283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323815830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323938086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323966412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324004423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324093742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324219321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324250324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324321234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324504439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324536272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324672010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324733875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324835004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324926035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324973440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324984730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325043656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325063315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325116486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325213102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325530824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325556030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325585457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325642569, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325867475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325916986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325971232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326031340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326073241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326083648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326141361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326288045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326314594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326589770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327006332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327279895, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327296870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327345228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327453214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327488414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327512489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327641427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327778632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327793418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327888878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327950871, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328106235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328263635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328275556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328385733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328554838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329180904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329234820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329721941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329742393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329764471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329996207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330059328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330161286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330421233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330456776, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330683027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330768988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330783554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330887900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330974041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330977745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331248044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331578885, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331639008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331938528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331975630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332071910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332077849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332183663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332426738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332589349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332624499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332781265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332800818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332976450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333022112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333237872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333402592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333435435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333440159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333511948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333601134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333681043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333761210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333790271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333892760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333990812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334586814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334595674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334768761, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334881899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335071244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335101806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335200470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335227691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335245092, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335310136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335678465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335805277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336032165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336084629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336183466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336410077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337014882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337619667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338224474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338710480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338743872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338829268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1339434070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340038864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340643666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341248482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341302498, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341336256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341853268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1342458089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343062868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343667648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343980867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344016365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344272448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344331278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344349637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344352208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344361579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344368875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344370223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344372893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387378, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344389059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344394825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344398982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344408799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344412114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344415234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344418305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344877248, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345534223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345563667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345565567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345578731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345581057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345800018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345825654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345829149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345830473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345843724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345850246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345851108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345852142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345853030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345858733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345901756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345963586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346086886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346752994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346760097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346796714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347296460, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347901256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347995081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347999944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348004963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348006323, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348070201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348122686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348506057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348698697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348710972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348718389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348777724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349165440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349251283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349300572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349715658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350320447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350925245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351537247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351936876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351979147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352142048, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352746847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353351634, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353956434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354528852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354561236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354570503, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355166034, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355770834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356375631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356980439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357207257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357249261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357585233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358190033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358794840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359399660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359885680, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359935549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360004458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360609263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361088320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361214106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361818985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361839520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361890227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361980456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362005451, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362231259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362304915, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362385315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362423765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362686121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362715294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362765557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363028515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363152691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363220320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363239081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363633388, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363648235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363685901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364238108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364835709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364976118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365032115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365440509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366045309, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366650108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367254909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367568121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367634666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367859712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1368468036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369072811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369677488, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370249918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370282265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370311435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370886969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371491839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371531713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371581085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371593471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371599849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371675642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371701149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371805288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371876596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371884628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372031486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372057112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372096686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372209447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372739267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372743943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372841787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372905082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372958574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373105542, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373271691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373306229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373370703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373419130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373465608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373635796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373728012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373862572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373909830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373911059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373960043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374083081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374207428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374210812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374272637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374515700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374564000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374651667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374690352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374927093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374998412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375120534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375152005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375220600, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375504064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375520139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375537527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375548620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375618438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375666028, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375718946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375719000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375725283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375800449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375817690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375906744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375916469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375926500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376072427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376128899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376179210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376225735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376299838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376330051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376366278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376507513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376727075, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376728463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376797709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376839265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376882091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376934854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376952472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376995658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377025947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377086543, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377173197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377434372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377467315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377520422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377539581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377617104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377668023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377768376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377793027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377795124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377822358, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377844419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378028572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378049859, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378144500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378198524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378393581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378507567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378509580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378582054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378693310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378729900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378734147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378749173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378911455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378983013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379047765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379107799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379233589, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379353942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379438759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379464285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379589338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379958896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380078817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380563455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380700631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380747641, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380749996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380758762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380771875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380773966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380777164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380790274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380806351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380915972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381003457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381089699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381168338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381175161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381210068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381262575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381347447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381406679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381435370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381440847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381520237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381607976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381694610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381773120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381781131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381867412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381953010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382038908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382127280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382211904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382298304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382377648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382386473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382470481, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382558664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382646138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382730866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382818842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382912276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382989619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382999027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383082713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383170044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383258755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383343302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383430823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383475599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383517331, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383594390, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383603798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383687552, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383764699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383851068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383937468, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384023923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384110269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384196773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384199315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384283037, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384369417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384455818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384542224, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384628838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384714909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384801556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384803940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384887702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384974231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385060739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385146893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385233545, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385319802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385406473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385408814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385492619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385579256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385665638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385751806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385838197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385924440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386011118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386013603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386067630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386097349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386183943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386270297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386356509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386443056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386529328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386615855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386618423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386702134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386788643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386874947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386961372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387047673, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387134106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387220762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387223147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387306934, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387393304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387479708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387566232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387652491, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387739104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387825441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387827903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387911524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387998237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388084432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388170719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388257438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388343784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388430022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388432943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388433046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388516422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388602828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388689252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388745864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388775524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388861919, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388948421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389034844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389121240, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389207635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389294029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389380592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389466846, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389553080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389639777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389642403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389726156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389812432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389898702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389985374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390071654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390157959, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390244457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390247145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390330779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390417446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390503689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390589814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390676505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390762742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390849135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390851784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390935721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391021967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391108377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391194798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391281178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391367830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391424297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391454013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391456544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391540520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391626727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391713473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391797176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391883482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391969909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392056306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392058873, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392142696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392229081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392315486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392401863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392488251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392574661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392661065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392663646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392747416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392833908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392920279, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393006636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393093058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393179463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393265818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393268423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393352249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393438610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393525036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393611403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393697806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393784172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393840805, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393870562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393873190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393957027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394043396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394129785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394216201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394302598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394388988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394475374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394477977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394561838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394648328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394734708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394821089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394907487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394993910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395080305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395082886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395166688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395253084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395339596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395425904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395512281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395598706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395685126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395687693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395771551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395857889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395944356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396030700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396117117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396196365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396282737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396285324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396369174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396455525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396512097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396541960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396628357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396714764, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396801138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396887530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396890105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396973929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397060347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397146785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397233122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397319551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397405942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397492356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397494906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397578783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397665205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397751595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397838001, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397924381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398010884, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398097193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398099709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398186149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398269990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398356416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398442839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398529217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398615608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398702010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398704586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398788362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398874783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398961210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399047570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399104188, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399133965, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399183639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399220389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399306901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399309315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399393246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399479623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399652408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399738821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399825256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399911670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399914153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399998013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400084604, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400171009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400257395, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400343780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400430207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400516477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400518957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400602990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400689426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400775698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400862199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400948507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401035155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401121302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401123777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401207828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401294161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401380484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401466946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401553289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401639782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401726113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401728540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401782579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401812610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401869457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401898907, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401985355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402071698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402158160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402244599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402331042, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402333313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402417307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402503712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402590174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402676540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402763030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402849455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402935792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402938178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403022089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403108493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403194943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403281387, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403367849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403454733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403540646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403543086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403627019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403713352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403799792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403886222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403972697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404059277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404145573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404147728, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404231825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404318269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404374609, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404404612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404453655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404490913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404577409, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404663831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404751256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404752523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404836519, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404922926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405009300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405095715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405182208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405268547, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405355080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405357325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405441510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405527822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405614074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405700500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405786870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405873490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405960045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405962243, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406046065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406132553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406218969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406305380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406391686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406478151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406564466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406566941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406650899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406737374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406823678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406910079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406996532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407053020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407082813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407136939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407169350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407171831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407255681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407342047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407428483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407515000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407601423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407687650, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407774302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407776539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407860528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407946849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408033304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408119890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408206180, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408292619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408378939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408381332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408465230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408551755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408638118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408724526, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408810838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408897423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408983961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408986185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409070119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409157752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409243151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409329367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409415655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409502216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409588671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409591175, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409674852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409731567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409761365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409810038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409847717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409934259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410020521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410106986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410193320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410195730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410279705, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410366120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410452585, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410538854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410625320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410711663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410798093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410800668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410884482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410970897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411057403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411143739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411230097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411316606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411402889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411405478, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411489232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411575803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411662137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411748755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411834921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411921603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412007682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412010282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412098057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412184429, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412270821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412323342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412357509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412443717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412530265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412615223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412616557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412703004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412789108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412875620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412962299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413048697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413134941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413219751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413221288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413305896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413392537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413482852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413566111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413657045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413743749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413825914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413911734, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413997806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414086950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414173646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414256486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414353834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414435574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414442043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414528178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414612713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414700880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414787442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414868285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414960096, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415007841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415041228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415045446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415127862, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415215140, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415305462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415395424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415473893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415563849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415732421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415905223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416058261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416081579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416167619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416249782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416259507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416342676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416428572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416514978, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416595985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416682411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416768806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416855689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416859942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416941948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417028472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417119823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417201051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417287502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417373983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417459328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417460347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417546386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417599723, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417633296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417724720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417811089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417892793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417981667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418064104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418073534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418153242, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418238038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418324516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418410881, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418501058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418586976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418668882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418670218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418762254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418901364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418904161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418940178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419016736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419107917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419189500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419273759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419275955, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419361839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419447442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419534472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419620640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419706726, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419793071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419878437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419879994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419966416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420052573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420139363, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420225753, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420278335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420317150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420398340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420484835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420488580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420576173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420658274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420743878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420830792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420925784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421012126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090026, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421176556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421268711, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421349963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421439208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421530371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421614450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421698155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421699969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421790917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421870827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421955472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422044953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422127217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422213632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422302803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422306085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422386166, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422480790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422562792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422650022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422731897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422823643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422902642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422907840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422961653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422995161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423077187, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423169228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423249315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423372163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423585263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423592201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423594384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423631470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423686866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423854380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423940703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424027216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424111976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424118744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424200305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424286276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424377744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424550626, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424636813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424716605, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424723375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424890694, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425063724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425150282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425242178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425326737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425328306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425380561, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425409088, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425418588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425495807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425582145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425669217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425760007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425841418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425927630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425930906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426019226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426105629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426187178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426273305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426364574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426446891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426531059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426533359, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426619548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426705663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426792376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426878326, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426965016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427051499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427135831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427137886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427225975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427322715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427415111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427477768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427485951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427548383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427569784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427651775, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427738459, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427772559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427824621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427913099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428002234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428046586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428083233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428093049, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428168235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428257909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428341093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428369091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428429649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428516145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428607077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428693116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428778533, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428860963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428942982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428946072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429095422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429129839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429213085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429309234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429380892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429467072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429553012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429558181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429687904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429813325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429909887, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429980840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430076159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430156755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430160687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430161400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430245741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430335207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430425759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430508841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430588774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430643693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430678200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430683615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430757700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430845967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430931975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431020203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431109300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431199204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431277367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431361916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431368906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431408210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431448659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431455611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431478232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431623254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431626894, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431643861, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431709361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431715046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431800486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431801943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431883161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431889160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431969366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431972035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431973607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431974544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432057271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432064688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432150882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432229131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432321329, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432406638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432494050, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432575513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432576629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432578906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432662555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432752781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432842114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432925834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433006341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433092700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433268991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433316629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433353041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433357365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433442371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433532253, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433616398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433747364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433790707, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433821586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433870354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433963014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434047386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434133419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434134347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434214767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434301230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434391127, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434392967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434479404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434560292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434646666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434738820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434824703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434911211, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434992181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434995898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435084130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435165226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435251661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435338107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435429372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435510991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435595322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435596872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435688691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435746453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435752898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435769720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435802384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435861153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435908985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435913947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435942611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435962911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436035474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436120380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436200287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436201692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436293485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436379822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436466571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436552812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436633869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436725643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436805071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436806575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436898371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436984727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437071287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437152402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437243947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437330628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437410138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437416833, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437503179, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437584532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437675947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437762130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437848273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437929835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438014623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438021483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438102621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438189170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438280772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438367453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438448537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438539710, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438586793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438594485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438619190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438621616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438690901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438713310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438794098, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438887206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439001129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439084030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439165085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439229293, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439234606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439315149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439401041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439501107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439585571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439669590, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439751540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439833343, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439834062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439902880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439922525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440012633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440093982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440184692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440191757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440264479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440357607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440433512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440457306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440530031, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440617685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440702493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440800619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440887830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440965721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441038812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441054047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441133942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441216103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441265286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441272370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441306722, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441338230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441400015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441481502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441559105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441643061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441655404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441742218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441822575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441908827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441999473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442083639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442176796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442253826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442261134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442349549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442521191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442603961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442686005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442780483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442853151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442871930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442952731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443031069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443123815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443202961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443304320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443381477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443463375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443473430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443560974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443642186, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443726785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443811036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443862952, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443868865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443923942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443942268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443997759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444006347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444067287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444107021, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444160389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444246603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444332678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444418706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444506447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444588614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444666925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444671940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444762199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444855261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444945168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445128306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445212081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445271930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445291632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445381633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445412924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445461121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445536103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445630104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445714972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445809570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445884250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445890471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445980708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446068621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446155079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446239467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446326155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446407914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446494436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446498993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446547701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446554471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446597729, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446623430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446680513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446755199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446846750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446923473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446926999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447014831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447093810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447110485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447199402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447271936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447361874, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447446063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447534457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447684452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447703986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447713466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447743623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447792103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447879940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447974119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448055377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448134497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448224109, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448303177, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448323677, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448407643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448507024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448578890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448655951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448738514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448832263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448908139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448922628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449012385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449099494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449139618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449147349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449175169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449215313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449261624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449344668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449435808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449512301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449524058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449614691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449709806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449792223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449871866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449938865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449960056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450040695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450117070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450138778, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450237489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450320297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450401584, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450468950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450552735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450649627, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450721845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450728890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450824755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450905910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450987203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451083009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451163480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451257911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451326879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451343453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451450467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451542321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451622872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451673214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451700362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451757411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451772156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451818630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451854774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451907657, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451936681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451943161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452050868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452142903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452164719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452205671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452294701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452373214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452462313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452536433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452544687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452636016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452718757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452799648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452886937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452972297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453063558, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453146058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453150708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453750826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454355594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454495993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454933165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454955245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1455566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456170101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456769588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457108381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457194030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457381502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457980742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1458586783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459188129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459667465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459757902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459794099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460223698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460397194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460402842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460487964, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460570942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460828110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460915097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461001505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461085891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461180110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461267286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461346571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461434911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461524267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461610786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461613817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461698721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461778101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461867364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461950902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462261426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462266917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462295515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462340017, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462390349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462471727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462556760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462648377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462733505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462810361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462814902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462900461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463078340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463166847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463248143, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463333773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463421630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463506350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463508510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463593056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463680992, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463769289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463937276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464026592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464029333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464118743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464198125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464283990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464370548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464461351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464543008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464630598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464635779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464716888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464807799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464888971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464942741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464948131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464974321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465018310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465067602, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465154961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465237639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465405794, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465553091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465604850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465666708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465759020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465841374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465843647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465925251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466066016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466110128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466185948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466271123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466363747, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466444350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466446097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466530200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466623365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466705121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466789530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466879490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466968691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467051171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467055721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467136905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467224757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467313150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467373603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467385267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467401158, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467452322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467483415, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467529579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467539745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467571370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467614366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467742812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467829355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467916091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468002490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468090572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468175278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468258606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468261170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468347662, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468430568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468523830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468609783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468695620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468781612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468866296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468867744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468953327, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469037133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469120368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469207131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469296346, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469382560, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469462845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469465983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469552655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469635888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469725664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469808524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469901164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469984652, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470071055, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470072527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470159990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470212899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470224204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470243940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470286567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470327063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470418384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470502969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470589439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470762518, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470850120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470935044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471018176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471104679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471196932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471280696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471283091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471368364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471453420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471536298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471626335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471712974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471799074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471885122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471887214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471974559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472058115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472146353, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472232564, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472313971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472400900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472573536, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472663287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472750040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472891135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472901595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472966173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473094593, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473699408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474304165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474918990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474978716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475481418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475510373, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475513720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476115510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476121229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476719916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476720298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477324730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477328089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478167268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478544116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478549829, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478600446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478613421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479150466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479218077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479756033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479757023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479818308, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480359790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480360328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426348, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481570695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481571230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482171475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482172010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236945, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483278094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483440254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484598636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484599174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485264067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799877, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118006, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487012899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487013435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487617712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223330, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823405, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634804, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491205686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491206220, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241336, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493048949, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493656976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493657510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493797812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493798347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494261760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494262297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494866544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494867070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495471687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495472192, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496678433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893732, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905956, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499101820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499526855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499701958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499702463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500309768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500310274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500915974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500916479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501258467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433576, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433577, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501515875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501516379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121397, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125445, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502554462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503334958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503335465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504544823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504545347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504846780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505657616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505749936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505750441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505759678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505760185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505780181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505992756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506011386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506012313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227345, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506358255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497625, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506963578, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506964083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507015966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507016475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300213, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507406999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507407000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507467125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507638991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507639499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507908849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508777890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508778398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912504, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509389495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509390000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509993720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509994225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511202637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512412649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512413154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513013786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513014292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828339, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514831598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514832102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514974788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514975291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516645998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517250633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517651691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517652195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517851664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517852169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465769, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518481901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518482406, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065860, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520068939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520069441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277675, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520278198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876182, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521483980, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522689529, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522690035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522741643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522742146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523896704, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523897208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332538, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526311685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526312189, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528011696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528012200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529335687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529336212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529940649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529941154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530443015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530599631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530600134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531761639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531762163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532359893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532360416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532964791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532965314, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197763, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534844688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534845210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535961995, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535962516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536017889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536018412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614167, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538248383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538555439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538556413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539031767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539032292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368264, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540380968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540381495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540431810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540432437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540812375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540813090, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540868973, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540869497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541239930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541240454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542061618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542062562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542093809, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542094335, 'r': 0}]}\n" - ] - } - ], - "source": [ - "print(response.json())" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "[{'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253118961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253186229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253376795, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253410054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253610582, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253748277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253817210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253819588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253972393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253995534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254521018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254528830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254817691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254880750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255112059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255137105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255223172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255260313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255297402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255516012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255683687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255700123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255926164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256043574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256161172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256172137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256183257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256205628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256308084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256309783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314832, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256367656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256374623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256380659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256784266, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256854256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256937066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256952981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257012760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257181610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257318394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257325591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257552151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257790168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257795672, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257887176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264257083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264481015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264534793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264557295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189011, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265308475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265450045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265568007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265599171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265854122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266017555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266923131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266973800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267279924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267555190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267806802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267885452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268094510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268166554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268353100, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268398621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268567850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268680913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268852770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268884121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269345872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269516469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269686030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269720867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269880667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270013391, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270134051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270251195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270332135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270464990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270601384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270664550, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270889918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270959720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270999655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271012494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405262, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271534977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271685352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271772979, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271792204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271885840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271992793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272060369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272236385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272432381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272606263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272720690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272756546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273054015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273235482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273408341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273464275, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273811194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273895191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273942474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273996399, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274303295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320260, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274397463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773401, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274849219, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275179206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275250791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275394674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275547653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275609631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275699800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276067789, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276371921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276462960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276559909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276568315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276909136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276988645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277262041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277390999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277391014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277470666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277633408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277833315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277862916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278078202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278144688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278224087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278253396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278691811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282736281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282750975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282752357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282755120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282763295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283259967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283269047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301651799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301653311, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312315480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312385239, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312599350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313102427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313559252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313564999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313634334, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314195420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314548135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314648614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314711798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314747899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314802759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315453376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315498929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315519506, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315767928, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315778900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1316032875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317484824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317630853, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317713315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317960379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318344216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318870865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318920288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319073128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319075231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319408138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319430902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319475772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319748157, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320087640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320143950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320198407, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320315233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320568661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320692684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320788752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320921450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320990080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321158880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321341814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321347278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321534256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321581682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321634766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321646236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321721852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321805337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321902089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321970718, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322473432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322496078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322561974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322906428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323095686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323111620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323262368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323493133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323504298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323509784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323526063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323638768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323717283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323815830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323938086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323966412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324004423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324093742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324219321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324250324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324321234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324504439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324536272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324672010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324733875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324835004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324926035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324973440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324984730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325043656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325063315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325116486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325213102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325530824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325556030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325585457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325642569, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325867475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325916986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325971232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326031340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326073241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326083648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326141361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326288045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326314594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326589770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327006332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327279895, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327296870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327345228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327453214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327488414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327512489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327641427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327778632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327793418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327888878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327950871, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328106235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328263635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328275556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328385733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328554838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329180904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329234820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329721941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329742393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329764471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329996207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330059328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330161286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330421233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330456776, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330683027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330768988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330783554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330887900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330974041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330977745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331248044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331578885, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331639008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331938528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331975630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332071910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332077849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332183663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332426738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332589349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332624499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332781265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332800818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332976450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333022112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333237872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333402592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333435435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333440159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333511948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333601134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333681043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333761210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333790271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333892760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333990812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334586814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334595674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334768761, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334881899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335071244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335101806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335200470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335227691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335245092, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335310136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335678465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335805277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336032165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336084629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336183466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336410077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337014882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337619667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338224474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338710480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338743872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338829268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1339434070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340038864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340643666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341248482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341302498, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341336256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341853268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1342458089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343062868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343667648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343980867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344016365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344272448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344331278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344349637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344352208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344361579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344368875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344370223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344372893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387378, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344389059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344394825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344398982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344408799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344412114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344415234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344418305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344877248, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345534223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345563667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345565567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345578731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345581057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345800018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345825654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345829149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345830473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345843724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345850246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345851108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345852142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345853030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345858733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345901756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345963586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346086886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346752994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346760097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346796714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347296460, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347901256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347995081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347999944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348004963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348006323, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348070201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348122686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348506057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348698697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348710972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348718389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348777724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349165440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349251283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349300572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349715658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350320447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350925245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351537247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351936876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351979147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352142048, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352746847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353351634, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353956434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354528852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354561236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354570503, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355166034, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355770834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356375631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356980439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357207257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357249261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357585233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358190033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358794840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359399660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359885680, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359935549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360004458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360609263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361088320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361214106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361818985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361839520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361890227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361980456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362005451, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362231259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362304915, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362385315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362423765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362686121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362715294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362765557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363028515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363152691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363220320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363239081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363633388, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363648235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363685901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364238108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364835709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364976118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365032115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365440509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366045309, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366650108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367254909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367568121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367634666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367859712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1368468036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369072811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369677488, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370249918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370282265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370311435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370886969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371491839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371531713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371581085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371593471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371599849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371675642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371701149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371805288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371876596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371884628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372031486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372057112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372096686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372209447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372739267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372743943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372841787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372905082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372958574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373105542, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373271691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373306229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373370703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373419130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373465608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373635796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373728012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373862572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373909830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373911059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373960043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374083081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374207428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374210812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374272637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374515700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374564000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374651667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374690352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374927093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374998412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375120534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375152005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375220600, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375504064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375520139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375537527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375548620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375618438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375666028, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375718946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375719000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375725283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375800449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375817690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375906744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375916469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375926500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376072427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376128899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376179210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376225735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376299838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376330051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376366278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376507513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376727075, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376728463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376797709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376839265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376882091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376934854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376952472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376995658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377025947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377086543, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377173197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377434372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377467315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377520422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377539581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377617104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377668023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377768376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377793027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377795124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377822358, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377844419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378028572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378049859, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378144500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378198524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378393581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378507567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378509580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378582054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378693310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378729900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378734147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378749173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378911455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378983013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379047765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379107799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379233589, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379353942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379438759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379464285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379589338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379958896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380078817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380563455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380700631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380747641, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380749996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380758762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380771875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380773966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380777164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380790274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380806351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380915972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381003457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381089699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381168338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381175161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381210068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381262575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381347447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381406679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381435370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381440847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381520237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381607976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381694610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381773120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381781131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381867412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381953010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382038908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382127280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382211904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382298304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382377648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382386473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382470481, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382558664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382646138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382730866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382818842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382912276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382989619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382999027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383082713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383170044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383258755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383343302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383430823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383475599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383517331, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383594390, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383603798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383687552, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383764699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383851068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383937468, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384023923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384110269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384196773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384199315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384283037, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384369417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384455818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384542224, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384628838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384714909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384801556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384803940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384887702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384974231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385060739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385146893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385233545, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385319802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385406473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385408814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385492619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385579256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385665638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385751806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385838197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385924440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386011118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386013603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386067630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386097349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386183943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386270297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386356509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386443056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386529328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386615855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386618423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386702134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386788643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386874947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386961372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387047673, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387134106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387220762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387223147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387306934, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387393304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387479708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387566232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387652491, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387739104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387825441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387827903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387911524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387998237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388084432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388170719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388257438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388343784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388430022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388432943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388433046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388516422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388602828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388689252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388745864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388775524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388861919, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388948421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389034844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389121240, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389207635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389294029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389380592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389466846, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389553080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389639777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389642403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389726156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389812432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389898702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389985374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390071654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390157959, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390244457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390247145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390330779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390417446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390503689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390589814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390676505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390762742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390849135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390851784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390935721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391021967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391108377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391194798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391281178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391367830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391424297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391454013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391456544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391540520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391626727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391713473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391797176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391883482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391969909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392056306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392058873, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392142696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392229081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392315486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392401863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392488251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392574661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392661065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392663646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392747416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392833908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392920279, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393006636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393093058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393179463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393265818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393268423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393352249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393438610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393525036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393611403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393697806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393784172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393840805, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393870562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393873190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393957027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394043396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394129785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394216201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394302598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394388988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394475374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394477977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394561838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394648328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394734708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394821089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394907487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394993910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395080305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395082886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395166688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395253084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395339596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395425904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395512281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395598706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395685126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395687693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395771551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395857889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395944356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396030700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396117117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396196365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396282737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396285324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396369174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396455525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396512097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396541960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396628357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396714764, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396801138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396887530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396890105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396973929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397060347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397146785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397233122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397319551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397405942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397492356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397494906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397578783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397665205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397751595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397838001, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397924381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398010884, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398097193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398099709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398186149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398269990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398356416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398442839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398529217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398615608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398702010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398704586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398788362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398874783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398961210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399047570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399104188, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399133965, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399183639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399220389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399306901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399309315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399393246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399479623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399652408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399738821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399825256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399911670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399914153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399998013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400084604, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400171009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400257395, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400343780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400430207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400516477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400518957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400602990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400689426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400775698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400862199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400948507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401035155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401121302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401123777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401207828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401294161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401380484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401466946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401553289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401639782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401726113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401728540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401782579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401812610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401869457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401898907, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401985355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402071698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402158160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402244599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402331042, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402333313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402417307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402503712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402590174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402676540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402763030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402849455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402935792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402938178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403022089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403108493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403194943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403281387, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403367849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403454733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403540646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403543086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403627019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403713352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403799792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403886222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403972697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404059277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404145573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404147728, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404231825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404318269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404374609, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404404612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404453655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404490913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404577409, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404663831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404751256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404752523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404836519, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404922926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405009300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405095715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405182208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405268547, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405355080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405357325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405441510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405527822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405614074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405700500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405786870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405873490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405960045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405962243, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406046065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406132553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406218969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406305380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406391686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406478151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406564466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406566941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406650899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406737374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406823678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406910079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406996532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407053020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407082813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407136939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407169350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407171831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407255681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407342047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407428483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407515000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407601423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407687650, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407774302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407776539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407860528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407946849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408033304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408119890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408206180, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408292619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408378939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408381332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408465230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408551755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408638118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408724526, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408810838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408897423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408983961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408986185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409070119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409157752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409243151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409329367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409415655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409502216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409588671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409591175, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409674852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409731567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409761365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409810038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409847717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409934259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410020521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410106986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410193320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410195730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410279705, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410366120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410452585, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410538854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410625320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410711663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410798093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410800668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410884482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410970897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411057403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411143739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411230097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411316606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411402889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411405478, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411489232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411575803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411662137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411748755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411834921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411921603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412007682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412010282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412098057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412184429, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412270821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412323342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412357509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412443717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412530265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412615223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412616557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412703004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412789108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412875620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412962299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413048697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413134941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413219751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413221288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413305896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413392537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413482852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413566111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413657045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413743749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413825914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413911734, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413997806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414086950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414173646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414256486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414353834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414435574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414442043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414528178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414612713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414700880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414787442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414868285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414960096, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415007841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415041228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415045446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415127862, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415215140, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415305462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415395424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415473893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415563849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415732421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415905223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416058261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416081579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416167619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416249782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416259507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416342676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416428572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416514978, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416595985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416682411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416768806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416855689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416859942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416941948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417028472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417119823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417201051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417287502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417373983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417459328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417460347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417546386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417599723, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417633296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417724720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417811089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417892793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417981667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418064104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418073534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418153242, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418238038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418324516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418410881, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418501058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418586976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418668882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418670218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418762254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418901364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418904161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418940178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419016736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419107917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419189500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419273759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419275955, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419361839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419447442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419534472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419620640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419706726, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419793071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419878437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419879994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419966416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420052573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420139363, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420225753, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420278335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420317150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420398340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420484835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420488580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420576173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420658274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420743878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420830792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420925784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421012126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090026, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421176556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421268711, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421349963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421439208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421530371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421614450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421698155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421699969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421790917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421870827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421955472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422044953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422127217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422213632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422302803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422306085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422386166, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422480790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422562792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422650022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422731897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422823643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422902642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422907840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422961653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422995161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423077187, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423169228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423249315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423372163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423585263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423592201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423594384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423631470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423686866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423854380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423940703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424027216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424111976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424118744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424200305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424286276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424377744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424550626, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424636813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424716605, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424723375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424890694, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425063724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425150282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425242178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425326737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425328306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425380561, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425409088, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425418588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425495807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425582145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425669217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425760007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425841418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425927630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425930906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426019226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426105629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426187178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426273305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426364574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426446891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426531059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426533359, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426619548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426705663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426792376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426878326, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426965016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427051499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427135831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427137886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427225975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427322715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427415111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427477768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427485951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427548383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427569784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427651775, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427738459, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427772559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427824621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427913099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428002234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428046586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428083233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428093049, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428168235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428257909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428341093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428369091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428429649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428516145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428607077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428693116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428778533, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428860963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428942982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428946072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429095422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429129839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429213085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429309234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429380892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429467072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429553012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429558181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429687904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429813325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429909887, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429980840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430076159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430156755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430160687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430161400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430245741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430335207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430425759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430508841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430588774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430643693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430678200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430683615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430757700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430845967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430931975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431020203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431109300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431199204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431277367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431361916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431368906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431408210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431448659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431455611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431478232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431623254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431626894, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431643861, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431709361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431715046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431800486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431801943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431883161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431889160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431969366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431972035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431973607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431974544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432057271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432064688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432150882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432229131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432321329, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432406638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432494050, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432575513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432576629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432578906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432662555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432752781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432842114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432925834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433006341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433092700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433268991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433316629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433353041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433357365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433442371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433532253, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433616398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433747364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433790707, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433821586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433870354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433963014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434047386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434133419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434134347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434214767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434301230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434391127, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434392967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434479404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434560292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434646666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434738820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434824703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434911211, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434992181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434995898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435084130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435165226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435251661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435338107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435429372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435510991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435595322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435596872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435688691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435746453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435752898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435769720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435802384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435861153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435908985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435913947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435942611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435962911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436035474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436120380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436200287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436201692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436293485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436379822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436466571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436552812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436633869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436725643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436805071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436806575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436898371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436984727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437071287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437152402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437243947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437330628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437410138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437416833, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437503179, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437584532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437675947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437762130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437848273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437929835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438014623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438021483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438102621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438189170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438280772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438367453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438448537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438539710, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438586793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438594485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438619190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438621616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438690901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438713310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438794098, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438887206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439001129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439084030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439165085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439229293, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439234606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439315149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439401041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439501107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439585571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439669590, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439751540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439833343, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439834062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439902880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439922525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440012633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440093982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440184692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440191757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440264479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440357607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440433512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440457306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440530031, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440617685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440702493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440800619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440887830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440965721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441038812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441054047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441133942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441216103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441265286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441272370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441306722, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441338230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441400015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441481502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441559105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441643061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441655404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441742218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441822575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441908827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441999473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442083639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442176796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442253826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442261134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442349549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442521191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442603961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442686005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442780483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442853151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442871930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442952731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443031069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443123815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443202961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443304320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443381477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443463375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443473430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443560974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443642186, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443726785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443811036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443862952, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443868865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443923942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443942268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443997759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444006347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444067287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444107021, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444160389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444246603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444332678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444418706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444506447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444588614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444666925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444671940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444762199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444855261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444945168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445128306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445212081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445271930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445291632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445381633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445412924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445461121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445536103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445630104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445714972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445809570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445884250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445890471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445980708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446068621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446155079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446239467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446326155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446407914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446494436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446498993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446547701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446554471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446597729, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446623430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446680513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446755199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446846750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446923473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446926999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447014831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447093810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447110485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447199402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447271936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447361874, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447446063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447534457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447684452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447703986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447713466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447743623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447792103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447879940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447974119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448055377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448134497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448224109, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448303177, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448323677, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448407643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448507024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448578890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448655951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448738514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448832263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448908139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448922628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449012385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449099494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449139618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449147349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449175169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449215313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449261624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449344668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449435808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449512301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449524058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449614691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449709806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449792223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449871866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449938865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449960056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450040695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450117070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450138778, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450237489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450320297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450401584, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450468950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450552735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450649627, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450721845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450728890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450824755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450905910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450987203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451083009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451163480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451257911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451326879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451343453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451450467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451542321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451622872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451673214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451700362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451757411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451772156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451818630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451854774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451907657, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451936681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451943161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452050868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452142903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452164719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452205671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452294701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452373214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452462313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452536433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452544687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452636016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452718757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452799648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452886937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452972297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453063558, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453146058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453150708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453750826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454355594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454495993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454933165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454955245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1455566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456170101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456769588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457108381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457194030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457381502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457980742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1458586783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459188129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459667465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459757902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459794099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460223698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460397194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460402842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460487964, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460570942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460828110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460915097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461001505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461085891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461180110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461267286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461346571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461434911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461524267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461610786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461613817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461698721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461778101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461867364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461950902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462261426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462266917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462295515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462340017, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462390349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462471727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462556760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462648377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462733505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462810361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462814902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462900461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463078340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463166847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463248143, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463333773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463421630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463506350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463508510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463593056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463680992, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463769289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463937276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464026592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464029333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464118743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464198125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464283990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464370548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464461351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464543008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464630598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464635779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464716888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464807799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464888971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464942741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464948131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464974321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465018310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465067602, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465154961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465237639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465405794, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465553091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465604850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465666708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465759020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465841374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465843647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465925251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466066016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466110128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466185948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466271123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466363747, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466444350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466446097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466530200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466623365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466705121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466789530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466879490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466968691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467051171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467055721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467136905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467224757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467313150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467373603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467385267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467401158, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467452322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467483415, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467529579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467539745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467571370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467614366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467742812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467829355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467916091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468002490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468090572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468175278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468258606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468261170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468347662, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468430568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468523830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468609783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468695620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468781612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468866296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468867744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468953327, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469037133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469120368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469207131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469296346, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469382560, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469462845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469465983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469552655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469635888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469725664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469808524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469901164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469984652, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470071055, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470072527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470159990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470212899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470224204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470243940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470286567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470327063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470418384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470502969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470589439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470762518, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470850120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470935044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471018176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471104679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471196932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471280696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471283091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471368364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471453420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471536298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471626335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471712974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471799074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471885122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471887214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471974559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472058115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472146353, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472232564, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472313971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472400900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472573536, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472663287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472750040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472891135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472901595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472966173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473094593, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473699408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474304165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474918990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474978716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475481418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475510373, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475513720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476115510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476121229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476719916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476720298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477324730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477328089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478167268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478544116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478549829, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478600446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478613421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479150466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479218077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479756033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479757023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479818308, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480359790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480360328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426348, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481570695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481571230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482171475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482172010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236945, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483278094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483440254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484598636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484599174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485264067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799877, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118006, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487012899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487013435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487617712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223330, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823405, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634804, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491205686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491206220, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241336, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493048949, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493656976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493657510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493797812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493798347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494261760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494262297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494866544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494867070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495471687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495472192, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496678433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893732, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905956, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499101820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499526855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499701958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499702463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500309768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500310274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500915974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500916479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501258467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433576, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433577, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501515875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501516379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121397, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125445, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502554462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503334958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503335465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504544823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504545347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504846780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505657616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505749936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505750441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505759678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505760185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505780181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505992756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506011386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506012313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227345, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506358255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497625, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506963578, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506964083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507015966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507016475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300213, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507406999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507407000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507467125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507638991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507639499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507908849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508777890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508778398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912504, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509389495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509390000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509993720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509994225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511202637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512412649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512413154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513013786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513014292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828339, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514831598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514832102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514974788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514975291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516645998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517250633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517651691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517652195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517851664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517852169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465769, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518481901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518482406, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065860, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520068939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520069441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277675, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520278198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876182, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521483980, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522689529, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522690035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522741643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522742146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523896704, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523897208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332538, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526311685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526312189, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528011696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528012200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529335687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529336212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529940649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529941154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530443015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530599631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530600134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531761639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531762163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532359893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532360416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532964791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532965314, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197763, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534844688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534845210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535961995, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535962516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536017889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536018412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614167, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538248383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538555439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538556413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539031767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539032292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368264, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540380968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540381495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540431810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540432437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540812375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540813090, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540868973, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540869497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541239930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541240454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542061618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542062562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542093809, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542094335, 'r': 0}]\n" - ] - } - ], - "source": [ - "print(response.json()['hits'])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 2", - "language": "python", - "name": "python2" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 2 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 0 -} diff --git a/showcase2.ipynb b/showcase2.ipynb deleted file mode 100644 index 8f1237b..0000000 --- a/showcase2.ipynb +++ /dev/null @@ -1,91 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 29, - "metadata": { - "collapsed": true - }, - "outputs": [], - "source": [ - "import requests\n", - "import json\n", - "import time\n", - "from webarchiv import WebarchivSession\n", - "\n", - "apikey = 'Zz2tQls7fuaocX2pjrfc2npojqbGwXL2'\n", - "w = WebarchivSession(apikey)\n", - "\n", - "selective_crawls = requests.get('https://webarchiv.onb.ac.at/data/selective.json').json()\n", - "event_crawls = requests.get('https://webarchiv.onb.ac.at/data/events.json').json()\n" - ] - }, - { - "cell_type": "code", - "execution_count": 32, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Frau/Gender\nhttp://abtreibung.at/\nhttp://aep.at\nhttp://anschlaege.at\nhttp://blog.imag-gendermainstreaming.at/\nhttp://diestandard.at\nhttp://dievilla.at/blog/\nhttp://femcities.at\nhttp://feminiesta.univie.ac.at\nhttp://femous.at\nhttp://frauenhetz.jetzt\nhttp://frauensolidaritaet.org\nhttp://gender.univie.ac.at\nhttp://genderandagency.univie.ac.at\nhttp://jku.at/ifg/content\nhttp://johanna-dohnal.at/archiv\nhttp://koordination-gender.uni-graz.at/\nhttp://malmoe.org\nhttp://ofra.at\nhttp://pinknoise.or.at/projekte/girls-rock-camp/\nhttp://queernews.at\nhttp://univie.ac.at/Geschichte/LHOMME\nhttp://weiberdiwan.at\nhttp://www.abzaustria.at/\nhttp://www.aoef.at/\nhttp://www.archfem.net/\nhttp://www.biografia.at\nhttp://www.bmgf.gv.at/home/Frauen_Gleichstellung/\nhttp://www.elfriede-jelinek-forschungszentrum.com/\nhttp://www.feministischetheologie.at/\nhttp://www.fibrig.net/\nhttp://www.fiftitu.at\nhttp://www.frauencafe.com/\nhttp://www.frauenhaeuser-wien.at/\nhttp://www.fraueninbewegung.onb.ac.at\nhttp://www.frauenmuseum.at\nhttp://www.frauenring.at\nhttp://www.frauenservice.at\nhttp://www.frida.at/\nhttp://www.genderplattform.at\nhttp://www.ncwaustria.org\nhttp://www.oeggf.at/ziele\nhttp://www.onb.ac.at/bibliothek/ariadne.htm\nhttp://www.pascalina.at/\nhttp://www.petra-unger.at/\nhttp://www.stichwort.or.at\nhttp://www.uni-salzburg.at/index.php?id=43\nhttp://www.univie.ac.at/Geschichte/salon21/\nhttp://www.univie.ac.at/Geschichte/sfn/\nhttp://www.univie.ac.at/index.php?id=371\nhttp://www.vbkoe.org/studio/\nhttp://www.watchgroup-sexismus.at/cms/\nhttp://www.wide-netzwerk.at\nhttp://zwanzigtausendfrauen.at\nhttps://alexandrabader.wordpress.com/\nhttps://knitherstory.wordpress.com/\nhttps://queeringpsychoanalysis.wordpress.com/category/artikel-deutsch/\nhttps://sugarbox.at/\nhttps://toechterregalias.wordpress.com/\nhttps://ullikoch.wordpress.com/\nhttps://www.facebook.com/bibgender\nhttps://www.vfw.or.at\nhttp://www.wien.gv.at/kontakte/ma57/\nhttps://www.wien.gv.at/menschen/frauen/\nhttp://www.antisexismus.org\nhttp://www.onb.ac.at/ariadne/projekte/frauen_waehlet/\nhttp://www.denkwerkstattblog.net\nhttp://www.femail.at\nhttp://www.femalefounders.at\nhttp://fernetzt.univie.ac.at\nhttp://www.frauenvolksbegehren.at\nhttp://www.frauenfilmtage.at\nhttp://jelinekgender.univie.ac.at\nhttp://www.girlsncode.com\nhttp://www.lefoe.at\nhttp://www.migrazine.at\nhttp://www.mzbaltazarslaboratory.org\nhttp://www.sorority.at\nhttp://www.wienfuerfrauen.at\nhttp://fsp-fgg.univie.ac.at\nhttp://www.bmb.gv.at/ministerium/gleichbeh/\nhttp://www.gleichbehandlungsanwaltschaft.at\nhttp://www.auf-einefrauenzeitschrift.at\nhttp://www.netzwerk-frauenberatung.at\nhttp://www.peregrina.at\nhttp://193.170.142.169/Joomla/index.php\nhttp://www.amazone.or.at\nhttp://www.frauenzentrum-osttirol.at\nhttp://glp2015.univie.ac.at\nPolitikkollektion\nhttp://2015.spoe.wien/\nhttp://buergerpartei.wordpress.com\nhttp://cpoe.or.at\nhttp://cpoe.or.at/Inhalt/de/Programm\nhttp://de.wikipedia.org/wiki/Landtagswahl_im_Burgenland_2015\nhttp://de.wikipedia.org/wiki/Landtagswahl_in_der_Steiermark_2015\nhttp://de.wikipedia.org/wiki/Landtagswahl_in_K%C3%A4rnten_2013\nhttp://de.wikipedia.org/wiki/Landtagswahl_in_Nieder%C3%B6sterreich_2013\nhttp://de.wikipedia.org/wiki/Landtagswahl_in_Salzburg_2013\nhttp://de.wikipedia.org/wiki/Landtagswahl_in_Tirol_2013\nhttp://de.wikipedia.org/wiki/Landtagswahl_in_Vorarlberg_2014\nhttp://de.wikipedia.org/wiki/Nationalratswahl_in_%C3%96sterreich_2013\nhttp://dieneuepartei.at\nhttp://echt-josefstadt.at/\nhttp://family-partei.at/\nhttp://forum-aus-eu.at\nhttp://grenzlanddemokratie.wordpress.com\nhttp://kaernten.kpoe.at/\nhttp://kaernten.piratenpartei.at/\nhttp://kaernten.teamstronach.at\nhttp://kaiser-peter.at\nhttp://klub.spoe.at\nhttp://klub.spoe.at/\nhttp://landespartei.oevpkaernten.at/\nhttp://ltw2018.ktn.gv.at/\nhttp://maennerpartei.at/vorarlberg\nhttp://mehrsalzburg.neos.eu\nhttp://nbz-partei.at\nhttp://neos.eu\nhttp://niederoesterreich.piratenpartei.at\nhttp://niederoesterreich.teamstronach.at\nhttp://noe.kpoe.at\nhttp://noe.spoe.at\nhttp://noe.spoe.at/\nhttp://nopolitrix.co\nhttp://nrw17.offenewahlen.at\nhttp://oevp-wien.at/\nhttp://offenewahlen.at\nhttp://ooe.kpoe.at/\nhttp://parteiderarbeit.at/?page_id=2602\nhttp://politspiegel.at\nhttp://salzburg.gruene.at/\nhttp://salzburg.spoe.at\nhttp://salzburg.spoe.at/\nhttp://salzburg.teamstronach.at\nhttp://salzburg.teamstronach.at/de/\nhttp://sga.monarchisten.org\nhttp://steiermark.spoe.at\nhttp://tirol.gruene.at\nhttp://tirol.gruene.at/\nhttp://tirol.kpoe.at\nhttp://tirol.teamstronach.at\nhttp://volksstimme.at/index.php/blog/itemlist/tag/Nationalratswahlen%202017.html\nhttp://vorarlberg.gruene.at/\nhttp://vorarlberg.piratenpartei.at/\nhttp://wahlen.tirol.gv.at/landtagswahl_2013/index.html\nhttp://wienanders.at/\nhttp://wir-plattform.at/\nhttp://www.29913.at\nhttp://www.allianzsozialeskaernten.at\nhttp://www.andreaslindinger.at/?p=7536\nhttp://www.anstaendig.at\nhttp://www.bjv.at\nhttp://www.bka.gv.at\nhttp://www.bmasgk.gv.at\nhttp://www.bmask.gv.at\nhttp://www.bmb.gv.at\nhttp://www.bmeia.gv.at\nhttp://www.bmf.gv.at\nhttp://www.bmfj.gv.at\nhttp://www.bmg.gv.at\nhttp://www.bmi.gv.at\nhttp://www.bmi.gv.at/cms/BMI_wahlen/bundespraes/bpw_2016/start.aspx\nhttp://www.bmi.gv.at/cms/BMI_wahlen/nationalrat/2013/start.aspx\nhttp://www.bmi.gv.at/cms/BMI_wahlen/nationalrat/2017/start.aspx\nhttp://www.bmlfuw.gv.at\nhttp://www.bmlv.gv.at\nhttp://www.bmoeds.gv.at\nhttp://www.bmukk.gv.at\nhttp://www.bmvit.gv.at\nhttp://www.bmwf.gv.at\nhttp://www.bmwfj.gv.at\nhttp://www.bmwfw.gv.at\nhttp://www.buendnis-liste-burgenland.at\nhttp://www.bundesheer.at\nhttp://www.bundeskanzleramt.gv.at\nhttp://www.bundespraesident.at\nhttp://www.bzoe-kaernten.at\nhttp://www.bzoe.at\nhttp://www.christlicheparteioesterreichs.at\nhttp://www.cpoe.or.at\nhttp://www.cpoe.or.at/Inhalt/de/12%C5%82Burgenland\nhttp://www.cpoe.or.at/Inhalt/de/12%C5%82Ober%C3%B6sterreich\nhttp://www.cpoe.or.at/Inhalt/de/12%C5%82Vorarlberg\nhttp://www.derrabl.at\nhttp://www.dersoldat.at\nhttp://www.derwandel.at\nhttp://www.diefakten.at\nhttp://www.dieweissen.at\nhttp://www.einsatz-fuer-oesterreich.at\nhttp://www.euaustrittspartei.at\nhttp://www.euaustrittspartei.at/wien-wahl-2015/\nhttp://www.fair.at/\nhttp://www.faktistfakt.com\nhttp://www.fpoe-bgld.at\nhttp://www.fpoe-noe.at\nhttp://www.fpoe-ooe.at/\nhttp://www.fpoe-parlamentsklub.at\nhttp://www.fpoe-salzburg.at\nhttp://www.fpoe-stadtsalzburg.at\nhttp://www.fpoe-stmk.at\nhttp://www.fpoe-tirol.at\nhttp://www.fpoe-wien.at/\nhttp://www.fpoe.at\nhttp://www.fps-salzburg.at\nhttp://www.franz-schnabl.at/\nhttp://www.franz-schnabl.at/franz-schnabl/\nhttp://www.frauen.bka.gv.at\nhttp://www.freidemokraten.at\nhttp://www.freidemokraten.wien/\nhttp://www.freiheitliche-ktn.at/\nhttp://www.fuertirol.at\nhttp://www.gerhard-doerfler.fpk.at\nhttp://www.gfw.wien/\nhttp://www.gilt.at\nhttp://www.gruene.at\nhttp://www.gurgiserteam.at\nhttp://www.hcstrache.at\nhttp://www.help.gv.at\nhttp://www.hetzendorf-pro.at/\nhttp://www.impuls-tirol.at/\nhttp://www.integration.at\nhttp://www.jugendvertretung.at\nhttp://www.justiz.gv.at\nhttp://www.kaernten-wahl.at\nhttp://www.kaernten.gruene.at\nhttp://www.kaernten.gruene.at/\nhttp://www.kaernten.kpoe.at\nhttp://www.kaernten.spoe.at\nhttp://www.klartext2013.at\nhttp://www.kontrast.at\nhttp://www.kpoe-salzburg.at\nhttp://www.kpoe-steiermark.at\nhttp://www.kpoe.at\nhttp://www.kpoeplus.at\nhttp://www.ktn.gv.at\nhttp://www.ktn.gv.at/273437_DE-Wahlen-Wahl_2013\nhttp://www.ktn.gv.at/39855_DE-ktn.gv.at-LAND_UND_POLITIK\nhttp://www.ktn.gv.at/39861_DE-LAND_UND_POLITIK-Landtag\nhttp://www.ktn.gv.at/39862_DE-LAND_UND_POLITIK-Wahlen\nhttp://www.ktn.gv.at/42030_DE-LAND_UND_POLITIK-Landesregierung\nhttp://www.ktnvp.at/\nhttp://www.landtagswahl.tirol/\nhttp://www.lebensministerium.at\nhttp://www.liberale.at\nhttp://www.lif.at\nhttp://www.liste-burgenland.at\nhttp://www.listefritz.at\nhttp://www.listepilz.at\nhttp://www.lpoe-oesterreich.at\nhttp://www.maennerpartei.at\nhttp://www.maennerpartei.at/wien-0\nhttp://www.meineabgeordneten.at\nhttp://www.meinparlament.at\nhttp://www.misik.at\nhttp://www.mutbuergerpartei.at\nhttp://www.nationalratswahl-2013.at\nhttp://www.nationalratswahl.at\nhttp://www.nationalratswall.at\nhttp://www.nbz-partei.at\nhttp://www.neuwal.com\nhttp://www.niederoesterreich-wahl.at\nhttp://www.noe.gruene.at\nhttp://www.noe.gruene.at/\nhttp://www.noe.gv.at/Politik-Verwaltung/Landesregierung.wai.html\nhttp://www.noe.gv.at/Politik-Verwaltung/Landtag.wai.html\nhttp://www.noe.gv.at/Politik-Verwaltung/Wahlen.html\nhttp://www.noe.gv.at/Politik-Verwaltung/Wahlen.wai.html\nhttp://www.noe.gv.at/Politik-Verwaltung/Wahlen/Landtagswahl-2013.wai.html\nhttp://www.nrw17.at\nhttp://www.oevp-burgenland.at\nhttp://www.oevp-sbg.at/\nhttp://www.oevp-sbg.at/?force=force\nhttp://www.oevp.at\nhttp://www.oevpkaernten.at/\nhttp://www.oevpklub.at\nhttp://www.papierwahl.at\nhttp://www.parlament.gv.at\nhttp://www.parteiprogramm.at\nhttp://www.personenkomiteeunserheer.at\nhttp://www.piratenpartei-tirol.org\nhttp://www.piratenpartei.at\nhttp://www.politikeronline.at\nhttp://www.pro-wehrpflicht.at\nhttp://www.rkob.net/wien-wahl-2015/\nhttp://www.salzburg.gv.at/20003stat/wahlen/ltw/index.htm\nhttp://www.salzburg.gv.at/landtagswahl2013\nhttp://www.salzburger-piratenpartei.at\nhttp://www.semiosis.at\nhttp://www.slp.at\nhttp://www.slp.at/\nhttp://www.sora.at\nhttp://www.soziales-oesterreich.net\nhttp://www.sozialministerium.at\nhttp://www.spoe-salzburg.at\nhttp://www.spoe-tirol.at\nhttp://www.spoe.at\nhttp://www.spoe.wien/\nhttp://www.sportministerium.at\nhttp://www.stmk.gruene.at\nhttp://www.strategieanalysen.at\nhttp://www.stvp.at\nhttp://www.team2013.at\nhttp://www.teamstronach.at\nhttp://www.teamstronach.at/bundeslaender/kaernten\nhttp://www.teamstronach.at/bundeslaender/niederoesterreich\nhttp://www.teamstronach.at/bundeslaender/salzburg\nhttp://www.teamstronach.at/bundeslaender/steiermark\nhttp://www.tirol.gv.at/themen/tirol-und-europa/tirol/landtagswahl-2013/\nhttp://www.tiroler-vp.at\nhttp://www.unzensuriert.at\nhttp://www.verstimmt.at\nhttp://www.verwaltung.steiermark.at\nhttp://www.verwaltung.steiermark.at/cms/beitrag/11682036/74836525/\nhttp://www.vfreiheitliche.at\nhttp://www.volkspartei.at\nhttp://www.volkspartei.at/oevp/cms/DE/DE/oevp/web/home\nhttp://www.volkspartei.at/oevp/cms/DE/DE/oevp/web/home/\nhttp://www.vorarlberg.at/vorarlberg/sicherheit_inneres/inneres/wahlen/start.htm\nhttp://www.vorarlberg.at/vorarlberg/sicherheit_inneres/inneres/wahlen/weitereinformationen/landeswahlen/landtagswahlen/landtagswahlen.htm\nhttp://www.vorarlberg.spoe.at\nhttp://www.vorarlberg.spoe.at/index.php\nhttp://www.vorarlberg.spoe.at/landingpage/index.html\nhttp://www.vorwaerts-tirol.at\nhttp://www.vpnoe.at\nhttp://www.wahlbeteiligung.at\nhttp://www.wahlinformation.at\nhttp://www.wahlkabine.at\nhttp://www.wfnoe.at/\nhttp://www.wiener-wahl.at/\nhttp://www.wiff21.at/\nhttp://www.wir-wollen-wahlfreiheit.at/\nhttp://www.wirburgenlaender.at\nhttp://www.wirimersten.at/\nhttp://www.wochen-blick.at\nhttp://www.wochenblick.at\nhttp://zurpolitik.com\nhttps://bmbwf.gv.at/\nhttps://burgenland.gruene.at\nhttps://burgenland.neos.eu\nhttps://burgenland.neos.eu/\nhttps://de.wikipedia.org/wiki/Landtags-_und_Gemeinderatswahl_in_Wien_2015\nhttps://de.wikipedia.org/wiki/Landtagswahl_in_Ober%C3%B6sterreich_2015\nhttps://duwillst.neos.eu/\nhttps://jachwe.wordpress.com\nhttps://kaernten.gruene.at/\nhttps://kaernten.neos.eu/\nhttps://kaernten.spoe.at/\nhttps://neuwal.com/\nhttps://neuwal.com/barometer/?b=7\nhttps://neuwal.com/barometer/index.php\nhttps://neuwal.com/barometer/profile.php?b=9\nhttps://niederoesterreich.neos.eu/\nhttps://oberoesterreich.neos.eu/\nhttps://ooe.gruene.at/wahl\nhttps://salzburg.gruene.at/landtagswahl\nhttps://salzburg.neos.eu/\nhttps://secure.sebastian-kurz.at\nhttps://secure.sebastian-kurz.at/es-ist-zeit/\nhttps://steiermark.neos.eu\nhttps://steiermark.neos.eu/\nhttps://steiermark.piratenpartei.at\nhttps://strolz.eu\nhttps://tirol.gruene.at/landtagswahl-2018/\nhttps://tirol.neos.eu/\nhttps://vorarlberg.neos.eu/\nhttps://vorwahl.neos.eu/landtagswahl-oberoesterreich-2015\nhttps://wahlen.tirol.gv.at/bundespraesidentenwahl_2016_zweiter_wahlgang/index.html\nhttps://wahlen.tirol.gv.at/index.html\nhttps://wien.gruene.at/wahl2015\nhttps://wien.neos.eu/\nhttps://www.bmdw.gv.at\nhttps://www.bmgf.gv.at\nhttps://www.bmnt.gv.at\nhttps://www.facebook.com/christlicheparteioesterreichs\nhttps://www.facebook.com/FPOE.SalzburgLand\nhttps://www.facebook.com/fps.salzburg\nhttps://www.facebook.com/GRUENEsalzburg\nhttps://www.facebook.com/neossbg\nhttps://www.facebook.com/oevp.salzburg\nhttps://www.facebook.com/sbgmayr\nhttps://www.facebook.com/spoe.salzburg.stadt\nhttps://www.fpoe-ktn.at/\nhttps://www.freudich.tirol/\nhttps://www.gruene.at/2017-nrw\nhttps://www.help.gv.at\nhttps://www.help.gv.at/Portal.Node/hlpd/public/content/32/272750.html\nhttps://www.help.gv.at/Portal.Node/hlpd/public/content/32/Seite.320730.html\nhttps://www.johanna-mikl-leitner.at/\nhttps://www.kommunalnet.at/index.php?id=663\nhttps://www.land-oberoesterreich.gv.at/46996.htm\nhttps://www.ooevp.at/\nhttps://www.parteispenden.at\nhttps://www.parteispenden.at/wahlkampfausgaben\nhttps://www.salzburg.gv.at/stat/wahlen/ltw/index.html\nhttps://www.sbg-mayr.at\nhttps://www.sebastian-kurz.at\nhttps://www.spooe.at/\nhttps://www.team-kaernten.at/\nhttps://www.verantwortung-erde.org/\nMedienkollektion\nhttp://burgenland.orf.at\nhttp://derstandard.at\nhttp://derstandard.at/r2000061148702/Nationalratswahl-2017\nhttp://diepresse.com\nhttp://diepresse.com/home/innenpolitik/nationalratswahl/index.do\nhttp://diestandard.at\nhttp://greatmoments.orf.at\nhttp://help.orf.at\nhttp://help.orf.at/\nhttp://kaernten.orf.at\nhttp://kaernten.orf.at/wahl2018\nhttp://medienportal.univie.ac.at/uniview/dossiers\nhttp://medienportal.univie.ac.at/uniview/dossiers/dossiers-list/kategorie/1187/?no_cache=1\nhttp://money.oe24.at/\nhttp://news.orf.at\nhttp://news.orf.at/\nhttp://noe.orf.at\nhttp://noe.orf.at/wahl2018/\nhttp://oesterreich.orf.at\nhttp://ooe.orf.at\nhttp://orf.at/wahl13\nhttp://religion.orf.at\nhttp://salzburg.orf.at\nhttp://salzburg.orf.at/wahl2018\nhttp://science.orf.at\nhttp://science.orf.at/\nhttp://songcontest.orf.at\nhttp://sport.oe24.at/\nhttp://sport.orf.at\nhttp://steiermark.orf.at\nhttp://tirol.orf.at\nhttp://tirol.orf.at/\nhttp://tirol.orf.at/wahl2018/\nhttp://vorarlberg.orf.at\nhttp://wetter.orf.at\nhttp://wien.orf.at\nhttp://wirtschaftsblatt.at\nhttp://www.apa-fotoservice.at\nhttp://www.apa.at\nhttp://www.falter.at\nhttp://www.format.at\nhttp://www.furche.at\nhttp://www.heute.at\nhttp://www.kleinezeitung.at\nhttp://www.kleinezeitung.at/\nhttp://www.kleinezeitung.at/kaernten/landespolitik/landtagswahl/index.do\nhttp://www.kleinezeitung.at/politik/salzburgwahl\nhttp://www.kleinezeitung.at/politik/salzburgwahl/index.do\nhttp://www.kleinezeitung.at/politik/tirolwahl/\nhttp://www.kleinezeitung.at/politik/wahl/index.do\nhttp://www.krone.at\nhttp://www.kurier.at\nhttp://www.meinbezirk.at/\nhttp://www.meinbezirk.at/burgenland\nhttp://www.meinbezirk.at/burgenland/\nhttp://www.meinbezirk.at/kaernten/\nhttp://www.meinbezirk.at/niederoesterreich\nhttp://www.meinbezirk.at/niederoesterreich/\nhttp://www.meinbezirk.at/oberoesterreich\nhttp://www.meinbezirk.at/oberoesterreich/\nhttp://www.meinbezirk.at/salzburg\nhttp://www.meinbezirk.at/salzburg/\nhttp://www.meinbezirk.at/steiermark/\nhttp://www.meinbezirk.at/tirol\nhttp://www.meinbezirk.at/tirol/\nhttp://www.meinbezirk.at/wien\nhttp://www.meinbezirk.at/wien/\nhttp://www.nachrichten.at\nhttp://www.nachrichten.at/nachrichten/politik\nhttp://www.nachrichten.at/nachrichten/politik/wahl2017\nhttp://www.news.at\nhttp://www.news.at/mundart/\nhttp://www.noen.at\nhttp://www.noen.at/nachrichten/\nhttp://www.noen.at/noe-wahl/\nhttp://www.nzz.at\nhttp://www.oe24.at/\nhttp://www.oe24.at/digital\nhttp://www.oe24.at/news\nhttp://www.oe24.at/oesterreich/politik\nhttp://www.oe24.at/oesterreich/politik/wahl2017\nhttp://www.orf.at\nhttp://www.ots.at\nhttp://www.profil.at\nhttp://www.salzburg.com\nhttp://www.salzburg.com/nachrichten/dossier/nationalratswahl2017\nhttp://www.sn.at\nhttp://www.tt.com\nhttp://www.tt.com/csp/cms/sites/tt/Freizeit/index.csp\nhttp://www.tt.com/csp/cms/sites/tt/Meinung/index.csp\nhttp://www.tt.com/csp/cms/sites/tt/Sport/index.csp\nhttp://www.tt.com/csp/cms/sites/tt/Tirol/index.csp\nhttp://www.tt.com/lebensart/freizeit\nhttp://www.tt.com/newsticker/\nhttp://www.tt.com/sport\nhttp://www.tt.com/tirol\nhttp://www.tt.com/tt/Nachrichten/index.csp\nhttp://www.vol.at/\nhttp://www.vol.at/news/politik\nhttp://www.vol.at/news/vorarlberg\nhttp://www.vol.at/news/welt\nhttp://www.vol.at/specials/kultur\nhttp://www.vol.at/specials/wirtschaft\nhttp://www.volksblatt.at\nhttp://www.wienerzeitung.at\nhttp://www.wienerzeitung.at/nachrichten/wahlen/landtagswahlen/tirol/\nhttp://www.wirtschaftsblatt.at\nhttps://cms.falter.at/falter/kategorie/ressorts/ressort-politik\nhttps://derstandard.at/\nhttps://derstandard.at/r1922/Kaernten\nhttps://derstandard.at/r3344/Salzburg\nhttps://derstandard.at/r6209/Tirol/\nhttps://diepresse.com/home/innenpolitik/kaerntenwahl/\nhttps://kurier.at/politik/inland/wahl/der-newsblog-zur-nationalratswahl-2017/282.227.262\nhttps://www.gmx.at/magazine/politik/wahlen/nationalratswahl/kandidaten\nhttps://www.meinbezirk.at/themen/landtagswahl-k%E4rnten-2018.html\nhttps://www.news.at\nhttps://www.news.at/a/nationalratswahl\nhttps://www.profil.at\nhttps://www.profil.at/\nhttps://www.profil.at/oesterreich/nationalratswahl\nhttps://www.profil.at/themen/landtagswahlen-2018/\nhttps://www.sn.at/salzburg/landtagswahl-2018\nhttps://www.wienerzeitung.at/nachrichten/wahlen/landtagswahlen/salzburg\n" - ] - } - ], - "source": [ - "for crawl in selective_crawls:\n", - " print(crawl['name'])\n", - " for group in crawl['groups']:\n", - " for seed in group['seeds']:\n", - " print(seed)\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "[{'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253118961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253186229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253376795, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253410054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253610582, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253748277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253817210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253819588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253972393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253995534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254521018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254528830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254817691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254880750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255112059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255137105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255223172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255260313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255297402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255516012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255683687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255700123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255926164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256043574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256161172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256172137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256183257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256205628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256308084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256309783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314832, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256367656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256374623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256380659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256784266, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256854256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256937066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256952981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257012760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257181610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257318394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257325591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257552151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257790168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257795672, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257887176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264257083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264481015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264534793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264557295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189011, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265308475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265450045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265568007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265599171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265854122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266017555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266923131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266973800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267279924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267555190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267806802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267885452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268094510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268166554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268353100, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268398621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268567850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268680913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268852770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268884121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269345872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269516469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269686030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269720867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269880667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270013391, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270134051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270251195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270332135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270464990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270601384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270664550, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270889918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270959720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270999655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271012494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405262, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271534977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271685352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271772979, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271792204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271885840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271992793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272060369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272236385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272432381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272606263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272720690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272756546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273054015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273235482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273408341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273464275, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273811194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273895191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273942474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273996399, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274303295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320260, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274397463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773401, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274849219, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275179206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275250791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275394674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275547653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275609631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275699800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276067789, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276371921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276462960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276559909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276568315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276909136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276988645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277262041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277390999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277391014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277470666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277633408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277833315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277862916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278078202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278144688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278224087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278253396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278691811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282736281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282750975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282752357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282755120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282763295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283259967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283269047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301651799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301653311, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312315480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312385239, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312599350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313102427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313559252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313564999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313634334, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314195420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314548135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314648614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314711798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314747899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314802759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315453376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315498929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315519506, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315767928, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315778900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1316032875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317484824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317630853, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317713315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317960379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318344216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318870865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318920288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319073128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319075231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319408138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319430902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319475772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319748157, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320087640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320143950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320198407, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320315233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320568661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320692684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320788752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320921450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320990080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321158880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321341814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321347278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321534256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321581682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321634766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321646236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321721852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321805337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321902089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321970718, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322473432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322496078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322561974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322906428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323095686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323111620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323262368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323493133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323504298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323509784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323526063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323638768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323717283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323815830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323938086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323966412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324004423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324093742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324219321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324250324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324321234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324504439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324536272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324672010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324733875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324835004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324926035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324973440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324984730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325043656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325063315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325116486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325213102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325530824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325556030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325585457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325642569, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325867475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325916986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325971232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326031340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326073241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326083648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326141361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326288045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326314594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326589770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327006332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327279895, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327296870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327345228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327453214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327488414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327512489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327641427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327778632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327793418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327888878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327950871, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328106235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328263635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328275556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328385733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328554838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329180904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329234820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329721941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329742393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329764471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329996207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330059328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330161286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330421233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330456776, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330683027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330768988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330783554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330887900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330974041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330977745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331248044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331578885, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331639008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331938528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331975630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332071910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332077849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332183663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332426738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332589349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332624499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332781265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332800818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332976450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333022112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333237872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333402592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333435435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333440159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333511948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333601134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333681043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333761210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333790271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333892760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333990812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334586814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334595674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334768761, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334881899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335071244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335101806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335200470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335227691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335245092, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335310136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335678465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335805277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336032165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336084629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336183466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336410077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337014882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337619667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338224474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338710480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338743872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338829268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1339434070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340038864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340643666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341248482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341302498, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341336256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341853268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1342458089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343062868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343667648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343980867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344016365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344272448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344331278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344349637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344352208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344361579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344368875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344370223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344372893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387378, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344389059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344394825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344398982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344408799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344412114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344415234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344418305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344877248, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345534223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345563667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345565567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345578731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345581057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345800018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345825654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345829149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345830473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345843724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345850246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345851108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345852142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345853030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345858733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345901756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345963586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346086886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346752994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346760097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346796714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347296460, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347901256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347995081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347999944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348004963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348006323, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348070201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348122686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348506057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348698697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348710972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348718389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348777724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349165440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349251283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349300572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349715658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350320447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350925245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351537247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351936876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351979147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352142048, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352746847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353351634, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353956434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354528852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354561236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354570503, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355166034, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355770834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356375631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356980439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357207257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357249261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357585233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358190033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358794840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359399660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359885680, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359935549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360004458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360609263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361088320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361214106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361818985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361839520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361890227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361980456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362005451, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362231259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362304915, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362385315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362423765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362686121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362715294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362765557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363028515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363152691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363220320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363239081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363633388, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363648235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363685901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364238108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364835709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364976118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365032115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365440509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366045309, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366650108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367254909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367568121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367634666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367859712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1368468036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369072811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369677488, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370249918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370282265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370311435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370886969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371491839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371531713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371581085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371593471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371599849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371675642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371701149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371805288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371876596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371884628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372031486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372057112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372096686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372209447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372739267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372743943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372841787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372905082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372958574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373105542, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373271691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373306229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373370703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373419130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373465608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373635796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373728012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373862572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373909830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373911059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373960043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374083081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374207428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374210812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374272637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374515700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374564000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374651667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374690352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374927093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374998412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375120534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375152005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375220600, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375504064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375520139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375537527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375548620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375618438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375666028, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375718946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375719000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375725283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375800449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375817690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375906744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375916469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375926500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376072427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376128899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376179210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376225735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376299838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376330051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376366278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376507513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376727075, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376728463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376797709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376839265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376882091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376934854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376952472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376995658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377025947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377086543, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377173197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377434372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377467315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377520422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377539581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377617104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377668023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377768376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377793027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377795124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377822358, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377844419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378028572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378049859, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378144500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378198524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378393581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378507567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378509580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378582054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378693310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378729900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378734147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378749173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378911455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378983013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379047765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379107799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379233589, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379353942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379438759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379464285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379589338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379958896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380078817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380563455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380700631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380747641, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380749996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380758762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380771875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380773966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380777164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380790274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380806351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380915972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381003457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381089699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381168338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381175161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381210068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381262575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381347447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381406679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381435370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381440847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381520237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381607976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381694610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381773120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381781131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381867412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381953010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382038908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382127280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382211904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382298304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382377648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382386473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382470481, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382558664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382646138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382730866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382818842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382912276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382989619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382999027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383082713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383170044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383258755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383343302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383430823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383475599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383517331, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383594390, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383603798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383687552, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383764699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383851068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383937468, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384023923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384110269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384196773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384199315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384283037, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384369417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384455818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384542224, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384628838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384714909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384801556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384803940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384887702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384974231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385060739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385146893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385233545, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385319802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385406473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385408814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385492619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385579256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385665638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385751806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385838197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385924440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386011118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386013603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386067630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386097349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386183943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386270297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386356509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386443056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386529328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386615855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386618423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386702134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386788643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386874947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386961372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387047673, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387134106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387220762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387223147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387306934, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387393304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387479708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387566232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387652491, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387739104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387825441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387827903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387911524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387998237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388084432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388170719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388257438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388343784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388430022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388432943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388433046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388516422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388602828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388689252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388745864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388775524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388861919, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388948421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389034844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389121240, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389207635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389294029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389380592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389466846, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389553080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389639777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389642403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389726156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389812432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389898702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389985374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390071654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390157959, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390244457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390247145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390330779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390417446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390503689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390589814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390676505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390762742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390849135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390851784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390935721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391021967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391108377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391194798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391281178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391367830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391424297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391454013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391456544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391540520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391626727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391713473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391797176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391883482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391969909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392056306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392058873, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392142696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392229081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392315486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392401863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392488251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392574661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392661065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392663646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392747416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392833908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392920279, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393006636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393093058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393179463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393265818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393268423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393352249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393438610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393525036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393611403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393697806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393784172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393840805, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393870562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393873190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393957027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394043396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394129785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394216201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394302598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394388988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394475374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394477977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394561838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394648328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394734708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394821089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394907487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394993910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395080305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395082886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395166688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395253084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395339596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395425904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395512281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395598706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395685126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395687693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395771551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395857889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395944356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396030700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396117117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396196365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396282737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396285324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396369174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396455525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396512097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396541960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396628357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396714764, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396801138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396887530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396890105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396973929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397060347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397146785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397233122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397319551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397405942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397492356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397494906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397578783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397665205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397751595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397838001, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397924381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398010884, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398097193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398099709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398186149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398269990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398356416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398442839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398529217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398615608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398702010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398704586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398788362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398874783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398961210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399047570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399104188, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399133965, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399183639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399220389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399306901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399309315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399393246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399479623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399652408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399738821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399825256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399911670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399914153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399998013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400084604, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400171009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400257395, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400343780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400430207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400516477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400518957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400602990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400689426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400775698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400862199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400948507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401035155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401121302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401123777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401207828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401294161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401380484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401466946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401553289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401639782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401726113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401728540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401782579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401812610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401869457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401898907, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401985355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402071698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402158160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402244599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402331042, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402333313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402417307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402503712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402590174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402676540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402763030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402849455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402935792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402938178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403022089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403108493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403194943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403281387, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403367849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403454733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403540646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403543086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403627019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403713352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403799792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403886222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403972697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404059277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404145573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404147728, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404231825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404318269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404374609, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404404612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404453655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404490913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404577409, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404663831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404751256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404752523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404836519, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404922926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405009300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405095715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405182208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405268547, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405355080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405357325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405441510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405527822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405614074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405700500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405786870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405873490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405960045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405962243, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406046065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406132553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406218969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406305380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406391686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406478151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406564466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406566941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406650899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406737374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406823678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406910079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406996532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407053020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407082813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407136939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407169350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407171831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407255681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407342047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407428483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407515000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407601423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407687650, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407774302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407776539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407860528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407946849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408033304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408119890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408206180, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408292619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408378939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408381332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408465230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408551755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408638118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408724526, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408810838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408897423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408983961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408986185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409070119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409157752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409243151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409329367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409415655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409502216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409588671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409591175, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409674852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409731567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409761365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409810038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409847717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409934259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410020521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410106986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410193320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410195730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410279705, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410366120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410452585, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410538854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410625320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410711663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410798093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410800668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410884482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410970897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411057403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411143739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411230097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411316606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411402889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411405478, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411489232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411575803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411662137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411748755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411834921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411921603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412007682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412010282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412098057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412184429, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412270821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412323342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412357509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412443717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412530265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412615223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412616557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412703004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412789108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412875620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412962299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413048697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413134941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413219751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413221288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413305896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413392537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413482852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413566111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413657045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413743749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413825914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413911734, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413997806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414086950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414173646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414256486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414353834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414435574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414442043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414528178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414612713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414700880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414787442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414868285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414960096, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415007841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415041228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415045446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415127862, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415215140, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415305462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415395424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415473893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415563849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415732421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415905223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416058261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416081579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416167619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416249782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416259507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416342676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416428572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416514978, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416595985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416682411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416768806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416855689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416859942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416941948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417028472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417119823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417201051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417287502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417373983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417459328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417460347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417546386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417599723, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417633296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417724720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417811089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417892793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417981667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418064104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418073534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418153242, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418238038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418324516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418410881, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418501058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418586976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418668882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418670218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418762254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418901364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418904161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418940178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419016736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419107917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419189500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419273759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419275955, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419361839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419447442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419534472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419620640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419706726, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419793071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419878437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419879994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419966416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420052573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420139363, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420225753, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420278335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420317150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420398340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420484835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420488580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420576173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420658274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420743878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420830792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420925784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421012126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090026, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421176556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421268711, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421349963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421439208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421530371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421614450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421698155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421699969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421790917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421870827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421955472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422044953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422127217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422213632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422302803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422306085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422386166, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422480790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422562792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422650022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422731897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422823643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422902642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422907840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422961653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422995161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423077187, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423169228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423249315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423372163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423585263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423592201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423594384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423631470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423686866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423854380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423940703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424027216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424111976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424118744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424200305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424286276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424377744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424550626, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424636813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424716605, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424723375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424890694, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425063724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425150282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425242178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425326737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425328306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425380561, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425409088, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425418588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425495807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425582145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425669217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425760007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425841418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425927630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425930906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426019226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426105629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426187178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426273305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426364574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426446891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426531059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426533359, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426619548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426705663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426792376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426878326, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426965016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427051499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427135831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427137886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427225975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427322715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427415111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427477768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427485951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427548383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427569784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427651775, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427738459, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427772559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427824621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427913099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428002234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428046586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428083233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428093049, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428168235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428257909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428341093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428369091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428429649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428516145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428607077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428693116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428778533, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428860963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428942982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428946072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429095422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429129839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429213085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429309234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429380892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429467072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429553012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429558181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429687904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429813325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429909887, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429980840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430076159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430156755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430160687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430161400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430245741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430335207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430425759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430508841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430588774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430643693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430678200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430683615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430757700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430845967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430931975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431020203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431109300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431199204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431277367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431361916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431368906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431408210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431448659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431455611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431478232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431623254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431626894, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431643861, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431709361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431715046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431800486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431801943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431883161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431889160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431969366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431972035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431973607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431974544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432057271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432064688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432150882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432229131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432321329, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432406638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432494050, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432575513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432576629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432578906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432662555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432752781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432842114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432925834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433006341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433092700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433268991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433316629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433353041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433357365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433442371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433532253, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433616398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433747364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433790707, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433821586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433870354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433963014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434047386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434133419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434134347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434214767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434301230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434391127, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434392967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434479404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434560292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434646666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434738820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434824703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434911211, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434992181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434995898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435084130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435165226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435251661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435338107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435429372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435510991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435595322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435596872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435688691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435746453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435752898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435769720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435802384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435861153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435908985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435913947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435942611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435962911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436035474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436120380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436200287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436201692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436293485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436379822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436466571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436552812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436633869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436725643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436805071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436806575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436898371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436984727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437071287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437152402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437243947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437330628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437410138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437416833, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437503179, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437584532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437675947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437762130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437848273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437929835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438014623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438021483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438102621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438189170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438280772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438367453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438448537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438539710, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438586793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438594485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438619190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438621616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438690901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438713310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438794098, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438887206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439001129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439084030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439165085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439229293, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439234606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439315149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439401041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439501107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439585571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439669590, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439751540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439833343, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439834062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439902880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439922525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440012633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440093982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440184692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440191757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440264479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440357607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440433512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440457306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440530031, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440617685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440702493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440800619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440887830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440965721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441038812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441054047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441133942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441216103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441265286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441272370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441306722, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441338230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441400015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441481502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441559105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441643061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441655404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441742218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441822575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441908827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441999473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442083639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442176796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442253826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442261134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442349549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442521191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442603961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442686005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442780483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442853151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442871930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442952731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443031069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443123815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443202961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443304320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443381477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443463375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443473430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443560974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443642186, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443726785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443811036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443862952, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443868865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443923942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443942268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443997759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444006347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444067287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444107021, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444160389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444246603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444332678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444418706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444506447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444588614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444666925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444671940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444762199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444855261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444945168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445128306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445212081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445271930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445291632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445381633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445412924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445461121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445536103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445630104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445714972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445809570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445884250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445890471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445980708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446068621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446155079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446239467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446326155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446407914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446494436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446498993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446547701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446554471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446597729, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446623430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446680513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446755199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446846750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446923473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446926999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447014831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447093810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447110485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447199402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447271936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447361874, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447446063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447534457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447684452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447703986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447713466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447743623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447792103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447879940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447974119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448055377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448134497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448224109, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448303177, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448323677, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448407643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448507024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448578890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448655951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448738514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448832263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448908139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448922628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449012385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449099494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449139618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449147349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449175169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449215313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449261624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449344668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449435808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449512301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449524058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449614691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449709806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449792223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449871866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449938865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449960056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450040695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450117070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450138778, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450237489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450320297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450401584, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450468950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450552735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450649627, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450721845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450728890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450824755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450905910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450987203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451083009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451163480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451257911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451326879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451343453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451450467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451542321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451622872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451673214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451700362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451757411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451772156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451818630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451854774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451907657, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451936681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451943161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452050868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452142903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452164719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452205671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452294701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452373214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452462313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452536433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452544687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452636016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452718757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452799648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452886937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452972297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453063558, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453146058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453150708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453750826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454355594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454495993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454933165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454955245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1455566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456170101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456769588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457108381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457194030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457381502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457980742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1458586783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459188129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459667465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459757902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459794099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460223698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460397194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460402842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460487964, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460570942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460828110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460915097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461001505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461085891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461180110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461267286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461346571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461434911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461524267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461610786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461613817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461698721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461778101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461867364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461950902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462261426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462266917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462295515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462340017, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462390349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462471727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462556760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462648377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462733505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462810361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462814902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462900461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463078340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463166847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463248143, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463333773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463421630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463506350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463508510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463593056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463680992, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463769289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463937276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464026592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464029333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464118743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464198125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464283990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464370548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464461351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464543008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464630598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464635779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464716888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464807799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464888971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464942741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464948131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464974321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465018310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465067602, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465154961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465237639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465405794, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465553091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465604850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465666708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465759020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465841374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465843647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465925251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466066016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466110128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466185948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466271123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466363747, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466444350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466446097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466530200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466623365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466705121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466789530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466879490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466968691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467051171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467055721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467136905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467224757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467313150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467373603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467385267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467401158, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467452322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467483415, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467529579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467539745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467571370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467614366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467742812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467829355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467916091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468002490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468090572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468175278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468258606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468261170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468347662, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468430568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468523830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468609783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468695620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468781612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468866296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468867744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468953327, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469037133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469120368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469207131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469296346, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469382560, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469462845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469465983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469552655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469635888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469725664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469808524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469901164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469984652, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470071055, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470072527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470159990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470212899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470224204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470243940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470286567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470327063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470418384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470502969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470589439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470762518, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470850120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470935044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471018176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471104679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471196932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471280696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471283091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471368364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471453420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471536298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471626335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471712974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471799074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471885122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471887214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471974559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472058115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472146353, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472232564, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472313971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472400900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472573536, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472663287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472750040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472891135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472901595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472966173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473094593, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473699408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474304165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474918990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474978716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475481418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475510373, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475513720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476115510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476121229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476719916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476720298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477324730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477328089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478167268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478544116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478549829, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478600446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478613421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479150466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479218077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479756033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479757023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479818308, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480359790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480360328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426348, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481570695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481571230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482171475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482172010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236945, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483278094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483440254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484598636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484599174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485264067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799877, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118006, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487012899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487013435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487617712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223330, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823405, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634804, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491205686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491206220, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241336, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493048949, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493656976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493657510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493797812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493798347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494261760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494262297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494866544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494867070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495471687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495472192, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496678433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893732, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905956, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499101820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499526855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499701958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499702463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500309768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500310274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500915974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500916479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501258467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433576, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433577, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501515875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501516379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121397, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125445, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502554462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503334958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503335465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504544823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504545347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504846780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505657616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505749936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505750441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505759678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505760185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505780181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505992756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506011386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506012313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227345, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506358255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497625, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506963578, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506964083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507015966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507016475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300213, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507406999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507407000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507467125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507638991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507639499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507908849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508777890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508778398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912504, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509389495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509390000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509993720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509994225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511202637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512412649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512413154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513013786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513014292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828339, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514831598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514832102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514974788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514975291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516645998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517250633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517651691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517652195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517851664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517852169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465769, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518481901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518482406, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065860, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520068939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520069441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277675, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520278198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876182, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521483980, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522689529, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522690035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522741643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522742146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523896704, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523897208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332538, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526311685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526312189, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528011696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528012200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529335687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529336212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529940649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529941154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530443015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530599631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530600134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531761639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531762163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532359893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532360416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532964791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532965314, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197763, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534844688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534845210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535961995, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535962516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536017889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536018412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614167, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538248383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538555439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538556413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539031767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539032292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368264, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540380968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540381495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540431810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540432437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540812375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540813090, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540868973, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540869497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541239930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541240454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542061618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542062562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542093809, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542094335, 'r': 0}]\n" - ] - } - ], - "source": [ - "print(response.json()['hits'])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 2", - "language": "python", - "name": "python2" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 2 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 0 -} diff --git a/showcase3.ipynb b/showcase3.ipynb deleted file mode 100644 index 59cc241..0000000 --- a/showcase3.ipynb +++ /dev/null @@ -1,2879 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": { - "collapsed": true - }, - "outputs": [], - "source": [ - "import requests\n", - "import json\n", - "import time\n", - "from webarchiv import WebarchivSession\n", - "\n", - "apikey = 'Zz2tQls7fuaocX2pjrfc2npojqbGwXL2'\n", - "w = WebarchivSession(apikey)\n", - "\n", - "selective_crawls = requests.get('https://webarchiv.onb.ac.at/data/selective.json').json()\n", - "event_crawls = requests.get('https://webarchiv.onb.ac.at/data/events.json').json()\n" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Frau/Gender\n\n\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17 Captures for http://abtreibung.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23 Captures for http://aep.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "69 Captures for http://anschlaege.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5 Captures for http://blog.imag-gendermainstreaming.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2810 Captures for http://diestandard.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6 Captures for http://dievilla.at/blog/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13 Captures for http://femcities.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4 Captures for http://feminiesta.univie.ac.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "24 Captures for http://femous.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12 Captures for http://frauenhetz.jetzt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "61 Captures for http://frauensolidaritaet.org\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "27 Captures for http://gender.univie.ac.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8 Captures for http://genderandagency.univie.ac.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6 Captures for http://jku.at/ifg/content\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8 Captures for http://johanna-dohnal.at/archiv\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7 Captures for http://koordination-gender.uni-graz.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "33 Captures for http://malmoe.org\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16 Captures for http://ofra.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4 Captures for http://pinknoise.or.at/projekte/girls-rock-camp/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13 Captures for http://queernews.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7 Captures for http://univie.ac.at/Geschichte/LHOMME\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15 Captures for http://weiberdiwan.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "47 Captures for http://www.abzaustria.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "742 Captures for http://www.aoef.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9 Captures for http://www.archfem.net/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10 Captures for http://www.biografia.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1287 Captures for http://www.bmgf.gv.at/home/Frauen_Gleichstellung/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8 Captures for http://www.elfriede-jelinek-forschungszentrum.com/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11 Captures for http://www.feministischetheologie.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17 Captures for http://www.fibrig.net/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "34 Captures for http://www.fiftitu.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "28 Captures for http://www.frauencafe.com/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "59 Captures for http://www.frauenhaeuser-wien.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "350 Captures for http://www.fraueninbewegung.onb.ac.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20 Captures for http://www.frauenmuseum.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18 Captures for http://www.frauenring.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "70 Captures for http://www.frauenservice.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "30 Captures for http://www.frida.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15 Captures for http://www.genderplattform.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5 Captures for http://www.ncwaustria.org\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5 Captures for http://www.oeggf.at/ziele\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "307 Captures for http://www.onb.ac.at/bibliothek/ariadne.htm\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20 Captures for http://www.pascalina.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "89 Captures for http://www.petra-unger.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "44 Captures for http://www.stichwort.or.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5 Captures for http://www.uni-salzburg.at/index.php?id=43\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9 Captures for http://www.univie.ac.at/Geschichte/salon21/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14 Captures for http://www.univie.ac.at/Geschichte/sfn/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4 Captures for http://www.univie.ac.at/index.php?id=371\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5 Captures for http://www.vbkoe.org/studio/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17 Captures for http://www.watchgroup-sexismus.at/cms/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20 Captures for http://www.wide-netzwerk.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "30 Captures for http://zwanzigtausendfrauen.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "476 Captures for https://alexandrabader.wordpress.com/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5 Captures for https://knitherstory.wordpress.com/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3 Captures for https://queeringpsychoanalysis.wordpress.com/category/artikel-deutsch/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20 Captures for https://sugarbox.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6 Captures for https://toechterregalias.wordpress.com/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "36 Captures for https://ullikoch.wordpress.com/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3 Captures for https://www.facebook.com/bibgender\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "28 Captures for https://www.vfw.or.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9 Captures for http://www.wien.gv.at/kontakte/ma57/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "71 Captures for https://www.wien.gv.at/menschen/frauen/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6 Captures for http://www.antisexismus.org\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "133 Captures for http://www.onb.ac.at/ariadne/projekte/frauen_waehlet/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "127 Captures for http://www.denkwerkstattblog.net\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "44 Captures for http://www.femail.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9 Captures for http://www.femalefounders.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3 Captures for http://fernetzt.univie.ac.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "114 Captures for http://www.frauenvolksbegehren.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19 Captures for http://www.frauenfilmtage.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4 Captures for http://jelinekgender.univie.ac.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8 Captures for http://www.girlsncode.com\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "65 Captures for http://www.lefoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "26 Captures for http://www.migrazine.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13 Captures for http://www.mzbaltazarslaboratory.org\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "406 Captures for http://www.sorority.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4 Captures for http://www.wienfuerfrauen.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2 Captures for http://fsp-fgg.univie.ac.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3 Captures for http://www.bmb.gv.at/ministerium/gleichbeh/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "374 Captures for http://www.gleichbehandlungsanwaltschaft.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "25 Captures for http://www.auf-einefrauenzeitschrift.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "29 Captures for http://www.netzwerk-frauenberatung.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "33 Captures for http://www.peregrina.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2 Captures for http://193.170.142.169/Joomla/index.php\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "45 Captures for http://www.amazone.or.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "39 Captures for http://www.frauenzentrum-osttirol.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2 Captures for http://glp2015.univie.ac.at\nPolitikkollektion\n\n\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1072 Captures for http://2015.spoe.wien/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3535 Captures for http://buergerpartei.wordpress.com\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3987 Captures for http://cpoe.or.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3122 Captures for http://cpoe.or.at/Inhalt/de/Programm\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "769 Captures for http://de.wikipedia.org/wiki/Landtagswahl_im_Burgenland_2015\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "769 Captures for http://de.wikipedia.org/wiki/Landtagswahl_in_der_Steiermark_2015\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0 Captures for http://de.wikipedia.org/wiki/Landtagswahl_in_K%C3%A4rnten_2013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0 Captures for http://de.wikipedia.org/wiki/Landtagswahl_in_Nieder%C3%B6sterreich_2013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "559 Captures for http://de.wikipedia.org/wiki/Landtagswahl_in_Salzburg_2013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "559 Captures for http://de.wikipedia.org/wiki/Landtagswahl_in_Tirol_2013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "151 Captures for http://de.wikipedia.org/wiki/Landtagswahl_in_Vorarlberg_2014\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0 Captures for http://de.wikipedia.org/wiki/Nationalratswahl_in_%C3%96sterreich_2013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2113 Captures for http://dieneuepartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1205 Captures for http://echt-josefstadt.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "306 Captures for http://family-partei.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3086 Captures for http://forum-aus-eu.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3512 Captures for http://grenzlanddemokratie.wordpress.com\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4046 Captures for http://kaernten.kpoe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2210 Captures for http://kaernten.piratenpartei.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "921 Captures for http://kaernten.teamstronach.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "399 Captures for http://kaiser-peter.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3430 Captures for http://klub.spoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3430 Captures for http://klub.spoe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2126 Captures for http://landespartei.oevpkaernten.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "276 Captures for http://ltw2018.ktn.gv.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2992 Captures for http://maennerpartei.at/vorarlberg\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "29 Captures for http://mehrsalzburg.neos.eu\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "745 Captures for http://nbz-partei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6109 Captures for http://neos.eu\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2218 Captures for http://niederoesterreich.piratenpartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "904 Captures for http://niederoesterreich.teamstronach.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2815 Captures for http://noe.kpoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3613 Captures for http://noe.spoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3613 Captures for http://noe.spoe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "89 Captures for http://nopolitrix.co\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "97 Captures for http://nrw17.offenewahlen.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1942 Captures for http://oevp-wien.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "67 Captures for http://offenewahlen.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3547 Captures for http://ooe.kpoe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1197 Captures for http://parteiderarbeit.at/?page_id=2602\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1445 Captures for http://politspiegel.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4042 Captures for http://salzburg.gruene.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2423 Captures for http://salzburg.spoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2423 Captures for http://salzburg.spoe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1220 Captures for http://salzburg.teamstronach.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "424 Captures for http://salzburg.teamstronach.at/de/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2014 Captures for http://sga.monarchisten.org\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1716 Captures for http://steiermark.spoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3459 Captures for http://tirol.gruene.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3459 Captures for http://tirol.gruene.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2595 Captures for http://tirol.kpoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "988 Captures for http://tirol.teamstronach.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "62 Captures for http://volksstimme.at/index.php/blog/itemlist/tag/Nationalratswahlen%202017.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3076 Captures for http://vorarlberg.gruene.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2147 Captures for http://vorarlberg.piratenpartei.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2002 Captures for http://wahlen.tirol.gv.at/landtagswahl_2013/index.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2459 Captures for http://wienanders.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "285 Captures for http://wir-plattform.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1016 Captures for http://www.29913.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1620 Captures for http://www.allianzsozialeskaernten.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "196 Captures for http://www.andreaslindinger.at/?p=7536\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "879 Captures for http://www.anstaendig.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2534 Captures for http://www.bjv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3935 Captures for http://www.bka.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "228 Captures for http://www.bmasgk.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2859 Captures for http://www.bmask.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2318 Captures for http://www.bmb.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3147 Captures for http://www.bmeia.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5327 Captures for http://www.bmf.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1377 Captures for http://www.bmfj.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2894 Captures for http://www.bmg.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3888 Captures for http://www.bmi.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "792 Captures for http://www.bmi.gv.at/cms/BMI_wahlen/bundespraes/bpw_2016/start.aspx\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1154 Captures for http://www.bmi.gv.at/cms/BMI_wahlen/nationalrat/2013/start.aspx\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "640 Captures for http://www.bmi.gv.at/cms/BMI_wahlen/nationalrat/2017/start.aspx\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4034 Captures for http://www.bmlfuw.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2594 Captures for http://www.bmlv.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "317 Captures for http://www.bmoeds.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2692 Captures for http://www.bmukk.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4019 Captures for http://www.bmvit.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3244 Captures for http://www.bmwf.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2171 Captures for http://www.bmwfj.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3790 Captures for http://www.bmwfw.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "869 Captures for http://www.buendnis-liste-burgenland.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2804 Captures for http://www.bundesheer.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1135 Captures for http://www.bundeskanzleramt.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2865 Captures for http://www.bundespraesident.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2533 Captures for http://www.bzoe-kaernten.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3122 Captures for http://www.bzoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1375 Captures for http://www.christlicheparteioesterreichs.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3987 Captures for http://www.cpoe.or.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0 Captures for http://www.cpoe.or.at/Inhalt/de/12%C5%82Burgenland\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0 Captures for http://www.cpoe.or.at/Inhalt/de/12%C5%82Ober%C3%B6sterreich\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0 Captures for http://www.cpoe.or.at/Inhalt/de/12%C5%82Vorarlberg\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1277 Captures for http://www.derrabl.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "851 Captures for http://www.dersoldat.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4097 Captures for http://www.derwandel.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "36 Captures for http://www.diefakten.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1060 Captures for http://www.dieweissen.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "40 Captures for http://www.einsatz-fuer-oesterreich.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3633 Captures for http://www.euaustrittspartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1230 Captures for http://www.euaustrittspartei.at/wien-wahl-2015/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "40 Captures for http://www.fair.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "227 Captures for http://www.faktistfakt.com\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2082 Captures for http://www.fpoe-bgld.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2311 Captures for http://www.fpoe-noe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1239 Captures for http://www.fpoe-ooe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2280 Captures for http://www.fpoe-parlamentsklub.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2567 Captures for http://www.fpoe-salzburg.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "907 Captures for http://www.fpoe-stadtsalzburg.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2116 Captures for http://www.fpoe-stmk.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2676 Captures for http://www.fpoe-tirol.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1947 Captures for http://www.fpoe-wien.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4412 Captures for http://www.fpoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "602 Captures for http://www.fps-salzburg.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "370 Captures for http://www.franz-schnabl.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "324 Captures for http://www.franz-schnabl.at/franz-schnabl/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1317 Captures for http://www.frauen.bka.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "874 Captures for http://www.freidemokraten.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1174 Captures for http://www.freidemokraten.wien/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "562 Captures for http://www.freiheitliche-ktn.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2326 Captures for http://www.fuertirol.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1292 Captures for http://www.gerhard-doerfler.fpk.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "273 Captures for http://www.gfw.wien/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "939 Captures for http://www.gilt.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5175 Captures for http://www.gruene.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "725 Captures for http://www.gurgiserteam.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "969 Captures for http://www.hcstrache.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7125 Captures for http://www.help.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1335 Captures for http://www.hetzendorf-pro.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "458 Captures for http://www.impuls-tirol.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1689 Captures for http://www.integration.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2063 Captures for http://www.jugendvertretung.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3432 Captures for http://www.justiz.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "770 Captures for http://www.kaernten-wahl.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4314 Captures for http://www.kaernten.gruene.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4314 Captures for http://www.kaernten.gruene.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4046 Captures for http://www.kaernten.kpoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3265 Captures for http://www.kaernten.spoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "699 Captures for http://www.klartext2013.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "344 Captures for http://www.kontrast.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2309 Captures for http://www.kpoe-salzburg.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3383 Captures for http://www.kpoe-steiermark.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5109 Captures for http://www.kpoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1541 Captures for http://www.kpoeplus.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2343 Captures for http://www.ktn.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "760 Captures for http://www.ktn.gv.at/273437_DE-Wahlen-Wahl_2013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1399 Captures for http://www.ktn.gv.at/39855_DE-ktn.gv.at-LAND_UND_POLITIK\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1982 Captures for http://www.ktn.gv.at/39861_DE-LAND_UND_POLITIK-Landtag\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2194 Captures for http://www.ktn.gv.at/39862_DE-LAND_UND_POLITIK-Wahlen\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1402 Captures for http://www.ktn.gv.at/42030_DE-LAND_UND_POLITIK-Landesregierung\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "498 Captures for http://www.ktnvp.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "27 Captures for http://www.landtagswahl.tirol/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2815 Captures for http://www.lebensministerium.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2685 Captures for http://www.liberale.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2775 Captures for http://www.lif.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "520 Captures for http://www.liste-burgenland.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3136 Captures for http://www.listefritz.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1360 Captures for http://www.listepilz.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "558 Captures for http://www.lpoe-oesterreich.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4274 Captures for http://www.maennerpartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2295 Captures for http://www.maennerpartei.at/wien-0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "158 Captures for http://www.meineabgeordneten.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2129 Captures for http://www.meinparlament.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4149 Captures for http://www.misik.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1138 Captures for http://www.mutbuergerpartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "509 Captures for http://www.nationalratswahl-2013.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2057 Captures for http://www.nationalratswahl.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1086 Captures for http://www.nationalratswall.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "745 Captures for http://www.nbz-partei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4789 Captures for http://www.neuwal.com\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1361 Captures for http://www.niederoesterreich-wahl.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3183 Captures for http://www.noe.gruene.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3183 Captures for http://www.noe.gruene.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "778 Captures for http://www.noe.gv.at/Politik-Verwaltung/Landesregierung.wai.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "786 Captures for http://www.noe.gv.at/Politik-Verwaltung/Landtag.wai.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2341 Captures for http://www.noe.gv.at/Politik-Verwaltung/Wahlen.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "783 Captures for http://www.noe.gv.at/Politik-Verwaltung/Wahlen.wai.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "748 Captures for http://www.noe.gv.at/Politik-Verwaltung/Wahlen/Landtagswahl-2013.wai.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "71 Captures for http://www.nrw17.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3306 Captures for http://www.oevp-burgenland.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2577 Captures for http://www.oevp-sbg.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "710 Captures for http://www.oevp-sbg.at/?force=force\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6320 Captures for http://www.oevp.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1259 Captures for http://www.oevpkaernten.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2961 Captures for http://www.oevpklub.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3700 Captures for http://www.papierwahl.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6918 Captures for http://www.parlament.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "70 Captures for http://www.parteiprogramm.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "36 Captures for http://www.personenkomiteeunserheer.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3991 Captures for http://www.piratenpartei-tirol.org\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5327 Captures for http://www.piratenpartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2345 Captures for http://www.politikeronline.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "40 Captures for http://www.pro-wehrpflicht.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1908 Captures for http://www.rkob.net/wien-wahl-2015/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1160 Captures for http://www.salzburg.gv.at/20003stat/wahlen/ltw/index.htm\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "711 Captures for http://www.salzburg.gv.at/landtagswahl2013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "716 Captures for http://www.salzburger-piratenpartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1082 Captures for http://www.semiosis.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5199 Captures for http://www.slp.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5199 Captures for http://www.slp.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2263 Captures for http://www.sora.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1092 Captures for http://www.soziales-oesterreich.net\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3656 Captures for http://www.sozialministerium.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "252 Captures for http://www.spoe-salzburg.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3019 Captures for http://www.spoe-tirol.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4894 Captures for http://www.spoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1250 Captures for http://www.spoe.wien/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3409 Captures for http://www.sportministerium.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4521 Captures for http://www.stmk.gruene.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2468 Captures for http://www.strategieanalysen.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1430 Captures for http://www.stvp.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1035 Captures for http://www.team2013.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2104 Captures for http://www.teamstronach.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1436 Captures for http://www.teamstronach.at/bundeslaender/kaernten\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1434 Captures for http://www.teamstronach.at/bundeslaender/niederoesterreich\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1435 Captures for http://www.teamstronach.at/bundeslaender/salzburg\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1433 Captures for http://www.teamstronach.at/bundeslaender/steiermark\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1221 Captures for http://www.tirol.gv.at/themen/tirol-und-europa/tirol/landtagswahl-2013/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4203 Captures for http://www.tiroler-vp.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1207 Captures for http://www.unzensuriert.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1111 Captures for http://www.verstimmt.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1276 Captures for http://www.verwaltung.steiermark.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "451 Captures for http://www.verwaltung.steiermark.at/cms/beitrag/11682036/74836525/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2282 Captures for http://www.vfreiheitliche.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2275 Captures for http://www.volkspartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "495 Captures for http://www.volkspartei.at/oevp/cms/DE/DE/oevp/web/home\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "437 Captures for http://www.volkspartei.at/oevp/cms/DE/DE/oevp/web/home/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1309 Captures for http://www.vorarlberg.at/vorarlberg/sicherheit_inneres/inneres/wahlen/start.htm\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1507 Captures for http://www.vorarlberg.at/vorarlberg/sicherheit_inneres/inneres/wahlen/weitereinformationen/landeswahlen/landtagswahlen/landtagswahlen.htm\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2019 Captures for http://www.vorarlberg.spoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "698 Captures for http://www.vorarlberg.spoe.at/index.php\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "459 Captures for http://www.vorarlberg.spoe.at/landingpage/index.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2268 Captures for http://www.vorwaerts-tirol.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2933 Captures for http://www.vpnoe.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1982 Captures for http://www.wahlbeteiligung.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2199 Captures for http://www.wahlinformation.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4818 Captures for http://www.wahlkabine.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "387 Captures for http://www.wfnoe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1242 Captures for http://www.wiener-wahl.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1186 Captures for http://www.wiff21.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "352 Captures for http://www.wir-wollen-wahlfreiheit.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1516 Captures for http://www.wirburgenlaender.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1206 Captures for http://www.wirimersten.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "95 Captures for http://www.wochen-blick.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "209 Captures for http://www.wochenblick.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2472 Captures for http://zurpolitik.com\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1891 Captures for https://bmbwf.gv.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1660 Captures for https://burgenland.gruene.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1926 Captures for https://burgenland.neos.eu\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1926 Captures for https://burgenland.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "558 Captures for https://de.wikipedia.org/wiki/Landtags-_und_Gemeinderatswahl_in_Wien_2015\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0 Captures for https://de.wikipedia.org/wiki/Landtagswahl_in_Ober%C3%B6sterreich_2015\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "299 Captures for https://duwillst.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2832 Captures for https://jachwe.wordpress.com\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4314 Captures for https://kaernten.gruene.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2039 Captures for https://kaernten.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3265 Captures for https://kaernten.spoe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4789 Captures for https://neuwal.com/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "652 Captures for https://neuwal.com/barometer/?b=7\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "614 Captures for https://neuwal.com/barometer/index.php\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "472 Captures for https://neuwal.com/barometer/profile.php?b=9\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2011 Captures for https://niederoesterreich.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2016 Captures for https://oberoesterreich.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "128 Captures for https://ooe.gruene.at/wahl\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "238 Captures for https://salzburg.gruene.at/landtagswahl\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2374 Captures for https://salzburg.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "666 Captures for https://secure.sebastian-kurz.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "484 Captures for https://secure.sebastian-kurz.at/es-ist-zeit/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2047 Captures for https://steiermark.neos.eu\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2047 Captures for https://steiermark.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2589 Captures for https://steiermark.piratenpartei.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1075 Captures for https://strolz.eu\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "65 Captures for https://tirol.gruene.at/landtagswahl-2018/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1612 Captures for https://tirol.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2600 Captures for https://vorarlberg.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "433 Captures for https://vorwahl.neos.eu/landtagswahl-oberoesterreich-2015\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "926 Captures for https://wahlen.tirol.gv.at/bundespraesidentenwahl_2016_zweiter_wahlgang/index.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "949 Captures for https://wahlen.tirol.gv.at/index.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "147 Captures for https://wien.gruene.at/wahl2015\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2284 Captures for https://wien.neos.eu/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "897 Captures for https://www.bmdw.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2305 Captures for https://www.bmgf.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1344 Captures for https://www.bmnt.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "236 Captures for https://www.facebook.com/christlicheparteioesterreichs\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1611 Captures for https://www.facebook.com/FPOE.SalzburgLand\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "659 Captures for https://www.facebook.com/fps.salzburg\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "263 Captures for https://www.facebook.com/GRUENEsalzburg\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "237 Captures for https://www.facebook.com/neossbg\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "239 Captures for https://www.facebook.com/oevp.salzburg\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "236 Captures for https://www.facebook.com/sbgmayr\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "236 Captures for https://www.facebook.com/spoe.salzburg.stadt\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2079 Captures for https://www.fpoe-ktn.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "547 Captures for https://www.freudich.tirol/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "270 Captures for https://www.gruene.at/2017-nrw\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7125 Captures for https://www.help.gv.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "505 Captures for https://www.help.gv.at/Portal.Node/hlpd/public/content/32/272750.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "506 Captures for https://www.help.gv.at/Portal.Node/hlpd/public/content/32/Seite.320730.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "435 Captures for https://www.johanna-mikl-leitner.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "62 Captures for https://www.kommunalnet.at/index.php?id=663\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "352 Captures for https://www.land-oberoesterreich.gv.at/46996.htm\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3540 Captures for https://www.ooevp.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "993 Captures for https://www.parteispenden.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "479 Captures for https://www.parteispenden.at/wahlkampfausgaben\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "241 Captures for https://www.salzburg.gv.at/stat/wahlen/ltw/index.html\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "235 Captures for https://www.sbg-mayr.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2011 Captures for https://www.sebastian-kurz.at\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2152 Captures for https://www.spooe.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "605 Captures for https://www.team-kaernten.at/\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "293 Captures for https://www.verantwortung-erde.org/\nMedienkollektion\n\n\n" - ] - } - ], - "source": [ - "for crawl in selective_crawls:\n", - " print(crawl['name'] + '\\n\\n')\n", - " for group in crawl['groups']:\n", - " for seed in group['seeds']:\n", - " response = w.wayback_search(seed)\n", - " print(response.json()['total'] , ' Captures for ' , seed)\n", - " #print(seed)\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "[{'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253118961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253186229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253376795, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253410054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253610582, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253748277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253817210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253819588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253972393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253995534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254521018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254528830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254817691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254880750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255112059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255137105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255223172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255260313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255297402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255516012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255683687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255700123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255926164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256043574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256161172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256172137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256183257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256205628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256308084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256309783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314832, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256367656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256374623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256380659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256784266, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256854256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256937066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256952981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257012760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257181610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257318394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257325591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257552151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257790168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257795672, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257887176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264257083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264481015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264534793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264557295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189011, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265308475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265450045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265568007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265599171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265854122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266017555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266923131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266973800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267279924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267555190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267806802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267885452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268094510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268166554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268353100, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268398621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268567850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268680913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268852770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268884121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269345872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269516469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269686030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269720867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269880667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270013391, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270134051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270251195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270332135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270464990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270601384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270664550, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270889918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270959720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270999655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271012494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405262, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271534977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271685352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271772979, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271792204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271885840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271992793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272060369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272236385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272432381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272606263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272720690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272756546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273054015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273235482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273408341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273464275, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273811194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273895191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273942474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273996399, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274303295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320260, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274397463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773401, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274849219, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275179206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275250791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275394674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275547653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275609631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275699800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276067789, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276371921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276462960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276559909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276568315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276909136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276988645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277262041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277390999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277391014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277470666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277633408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277833315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277862916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278078202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278144688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278224087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278253396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278691811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282736281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282750975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282752357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282755120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282763295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283259967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283269047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301651799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301653311, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312315480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312385239, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312599350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313102427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313559252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313564999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313634334, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314195420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314548135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314648614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314711798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314747899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314802759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315453376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315498929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315519506, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315767928, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315778900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1316032875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317484824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317630853, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317713315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317960379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318344216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318870865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318920288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319073128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319075231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319408138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319430902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319475772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319748157, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320087640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320143950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320198407, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320315233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320568661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320692684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320788752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320921450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320990080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321158880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321341814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321347278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321534256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321581682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321634766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321646236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321721852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321805337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321902089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321970718, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322473432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322496078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322561974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322906428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323095686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323111620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323262368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323493133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323504298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323509784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323526063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323638768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323717283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323815830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323938086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323966412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324004423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324093742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324219321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324250324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324321234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324504439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324536272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324672010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324733875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324835004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324926035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324973440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324984730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325043656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325063315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325116486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325213102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325530824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325556030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325585457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325642569, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325867475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325916986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325971232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326031340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326073241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326083648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326141361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326288045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326314594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326589770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327006332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327279895, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327296870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327345228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327453214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327488414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327512489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327641427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327778632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327793418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327888878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327950871, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328106235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328263635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328275556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328385733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328554838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329180904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329234820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329721941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329742393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329764471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329996207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330059328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330161286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330421233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330456776, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330683027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330768988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330783554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330887900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330974041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330977745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331248044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331578885, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331639008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331938528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331975630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332071910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332077849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332183663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332426738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332589349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332624499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332781265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332800818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332976450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333022112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333237872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333402592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333435435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333440159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333511948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333601134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333681043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333761210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333790271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333892760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333990812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334586814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334595674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334768761, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334881899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335071244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335101806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335200470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335227691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335245092, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335310136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335678465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335805277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336032165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336084629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336183466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336410077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337014882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337619667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338224474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338710480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338743872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338829268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1339434070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340038864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340643666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341248482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341302498, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341336256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341853268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1342458089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343062868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343667648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343980867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344016365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344272448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344331278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344349637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344352208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344361579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344368875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344370223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344372893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387378, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344389059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344394825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344398982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344408799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344412114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344415234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344418305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344877248, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345534223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345563667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345565567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345578731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345581057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345800018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345825654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345829149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345830473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345843724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345850246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345851108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345852142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345853030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345858733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345901756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345963586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346086886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346752994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346760097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346796714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347296460, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347901256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347995081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347999944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348004963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348006323, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348070201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348122686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348506057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348698697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348710972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348718389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348777724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349165440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349251283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349300572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349715658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350320447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350925245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351537247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351936876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351979147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352142048, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352746847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353351634, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353956434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354528852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354561236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354570503, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355166034, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355770834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356375631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356980439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357207257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357249261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357585233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358190033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358794840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359399660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359885680, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359935549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360004458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360609263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361088320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361214106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361818985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361839520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361890227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361980456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362005451, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362231259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362304915, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362385315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362423765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362686121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362715294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362765557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363028515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363152691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363220320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363239081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363633388, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363648235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363685901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364238108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364835709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364976118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365032115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365440509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366045309, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366650108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367254909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367568121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367634666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367859712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1368468036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369072811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369677488, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370249918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370282265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370311435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370886969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371491839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371531713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371581085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371593471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371599849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371675642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371701149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371805288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371876596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371884628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372031486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372057112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372096686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372209447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372739267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372743943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372841787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372905082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372958574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373105542, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373271691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373306229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373370703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373419130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373465608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373635796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373728012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373862572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373909830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373911059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373960043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374083081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374207428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374210812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374272637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374515700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374564000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374651667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374690352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374927093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374998412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375120534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375152005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375220600, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375504064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375520139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375537527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375548620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375618438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375666028, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375718946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375719000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375725283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375800449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375817690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375906744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375916469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375926500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376072427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376128899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376179210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376225735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376299838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376330051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376366278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376507513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376727075, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376728463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376797709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376839265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376882091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376934854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376952472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376995658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377025947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377086543, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377173197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377434372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377467315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377520422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377539581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377617104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377668023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377768376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377793027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377795124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377822358, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377844419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378028572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378049859, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378144500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378198524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378393581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378507567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378509580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378582054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378693310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378729900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378734147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378749173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378911455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378983013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379047765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379107799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379233589, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379353942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379438759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379464285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379589338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379958896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380078817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380563455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380700631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380747641, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380749996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380758762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380771875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380773966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380777164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380790274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380806351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380915972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381003457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381089699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381168338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381175161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381210068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381262575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381347447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381406679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381435370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381440847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381520237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381607976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381694610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381773120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381781131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381867412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381953010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382038908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382127280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382211904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382298304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382377648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382386473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382470481, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382558664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382646138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382730866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382818842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382912276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382989619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382999027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383082713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383170044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383258755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383343302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383430823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383475599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383517331, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383594390, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383603798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383687552, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383764699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383851068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383937468, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384023923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384110269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384196773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384199315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384283037, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384369417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384455818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384542224, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384628838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384714909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384801556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384803940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384887702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384974231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385060739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385146893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385233545, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385319802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385406473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385408814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385492619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385579256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385665638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385751806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385838197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385924440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386011118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386013603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386067630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386097349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386183943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386270297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386356509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386443056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386529328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386615855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386618423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386702134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386788643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386874947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386961372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387047673, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387134106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387220762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387223147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387306934, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387393304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387479708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387566232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387652491, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387739104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387825441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387827903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387911524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387998237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388084432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388170719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388257438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388343784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388430022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388432943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388433046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388516422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388602828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388689252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388745864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388775524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388861919, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388948421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389034844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389121240, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389207635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389294029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389380592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389466846, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389553080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389639777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389642403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389726156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389812432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389898702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389985374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390071654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390157959, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390244457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390247145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390330779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390417446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390503689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390589814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390676505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390762742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390849135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390851784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390935721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391021967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391108377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391194798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391281178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391367830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391424297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391454013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391456544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391540520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391626727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391713473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391797176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391883482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391969909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392056306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392058873, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392142696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392229081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392315486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392401863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392488251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392574661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392661065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392663646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392747416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392833908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392920279, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393006636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393093058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393179463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393265818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393268423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393352249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393438610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393525036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393611403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393697806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393784172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393840805, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393870562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393873190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393957027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394043396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394129785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394216201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394302598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394388988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394475374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394477977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394561838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394648328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394734708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394821089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394907487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394993910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395080305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395082886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395166688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395253084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395339596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395425904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395512281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395598706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395685126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395687693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395771551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395857889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395944356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396030700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396117117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396196365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396282737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396285324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396369174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396455525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396512097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396541960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396628357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396714764, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396801138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396887530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396890105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396973929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397060347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397146785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397233122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397319551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397405942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397492356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397494906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397578783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397665205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397751595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397838001, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397924381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398010884, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398097193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398099709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398186149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398269990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398356416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398442839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398529217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398615608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398702010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398704586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398788362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398874783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398961210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399047570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399104188, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399133965, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399183639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399220389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399306901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399309315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399393246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399479623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399652408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399738821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399825256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399911670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399914153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399998013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400084604, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400171009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400257395, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400343780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400430207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400516477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400518957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400602990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400689426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400775698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400862199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400948507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401035155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401121302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401123777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401207828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401294161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401380484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401466946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401553289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401639782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401726113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401728540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401782579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401812610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401869457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401898907, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401985355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402071698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402158160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402244599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402331042, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402333313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402417307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402503712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402590174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402676540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402763030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402849455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402935792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402938178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403022089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403108493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403194943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403281387, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403367849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403454733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403540646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403543086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403627019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403713352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403799792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403886222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403972697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404059277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404145573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404147728, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404231825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404318269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404374609, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404404612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404453655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404490913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404577409, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404663831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404751256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404752523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404836519, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404922926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405009300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405095715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405182208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405268547, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405355080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405357325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405441510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405527822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405614074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405700500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405786870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405873490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405960045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405962243, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406046065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406132553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406218969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406305380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406391686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406478151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406564466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406566941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406650899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406737374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406823678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406910079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406996532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407053020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407082813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407136939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407169350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407171831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407255681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407342047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407428483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407515000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407601423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407687650, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407774302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407776539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407860528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407946849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408033304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408119890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408206180, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408292619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408378939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408381332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408465230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408551755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408638118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408724526, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408810838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408897423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408983961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408986185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409070119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409157752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409243151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409329367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409415655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409502216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409588671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409591175, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409674852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409731567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409761365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409810038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409847717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409934259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410020521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410106986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410193320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410195730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410279705, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410366120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410452585, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410538854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410625320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410711663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410798093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410800668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410884482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410970897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411057403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411143739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411230097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411316606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411402889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411405478, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411489232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411575803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411662137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411748755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411834921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411921603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412007682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412010282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412098057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412184429, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412270821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412323342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412357509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412443717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412530265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412615223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412616557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412703004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412789108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412875620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412962299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413048697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413134941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413219751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413221288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413305896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413392537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413482852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413566111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413657045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413743749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413825914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413911734, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413997806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414086950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414173646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414256486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414353834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414435574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414442043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414528178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414612713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414700880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414787442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414868285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414960096, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415007841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415041228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415045446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415127862, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415215140, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415305462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415395424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415473893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415563849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415732421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415905223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416058261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416081579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416167619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416249782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416259507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416342676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416428572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416514978, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416595985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416682411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416768806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416855689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416859942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416941948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417028472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417119823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417201051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417287502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417373983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417459328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417460347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417546386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417599723, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417633296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417724720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417811089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417892793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417981667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418064104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418073534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418153242, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418238038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418324516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418410881, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418501058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418586976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418668882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418670218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418762254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418901364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418904161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418940178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419016736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419107917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419189500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419273759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419275955, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419361839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419447442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419534472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419620640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419706726, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419793071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419878437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419879994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419966416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420052573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420139363, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420225753, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420278335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420317150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420398340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420484835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420488580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420576173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420658274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420743878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420830792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420925784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421012126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090026, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421176556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421268711, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421349963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421439208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421530371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421614450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421698155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421699969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421790917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421870827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421955472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422044953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422127217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422213632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422302803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422306085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422386166, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422480790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422562792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422650022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422731897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422823643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422902642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422907840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422961653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422995161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423077187, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423169228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423249315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423372163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423585263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423592201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423594384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423631470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423686866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423854380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423940703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424027216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424111976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424118744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424200305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424286276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424377744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424550626, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424636813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424716605, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424723375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424890694, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425063724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425150282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425242178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425326737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425328306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425380561, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425409088, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425418588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425495807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425582145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425669217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425760007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425841418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425927630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425930906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426019226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426105629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426187178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426273305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426364574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426446891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426531059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426533359, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426619548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426705663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426792376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426878326, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426965016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427051499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427135831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427137886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427225975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427322715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427415111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427477768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427485951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427548383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427569784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427651775, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427738459, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427772559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427824621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427913099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428002234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428046586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428083233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428093049, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428168235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428257909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428341093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428369091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428429649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428516145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428607077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428693116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428778533, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428860963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428942982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428946072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429095422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429129839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429213085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429309234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429380892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429467072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429553012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429558181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429687904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429813325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429909887, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429980840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430076159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430156755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430160687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430161400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430245741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430335207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430425759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430508841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430588774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430643693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430678200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430683615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430757700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430845967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430931975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431020203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431109300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431199204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431277367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431361916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431368906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431408210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431448659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431455611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431478232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431623254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431626894, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431643861, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431709361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431715046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431800486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431801943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431883161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431889160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431969366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431972035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431973607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431974544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432057271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432064688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432150882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432229131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432321329, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432406638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432494050, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432575513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432576629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432578906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432662555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432752781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432842114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432925834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433006341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433092700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433268991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433316629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433353041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433357365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433442371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433532253, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433616398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433747364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433790707, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433821586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433870354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433963014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434047386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434133419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434134347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434214767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434301230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434391127, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434392967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434479404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434560292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434646666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434738820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434824703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434911211, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434992181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434995898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435084130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435165226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435251661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435338107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435429372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435510991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435595322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435596872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435688691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435746453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435752898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435769720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435802384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435861153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435908985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435913947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435942611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435962911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436035474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436120380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436200287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436201692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436293485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436379822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436466571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436552812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436633869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436725643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436805071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436806575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436898371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436984727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437071287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437152402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437243947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437330628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437410138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437416833, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437503179, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437584532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437675947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437762130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437848273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437929835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438014623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438021483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438102621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438189170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438280772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438367453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438448537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438539710, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438586793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438594485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438619190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438621616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438690901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438713310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438794098, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438887206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439001129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439084030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439165085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439229293, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439234606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439315149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439401041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439501107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439585571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439669590, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439751540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439833343, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439834062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439902880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439922525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440012633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440093982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440184692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440191757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440264479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440357607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440433512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440457306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440530031, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440617685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440702493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440800619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440887830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440965721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441038812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441054047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441133942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441216103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441265286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441272370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441306722, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441338230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441400015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441481502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441559105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441643061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441655404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441742218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441822575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441908827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441999473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442083639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442176796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442253826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442261134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442349549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442521191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442603961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442686005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442780483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442853151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442871930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442952731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443031069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443123815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443202961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443304320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443381477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443463375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443473430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443560974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443642186, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443726785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443811036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443862952, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443868865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443923942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443942268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443997759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444006347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444067287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444107021, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444160389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444246603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444332678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444418706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444506447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444588614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444666925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444671940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444762199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444855261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444945168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445128306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445212081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445271930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445291632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445381633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445412924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445461121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445536103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445630104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445714972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445809570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445884250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445890471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445980708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446068621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446155079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446239467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446326155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446407914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446494436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446498993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446547701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446554471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446597729, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446623430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446680513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446755199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446846750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446923473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446926999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447014831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447093810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447110485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447199402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447271936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447361874, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447446063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447534457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447684452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447703986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447713466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447743623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447792103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447879940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447974119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448055377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448134497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448224109, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448303177, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448323677, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448407643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448507024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448578890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448655951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448738514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448832263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448908139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448922628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449012385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449099494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449139618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449147349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449175169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449215313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449261624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449344668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449435808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449512301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449524058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449614691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449709806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449792223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449871866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449938865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449960056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450040695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450117070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450138778, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450237489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450320297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450401584, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450468950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450552735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450649627, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450721845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450728890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450824755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450905910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450987203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451083009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451163480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451257911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451326879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451343453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451450467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451542321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451622872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451673214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451700362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451757411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451772156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451818630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451854774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451907657, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451936681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451943161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452050868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452142903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452164719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452205671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452294701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452373214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452462313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452536433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452544687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452636016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452718757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452799648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452886937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452972297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453063558, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453146058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453150708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453750826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454355594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454495993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454933165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454955245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1455566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456170101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456769588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457108381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457194030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457381502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457980742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1458586783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459188129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459667465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459757902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459794099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460223698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460397194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460402842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460487964, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460570942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460828110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460915097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461001505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461085891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461180110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461267286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461346571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461434911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461524267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461610786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461613817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461698721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461778101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461867364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461950902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462261426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462266917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462295515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462340017, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462390349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462471727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462556760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462648377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462733505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462810361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462814902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462900461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463078340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463166847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463248143, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463333773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463421630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463506350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463508510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463593056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463680992, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463769289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463937276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464026592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464029333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464118743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464198125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464283990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464370548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464461351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464543008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464630598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464635779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464716888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464807799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464888971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464942741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464948131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464974321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465018310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465067602, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465154961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465237639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465405794, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465553091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465604850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465666708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465759020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465841374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465843647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465925251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466066016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466110128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466185948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466271123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466363747, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466444350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466446097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466530200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466623365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466705121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466789530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466879490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466968691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467051171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467055721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467136905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467224757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467313150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467373603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467385267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467401158, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467452322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467483415, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467529579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467539745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467571370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467614366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467742812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467829355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467916091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468002490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468090572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468175278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468258606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468261170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468347662, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468430568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468523830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468609783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468695620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468781612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468866296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468867744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468953327, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469037133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469120368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469207131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469296346, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469382560, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469462845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469465983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469552655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469635888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469725664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469808524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469901164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469984652, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470071055, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470072527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470159990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470212899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470224204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470243940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470286567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470327063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470418384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470502969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470589439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470762518, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470850120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470935044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471018176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471104679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471196932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471280696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471283091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471368364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471453420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471536298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471626335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471712974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471799074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471885122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471887214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471974559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472058115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472146353, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472232564, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472313971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472400900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472573536, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472663287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472750040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472891135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472901595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472966173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473094593, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473699408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474304165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474918990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474978716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475481418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475510373, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475513720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476115510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476121229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476719916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476720298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477324730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477328089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478167268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478544116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478549829, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478600446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478613421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479150466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479218077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479756033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479757023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479818308, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480359790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480360328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426348, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481570695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481571230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482171475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482172010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236945, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483278094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483440254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484598636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484599174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485264067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799877, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118006, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487012899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487013435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487617712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223330, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823405, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634804, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491205686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491206220, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241336, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493048949, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493656976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493657510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493797812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493798347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494261760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494262297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494866544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494867070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495471687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495472192, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496678433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893732, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905956, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499101820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499526855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499701958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499702463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500309768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500310274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500915974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500916479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501258467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433576, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433577, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501515875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501516379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121397, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125445, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502554462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503334958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503335465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504544823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504545347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504846780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505657616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505749936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505750441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505759678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505760185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505780181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505992756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506011386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506012313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227345, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506358255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497625, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506963578, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506964083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507015966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507016475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300213, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507406999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507407000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507467125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507638991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507639499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507908849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508777890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508778398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912504, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509389495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509390000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509993720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509994225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511202637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512412649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512413154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513013786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513014292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828339, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514831598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514832102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514974788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514975291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516645998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517250633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517651691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517652195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517851664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517852169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465769, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518481901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518482406, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065860, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520068939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520069441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277675, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520278198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876182, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521483980, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522689529, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522690035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522741643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522742146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523896704, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523897208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332538, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526311685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526312189, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528011696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528012200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529335687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529336212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529940649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529941154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530443015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530599631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530600134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531761639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531762163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532359893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532360416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532964791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532965314, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197763, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534844688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534845210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535961995, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535962516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536017889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536018412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614167, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538248383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538555439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538556413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539031767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539032292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368264, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540380968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540381495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540431810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540432437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540812375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540813090, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540868973, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540869497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541239930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541240454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542061618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542062562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542093809, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542094335, 'r': 0}]\n" - ] - } - ], - "source": [ - "print(response.json()['hits'])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 2", - "language": "python", - "name": "python2" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 2 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 0 -} diff --git a/showcase4.ipynb b/showcase4.ipynb deleted file mode 100644 index cb830fd..0000000 --- a/showcase4.ipynb +++ /dev/null @@ -1,88 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": { - "collapsed": true - }, - "outputs": [], - "source": [ - "from webarchiv import WebarchivSession\n", - "apikey = 'Zz2tQls7fuaocX2pjrfc2npojqbGwXL2'\n", - "w = WebarchivSession(apikey)" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "response = w.fulltext_search(\"Nationalbibliothek Prunksaal Schwarzenegger\")\n" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'@context': 'https://webarchiv.onb.ac.at/contexts/fulltextsearchresult.jsonld', 'requestid': '', 'message': '', 'returncode': 0, 'total': 10, 'type': 1, 'took': 34012, 'version': '0.1.0', 'searchstring': 'nationalbibliothek prunksaal schwarzenegger', 'grouping': '', 'subtype': 1, 'hits': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20131203123140/http://www.onb.ac.at/services/21696.htm', 'id': '7f97b8999bf63fa31814ab954e51c862', 'snapshotavailable': 1, 'domain': 'onb.ac.at', 'total': 627, 'value': 'http://www.onb.ac.at/services/21696.htm', 'timestamp': '20131203123140', 'restriction': 0, 'locked': 0, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': 'Autor', 'highlightedtext': 'Österreichische Nationalbibliothek'}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': '\\xa0 Bibliothek Kataloge und Datenbanken Kataloge der Österreichischen Nationalbibliothek Datenbank-Infosystem Österreichische Nationalbibliothek Informationen für Bibliotheken und Verlage Sammlungen Bildarchiv und Grafiksammlung Kartensammlung und Museen Prunksaal Papyrusmuseum Globenmuseum Esperantomuseum Forschung , Internationale Beziehungen Gesellschaft der Freunde der ÖNB Aktion Buchpatenschaft Unterstützen Sie das Literaturmuseum der Österreichischen Nationalbibliothek Österreichischen Nationalbibliothek - Pressemeldung 21.11.2013'}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': 'Titel', 'highlightedtext': 'Österreichische Nationalbibliothek - Archiv 2013'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20130206190248/http://www/', 'id': '88d724c5b09f2c3433597a0deba1a0f3', 'snapshotavailable': 0, 'domain': '', 'total': 23, 'value': 'http://www/', 'timestamp': '20130206190248', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20130309145800/http://www.ots.at/rss/aussender/157/oesterreichische-nationalbibliothek', 'id': '0f13a68f12c541b7e31df51139eb93c5', 'snapshotavailable': 0, 'domain': 'ots.at', 'total': 10, 'value': 'http://www.ots.at/rss/aussender/157/oesterreichische-nationalbibliothek', 'timestamp': '20130309145800', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20121128220420/http://www.oe24.at/kultur/OeNB-zeigt-grosse-Richard-Wagner-Schau-Geliebt-verlacht-vergoettert/85975683', 'id': '57703db47571aacd64f68896e12d860c', 'snapshotavailable': 0, 'domain': 'oe24.at', 'total': 6, 'value': 'http://www.oe24.at/kultur/OeNB-zeigt-grosse-Richard-Wagner-Schau-Geliebt-verlacht-vergoettert/85975683', 'timestamp': '20121128220420', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20141202151312/http://letter.eyepin.com/include/newsletter2.php?p=z679c9b37682b85666808eb6c9dd16907a210d5b5bc0c453e3e52fdf356ad021e', 'id': '2537493f6fd83aec50112aee9fd47ed0', 'snapshotavailable': 0, 'domain': 'eyepin.com', 'total': 2, 'value': 'http://letter.eyepin.com/include/newsletter2.php?p=z679c9b37682b85666808eb6c9dd16907a210d5b5bc0c453e3e52fdf356ad021e', 'timestamp': '20141202151312', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20100903045744/http://www.univie.ac.at/Publizistik/Veranstaltungsarchiv.htm', 'id': 'ce16ab77dd417cd69b7b7ced77f28aa7', 'snapshotavailable': 0, 'domain': 'univie.ac.at', 'total': 2, 'value': 'http://www.univie.ac.at/Publizistik/Veranstaltungsarchiv.htm', 'timestamp': '20100903045744', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20150524190211/http://www.vol.at/specials/kultur', 'id': '22ad665f2488c005e53fe8424fc5a1a1', 'snapshotavailable': 0, 'domain': 'vol.at', 'total': 2, 'value': 'http://www.vol.at/specials/kultur', 'timestamp': '20150524190211', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20130222101440/http://www.e-u.at', 'id': '66c7cb866569e05bd40111aa76b9b18f', 'snapshotavailable': 0, 'domain': 'e-u.at', 'total': 1, 'value': 'http://www.e-u.at', 'timestamp': '20130222101440', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20091003090041/http://www.ejournal.at/Info/nflash.html', 'id': 'bd397b51c39179430157eaf0851d29b7', 'snapshotavailable': 0, 'domain': 'ejournal.at', 'total': 1, 'value': 'http://www.ejournal.at/Info/nflash.html', 'timestamp': '20091003090041', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}, {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld', '@id': 'http://wayback/web/20130310103630/http://www.reissenweber.at', 'id': 'ea8e1401695de72d8535a7a6690e23dd', 'snapshotavailable': 0, 'domain': 'reissenweber.at', 'total': 1, 'value': 'http://www.reissenweber.at', 'timestamp': '20130310103630', 'restriction': 1, 'locked': 1, 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld', 'typ': '', 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}]}\n" - ] - } - ], - "source": [ - "print (response.json())\n" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "[{'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253118961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253186229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253376795, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253410054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253610582, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253748277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253817210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253819588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253972393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1253995534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254521018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254528830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254817691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1254880750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255112059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255137105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255223172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255260313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255297402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255338265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255516012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255683687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255700123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1255926164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256043574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256161172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256172137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256183257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256205628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256308084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256309783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314832, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256314854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256367656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256374623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256380659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256784266, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256854256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256937066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1256952981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257012760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257177033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257181610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257318394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257325591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257552151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257790168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257795672, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257887176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1257888499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264257083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264481015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264534793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264557295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1264723752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189011, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265189051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265308475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265347392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265450045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265568007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265599171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1265854122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266017555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266923131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1266973800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267150273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267279924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267555190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267806802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1267885452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268094510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268166554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268353100, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268398621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268567850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268680913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268852770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1268884121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269345872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269516469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269686030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269720867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1269880667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270013391, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270134051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270251195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270332135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270464990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270601384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270664550, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270889918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270959720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1270999655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271012494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271166568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405262, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271405295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271534977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271685352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271772979, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271792204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271885840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1271992793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272060369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272236385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272432381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272512943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272606263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272720690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1272756546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273054015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273235482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273408341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273464275, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273811194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273895191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273942474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1273996399, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274303295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320260, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274320322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274397463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274475844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773401, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274773418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1274849219, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275179206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275250791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275394674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275448684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275547653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275609631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275699800, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1275800667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276067789, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276371921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276462960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276559909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276568315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276909136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276911855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1276988645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277104443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277262041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277390999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277391014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277470666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277633408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277833315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1277862916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278078202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278144688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278224087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278253396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278690458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1278691811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282736281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282748310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282750975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282752357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282755120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1282763295, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283259967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1283269047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301651799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1301653311, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312315480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312385239, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1312599350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313102427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313559252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313564999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1313634334, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314195420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314548135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314648614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314711798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314747899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1314802759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315453376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315498929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315519506, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315767928, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1315778900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1316032875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317484824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317630853, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317713315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1317960379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318344216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318870865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1318920288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319073128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319075231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319408138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319430902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319475772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1319748157, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320087640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320143950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320198407, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320315233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320568661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320692684, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320788752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320921450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1320990080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321158880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321341814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321347278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321534256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321581682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321634766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321646236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321721852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321805337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321902089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1321970718, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322473432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322496078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322561974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1322906428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323095686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323111620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323262368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323493133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323504298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323509784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323526063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323638768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323717283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323815830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323938086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1323966412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324004423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324093742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324219321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324250324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324321234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324504439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324536272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324672010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324733875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324835004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324926035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324973440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1324984730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325043656, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325063315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325116486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325213102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325530824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325556030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325585457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325642569, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325867475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325916986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1325971232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326031340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326073241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326083648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326141361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326288045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326314594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1326589770, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327006332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327279895, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327296870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327345228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327453214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327488414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327512489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327641427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327778632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327793418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327888878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1327950871, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328106235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328263635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328275556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328385733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1328554838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329180904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329234820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329721941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329742393, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329764471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1329996207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330059328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330161286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330421233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330456776, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330683027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330768988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330783554, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330887900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330974041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1330977745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331248044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331578885, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331639008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331938528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1331975630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332071910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332077849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332183663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332426738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332589349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332624499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332781265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332800818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1332976450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333022112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333237872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333402592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333435435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333440159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333511948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333601134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333681043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333761210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333790271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333892760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1333990812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334586814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334595674, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334768761, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1334881899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335071244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335101806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335200470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335227691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335245092, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335310136, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335678465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1335805277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336032165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336084629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336183466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1336410077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337014882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1337619667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338224474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338710480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338743872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1338829268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1339434070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340038864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1340643666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341248482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341302498, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341336256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1341853268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1342458089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343062868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343667648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1343980867, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344016365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344272448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344331278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344349637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344352208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344361579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344368875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344370223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344372893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344387378, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344389059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344394825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344398982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344408799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344411630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344412114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344415234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344418305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1344877248, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345534223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345563667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345565567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345578731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345581057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345800018, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345825654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345829149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345830473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345843724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345850246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345851108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345852142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345853030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345858733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345901756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1345963586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346086886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346752994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346760097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1346796714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347296460, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347901256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347995081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1347999944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348001510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348004963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348006323, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348070201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348122686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348506057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348698697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348710972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348718389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1348777724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349165440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349251283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349300572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1349715658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350320447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1350925245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351537247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351936876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1351979147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352142048, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1352746847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353351634, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1353956434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354528852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354561236, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1354570503, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355166034, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1355770834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356375631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1356980439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357207257, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357249261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1357585233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358190033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1358794840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359399660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359885680, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1359935549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360004458, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1360609263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361088320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361214106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361818985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361839520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361890227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1361980456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362005451, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362231259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362304915, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362385315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362423765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362686121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362715294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1362765557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363028515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363152691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363220320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363239081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363633388, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363648235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1363685901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364238108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364835709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1364976118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365032115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1365440509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366045309, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1366650108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367254909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367568121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367634666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1367859712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1368468036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369072811, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1369677488, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370249918, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370282265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370311435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1370886969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371491839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371531713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371581085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371593471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371599849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371675642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371701149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371805288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371876596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1371884628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372031486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372057112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372096686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372209447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372739267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372743943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372841787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372905082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1372958574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373105542, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373271691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373306229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373370703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373419130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373465608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373635796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373728012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373862572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373909830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373911059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1373960043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374083081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374207428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374210812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374272637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374515700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374564000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374651667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374690352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374927093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1374998412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375120534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375152005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375220600, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375504064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375520139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375537527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375548620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375618438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375666028, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375718946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375719000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375725283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375800449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375817690, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375906744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375916469, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1375926500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376072427, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376128899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376179210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376225735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376299838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376330051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376366278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376507513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376727075, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376728463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376797709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376839265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376882091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376934854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376952472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1376995658, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377025947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377086543, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377173197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377434372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377467315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377520422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377539581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377617104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377668023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377768376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377793027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377795124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377822358, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1377844419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378028572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378049859, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378144500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378198524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378393581, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378507567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378509580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378582054, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378693310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378729900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378734147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378749173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378911455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1378983013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379047765, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379107799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379233589, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379353942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379438759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379464285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379589338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1379958896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380078817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380563455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380700631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380747641, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380749996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380758762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380771875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380773966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380777164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380790274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380806351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1380915972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381003457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381089699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381168338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381175161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381210068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381262575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381347447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381406679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381435370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381440847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381520237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381607976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381694610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381773120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381781131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381867412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1381953010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382038908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382127280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382211904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382298304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382377648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382386473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382470481, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382558664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382646138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382730866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382818842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382912276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382989619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1382999027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383082713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383170044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383258755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383343302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383430823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383475599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383517331, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383594390, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383603798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383687552, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383764699, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383851068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1383937468, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384023923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384110269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384196773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384199315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384283037, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384369417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384455818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384542224, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384628838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384714909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384801556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384803940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384887702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1384974231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385060739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385146893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385233545, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385319802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385406473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385408814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385492619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385579256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385665638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385751806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385838197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1385924440, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386011118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386013603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386067630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386097349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386183943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386270297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386356509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386443056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386529328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386615855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386618423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386702134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386788643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386874947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1386961372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387047673, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387134106, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387220762, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387223147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387306934, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387393304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387479708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387566232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387652491, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387739104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387825441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387827903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387911524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1387998237, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388084432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388170719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388257438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388343784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388430022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388432943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388433046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388516422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388602828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388689252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388745864, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388775524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388861919, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1388948421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389034844, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389037643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389121240, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389207635, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389294029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389380592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389466846, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389553080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389639777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389642403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389726156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389812432, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389898702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1389985374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390071654, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390157959, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390244457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390247145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390330779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390417446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390503689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390589814, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390676505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390762742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390849135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390851784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1390935721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391021967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391108377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391194798, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391281178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391367830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391424297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391454013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391456544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391540520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391626727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391713473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391797176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391883482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1391969909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392056306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392058873, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392142696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392229081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392315486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392401863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392488251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392574661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392661065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392663646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392747416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392833908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1392920279, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393006636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393093058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393179463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393265818, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393268423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393352249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393438610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393525036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393611403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393697806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393784172, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393840805, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393870562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393873190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1393957027, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394043396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394129785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394216201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394302598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394388988, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394475374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394477977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394561838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394648328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394734708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394821089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394907487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1394993910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395080305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395082886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395166688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395253084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395339596, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395425904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395512281, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395598706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395685126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395687693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395771551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395857889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1395944356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396030700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396117117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396196365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396282737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396285324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396369174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396455525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396512097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396541960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396628357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396714764, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396801138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396887530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396890105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1396973929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397060347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397146785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397233122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397319551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397405942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397492356, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397494906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397578783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397665205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397751595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397838001, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1397924381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398010884, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398097193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398099709, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398186149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398269990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398356416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398442839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398529217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398615608, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398702010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398704586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398788362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398874783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1398961210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399047570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399104188, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399133965, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399183639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399220389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399306901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399309315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399393246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399479623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399652408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399738821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399825256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399911670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399914153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1399998013, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400084604, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400171009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400257395, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400343780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400430207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400516477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400518957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400602990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400689426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400775698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400862199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1400948507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401035155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401121302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401123777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401207828, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401294161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401380484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401466946, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401553289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401639782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401726113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401728540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401782579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401812610, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401869457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401898907, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1401985355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402071698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402158160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402244599, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402331042, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402333313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402417307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402503712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402590174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402676540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402763030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402849455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402935792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1402938178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403022089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403108493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403194943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403281387, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403367849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403454733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403540646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403543086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403627019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403713352, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403799792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403886222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1403972697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404059277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404145573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404147728, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404231825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404318269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404374609, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404404612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404453655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404490913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404577409, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404663831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404751256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404752523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404836519, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1404922926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405009300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405095715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405182208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405268547, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405355080, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405357325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405441510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405527822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405614074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405700500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405786870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405873490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405960045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1405962243, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406046065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406132553, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406218969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406305380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406391686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406478151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406564466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406566941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406650899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406737374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406823678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406910079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1406996532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407053020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407082813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407136939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407169350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407171831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407255681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407342047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407428483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407515000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407601423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407687650, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407774302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407776539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407860528, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1407946849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408033304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408119890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408206180, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408292619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408378939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408381332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408465230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408551755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408638118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408724526, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408810838, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408897423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408983961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1408986185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409070119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409157752, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409243151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409329367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409415655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409502216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409588671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409591175, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409674852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409731567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409761365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409810038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409847717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1409934259, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410020521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410106986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410193320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410195730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410279705, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410366120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410452585, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410538854, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410625320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410711663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410798093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410800668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410884482, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1410970897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411057403, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411143739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411230097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411316606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411402889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411405478, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411489232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411575803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411662137, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411748755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411834921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1411921603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412007682, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412010282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412098057, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412184429, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412270821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412323342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412357509, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412443717, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412530265, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412615223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412616557, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412703004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412789108, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412875620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1412962299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413048697, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413134941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413219751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413221288, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413305896, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413392537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413482852, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413566111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413657045, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413743749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413825914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413911734, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1413997806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414086950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414173646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414256486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414353834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414435574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414442043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414528178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414612713, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414700880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414787442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414868285, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1414960096, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415007841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415041228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415045446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415127862, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415215140, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415305462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415395424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415473893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415563849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415645985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415732421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415823592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1415905223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416058261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416081579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416167619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416249782, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416259507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416342676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416428572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416514978, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416595985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416682411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416768806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416855689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416859942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1416941948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417028472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417119823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417201051, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417287502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417373983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417423913, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417459328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417460347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417546386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417599723, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417633296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417724720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417811089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417892793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1417981667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418064104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418073534, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418153242, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418238038, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418324516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418410881, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418501058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418586976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418668882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418670218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418762254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418901364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418904161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1418940178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419016736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419107917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419189500, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419273759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419275955, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419361839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419447442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419534472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419620640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419706726, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419793071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419878437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419879994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1419966416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420052573, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420139363, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420225753, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420278335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420317150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420398340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420484835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420488580, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420576173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420658274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420743878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420830792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1420925784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421012126, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090026, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421090210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421176556, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421268711, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421349963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421439208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421530371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421614450, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421698155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421699969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421790917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421870827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1421955472, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422044953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422127217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422213632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422302803, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422306085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422386166, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422480790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422562792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422650022, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422731897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422823643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422902642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422907840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422961653, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1422995161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423077187, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423169228, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423249315, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423372163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423585263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423592201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423594384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423631470, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423686866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423854380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1423940703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424027216, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424111976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424118744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424200305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424286276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424377744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424550626, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424636813, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424716605, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424723375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1424890694, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425063724, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425150282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425242178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425326737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425328306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425380561, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425409088, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425418588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425495807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425582145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425669217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425760007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425841418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425927630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1425930906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426019226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426105629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426187178, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426273305, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426364574, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426446891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426531059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426533359, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426619548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426705663, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426792376, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426878326, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1426965016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427051499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427135831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427137886, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427225975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427322715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427415111, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427477768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427485951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427548383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427569784, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427651775, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427738459, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427772559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427824621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1427913099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428002234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428046586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428083233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428093049, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428168235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428257909, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428341093, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428369091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428429649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428516145, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428607077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428693116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428778533, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428860963, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428942982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1428946072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429095422, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429129839, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429213085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429309234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429380892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429467072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429553012, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429558181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429687904, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429813325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429909887, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1429980840, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430076159, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430156755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430160687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430161400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430245741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430335207, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430425759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430508841, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430588774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430643693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430678200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430683615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430757700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430764937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430845967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1430931975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431020203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431109300, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431199204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431277367, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431361916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431368906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431408210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431448659, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431455611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431478232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431541932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431623254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431626894, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431643861, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431709361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431715046, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431800486, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431801943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431883161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431889160, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431969366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431972035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431973607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1431974544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432057271, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432064688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432150882, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432229131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432321329, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432406638, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432494050, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432575513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432576629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432578906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432662555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432752781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432842114, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1432925834, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433006341, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433092700, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181117, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433181396, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433268991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433316629, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433353041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433357365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433442371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433532253, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433616398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433747364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433790707, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433821586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433870354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1433963014, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434047386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434133419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434134347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434214767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434301230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434391127, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434392967, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434479404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434560292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434646666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434738820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434824703, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434911211, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434992181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1434995898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435084130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435165226, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435251661, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435338107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435429372, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435510991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435595322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435596872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435688691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435746453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435752898, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435769720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435802384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435861153, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435908985, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435913947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435942611, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1435962911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436035474, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436120380, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436200287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436201692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436293485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436379822, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436466571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436552812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436633869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436725643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436805071, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436806575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436898371, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1436984727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437071287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437152402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437243947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437330628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437410138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437416833, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437503179, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437584532, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437675947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437762130, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437848273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1437929835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438014623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438021483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438102621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438189170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438280772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438367453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438448537, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438539710, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438586793, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438594485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438619190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438621616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438690901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438713310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438794098, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1438887206, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439001129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439084030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439165085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439229293, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439234606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439315149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439401041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439501107, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439585571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439669590, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439751540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439833343, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439834062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439902880, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1439922525, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440012633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440093982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440184692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440191757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440264479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440357607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440433512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440457306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440530031, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440617685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440702493, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440800619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440887830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1440965721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441038812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441054047, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441133942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441216103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441265286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441272370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441306722, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441338230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441400015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441481502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441559105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441643061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441655404, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441742218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441822575, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441908827, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1441999473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442083639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442176796, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442253826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442261134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442349549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442521191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442603961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442686005, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442780483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442853151, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442871930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1442952731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443031069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443123815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443202961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443304320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443381477, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443463375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443473430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443560974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443642186, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443726785, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443811036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443862952, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443868865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443923942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443942268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1443997759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444006347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444067287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444107021, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444160389, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444246603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444332678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444418706, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444506447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444588614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444666925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444671940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444762199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444855261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1444945168, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445128306, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445212081, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445271930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445291632, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445381633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445412924, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445461121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445536103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445630104, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445714972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445809570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445884250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445890471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1445980708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446068621, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446155079, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446239467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446326155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446407914, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446494436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446498993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446547701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446554471, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446597729, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446623430, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446680513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446755199, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446846750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446923473, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1446926999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447014831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447093810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447110485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447199402, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447271936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447361874, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447446063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447534457, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447684452, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447703986, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447713466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447743623, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447792103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447879940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1447974119, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448055377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448134497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448224109, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448303177, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448323677, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448407643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448507024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448578890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448655951, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448738514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448832263, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448908139, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1448922628, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449012385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449099494, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449139618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449147349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449175169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449215313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449261624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449344668, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449435808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449512301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449524058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449614691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449709806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449792223, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449871866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449938865, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1449960056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450040695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450117070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450138778, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450237489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450320297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450401584, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450468950, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450552735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450649627, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450721845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450728890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450824755, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450905910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1450987203, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451083009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451163480, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451257911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451326879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451343453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451450467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451542321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451622872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451673214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451700362, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451757411, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451772156, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451818630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451854774, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451907657, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451936681, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1451943161, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452050868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452142903, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452164719, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452205671, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452294701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452373214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452462313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452536433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452544687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452636016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452718757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452799648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452886937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1452972297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453063558, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453146058, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453150708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1453750826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454355594, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454495993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454933165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1454955245, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1455566059, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456170101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1456769588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457108381, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457194030, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457381502, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1457980742, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1458586783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459188129, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459667465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459757902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1459794099, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460223698, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460397194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460402842, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460487964, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460570942, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460828110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1460915097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461001505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461085891, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461180110, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461267286, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461346571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461434911, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461524267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461610786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461613817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461698721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461778101, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461867364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1461950902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462261426, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462266917, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462295515, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462340017, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462390349, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462471727, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462556760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462648377, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462733505, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462810361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462814902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1462900461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463078340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463166847, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463248143, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463333773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463421630, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463506350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463508510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463593056, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463680992, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463769289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1463937276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464026592, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464029333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464118743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464198125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464283990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464370548, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464461351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464543008, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464630598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464635779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464716888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464807799, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464888971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464942741, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464948131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1464974321, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465018310, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465067602, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465154961, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465237639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465405794, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465553091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465604850, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465666708, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465759020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465841374, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465843647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1465925251, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466066016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466110128, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466185948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466271123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466363747, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466444350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466446097, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466530200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466623365, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466705121, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466789530, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466879490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1466968691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467051171, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467055721, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467136905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467224757, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467313150, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467373603, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467385267, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467401158, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467452322, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467483415, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467529579, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467539745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467571370, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467614366, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467657926, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467742812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467829355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1467916091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468002490, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468090572, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468175278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468258606, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468261170, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468347662, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468430568, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468523830, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468609783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468695620, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468781612, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468866296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468867744, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1468953327, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469037133, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469120368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469207131, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469296346, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469382560, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469462845, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469465983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469552655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469635888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469725664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469808524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469901164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1469984652, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470071055, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470072527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470159990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470212899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470224204, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470243940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470286567, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470327063, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470418384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470502969, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470589439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470672294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470762518, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470850120, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1470935044, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471018176, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471104679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471196932, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471280696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471283091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471368364, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471453420, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471536298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471626335, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471712974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471799074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471885122, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471887214, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1471974559, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472058115, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472146353, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472232564, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472313971, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472400900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472491948, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472573536, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472663287, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472750040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472891135, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472901595, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1472966173, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473094593, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1473699408, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474304165, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474918990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1474978716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475481418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475510373, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1475513720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476115510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476121229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476719916, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1476720298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477324730, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1477328089, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478167268, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478544116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478549829, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478600446, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1478613421, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479150466, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479218077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479756033, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479757023, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1479818308, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480359790, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480360328, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419527, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480419892, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426348, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480426351, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480759689, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1480964731, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481030436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481566091, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481570695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481571230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1481631868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482171475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482172010, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174981, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482174999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482236945, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778738, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482778743, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482780768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1482845255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483278094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383252, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483383787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483439720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483440254, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483446385, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1483988921, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054438, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484054439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484598636, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484599174, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659739, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1484659740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199007, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485199544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485264067, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799340, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485799877, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869269, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1485869270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118006, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486118540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404483, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486404990, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1486473792, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487012899, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487013435, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487014086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487077983, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487614749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1487617712, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223330, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488223866, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488287923, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534325, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488534858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823405, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823831, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1488823943, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431280, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489431815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434072, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1489434073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036105, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490036642, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039960, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490039977, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490630244, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634804, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1490634817, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491205686, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491206220, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240218, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491240234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241336, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491241875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843455, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1491843993, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445342, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492445361, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448270, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492448808, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1492518149, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493048949, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049394, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493049484, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493118836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493654094, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493656976, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493657510, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493797812, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1493798347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258858, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494258876, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494261760, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494262297, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494866544, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494867070, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868205, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1494868227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495471687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495472192, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473024, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1495473041, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473082, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496473586, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496677925, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1496678433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286103, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497286607, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287273, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497287289, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1497893732, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491863, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498491868, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498040, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498498546, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905956, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1498905957, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499068520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094996, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499094998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499101820, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102324, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499102696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185123, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499185124, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268077, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499268078, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499357640, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499440514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499526855, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499618283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499701958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499702463, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703750, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499703751, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786512, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499786513, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873234, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499873235, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959940, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1499959941, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049453, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500049454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136695, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500136696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500217937, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308645, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500308646, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500309768, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500310274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394900, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500394901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500481278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564277, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500564278, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500656449, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741423, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500741424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823194, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500823195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909232, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500909233, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500915974, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500916479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999447, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1500999448, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082298, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501082299, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168418, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501168419, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501258467, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345085, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501345086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433576, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501433577, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501515875, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501516379, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501520148, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606332, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501606333, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690246, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501690247, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742436, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501742939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501773692, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863190, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501863191, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949835, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1501949836, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502036222, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121397, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502121400, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124878, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502124879, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125445, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502125953, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209068, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502209069, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297647, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502297648, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378302, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502378304, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464666, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502464667, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502554462, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637019, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502637020, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1502729702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503334958, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503335465, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668197, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668221, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503668225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673337, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503673354, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718043, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503718074, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935392, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503935897, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938701, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1503938702, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089004, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504089009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504213890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421424, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504421929, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504479016, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504544823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504545347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1504846780, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145296, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145801, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505145902, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279736, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505279737, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467869, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505467870, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643283, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505643284, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651908, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505651910, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505657616, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505749936, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505750441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505759678, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505760185, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505780181, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783888, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783944, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505783947, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877061, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505877062, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1505992756, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506011386, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506012313, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506153826, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227345, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506227347, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316428, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506316439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357714, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357715, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506357749, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506358255, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497624, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506497625, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506963578, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506964083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965086, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1506965087, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507015966, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507016475, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507111783, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507300213, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320116, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507320118, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507406999, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507407000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507467125, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507638991, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507639499, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1507908849, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094350, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508094357, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508173745, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222823, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508222824, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508777890, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508778398, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508851294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912504, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1508912507, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509389495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509390000, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509703735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509993720, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1509994225, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072549, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510072551, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598147, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1510598655, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511202637, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511203142, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511807619, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808152, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511808660, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952073, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1511952442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295256, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512295759, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408772, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512408773, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512412649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1512413154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513013786, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513014292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017112, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513017113, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622066, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622083, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1513622588, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227064, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227065, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227084, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514227591, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807230, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514807231, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828338, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514828339, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514831598, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514832102, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514974788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1514975291, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436523, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515436524, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439294, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1515439802, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038320, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516038825, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041539, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516041540, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642229, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516642735, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1516645998, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517250633, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251138, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251806, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517251807, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517651691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517652195, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517851664, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517852169, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1517855414, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016201, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518016202, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461417, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518461922, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518465769, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480433, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518480434, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518481901, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1518482406, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519064906, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065355, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519065860, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670009, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519670514, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672614, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1519672615, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520068939, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520069441, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277675, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277676, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520277691, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520278198, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876182, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520876687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1520879384, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521483980, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484485, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484570, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1521484571, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522084994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522689529, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522690035, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522741643, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1522742146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523292994, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523896704, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1523897208, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498307, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1524498815, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109276, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525109781, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332036, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525332538, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708227, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1525708733, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526311685, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526312189, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923274, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1526923779, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528261, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527528766, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585479, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1527585872, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528011696, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528012200, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528132787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734461, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1528734968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529335687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529336212, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529940649, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1529941154, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530443015, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546272, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530546777, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530599631, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1530600134, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156282, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531156787, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531761639, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1531762163, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532359893, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532360416, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532964791, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1532965314, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282301, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1533282821, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197241, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534197763, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534844688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1534845210, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378442, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535378443, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414146, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535414670, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535961995, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1535962516, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536017889, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536018412, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614167, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1536614693, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223456, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537223982, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825193, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1537825716, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144487, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538144489, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538248383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437383, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538437905, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528520, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538528521, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538555439, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1538556413, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539031767, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539032292, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636217, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1539636740, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333029, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540333555, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368264, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540368788, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378155, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540378679, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540380968, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540381495, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540431810, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540432437, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540812375, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540813090, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540868973, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1540869497, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541239930, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541240454, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246368, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541246369, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464164, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541464687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611249, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541611250, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730687, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541730688, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798972, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1541798975, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542061618, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542062562, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542093809, 'r': 0}, {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld', 'c': 1542094335, 'r': 0}]\n" - ] - } - ], - "source": [ - "print(response.json()['hits'])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 2", - "language": "python", - "name": "python2" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 2 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 0 -} diff --git a/webarchiv.py b/webarchiv.py index 585f577..a809cca 100644 --- a/webarchiv.py +++ b/webarchiv.py @@ -158,16 +158,28 @@ class WebarchivSession: print('Error:'.format(query_string)) def waitForResponse(self, response): + """ + Polls until the server responds with a result + + :param response: String to search for + :return: response + """ if response.status_code == 400: return response while response.status_code != 200: - time.sleep(0.2) + time.sleep(0.5) response = self.status_query(response) return response def status_query(self, resp): + """ + this is the pollingrequest for the given typen of request + + :param response: String to search for + :return: response + """ requestid = resp.json()['requestid']; type = resp.json()['type'] if type == 1: -- GitLab