diff --git a/4.4 - Webarchive - Download preview SVG thumb of saved page.ipynb b/4.4 - Webarchive - Download preview SVG thumb of saved page.ipynb
index 099f746cf4310182efb4296e8234b4dbdb8c5bee..3e2f908a7e707f95de2bf113dcae6041e86479bd 100644
--- a/4.4 - Webarchive - Download preview SVG thumb of saved page.ipynb
+++ b/4.4 - Webarchive - Download preview SVG thumb of saved page.ipynb
@@ -10,7 +10,7 @@
"source": [
"# 4.4 - Webarchive - Download preview SVG thumb of saved page\n",
"\n",
- "*I'm for some reason kind of interested in the colors and the rough layout of a saved page*"
+ "*I'm for some reason kind of interested in the colors and the rough visual layout of a saved page*"
]
},
{
@@ -47,7 +47,9 @@
"import webarchiv\n",
"\n",
"API_KEY = 'wGdLmWMlaM2V6j73V9zS0KHqBgfG67vJ'\n",
- "s = webarchiv.WebarchivSession(API_KEY)"
+ "\n",
+ "# If you want to allow us to count you as a unique visitor, please set allow_tracking to True\n",
+ "s = webarchiv.WebarchivSession(API_KEY, allow_tracking=False)"
]
},
{
@@ -101,7 +103,7 @@
}
},
"source": [
- "Let's view the SVG"
+ "Let's take a look at the SVG"
]
},
{
@@ -174,3056 +176,56 @@
}
},
"source": [
- "We need to grab all captures within a certain timeframe. The whole year 2017 should do."
+ "We need to grab all captures within a certain timeframe. Somewhere from the end of 2016 to mid-2017 should do."
]
},
{
"cell_type": "code",
"execution_count": 5,
- "metadata": {
- "slideshow": {
- "slide_type": "fragment"
- }
- },
- "outputs": [
- {
- "data": {
- "text/plain": [
- "200"
- ]
- },
- "execution_count": 5,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
+ "metadata": {},
+ "outputs": [],
"source": [
- "r = s.wayback_search('http://www.oevp.at', from_='201701', to_='201712')\n",
- "r.status_code"
+ "fs_dom_r = s.fulltext_search_within_domain('domain:oevp.at', domain='oevp.at', from_='201609', to_='201706')"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
+ "scrolled": true,
"slideshow": {
- "slide_type": "fragment"
+ "slide_type": "subslide"
}
},
"outputs": [
{
"data": {
"text/plain": [
- "{'@context': 'https://webarchiv.onb.ac.at/contexts/waybackcalheatmapsearchresult.jsonld',\n",
+ "{'@context': 'https://webarchiv.onb.ac.at/contexts/fulltextsearchresult.jsonld',\n",
" 'requestid': '',\n",
" 'message': '',\n",
" 'returncode': 0,\n",
- " 'total': 1367,\n",
- " 'type': 2,\n",
- " 'took': 5523,\n",
+ " 'total': 1,\n",
+ " 'type': 1,\n",
+ " 'took': 62,\n",
" 'version': '0.1.0',\n",
- " 'url': 'http://www.oevp.at',\n",
- " 'hits': [{'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170101190349',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170101190352',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170101190442',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170102194205',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170102194209',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170102194258',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170103175938',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170103175941',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170103180028',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170104192525',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170104192527',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170104192606',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170105185639',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170105185641',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170105185721',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170106185901',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170106185904',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170106185948',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170107194141',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170107194143',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170107194237',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170108180206',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170108180208',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170108180250',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170109175916',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170109175920',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170109180005',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170110190525',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170110190527',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170110190611',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170111180517',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170111180520',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170111180558',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170112193918',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170112193921',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170112194009',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170113194219',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170113194222',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170113194306',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170114185715',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170114185719',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170114185801',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170115175850',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170115175854',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170115180036',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170116200159',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170116200203',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170116200256',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170117175718',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170117175721',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170117175823',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170119175430',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170119175435',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170119175517',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170120192641',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170120192645',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170120192727',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170121190207',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170121190211',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170121190259',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170122192227',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170122192231',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170122192315',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170123194011',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170123194013',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170123194100',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170124194113',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170124194115',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170124194159',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170125185723',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170125185725',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170125185815',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170126192348',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170126192353',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170126192432',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170127190134',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170127190137',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170127190235',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170128180439',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170128180442',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170128180522',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170129184034',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170129184035',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170129185601',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170129185605',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170129185645',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170130180653',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170130180656',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170130180727',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170130195952',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170131175954',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170131175955',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170131180035',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170131201019',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170131201020',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170201192820',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170201192821',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170201193919',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170201193922',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170201193948',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170202185338',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170202185340',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170202185404',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170202201610',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170203175713',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170203175715',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170203175753',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170203195634',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170203195635',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170204175622',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170204175624',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170204175657',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170204193555',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170204193556',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170205185537',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170205185540',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170205185627',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170206185528',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170206185530',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170206185616',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170207183757',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170207185532',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170207185535',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170207185611',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170208183131',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170208192019',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170208192021',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170208192048',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170209185340',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170209185343',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170209185431',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170210185024',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170210185029',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170210185104',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170211175502',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170211175506',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170211175547',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170212192146',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170212192148',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170212192226',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170213191852',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170213191855',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170213191943',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170214175537',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170214175540',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170214175618',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170215185401',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170215185405',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170215185452',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170217175443',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170217175448',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170217175544',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170218180102',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170218180103',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170218180137',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170218192112',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170219192808',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170219192809',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170219193651',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170219193655',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170219193731',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170220182648',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170220182649',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170220185058',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170220185100',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170220185144',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170221185355',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170221185359',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170221185438',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170221192329',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170221192330',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170222182050',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170222182051',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170222191830',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170222191833',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170222191905',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170223184934',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170223184936',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170223185023',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170224191720',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170224191725',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170224191804',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170225185329',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170225185332',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170225185411',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170226185306',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170226185308',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170226185353',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170227180128',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170227180132',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170227180208',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170228182450',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170228182451',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170228184941',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170228184943',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170228185006',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170301180125',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170301180127',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170301180216',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170302175418',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170302175426',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170302175503',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170303185728',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170303185731',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170303185802',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170303193713',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170304193621',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170304193624',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170304193707',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170305180040',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170305180042',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170305180125',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170306185756',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170306185801',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170306185850',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170307175938',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170307175941',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170307180011',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170307192719',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170307192720',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170308191701',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170308191705',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170308191747',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170309185304',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170309185308',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170309185343',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170310185729',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170310185732',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170310185809',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170311185316',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170311185321',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170311185405',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170312182655',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170312185332',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170312185335',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170312185407',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170313191804',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170313191805',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170313191852',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170314185907',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170314185911',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170314185940',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170314194452',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170315185335',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170315185337',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170315185431',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170316180023',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170316180026',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170316180112',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170317180029',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170317180033',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170317180112',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170318191639',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170318191642',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170318191740',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170319185734',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170319185738',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170319185821',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170320191716',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170320191722',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170320191804',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170321175949',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170321175951',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170321180036',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170322191705',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170322191707',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170322191751',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170323224121',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170323224125',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170323224210',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170324191636',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170324191641',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170324191734',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170325184930',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170325184932',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170325185009',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170326181705',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170326181708',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170326181745',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170328074510',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170328074512',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170328074553',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170328175442',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170328175443',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170328175534',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170329184303',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170329184305',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170329184342',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170330174959',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170330175000',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170330175049',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170331183647',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170331183652',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170331183742',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170401171416',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170401171421',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170401171503',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170402181732',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170402181735',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170402181814',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170403175835',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170403175838',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170403175914',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170404174945',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170404174949',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170404175028',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170405181723',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170405181727',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170405181813',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170406183410',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170406183412',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170406183504',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170407174828',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170407174832',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170407174918',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170408175242',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170408175244',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170408175326',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170410165904',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170410165908',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170410165939',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170411181703',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170411181707',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170411181749',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170412183546',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170412183550',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170412183633',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170413175638',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170413175641',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170413175716',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170414183450',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170414183454',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170414183541',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170415165449',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170415165452',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170415165533',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170416175713',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170416175716',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170416175757',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170417165651',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170417165654',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170417165740',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170418175252',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170418175256',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170418175337',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170419165659',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170419165703',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170419165739',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170420183711',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170420183714',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170420183752',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170421174917',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170421174919',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170421174952',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170421182846',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170422173511',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170422173512',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170422181040',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170422181042',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170422181112',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170423180207',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170423180210',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170423180247',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170423191015',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170423191016',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170424165825',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170424165827',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170424165857',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170424182735',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170424182736',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170425165414',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170425165416',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170425165448',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170425182610',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170425182612',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170426184015',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170426184017',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170426184058',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170427180030',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170427180032',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170427180114',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170427184343',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170427184344',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170428181824',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170428181828',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170428181911',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170429183509',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170429183512',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170429183551',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170430175707',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170430175711',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170430175747',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170501175404',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170501175408',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170501175448',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170502182004',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170502182005',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170502182034',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170503175804',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170503175806',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170503175842',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170504175022',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170504175023',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170504175102',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170505183721',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170505183726',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170505183803',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170506170018',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170506170020',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170506170104',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170506171922',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170506171923',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170507174956',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170507174958',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170507175050',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170508170507',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170508170509',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170508170551',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170509174936',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170509174937',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170509175006',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170509185645',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170509185646',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170510181236',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170510181239',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170510181320',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170511181700',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170511181702',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170511181740',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170512165730',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170512165733',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170512165808',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170513165558',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170513165600',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170513165632',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170513185634',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170513185635',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170514174614',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170514174617',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170514174653',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170515175404',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170515175405',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170515175457',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170516174541',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170516174543',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170516174612',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170517175446',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170517175448',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170517175514',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170517184346',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170518165858',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170518165900',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170518165928',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170519180850',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170519180852',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170519180927',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170520175516',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170520175517',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170520175545',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170521174010',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170521182527',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170521182529',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170521182552',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170522181144',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170522181146',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170522181219',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170523170715',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170523170717',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170523170747',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170524184402',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170524184403',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170524184440',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170525182130',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170525182132',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170525182216',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170526180837',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170526180840',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170526180916',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170527180737',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170527180740',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170527180813',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170528170534',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170528170536',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170528170609',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170531181723',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170531181724',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170531181753',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170531185644',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170601182519',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170601182520',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170601190712',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170601190729',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170601192438',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170602172151',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170602172152',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170602183815',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170602183816',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170602185424',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170603173358',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170603181620',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170603181622',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170603181644',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170604180329',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170604180330',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170604180421',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170604181145',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170604181153',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170604182340',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170605181401',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170605181403',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170605181439',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170606172202',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170606172203',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170606172241',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170606191529',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170606191530',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170607181131',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170607181135',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170607181206',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170608172641',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170608172643',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170608172714',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170609174003',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170609183027',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170609183030',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170609183054',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170610182221',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170610182419',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170610182420',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170610183547',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170611182009',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170611182010',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170611182057',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170612185104',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170612185107',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170612185135',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170613195043',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170613195044',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170613195840',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170613195841',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170613195907',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170614173513',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170614173514',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170614183136',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170614183138',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170614184520',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170615180852',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170615180853',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170615181613',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170615181614',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170615182315',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170616184242',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170616184244',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170616184318',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170617173930',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170617173933',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170617174006',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170618185644',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170618185646',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170618185719',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170619182223',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170619182225',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170619182254',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170621174434',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170621174436',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170621174513',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170621175941',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170621175942',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622180946',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622180948',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622181030',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622181128',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622181129',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622182940',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622182941',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622185747',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622185748',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622185956',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622185957',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622190526',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622190527',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622190636',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622190637',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622190743',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622192052',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622192053',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622192310',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622192528',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622193155',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622193156',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622194735',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622194736',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622195126',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170622195127',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170623175417',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170623200521',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170623200522',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170623200638',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170623200639',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170623202439',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170624182416',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170624182418',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170624212246',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625000942',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625000943',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625002806',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625002807',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625040637',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625040638',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625065724',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625065746',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625065804',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625065830',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625072515',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625072536',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625081212',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625081228',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625082538',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625083118',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625083119',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625083140',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625172437',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625172438',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625172450',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625172459',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170625174220',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170626165336',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170626165338',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170626170929',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170626180852',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170626180853',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170627165318',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170627165338',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170627170931',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170627174658',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170627174659',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170628164554',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170628164555',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170628170006',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170628182809',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170629184944',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170629185003',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170629190524',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170629192803',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170629192804',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170630181119',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170630181121',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170630181149',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170630181211',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170630182932',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170701174457',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170701174513',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170701174533',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170701175043',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170701175044',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170702165833',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170702165839',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170702165913',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170703174552',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170703174555',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170703174651',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170704174741',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170704174746',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170704174823',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170705165308',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170705165312',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170705165340',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170706174100',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170706174106',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170706174139',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170707164533',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170707164534',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170707164950',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170708164354',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170708164400',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170708164445',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170709180901',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170709180906',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170709180940',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170710175111',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170710175120',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170710175210',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170711165223',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170711165227',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170711165300',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170712165403',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170712165410',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170712165442',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170712165859',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170713170342',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170713170347',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170713170414',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170714175557',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170714175602',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170714175636',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170715181024',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170715181028',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170715181057',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170716164357',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170716164401',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170716164432',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170717174955',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170717175000',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170717175030',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170718174752',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170718174758',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170718174831',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170719174918',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170719174923',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170719174956',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170720165449',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170720165455',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170720165527',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170721182642',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170721182647',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170721182718',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170722180336',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170722180339',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170722180500',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170723164920',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170723164926',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170723164956',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170724164450',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170724164453',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170724164530',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170725174850',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170725174854',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170725174926',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170726165004',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170726165010',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170726165041',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170727164137',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170727164147',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170727164227',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170728174527',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170728174534',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170728174610',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170729174839',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170729174845',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170729174924',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170730182427',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170730182433',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170730182505',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170731182442',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170731182448',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170731182519',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170801182414',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170801182418',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170801182447',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170802173852',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170802173859',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170802173935',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170803164940',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170803164944',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170803165010',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170804174411',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170804174415',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170804174450',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170805174550',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170805174557',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170805174635',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170806174406',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170806174407',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170806174823',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170807182557',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170807182602',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170807182634',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170808174857',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170808174901',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170808174934',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170809182425',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170809182430',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170809182500',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170810164957',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170810165002',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170810165033',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170811164934',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170811164941',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170811165016',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170812174539',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170812174545',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170812174616',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170813164008',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170813164013',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170813164043',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170814174417',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170814174424',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170814174501',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170815182455',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170815182502',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170815182539',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170816164924',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170816164931',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170816165001',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170817182632',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170817182636',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170817182708',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170818180319',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170818180326',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170818180355',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170819174308',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170819174311',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170819174340',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170820173532',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170820173539',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170820173617',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170821182316',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170821182324',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170821182400',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170822183417',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170822183424',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170822183506',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170822222216',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170823165154',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170823165200',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170823165232',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170824050051',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170824121908',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170824121909',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170824182406',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170824182410',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170824182442',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170824214507',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170824214509',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170825081601',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170825081604',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170825164306',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170825164311',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170825164345',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170826060310',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170826164214',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170826164221',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170826164249',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170827124005',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170827124007',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170827133642',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170827133645',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170827174643',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170827174657',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170827174801',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170828164705',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170828164821',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170828165120',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170829003856',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170829100930',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170829101937',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170829174851',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170829174857',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170829174950',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170829231002',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170830021147',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170830073634',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170830131945',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170830132502',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170830132505',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170830174644',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170830174650',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170830174723',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170831164738',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170831164751',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170831164827',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170901051728',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170901051731',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170901180804',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170901180815',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170901180903',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170901213011',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170901213018',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170902164250',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170902164256',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170902164339',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170903092830',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170903120336',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170903120337',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170903120348',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170903120444',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170903174643',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170903174647',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170903174718',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170904050442',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170904165150',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170904165156',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170904165228',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170905004256',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170905164435',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170905164440',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170905164516',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170906174504',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170906174510',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170906174545',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170907084453',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170907164408',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170907164413',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170907164444',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170908173847',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170908173854',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170908173925',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170908211943',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170908211945',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170909165147',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170909165151',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170909165217',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170910165303',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170910165307',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170910165344',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170911164211',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170911164217',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170911170319',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170911235341',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170911235343',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170912035405',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170912035416',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170912081637',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170912180712',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170912180721',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170912185712',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170913132717',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170913132722',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170913165343',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170913165349',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170914182706',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170914182718',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170915113946',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170915180831',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170915180837',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170916174803',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170916174809',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170917174823',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170917174828',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918070826',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918080829',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918090945',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918090946',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918140802',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918180936',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918180943',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918200911',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170918200916',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170919102447',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170919102454',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170919110404',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170919110405',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170919122054',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170919122056',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170919174209',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170919174217',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170920112546',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170920182632',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170920182637',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170921133435',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170921133732',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170921133911',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170921134516',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170921173733',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170921173741',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170922165024',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170922165028',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170923180617',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170923180621',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170924174838',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170924174849',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170925165203',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170925165238',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170925194728',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170925194736',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170925194742',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170925194745',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170926104150',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170926104152',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170926180625',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170926180646',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170926190933',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170926211437',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170927081729',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170927175106',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170927175113',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170928164327',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170928164341',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170929165518',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170929165538',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170930130615',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170930175005',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20170930175012',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171001174541',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171001174558',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171001190358',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171001224649',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171001224654',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171002174207',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171002174220',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171003180718',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171003180729',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171004025910',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171004133714',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171004164324',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171004164341',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171004233151',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171005102326',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171005102334',\n",
- " 'r': 1},\n",
- " {'@context': 'https://webarchiv.onb.ac.at/contexts/calheatentity.jsonld',\n",
- " 'c': '20171005102337',\n",
- " 'r': 1},\n",
- " ...]}"
+ " 'searchstring': 'domain:oevp.at',\n",
+ " 'grouping': 'oevp.at',\n",
+ " 'subtype': 2,\n",
+ " 'hits': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170131201020/http://www.oevp.at',\n",
+ " 'id': 'f928a36e08ad542a738ed4de3115f7f9',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': 'http://www.oevp.at',\n",
+ " 'total': 63,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170131201020',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}]}"
]
},
"execution_count": 6,
@@ -3232,7 +234,7 @@
}
],
"source": [
- "r.json()"
+ "fs_dom_r.json()"
]
},
{
@@ -3243,94 +245,1087 @@
}
},
"source": [
- "Collect all captures in the timeframe."
+ "Ok, there's only one URL within the timeframe. Let's get all captures with available SVG previews."
]
},
{
"cell_type": "code",
"execution_count": 7,
- "metadata": {},
- "outputs": [],
- "source": [
- "captures = [hit['c'] for hit in r.json()['hits']]\n",
- "# captures = [hit['c'] for hit in r.json()['hits'] if hit['c'].startswith('2017')]"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 8,
- "metadata": {},
+ "metadata": {
+ "slideshow": {
+ "slide_type": ""
+ }
+ },
"outputs": [
{
"data": {
"text/plain": [
- "(['20170101190349', '20170101190352', '20170101190442'],\n",
- " ['20171231184604', '20171231190108', '20171231190112'])"
+ "('http://www.oevp.at', 63)"
]
},
- "execution_count": 8,
+ "execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
- "captures[:3], captures[-3:]"
+ "j = fs_dom_r.json()\n",
+ "url, pagesize = j['hits'][0]['value'], j['hits'][0]['total']\n",
+ "url, pagesize"
]
},
{
"cell_type": "code",
- "execution_count": 12,
+ "execution_count": 8,
"metadata": {},
+ "outputs": [],
+ "source": [
+ "fs_url_r = s.fulltext_search_within_url('domain:oevp.at', url=url, pagesize=pagesize, from_='201609', to_='201706')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
"outputs": [
{
"data": {
"text/plain": [
- "200"
+ "{'@context': 'https://webarchiv.onb.ac.at/contexts/fulltextsearchresult.jsonld',\n",
+ " 'requestid': '',\n",
+ " 'message': '',\n",
+ " 'returncode': 0,\n",
+ " 'total': 63,\n",
+ " 'type': 1,\n",
+ " 'took': 1008,\n",
+ " 'version': '0.1.0',\n",
+ " 'searchstring': 'domain:oevp.at',\n",
+ " 'grouping': 'http://www.oevp.at',\n",
+ " 'subtype': 3,\n",
+ " 'hits': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20160905170753/http://www.oevp.at',\n",
+ " 'id': '0b9adf32101c410d87b782ffa1e83260',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20160905170753',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20160907203908/http://www.oevp.at',\n",
+ " 'id': '935267385338fee3faf4f02d27281ea8',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20160907203908',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20160929175932/http://www.oevp.at',\n",
+ " 'id': '4d09e8f2c255b3dcf93b3ba36b5ed93a',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20160929175932',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20160930180059/http://www.oevp.at',\n",
+ " 'id': '88386a449503ecce4dc442629ce11666',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20160930180059',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161003184414/http://www.oevp.at',\n",
+ " 'id': '38ec0961e61712ea0d61ab10893d512c',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161003184414',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161018175749/http://www.oevp.at',\n",
+ " 'id': 'ab5827a7ed34279993fc488e624f0d20',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161018175749',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161028181811/http://www.oevp.at',\n",
+ " 'id': 'e0f34a4814e752d98f6d9dfca65b27e5',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161028181811',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161107195104/http://www.oevp.at',\n",
+ " 'id': '1428ffd460e9481bed95fc5c85092ae9',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161107195104',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161108190933/http://www.oevp.at',\n",
+ " 'id': '99603a623243877cbd50d3bcca7393c7',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161108190933',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161109192956/http://www.oevp.at',\n",
+ " 'id': 'e14881d070cf4f81002b21177f46e27e',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161109192956',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161110183100/http://www.oevp.at',\n",
+ " 'id': '0a9018cc365e04bd55223729f23d0368',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161110183100',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161110195318/http://www.oevp.at',\n",
+ " 'id': 'a8d5615dff603b4a4071c519a7b1fe3a',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161110195318',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161111183240/http://www.oevp.at',\n",
+ " 'id': 'e0e8649cc39150b54230d2c036c40ded',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161111183240',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161111190557/http://www.oevp.at',\n",
+ " 'id': 'bedf23d96f851f1ab95acc7b454f43e3',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161111190557',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161112181020/http://www.oevp.at',\n",
+ " 'id': 'c0f6e9f5e1c24ed52cf7042e0bff0e36',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161112181020',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161113191546/http://www.oevp.at',\n",
+ " 'id': '7506d5a76588cd5a0dcbef5afe2f6e76',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161113191546',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161114181754/http://www.oevp.at',\n",
+ " 'id': 'f408f24be833b6829cc1b0c99544476f',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161114181754',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161114191356/http://www.oevp.at',\n",
+ " 'id': 'de0b1fdacb6ae2986c9ce92b138ce182',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161114191356',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161114201256/http://www.oevp.at',\n",
+ " 'id': '8759e5a75dc047796386ac7b986330a4',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161114201256',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161116180957/http://www.oevp.at',\n",
+ " 'id': 'cf79bb94003de80e9efff8f428441e7a',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161116180957',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161116184039/http://www.oevp.at',\n",
+ " 'id': 'd05af11c6a83dc7ea81704cb341e3168',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161116184039',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161117181650/http://www.oevp.at',\n",
+ " 'id': '5be231241cf04703c2ed842bf047b5f9',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161117181650',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161117201945/http://www.oevp.at',\n",
+ " 'id': '13b2adceb372d8b9b76477d498ed8517',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161117201945',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161119194026/http://www.oevp.at',\n",
+ " 'id': '5a7e2ba7518a39e3c9c13766d6902cc6',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161119194026',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161120184224/http://www.oevp.at',\n",
+ " 'id': '7d6a5fb3ce6a4f60bdf19c570c2cb5bc',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161120184224',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161122191855/http://www.oevp.at',\n",
+ " 'id': '65b13cbee4e11b254148b7e653285203',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161122191855',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161123192916/http://www.oevp.at',\n",
+ " 'id': '227aae089c76ced137855fa40861a72f',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161123192916',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161125182553/http://www.oevp.at',\n",
+ " 'id': 'e3c928e93655445a4518a55b365a4b42',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161125182553',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161126192752/http://www.oevp.at',\n",
+ " 'id': 'deccf833b34da3df21a6e86ba19c4897',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161126192752',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161128185931/http://www.oevp.at',\n",
+ " 'id': '5738e037ef75f3d481df4e3326770c3c',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161128185931',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161128185934/http://www.oevp.at',\n",
+ " 'id': 'a362bd5530b620a928675e758f2bf19e',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161128185934',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161129201107/http://www.oevp.at',\n",
+ " 'id': 'bfa6ac4de893c478a49da5f2b4f40af5',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161129201107',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161201195822/http://www.oevp.at',\n",
+ " 'id': '600bd6d62b926e2f8f50565cf3a1fcbd',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161201195822',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20161203193914/http://www.oevp.at',\n",
+ " 'id': 'ceab4fea32d1cad10bab47d72567d8cb',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20161203193914',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170110190527/http://www.oevp.at',\n",
+ " 'id': 'd1fda42b13b09a707b2dc28663a15a84',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170110190527',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170129184035/http://www.oevp.at',\n",
+ " 'id': '63da918c94190ab0c059207239e6ba84',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170129184035',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170131201020/http://www.oevp.at',\n",
+ " 'id': 'f928a36e08ad542a738ed4de3115f7f9',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170131201020',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170201192821/http://www.oevp.at',\n",
+ " 'id': 'ba95b2c1fd03d4a8f22058b4761a7dfa',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170201192821',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170207183757/http://www.oevp.at',\n",
+ " 'id': 'eceaae0dfa7b2de6cae4eceab5d9099e',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170207183757',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170218192112/http://www.oevp.at',\n",
+ " 'id': 'dba233771390cb63d27926cff35fdc70',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170218192112',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170220182649/http://www.oevp.at',\n",
+ " 'id': 'fe228aff6d9660c779fa9270f71980e5',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170220182649',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170222182051/http://www.oevp.at',\n",
+ " 'id': '1bc48e837be00bb241c818e4579573aa',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170222182051',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170424182736/http://www.oevp.at',\n",
+ " 'id': 'daa729ddc574db3d4106389c340bc5f4',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170424182736',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170509185646/http://www.oevp.at',\n",
+ " 'id': '3e1ebb350c8b3ba76a73d9593077fa6d',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170509185646',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170602172152/http://www.oevp.at',\n",
+ " 'id': '75b5f096d48530d947aa22b3e7b93fa8',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170602172152',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170606191530/http://www.oevp.at',\n",
+ " 'id': 'f24128b4e5943e3005125ac09511901b',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170606191530',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170609174003/http://www.oevp.at',\n",
+ " 'id': '2e3cba0b5351aaa482a1c09a07538bbc',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170609174003',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170613195044/http://www.oevp.at',\n",
+ " 'id': 'a2e6a8fba4e27037e8ab6ac3a5c11caf',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170613195044',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170614173514/http://www.oevp.at',\n",
+ " 'id': '07664470b11e1cb476c123e4eebbd24a',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170614173514',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170621175942/http://www.oevp.at',\n",
+ " 'id': '0fc6d736e3f174015e8a7a9967e74e37',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170621175942',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170622181129/http://www.oevp.at',\n",
+ " 'id': 'af12399aac37c44a9371ae2036dc0f17',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170622181129',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170622185957/http://www.oevp.at',\n",
+ " 'id': 'c1594289ec2374f6425a0257a9342579',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170622185957',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170622190527/http://www.oevp.at',\n",
+ " 'id': 'a80bd5581df4b07abcc8b6df21cd8123',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170622190527',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170622190637/http://www.oevp.at',\n",
+ " 'id': '1693d8ed321d112acd09939d486d29e1',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170622190637',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170622193156/http://www.oevp.at',\n",
+ " 'id': '746856d7ddc59bd55a58eaad265341bb',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170622193156',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170622194736/http://www.oevp.at',\n",
+ " 'id': '66868e5077ac258b2086e6b53a1d2366',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170622194736',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170624182418/http://www.oevp.at',\n",
+ " 'id': 'f11afdcb7e61f3e687ad2dda1e5c8977',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170624182418',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170625002807/http://www.oevp.at',\n",
+ " 'id': '46a673755ab1fec59d7ae0127a5c6f3b',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170625002807',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170625040638/http://www.oevp.at',\n",
+ " 'id': '67ecc5456cbe680513b8434e73bf29c5',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170625040638',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170626180853/http://www.oevp.at',\n",
+ " 'id': '97469973973cde709e25076ad4860c06',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170626180853',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170627174659/http://www.oevp.at',\n",
+ " 'id': '5e0349f023c4b68738223f7622289665',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170627174659',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170629192804/http://www.oevp.at',\n",
+ " 'id': '84c0a3b9d705c2de5aa50e51ef238f3f',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170629192804',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]},\n",
+ " {'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20170630181121/http://www.oevp.at',\n",
+ " 'id': '95ecc6bdbd2139572a44cc046889edd8',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': None,\n",
+ " 'total': 0,\n",
+ " 'value': 'http://www.oevp.at',\n",
+ " 'timestamp': '20170630181121',\n",
+ " 'restriction': 1,\n",
+ " 'locked': 1,\n",
+ " 'highlights': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshighlight.jsonld',\n",
+ " 'typ': '',\n",
+ " 'highlightedtext': 'Der Inhalt ist gesperrt und kann nicht angezeigt werden'}]}],\n",
+ " 'page': 1,\n",
+ " 'pagesize': 63}"
]
},
- "execution_count": 12,
+ "execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
- "r = s._get('/snapshot', params=dict(\n",
- " seed='http://www.oevp.at',\n",
- " capture='20170101190442',\n",
- " onlysvg=1\n",
- "))\n",
- "r.status_code"
+ "fs_url_r.json()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "Filter by `svgavailable` and collect the timestamps"
]
},
{
"cell_type": "code",
- "execution_count": 13,
+ "execution_count": 10,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
- "''"
+ "(63,\n",
+ " ['20160905170753',\n",
+ " '20160907203908',\n",
+ " '20160929175932',\n",
+ " '20160930180059',\n",
+ " '20161003184414'])"
]
},
- "execution_count": 13,
+ "execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
- "r.text"
+ "j = fs_url_r.json()\n",
+ "timestamps = [hit['timestamp'] for hit in j['hits'] if hit['svgavailable'] == 1]\n",
+ "len(timestamps), timestamps[:5]"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "Collect all SVGs in the timeframe."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 11,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "def get_svg_for_capture(seed, capture, session):\n",
+ " r = session._get('/snapshot', params=dict(\n",
+ " seed=seed,\n",
+ " capture=capture,\n",
+ " onlysvg=1\n",
+ " ))\n",
+ " if r.ok:\n",
+ " return r.text\n",
+ " else:\n",
+ " return ''"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 12,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "all_svgs = [get_svg_for_capture('http://www.oevp.at', timestamp, s) for timestamp in timestamps]"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "Style them and show them in the notebook:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 13,
+ "metadata": {
+ "slideshow": {
+ "slide_type": ""
+ }
+ },
+ "outputs": [],
+ "source": [
+ "def style_svg(capture, svg):\n",
+ " svg_styled = svg.replace('