diff --git a/1 - Overview.ipynb b/1 - Overview.ipynb
index f313844d206b63e9c375cc0030f6572af8bcbd0d..63c826bdb2b82dd4aad693cc2017cdc3d27e38e5 100644
--- a/1 - Overview.ipynb
+++ b/1 - Overview.ipynb
@@ -2,9 +2,53 @@
"cells": [
{
"cell_type": "markdown",
- "metadata": {},
+ "metadata": {
+ "slideshow": {
+ "slide_type": "slide"
+ }
+ },
+ "source": [
+ "# Free Stuff For Devs\n",
+ "\n",
+ "**Use Images, Text, Webarchive and Catalogue Data from the Austrian National Library in Jupyter Notebooks**\n",
+ "\n",
+ "**Workshop 2019-05-03 - PyDays19**\n",
+ "\n",
+ "[https://labs.onb.ac.at](https://labs.onb.ac.at)\n",
+ "\n",
+ "*Georg Petz, Stefan Karner - Austrian National Library*"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "slide"
+ }
+ },
+ "source": [
+ "# 1 - Overview\n",
+ "\n",
+ "[https://labs.onb.ac.at](https://labs.onb.ac.at)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
"source": [
- "# 1 - Overview"
+ "### What's gonna happen here?\n",
+ "\n",
+ "* Part 1: Overview\n",
+ " * What's this all about?\n",
+ " * Who are these clowns?\n",
+ " * What do I need?\n",
+ "* Part 2: Metadata and Catalogue\n",
+ "* Part 3: Images and Text\n",
+ "* Part 4: Webarchive"
]
},
{
@@ -16,6 +60,7 @@
}
],
"metadata": {
+ "celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
diff --git a/3 - Images and Text.ipynb b/3 - Images and Text.ipynb
index 68c590e12e887e7adff1bd848fecd147b24a6cee..0d9db2736e96643e37629af3dfdce7aec3a0a851 100644
--- a/3 - Images and Text.ipynb
+++ b/3 - Images and Text.ipynb
@@ -8,7 +8,13 @@
}
},
"source": [
- "# 3 - Images and Text"
+ "# 3 - Images and Text\n",
+ "\n",
+ "[https://labs.onb.ac.at/en/tool/sacha/](https://labs.onb.ac.at/en/tool/sacha/)\n",
+ "\n",
+ "[https://labs.onb.ac.at/en/dataset/akon/](https://labs.onb.ac.at/en/dataset/akon/)\n",
+ "\n",
+ "[https://labs.onb.ac.at/en/dataset/anno/](https://labs.onb.ac.at/en/dataset/anno/)"
]
},
{
@@ -19,12 +25,25 @@
}
},
"source": [
- "In this block:\n",
+ "### In this block\n",
"\n",
"* Overview IIIF\n",
"* Overview OCR formats"
]
},
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "* Example: Create IIIF collection from SPARQL query result\n",
+ "* Example: Download pre-downsized images for machine learning\n",
+ "* Example: Download OCR text"
+ ]
+ },
{
"cell_type": "markdown",
"metadata": {
@@ -33,10 +52,20 @@
}
},
"source": [
- "* What is IIIF?\n",
- " * International Image Interoperability Framework ([http://iiif.io/](http://iiif.io/))\n",
- " * standardised method of describing and delivering images over the web\n",
- " * community that develops APIs and implements them in Software"
+ "## Overview IIIF\n",
+ "\n",
+ "[http://iiif.io/](http://iiif.io/)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "### What is IIIF?"
]
},
{
@@ -47,28 +76,165 @@
}
},
"source": [
- ""
+ "* International Image Interoperability Framework ([http://iiif.io/](http://iiif.io/) - well written, worth a read)\n",
+ "* Standardised method of **describing and delivering images over the web**\n",
+ "* Community that develops APIs and implements them in Software"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
- "slide_type": "slide"
+ "slide_type": "fragment"
}
},
"source": [
- "* IIIF Image API\n",
- " * requesting and delivering images on the Web\n",
- " * [https://iiif.io/api/image/2.1/](https://iiif.io/api/image/2.1/)\n",
- " * Image Request URI Syntax\n",
- " * {scheme}://{server}{/prefix}/{identifier}/{region}/{size}/{rotation}/{quality}.{format}\n",
- " * [http://iiif.onb.ac.at/images/ABO/Z196807705/00000009/full/full/0/native.jpg](http://iiif.onb.ac.at/images/ABO/Z196807705/00000009/full/full/0/native.jpg)\n",
- " * 90 degree rotation: [http://iiif.onb.ac.at/images/ABO/Z196807705/00000009/full/full/90/native.jpg](http://iiif.onb.ac.at/images/ABO/Z196807705/00000009/full/full/90/native.jpg)\n",
- " * \"Articulus Quartus\": [https://iiif.onb.ac.at/images/ABO/Z196807705/00000009/pct:0,0,100,33/full/0/native.jpg](https://iiif.onb.ac.at/images/ABO/Z196807705/00000009/pct:0,0,100,33/full/0/native.jpg) \n",
- " "
+ " \n",
+ "\n",
+ "*Image courtesy of [https://github.com/IIIF/training](https://github.com/IIIF/training), CC-BY 4.0*"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "### Why would I use this?"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "#### If you want to display images\n",
+ "\n",
+ "* If you want to use one of several nice viewers for images (zoom, rotate, fullscreen ootb)\n",
+ "* If you want to include image data hosted elsewhere"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "#### If you want to process images\n",
+ "\n",
+ "* If you want structured access to potentially huge sets of images\n",
+ "* If you want included metadata\n",
+ "* If you want to resize images *before* downloading"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "### How would I use this?"
]
},
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "* You could access an **image** directly (Image API)\n",
+ " * Parameters can be changed in the URL\n",
+ " * [https://iiif.onb.ac.at/images/AKON/AK035_199/199/full/full/0/native.jpg](https://iiif.onb.ac.at/images/AKON/AK035_199/199/full/full/0/native.jpg)\n",
+ " "
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "* You could get a **manifest** JSON (Presentation API)\n",
+ " * Contains images and metadata\n",
+ " * [https://iiif.onb.ac.at/presentation/AKON/AK035_199/manifest/](https://iiif.onb.ac.at/presentation/AKON/AK035_199/manifest/)\n",
+ " "
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "* You could get a **collection** JSON (Presentation API)\n",
+ " * Contains manifests and possibly other collections\n",
+ " * [https://iiif.onb.ac.at/presentation/collection/pydays19](https://iiif.onb.ac.at/presentation/collection/pydays19)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "### Pics or didn't happen!"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "* The ONB Labs viewers use IIIF: [https://labs.onb.ac.at/en/dataset/akon/](https://labs.onb.ac.at/en/dataset/akon/)\n",
+ "\n",
+ "**TODO**: Available viewers, available data sources (europeana, ?), applications"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": []
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": []
+ },
{
"cell_type": "markdown",
"metadata": {
@@ -88,13 +254,19 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
- "slide_type": "fragment"
+ "slide_type": "slide"
}
},
"source": [
- "* Example download OCR text\n",
- "* Example download pre-resized images for machine learning\n",
- "* Example create IIIF collection from SPARQL query result"
+ "* IIIF Image API\n",
+ " * requesting and delivering images on the Web\n",
+ " * [https://iiif.io/api/image/2.1/](https://iiif.io/api/image/2.1/)\n",
+ " * Image Request URI Syntax\n",
+ " * {scheme}://{server}{/prefix}/{identifier}/{region}/{size}/{rotation}/{quality}.{format}\n",
+ " * [http://iiif.onb.ac.at/images/ABO/Z196807705/00000009/full/full/0/native.jpg](http://iiif.onb.ac.at/images/ABO/Z196807705/00000009/full/full/0/native.jpg)\n",
+ " * 90 degree rotation: [http://iiif.onb.ac.at/images/ABO/Z196807705/00000009/full/full/90/native.jpg](http://iiif.onb.ac.at/images/ABO/Z196807705/00000009/full/full/90/native.jpg)\n",
+ " * \"Articulus Quartus\": [https://iiif.onb.ac.at/images/ABO/Z196807705/00000009/pct:0,0,100,33/full/0/native.jpg](https://iiif.onb.ac.at/images/ABO/Z196807705/00000009/pct:0,0,100,33/full/0/native.jpg) \n",
+ " "
]
},
{
@@ -122,7 +294,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.6.7"
+ "version": "3.7.3"
}
},
"nbformat": 4,
diff --git a/3.2 - Images - Download pre-downsized images for machine learning.ipynb b/3.2 - Images - Download pre-downsized images for machine learning.ipynb
new file mode 100644
index 0000000000000000000000000000000000000000..3fb93fdd171345f112cdc06be3c58d1e77a6b7c9
--- /dev/null
+++ b/3.2 - Images - Download pre-downsized images for machine learning.ipynb
@@ -0,0 +1,643 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "slide"
+ }
+ },
+ "source": [
+ "# 3.2 - Images - Download pre-downsized images for machine learning\n",
+ "\n",
+ "*I want to download a bunch of small images, already scaled down for my CNN*\n",
+ "\n",
+ "[https://labs.onb.ac.at/en/dataset/akon/](https://labs.onb.ac.at/en/dataset/akon/)\n",
+ "\n",
+ "[https://labs.onb.ac.at/gitlab/labs-team/raw-metadata/raw/master/akon_postcards_public_domain.csv.bz2](https://labs.onb.ac.at/gitlab/labs-team/raw-metadata/raw/master/akon_postcards_public_domain.csv.bz2)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "Let's say you got a bunch of old timey scenery photographs.\n",
+ "And you want all images of lakes, why not.\n",
+ "And you want an AI to do all the dirty work for you, because you can."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "You can use the historic postcards from the ONB Labs as training data for your AI."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "**Disclaimer:** The AI-part is beyond the scope of this notebook, and would blow up the size of the venv considerably.\n",
+ "\n",
+ "If you want instructions on actually performing the training, take a look at\n",
+ "\n",
+ "* [Keras](https://www.tensorflow.org/guide/keras) or\n",
+ "* [PyTorch](https://pytorch.org/).\n",
+ "\n",
+ "One way to do it: Download a VGG16 network that's pre-trained on ImageNet, remove the last layer (the actual classifier), add your own output layer with 2 outputs ('lakes', 'no lakes') and train that one.\n",
+ "\n",
+ "Now back to the show."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "## Download Metadata"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "Download the metadata set from the ONB Labs"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "/home/kst/tmp/dingsdi/lib/python3.7/site-packages/IPython/core/interactiveshell.py:3049: DtypeWarning: Columns (13) have mixed types. Specify dtype option on import or set low_memory=False.\n",
+ " interactivity=interactivity, compiler=compiler, result=result)\n"
+ ]
+ }
+ ],
+ "source": [
+ "import pandas as pd\n",
+ "\n",
+ "pd.set_option('display.max_columns', 50)\n",
+ "meta = pd.read_csv('https://labs.onb.ac.at/gitlab/labs-team/' \\\n",
+ " 'raw-metadata/raw/master/akon_postcards_public_domain.csv.bz2', compression='bz2')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 6,
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " Unnamed: 0 \n",
+ " akon_id \n",
+ " id \n",
+ " altitude \n",
+ " building \n",
+ " city \n",
+ " color \n",
+ " comment \n",
+ " mountain \n",
+ " other \n",
+ " photographer \n",
+ " publisher \n",
+ " publisher_place \n",
+ " region \n",
+ " water_body \n",
+ " year \n",
+ " inventory_number \n",
+ " signature \n",
+ " revision_date \n",
+ " date \n",
+ " feature_class \n",
+ " feature_code \n",
+ " geoname_id \n",
+ " latitude \n",
+ " longitude \n",
+ " name \n",
+ " country_id \n",
+ " admin_name_1 \n",
+ " admin_code_1 \n",
+ " geo \n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ " 9839 \n",
+ " 9839 \n",
+ " AK095_271 \n",
+ " 60715 \n",
+ " NaN \n",
+ " NaN \n",
+ " Bastia, Rue des Terasses \n",
+ " False \n",
+ " 1903 gel \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " 2014-09-02 07:50:01.517 \n",
+ " gelaufen 1903 \n",
+ " P \n",
+ " PPLA2 \n",
+ " 3034640.0 \n",
+ " 42.70278 \n",
+ " 9.45000 \n",
+ " Bastia \n",
+ " FR \n",
+ " Korsika \n",
+ " A5 \n",
+ " 42.70278, 9.45 \n",
+ " \n",
+ " \n",
+ " 17826 \n",
+ " 17826 \n",
+ " AK080_449 \n",
+ " 50329 \n",
+ " NaN \n",
+ " NaN \n",
+ " Roma, Via Appia Nuova \n",
+ " False \n",
+ " v 1905 \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " 2014-08-25 15:48:21.484 \n",
+ " vor 1905 \n",
+ " P \n",
+ " PPLC \n",
+ " 3169070.0 \n",
+ " 41.89474 \n",
+ " 12.48390 \n",
+ " Roma \n",
+ " IT \n",
+ " NaN \n",
+ " NaN \n",
+ " 41.89474, 12.4839 \n",
+ " \n",
+ " \n",
+ " 20639 \n",
+ " 20639 \n",
+ " AK032_101 \n",
+ " 18815 \n",
+ " NaN \n",
+ " Sechshaus \n",
+ " Weidling \n",
+ " True \n",
+ " v 1907 \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " Ledermann \n",
+ " Wien \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " 2014-08-04 07:59:10.250 \n",
+ " vor 1907 \n",
+ " P \n",
+ " PPL \n",
+ " 2761741.0 \n",
+ " 48.29100 \n",
+ " 16.30865 \n",
+ " Weidling \n",
+ " AT \n",
+ " Niederösterreich \n",
+ " 03 \n",
+ " 48.291, 16.30865 \n",
+ " \n",
+ " \n",
+ " 28262 \n",
+ " 28262 \n",
+ " AK061_487 \n",
+ " 36913 \n",
+ " NaN \n",
+ " NaN \n",
+ " Pontebba \n",
+ " False \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " 1918.0 \n",
+ " NaN \n",
+ " Geogr. Topogr. Bilder-Samml. 1944, 18587 \n",
+ " 2014-08-04 07:59:10.412 \n",
+ " 1918 \n",
+ " P \n",
+ " PPLA3 \n",
+ " 3170297.0 \n",
+ " 46.50540 \n",
+ " 13.30622 \n",
+ " Pontebba \n",
+ " IT \n",
+ " NaN \n",
+ " NaN \n",
+ " 46.5054, 13.30622 \n",
+ " \n",
+ " \n",
+ " 33213 \n",
+ " 33213 \n",
+ " AK080_268 \n",
+ " 50142 \n",
+ " NaN \n",
+ " NaN \n",
+ " New York \n",
+ " True \n",
+ " v 1905 \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " 2014-08-25 15:27:14.452 \n",
+ " vor 1905 \n",
+ " P \n",
+ " PPL \n",
+ " 5128581.0 \n",
+ " 40.71427 \n",
+ " -74.00597 \n",
+ " New York City \n",
+ " US \n",
+ " NaN \n",
+ " NaN \n",
+ " 40.71427, -74.00597 \n",
+ " \n",
+ " \n",
+ " 757 \n",
+ " 757 \n",
+ " AK115_107 \n",
+ " 77157 \n",
+ " NaN \n",
+ " Corte S. Ilario e Duomo \n",
+ " Görz \n",
+ " False \n",
+ " 1900 gel \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " NaN \n",
+ " 79/66 G \n",
+ " NaN \n",
+ " 2014-09-09 10:20:27.631 \n",
+ " gelaufen 1900 \n",
+ " P \n",
+ " PPLA2 \n",
+ " 3175986.0 \n",
+ " 45.94088 \n",
+ " 13.62167 \n",
+ " Gorizia \n",
+ " IT \n",
+ " NaN \n",
+ " NaN \n",
+ " 45.94088, 13.62167 \n",
+ " \n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " Unnamed: 0 akon_id id altitude building \\\n",
+ "9839 9839 AK095_271 60715 NaN NaN \n",
+ "17826 17826 AK080_449 50329 NaN NaN \n",
+ "20639 20639 AK032_101 18815 NaN Sechshaus \n",
+ "28262 28262 AK061_487 36913 NaN NaN \n",
+ "33213 33213 AK080_268 50142 NaN NaN \n",
+ "757 757 AK115_107 77157 NaN Corte S. Ilario e Duomo \n",
+ "\n",
+ " city color comment mountain other photographer \\\n",
+ "9839 Bastia, Rue des Terasses False 1903 gel NaN NaN NaN \n",
+ "17826 Roma, Via Appia Nuova False v 1905 NaN NaN NaN \n",
+ "20639 Weidling True v 1907 NaN NaN NaN \n",
+ "28262 Pontebba False NaN NaN NaN NaN \n",
+ "33213 New York True v 1905 NaN NaN NaN \n",
+ "757 Görz False 1900 gel NaN NaN NaN \n",
+ "\n",
+ " publisher publisher_place region water_body year inventory_number \\\n",
+ "9839 NaN NaN NaN NaN NaN NaN \n",
+ "17826 NaN NaN NaN NaN NaN NaN \n",
+ "20639 Ledermann Wien NaN NaN NaN NaN \n",
+ "28262 NaN NaN NaN NaN 1918.0 NaN \n",
+ "33213 NaN NaN NaN NaN NaN NaN \n",
+ "757 NaN NaN NaN NaN NaN 79/66 G \n",
+ "\n",
+ " signature revision_date \\\n",
+ "9839 NaN 2014-09-02 07:50:01.517 \n",
+ "17826 NaN 2014-08-25 15:48:21.484 \n",
+ "20639 NaN 2014-08-04 07:59:10.250 \n",
+ "28262 Geogr. Topogr. Bilder-Samml. 1944, 18587 2014-08-04 07:59:10.412 \n",
+ "33213 NaN 2014-08-25 15:27:14.452 \n",
+ "757 NaN 2014-09-09 10:20:27.631 \n",
+ "\n",
+ " date feature_class feature_code geoname_id latitude \\\n",
+ "9839 gelaufen 1903 P PPLA2 3034640.0 42.70278 \n",
+ "17826 vor 1905 P PPLC 3169070.0 41.89474 \n",
+ "20639 vor 1907 P PPL 2761741.0 48.29100 \n",
+ "28262 1918 P PPLA3 3170297.0 46.50540 \n",
+ "33213 vor 1905 P PPL 5128581.0 40.71427 \n",
+ "757 gelaufen 1900 P PPLA2 3175986.0 45.94088 \n",
+ "\n",
+ " longitude name country_id admin_name_1 admin_code_1 \\\n",
+ "9839 9.45000 Bastia FR Korsika A5 \n",
+ "17826 12.48390 Roma IT NaN NaN \n",
+ "20639 16.30865 Weidling AT Niederösterreich 03 \n",
+ "28262 13.30622 Pontebba IT NaN NaN \n",
+ "33213 -74.00597 New York City US NaN NaN \n",
+ "757 13.62167 Gorizia IT NaN NaN \n",
+ "\n",
+ " geo \n",
+ "9839 42.70278, 9.45 \n",
+ "17826 41.89474, 12.4839 \n",
+ "20639 48.291, 16.30865 \n",
+ "28262 46.5054, 13.30622 \n",
+ "33213 40.71427, -74.00597 \n",
+ "757 45.94088, 13.62167 "
+ ]
+ },
+ "execution_count": 6,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "meta.sample(6)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "Ok, we have metadata. And look, there's a column *water_body:*"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 20,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " akon_id \n",
+ " water_body \n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ " 7017 \n",
+ " AK082_070 \n",
+ " NaN \n",
+ " \n",
+ " \n",
+ " 17570 \n",
+ " AK021_135 \n",
+ " NaN \n",
+ " \n",
+ " \n",
+ " 19626 \n",
+ " AK028_223 \n",
+ " NaN \n",
+ " \n",
+ " \n",
+ " 4202 \n",
+ " AK058_235 \n",
+ " NaN \n",
+ " \n",
+ " \n",
+ " 17094 \n",
+ " AK019_205 \n",
+ " NaN \n",
+ " \n",
+ " \n",
+ " 29221 \n",
+ " AK068_474 \n",
+ " NaN \n",
+ " \n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " akon_id water_body\n",
+ "7017 AK082_070 NaN\n",
+ "17570 AK021_135 NaN\n",
+ "19626 AK028_223 NaN\n",
+ "4202 AK058_235 NaN\n",
+ "17094 AK019_205 NaN\n",
+ "29221 AK068_474 NaN"
+ ]
+ },
+ "execution_count": 20,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "meta.sample(6)[['akon_id', 'water_body']]"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "Later, we'll split the dataset in two using the data in this column."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "## Create Download Links"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "ONB Labs' own `SACHA` project provides an API for accessing digitized objects via IIIF.\n",
+ "The online documentation for the API is here: [https://iiif.onb.ac.at/api](https://iiif.onb.ac.at/api).\n",
+ "\n",
+ "We're especially interested in the possibility to serve manifests: [https://iiif.onb.ac.at/api#_manifestrequestprocessor](https://iiif.onb.ac.at/api#_manifestrequestprocessor).\n",
+ "\n",
+ "The project name is `AKON`, see also [https://iiif.onb.ac.at/api#_digitization_projects)(https://iiif.onb.ac.at/api#_digitization_projects)."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "PROJ = 'AKON'"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "**TODO**"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "## Split Into Two Sets"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "**TODO**"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "## Download"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "**TODO**"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "celltoolbar": "Slideshow",
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.7.3"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/4 - Webarchive.ipynb b/4 - Webarchive.ipynb
index cfdd2b4fd3e034cc030c5bd1558d7434b72dac42..9be661866cd6b8be96a7065c235d793e0f2cede9 100644
--- a/4 - Webarchive.ipynb
+++ b/4 - Webarchive.ipynb
@@ -38,9 +38,10 @@
}
},
"source": [
- "* Example Wayback search via API\n",
- "* Example full text search via API\n",
- "* Example download preview SVG thumb of saved page"
+ "* Example: Interacting with the API\n",
+ "* Example: Wayback search via API\n",
+ "* Example: Full text search via API\n",
+ "* Example: Download preview SVG thumb of saved page"
]
},
{
@@ -56,6 +57,17 @@
"[https://webarchiv.onb.ac.at](https://webarchiv.onb.ac.at)"
]
},
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ ""
+ ]
+ },
{
"cell_type": "markdown",
"metadata": {
diff --git a/4.1 - Webarchive - Interacting with the API.ipynb b/4.1 - Webarchive - Interacting with the API.ipynb
index fbfe591274c7e96b332dee5b3521aaee51d7c886..fc5d1ca57fcd5b1e78318a866f38d0a44f6a7d65 100644
--- a/4.1 - Webarchive - Interacting with the API.ipynb
+++ b/4.1 - Webarchive - Interacting with the API.ipynb
@@ -202,7 +202,7 @@
{
"data": {
"text/plain": [
- "('00b5b6ec-ca35-4345-b1e2-82d6dd99c05a', 'wGdLmWMlaM2V6j73V9zS0KHqBgfG67vJ')"
+ "('c941f5c6-c97b-4f75-bf7d-5419df62cf5f', 'wGdLmWMlaM2V6j73V9zS0KHqBgfG67vJ')"
]
},
"execution_count": 4,
@@ -273,9 +273,9 @@
"text/plain": [
"{'@context': 'https://webarchiv.onb.ac.at/contexts/authenticate.jsonld',\n",
" 'apikey': 'wGdLmWMlaM2V6j73V9zS0KHqBgfG67vJ',\n",
- " 'fingerprint': '00b5b6ec-ca35-4345-b1e2-82d6dd99c05a',\n",
- " 'timestamp': 1555515593482,\n",
- " 't': 'ff58c39dfde2639849c901388fbcf959132dea2d',\n",
+ " 'fingerprint': 'c941f5c6-c97b-4f75-bf7d-5419df62cf5f',\n",
+ " 'timestamp': 1556089763561,\n",
+ " 't': '9defd49246b9e8c36202ce33d6a43e268530996a',\n",
" 'version': '0.1.0'}"
]
},
diff --git a/4.2 - Webarchive - Full Text Search.ipynb b/4.2 - Webarchive - Full Text Search.ipynb
new file mode 100644
index 0000000000000000000000000000000000000000..38b93c6a5891bddb89c89b9ce773d128fc6d8cec
--- /dev/null
+++ b/4.2 - Webarchive - Full Text Search.ipynb
@@ -0,0 +1,240 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# 4.2 - Webarchive - Full Text Search\n",
+ "\n",
+ "*I want to find a specific term in all saved pages.*"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "Let's start a WebarchivSession"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import webarchiv\n",
+ "\n",
+ "API_KEY = 'wGdLmWMlaM2V6j73V9zS0KHqBgfG67vJ'\n",
+ "\n",
+ "s = webarchiv.WebarchivSession(API_KEY)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 6,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "r = s.fulltext_search('Westbalkanroute')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 7,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "{'@context': 'https://webarchiv.onb.ac.at/contexts/fulltextsearchresult.jsonld',\n",
+ " 'requestid': '',\n",
+ " 'message': '',\n",
+ " 'returncode': 0,\n",
+ " 'total': 10,\n",
+ " 'type': 1,\n",
+ " 'took': 9716,\n",
+ " 'version': '0.1.0',\n",
+ " 'searchstring': 'westbalkanroute',\n",
+ " 'grouping': '',\n",
+ " 'subtype': 1,\n",
+ " 'hits': [{'@context': 'https://webarchiv.onb.ac.at/contexts/eshit.jsonld',\n",
+ " '@id': 'http://wayback/web/20151026192026/http://diepresse.com/home/politik/eu/index.do',\n",
+ " 'id': '6f8f23cc122d81337a2b7fcaa49c15c6',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'diepresse.com',\n",
+ " 'total': 60,\n",
+ " 'value': 'http://diepresse.com/home/politik/eu/index.do',\n",
+ " 'timestamp': '20151026192026',\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/20151011172442/http://www.bmeia.gv.at',\n",
+ " 'id': 'be06ee190cdc65bb88d99a28b4f7ebe5',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'bmeia.gv.at',\n",
+ " 'total': 40,\n",
+ " 'value': 'http://www.bmeia.gv.at',\n",
+ " 'timestamp': '20151011172442',\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/20151108183014/http://www.vorarlberg.spoe.at/index.php',\n",
+ " 'id': '01c1b572b8102b5c098ef3fb3662544b',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': 'spoe.at',\n",
+ " 'total': 25,\n",
+ " 'value': 'http://www.vorarlberg.spoe.at/index.php',\n",
+ " 'timestamp': '20151108183014',\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/20151125175511/http://www.derstandard.at',\n",
+ " 'id': 'f5eb359c95bdabb8bb2f18010fae30b3',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'derstandard.at',\n",
+ " 'total': 22,\n",
+ " 'value': 'http://www.derstandard.at',\n",
+ " 'timestamp': '20151125175511',\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/20160320183921/http://www.wienerzeitung.at/nachrichten/oesterreich/politik/',\n",
+ " 'id': 'a20eaded8637f675d474bfa050aacc59',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'wienerzeitung.at',\n",
+ " 'total': 18,\n",
+ " 'value': 'http://www.wienerzeitung.at/nachrichten/oesterreich/politik/',\n",
+ " 'timestamp': '20160320183921',\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/20170117185625/http://www.bmi.gv.at',\n",
+ " 'id': 'a51185f51069c4b5427984c0d89ba824',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'bmi.gv.at',\n",
+ " 'total': 11,\n",
+ " 'value': 'http://www.bmi.gv.at',\n",
+ " 'timestamp': '20170117185625',\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/20170305185947/http://steiermark.orf.at',\n",
+ " 'id': 'f69b2f50eafce9e3a7aef0fa4cb172e0',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'orf.at',\n",
+ " 'total': 10,\n",
+ " 'value': 'http://steiermark.orf.at',\n",
+ " 'timestamp': '20170305185947',\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/20160321195421/http://www.vol.at/news/politik',\n",
+ " 'id': '798b43237a20b8b6aebf535420011d6e',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'vol.at',\n",
+ " 'total': 9,\n",
+ " 'value': 'http://www.vol.at/news/politik',\n",
+ " 'timestamp': '20160321195421',\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/20170221190941/http://jachwe.wordpress.com',\n",
+ " 'id': 'ae3fa41d96d17bf7262c3128ab14e884',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'wordpress.com',\n",
+ " 'total': 6,\n",
+ " 'value': 'http://jachwe.wordpress.com',\n",
+ " 'timestamp': '20170221190941',\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/20151115182507/http://www.politikeronline.at',\n",
+ " 'id': 'a0a9b7e9429f227ca8448fb87a20dfe3',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 0,\n",
+ " 'domain': 'politikeronline.at',\n",
+ " 'total': 4,\n",
+ " 'value': 'http://www.politikeronline.at',\n",
+ " 'timestamp': '20151115182507',\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": 7,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "r.json()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.7.3"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/4.3 - Webarchive - Wayback Search.ipynb b/4.3 - Webarchive - Wayback Search.ipynb
new file mode 100644
index 0000000000000000000000000000000000000000..f4f47cfc0f5ccb917220a0e6edd6435ee2edf3fc
--- /dev/null
+++ b/4.3 - Webarchive - Wayback Search.ipynb
@@ -0,0 +1,39 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "slide"
+ }
+ },
+ "source": [
+ "# 4.3 - Webarchive - Wayback Search\n",
+ "\n",
+ "*I know about a website. Is there a saved version of it in the Webarchive?*"
+ ]
+ }
+ ],
+ "metadata": {
+ "celltoolbar": "Slideshow",
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.7.3"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
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
new file mode 100644
index 0000000000000000000000000000000000000000..099f746cf4310182efb4296e8234b4dbdb8c5bee
--- /dev/null
+++ b/4.4 - Webarchive - Download preview SVG thumb of saved page.ipynb
@@ -0,0 +1,3377 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "slide"
+ }
+ },
+ "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*"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "If a `hit` in a search result has the property `svgavailable` set to `1`, we can download a SVG thumbnail for the rendered page.\n",
+ "\n",
+ "```json\n",
+ "{\n",
+ " '@id': 'http://wayback/web/20151108183014/http://www.vorarlberg.spoe.at/index.php',\n",
+ " 'id': '01c1b572b8102b5c098ef3fb3662544b',\n",
+ " 'snapshotavailable': 0,\n",
+ " 'svgavailable': 1,\n",
+ " 'domain': 'spoe.at'\n",
+ "}\n",
+ "```"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "outputs": [],
+ "source": [
+ "import webarchiv\n",
+ "\n",
+ "API_KEY = 'wGdLmWMlaM2V6j73V9zS0KHqBgfG67vJ'\n",
+ "s = webarchiv.WebarchivSession(API_KEY)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "If the `@id` of the `hit` looks like this:\n",
+ "\n",
+ "[http://wayback/web/20151108183014/http://www.vorarlberg.spoe.at/index.php](http://wayback/web/20151108183014/http://www.vorarlberg.spoe.at/index.php)\n",
+ "\n",
+ "the SVG could be downloaded like this:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 2,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "r = s._get('/snapshot', params=dict(\n",
+ " seed='http://www.vorarlberg.spoe.at/index.php',\n",
+ " capture='20151108183014'\n",
+ "))\n",
+ "r.status_code"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "Let's view the SVG"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "outputs": [],
+ "source": [
+ "from IPython.display import display, HTML"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "metadata": {
+ "scrolled": true,
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ " "
+ ],
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "display(HTML(r.text))"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "slide"
+ }
+ },
+ "source": [
+ "## Use Case: Change of Color"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "Let's find out if and how the main colors on the website of the Österreichische Volkspartei changed along with the party color."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "source": [
+ "We need to grab all captures within a certain timeframe. The whole year 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"
+ }
+ ],
+ "source": [
+ "r = s.wayback_search('http://www.oevp.at', from_='201701', to_='201712')\n",
+ "r.status_code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 6,
+ "metadata": {
+ "slideshow": {
+ "slide_type": "fragment"
+ }
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "{'@context': 'https://webarchiv.onb.ac.at/contexts/waybackcalheatmapsearchresult.jsonld',\n",
+ " 'requestid': '',\n",
+ " 'message': '',\n",
+ " 'returncode': 0,\n",
+ " 'total': 1367,\n",
+ " 'type': 2,\n",
+ " 'took': 5523,\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",
+ " ...]}"
+ ]
+ },
+ "execution_count": 6,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "r.json()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "slideshow": {
+ "slide_type": "subslide"
+ }
+ },
+ "source": [
+ "Collect all captures in the timeframe."
+ ]
+ },
+ {
+ "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": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "(['20170101190349', '20170101190352', '20170101190442'],\n",
+ " ['20171231184604', '20171231190108', '20171231190112'])"
+ ]
+ },
+ "execution_count": 8,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "captures[:3], captures[-3:]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 12,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "200"
+ ]
+ },
+ "execution_count": 12,
+ "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"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 13,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "' '"
+ ]
+ },
+ "execution_count": 13,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "r.text"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 14,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ " "
+ ],
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "display(HTML(r.text))"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "celltoolbar": "Slideshow",
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.7.3"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/webarchiv.py b/webarchiv.py
new file mode 100644
index 0000000000000000000000000000000000000000..adb00148b31239e2e740a6f31722f9d53c697fa4
--- /dev/null
+++ b/webarchiv.py
@@ -0,0 +1,280 @@
+import sys
+import time
+import requests
+from requests import HTTPError
+
+_datetime_format_string = '%Y%m%d%H%M%S'
+
+
+class SessionTimeoutError(Exception):
+ pass
+
+
+class WebarchivSession:
+ @property
+ def version(self):
+ """
+ Current protocol version
+ """
+ return '0.1.0'
+
+ @property
+ def api_path(self):
+ """
+ Protocol, domain and path prefix for the Webarchive API,
+ with a single positional format string placeholder
+ for the REST operation and parameters.
+ """
+ return 'https://webarchiv.onb.ac.at/api/'
+
+ @property
+ def base_url(self):
+ """
+ Protocol, domain and path prefix for the Webarchive API,
+ with a single positional format string placeholder
+ for the REST operation and parameters.
+ """
+ return self.api_path + '/{}'
+
+ @property
+ def _error_template(self):
+ """
+ A format string for displaying HTTP Errors.
+ Must contain one placeholder 'status_code' for the HTTP status code.
+ Must contain one placeholder 'response_text' for the body of the response.
+ """
+ return 'HTTP ERROR - status code {status_code}\n----\n{response_text}\n----\n\n'
+
+ def __init__(self, api_key):
+ self.api_key = api_key
+ self.token = None
+
+ def connect(self):
+ """
+ Connect to the Webarchive API, request and save a token.
+ """
+ try:
+ self.token = self._authenticate()
+ except HTTPError as e:
+ self._display_http_error(e)
+
+ def _authenticate(self):
+ r = requests.post(self.base_url.format('authentication'),
+ data='''{{
+ "apikey": "{api_key}",
+ "fingerprint": "string",
+ "version": "{version}"
+ }}'''.format(api_key=self.api_key, version=self.version),
+ headers={
+ 'content-type': 'application/json',
+ 'accept': 'application/ld+json'
+ }
+ )
+ if r.status_code == 201:
+ return r.json()['t']
+ else:
+ raise HTTPError(response=r)
+
+ def _add_api_key_and_token(self, params_dict: dict):
+ """
+ Add the saved api key and token to a given dictionary.
+
+ :param params_dict: A dictionary that's probably used
+ as a 'params' keyword parameter for calling requests.get().
+ :return: The same dictionary extended by 'apikey' and 't' keys.
+ """
+ params_dict['apikey'] = self.api_key
+ params_dict['t'] = self.token
+ return params_dict
+
+ def _display_http_error(self, e: HTTPError):
+ print(self._error_template.format(status_code=e.response.status_code,
+ response_text=e.response.text),
+ file=sys.stderr)
+
+ def _get(self, op, auto_connect=True, **kwargs, ):
+ kwargs['params'] = self._add_api_key_and_token(kwargs.pop('params', {}))
+ # kwargs = self._add_api_key_and_token(kwargs)
+ r = requests.get(self.base_url.format(op), **kwargs)
+ if r.ok:
+ return r
+ else:
+ if r.status_code == 403:
+ if auto_connect:
+ self.connect()
+ return self._get(op=op, auto_connect=False, **kwargs)
+ else:
+ print('Forbidden. Invalid Token or ApiKey transmitted', file=sys.stderr)
+ return r
+ elif r.status_code == 400:
+ print('Bad request', file=sys.stderr)
+ return r
+ elif r.status_code == 410:
+ print('The requested API Version (via X-API-VERSION Header) is not available', file=sys.stderr)
+ return r
+ raise HTTPError(response=r)
+
+ def fulltext_search(self, query_string, from_=None, to_=None):
+ """
+ Start a fulltext search query in the Webarchive.
+ The current status of running queries can be read via status_open_queries().
+
+ :param query_string: String to search for
+ :param from_: Optional earliest date bound for the search
+ in the format YYYYMM.
+ :param to_: Optional latest date bound for the search
+ in the format YYYYMM.
+ :return: None
+ """
+ params = {'q': query_string}
+ if from_:
+ params['from'] = from_
+ if to_:
+ params['to'] = to_
+
+ try:
+ response = self._get(op='/search/fulltext', params=params)
+ return self.waitForResponse(response)
+
+ except HTTPError as e:
+ self._display_http_error(e)
+ print('Query for "{}" not added'.format(query_string))
+
+ def wayback_search(self, query_string, from_=None, to_=None):
+ """
+ Start a wayback search query in the Webarchive.
+ The current status of running queries can be read via status_open_queries().
+
+ :param query_string: String to search for
+ :param from_: Optional earliest date bound for the search
+ in the format YYYYMM.
+ :param to_: Optional latest date bound for the search
+ in the format YYYYMM.
+ :return: None
+ """
+ params = {'q': query_string}
+ if from_:
+ params['from'] = from_
+ if to_:
+ params['to'] = to_
+
+ try:
+ response = self._get(op='/search/wayback', params=params)
+ return self.waitForResponse(response)
+
+ except HTTPError as e:
+ self._display_http_error(e)
+ print('Error:'.format(query_string))
+
+ def waitForResponse(self, response):
+ """
+ Polls until the server responds with a result
+
+ :param response: String to search for
+ :return: response
+ """
+ if response.status_code == 400:
+ return response
+
+ while response.status_code != 200:
+ time.sleep(0.5)
+ response = self.status_query(response)
+
+ return response
+
+ def status_query(self, resp):
+ """
+ this is the pollingrequest for the given typen of request
+
+ :param response: String to search for
+ :return: response
+ """
+ requestid = resp.json()['requestid'];
+ type = resp.json()['type']
+ if type == 1:
+ r = self._get(op='/search/status/fulltext', params={'requestid': requestid})
+ elif type == 2:
+ r = self._get(op='/search/status/wayback', params={'requestid': requestid})
+
+ return r
+
+ def domain_name_search(self, query_string, page_=1, pagesize_=100):
+ """
+ Start a domain name search in the Webarchive.
+ The current status of running queries can be read via status_open_queries().
+
+ :param query_string: String to search for
+ :param page_: The page number parameter works with the page size parameter to control the offset of the records returned in the results. Default value is 1
+ :param pagesize_: The page size parameter works with the page number parameter to control the offset of the records returned in the results. It also controls how many results are returned with each request. Default value is 10
+ :return: result as json
+ """
+ params = {'q': query_string}
+ if page_:
+ params['page'] = page_
+ if pagesize_:
+ params['pagesize'] = pagesize_
+
+ try:
+ response = self._get(op='/search/domainname', params=params)
+ return self.waitForResponse(response)
+
+ except HTTPError as e:
+ self._display_http_error(e)
+ print('Error:'.format(query_string))
+
+ def histogram_search(self, query_string, interval_=3, from_=None, to_=None):
+ """
+ Start a domain name search in the Webarchive.
+ The current status of running queries can be read via status_open_queries().
+
+ :param query_string: String to search for
+ :param page_: The page number parameter works with the page size parameter to control the offset of the records returned in the results. Default value is 1
+ :param pagesize_: The page size parameter works with the page number parameter to control the offset of the records returned in the results. It also controls how many results are returned with each request. Default value is 10
+ :return: result as json
+ """
+ params = {'q': query_string}
+ if interval_:
+ params['interval'] = interval_
+ if from_:
+ params['from'] = from_
+ if to_:
+ params['to'] = to_
+
+ try:
+ response = self._get(op='/search/fulltext/histogram', params=params)
+ return self.waitForResponse(response)
+
+ except HTTPError as e:
+ self._display_http_error(e)
+ print('Error:'.format(query_string))
+
+ def getSnapshotUrl(self, seed, capture, onlysvg):
+ return self.api_path + 'snapshot?capture=' + capture + '&t=' + self.token + '&apikey=' + self.api_key + '&onlysvg=' + onlysvg + '&seed=' + seed;
+
+ def savePage(self, url):
+ self.connect()
+ r = requests.post(self.base_url.format('savepage'),
+ data='''{{
+ "apikey": "{api_key}",
+ "t": "{token}",
+ "url": "{url}"
+ }}'''.format(api_key=self.api_key, token=self.token, url=url),
+ headers={
+ 'content-type': 'application/json',
+ 'accept': 'application/ld+json'
+ }
+ )
+ return r;
+
+if __name__ == '__main__':
+ # noinspection SpellCheckingInspection
+ w = WebarchivSession('2pm8i0hnmpcTK4Oj4CUeBoZd7vywrm4c')
+# response = w.wayback_search("http://www.onb.ac.at")
+# response = w.wayback_search("http://frauenhetz.jetzt")
+ #response = w.histogram_search("Nationalbibliothek Prunksaal Schwarzenegger")
+ response = w.savePage("http://www.onb.ac.at")
+
+ if response.status_code == 201:
+ print(response.json())
+ else:
+ print("Error ", response.status_code)