diff --git a/kiara_hildegard_network_analysis.ipynb b/kiara_hildegard_network_analysis.ipynb new file mode 100644 index 0000000..bec6c1c --- /dev/null +++ b/kiara_hildegard_network_analysis.ipynb @@ -0,0 +1,3084 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "8J1OmoxjYtb1" + }, + "source": [ + "# Exploring code generation for KIARA's Network Analysis module by integrating HILDEGARD's Knowledge Graph Builder" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "7C7RsnaHelVQ" + }, + "source": [ + "Acknowledgments:\n", + "\n", + "*Mariella De Crouy Chanel (General Ideation and Design of prompt-based module builder)*\n", + "\n", + "*Markus Binsteiner (Technical Support)*\n", + "\n", + "Notebook Author: *Cosimo Palma* \n", + "cosimo.palma@phd.unipi.it" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "X_N8YhNqdFDL" + }, + "source": [ + "This notebook gathers some outputs of a GPT-4o-based [Kiara Module Builder](https://chatgpt.com/g/g-Z2RwpuJbw-kiara-module-builder). The knowledge base has been built upon kiara code and documentation as freely downloadable at https://github.com/DHARPA-Project and https://dharpa.org/kiara.documentation/latest/ (see the Appendix for further details of implementation).\n", + "As a proof-of-concept for the network analysis module, the creation of a Kiara plugin integrating the [HILDEGARD](https://github.com/Glottocrisio/HILDEGARD/tree/main) workflow has been selected." + ] + }, + { + "cell_type": "markdown", + "source": [ + "HILDEGARD (acronym for \"Human In the Loop Data Extraction and Graphically Augmented Relation Discovery\") is a Digital Heritage Management Tool aiming at retrieving relationships between Heritage Objects conserved in museums. The following functions makes up a \"lightweight\" version of HILDEGARD tailored for Digital Historians. It creates a Knowledge Graph based on two seed-Wikipedia entities and saves it in a .csv file that can be easily stored and queried in a kuzu knowledge base, or exploited in kiara for the [network analysis module](https://github.com/DHARPA-Project/kiara_plugin.dh_tagung_2023/blob/main/docs/notebooks/Network_Analysis.ipynb)." + ], + "metadata": { + "id": "Wkn4d7IZVT_S" + } + }, + { + "cell_type": "markdown", + "source": [ + "First of all, let us download all the necessary packages (the latest version of the 10 core plugins)." + ], + "metadata": { + "id": "0kpyX9zbqIHn" + } + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "id": "-bjR4zXCZ8R-", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "a0730329-3f10-431c-b250-9abe5785e853" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Collecting kiara\n", + " Downloading kiara-0.5.12-py3-none-any.whl.metadata (9.6 kB)\n", + "Collecting kiara-plugin.core-types\n", + " Downloading kiara_plugin.core_types-0.5.1-py3-none-any.whl.metadata (5.1 kB)\n", + "Collecting kiara-plugin.html\n", + " Downloading kiara_plugin.html-0.5.0-py3-none-any.whl.metadata (6.9 kB)\n", + "Collecting kiara-plugin.jupyter\n", + " Downloading kiara_plugin.jupyter-0.5.0-py3-none-any.whl.metadata (6.7 kB)\n", + "Collecting kiara-plugin.language-processing\n", + " Downloading kiara_plugin.language_processing-0.5.0-py3-none-any.whl.metadata (6.6 kB)\n", + "Collecting kiara-plugin.network-analysis\n", + " Downloading kiara_plugin.network_analysis-0.5.1-py3-none-any.whl.metadata (6.5 kB)\n", + "Collecting kiara-plugin.onboarding\n", + " Downloading kiara_plugin.onboarding-0.5.1-py3-none-any.whl.metadata (5.2 kB)\n", + "Collecting kiara-plugin.streamlit\n", + " Downloading kiara_plugin.streamlit-0.5.1-py3-none-any.whl.metadata (7.1 kB)\n", + "Collecting kiara-plugin.tabular\n", + " Downloading kiara_plugin.tabular-0.5.5-py3-none-any.whl.metadata (5.3 kB)\n", + "Collecting appdirs<2.0.0,>=1.4.4 (from kiara)\n", + " Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB)\n", + "Collecting bidict>=0.21.0 (from kiara)\n", + " Downloading bidict-0.23.1-py3-none-any.whl.metadata (8.7 kB)\n", + "Collecting boltons>=21.0.0 (from kiara)\n", + " Downloading boltons-24.1.0-py3-none-any.whl.metadata (1.5 kB)\n", + "Requirement already satisfied: click>=8.1.6 in /usr/local/lib/python3.10/dist-packages (from kiara) (8.1.7)\n", + "Collecting dag-cbor<0.4.0,>=0.3.3 (from kiara)\n", + " Downloading dag_cbor-0.3.3-py3-none-any.whl.metadata (4.1 kB)\n", + "Collecting deepdiff<7.0.0,>=6.0.0 (from kiara)\n", + " Downloading deepdiff-6.7.1-py3-none-any.whl.metadata (6.1 kB)\n", + "Requirement already satisfied: distro>=1.6.0 in /usr/local/lib/python3.10/dist-packages (from kiara) (1.9.0)\n", + "Collecting dpath>=2.0.0 (from kiara)\n", + " Downloading dpath-2.2.0-py3-none-any.whl.metadata (15 kB)\n", + "Requirement already satisfied: docstring-parser>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from kiara) (0.16)\n", + "Collecting email-validator>=2.1.0.post1 (from kiara)\n", + " Downloading email_validator-2.2.0-py3-none-any.whl.metadata (25 kB)\n", + "Collecting fasteners>=0.18 (from kiara)\n", + " Downloading fasteners-0.19-py3-none-any.whl.metadata (4.9 kB)\n", + "Collecting filetype<2.0.0,>=1.0.0 (from kiara)\n", + " Downloading filetype-1.2.0-py2.py3-none-any.whl.metadata (6.5 kB)\n", + "Requirement already satisfied: httpx>=0.23.0 in /usr/local/lib/python3.10/dist-packages (from kiara) (0.27.2)\n", + "Collecting humanfriendly>=10.0 (from kiara)\n", + " Downloading humanfriendly-10.0-py2.py3-none-any.whl.metadata (9.2 kB)\n", + "Collecting importlib-metadata<8.0.0,>=3.0.0.0 (from kiara)\n", + " Downloading importlib_metadata-7.2.1-py3-none-any.whl.metadata (4.6 kB)\n", + "Requirement already satisfied: jinja2>=3.0.1 in /usr/local/lib/python3.10/dist-packages (from kiara) (3.1.4)\n", + "Collecting lz4>=4.3.0 (from kiara)\n", + " Downloading lz4-4.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.7 kB)\n", + "Collecting patool>=1.12 (from kiara)\n", + " Downloading patool-3.0.3-py2.py3-none-any.whl.metadata (4.3 kB)\n", + "Requirement already satisfied: mistune>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from kiara) (3.0.2)\n", + "Collecting mmhash3>=3.0.1 (from kiara)\n", + " Downloading mmhash3-3.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)\n", + "Collecting multiformats<0.4.0,>=0.3.1 (from kiara)\n", + " Downloading multiformats-0.3.1.post4-py3-none-any.whl.metadata (11 kB)\n", + "Collecting multiformats-config<0.4.0,>=0.3.1 (from kiara)\n", + " Downloading multiformats_config-0.3.1-py3-none-any.whl.metadata (2.2 kB)\n", + "Requirement already satisfied: networkx<4.0,>=3.0 in /usr/local/lib/python3.10/dist-packages (from kiara) (3.4.2)\n", + "Requirement already satisfied: orjson>=3.8.10 in /usr/local/lib/python3.10/dist-packages (from kiara) (3.10.10)\n", + "Collecting pp-ez>=0.2.0 (from kiara)\n", + " Downloading pp_ez-0.2.0-py2.py3-none-any.whl.metadata (1.6 kB)\n", + "Collecting puremagic>=1.15 (from kiara)\n", + " Downloading puremagic-1.28-py3-none-any.whl.metadata (5.8 kB)\n", + "Requirement already satisfied: pydantic<3.0.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from kiara) (2.9.2)\n", + "Collecting pydantic-settings>=2.0.0 (from kiara)\n", + " Downloading pydantic_settings-2.6.1-py3-none-any.whl.metadata (3.5 kB)\n", + "Requirement already satisfied: pytz>=2022.6 in /usr/local/lib/python3.10/dist-packages (from kiara) (2024.2)\n", + "Collecting pyzmq>=25.0.0 (from kiara)\n", + " Downloading pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (6.2 kB)\n", + "Requirement already satisfied: regex>=2022.4.0 in /usr/local/lib/python3.10/dist-packages (from kiara) (2024.9.11)\n", + "Requirement already satisfied: rich>=12.4.0 in /usr/local/lib/python3.10/dist-packages (from kiara) (13.9.3)\n", + "Collecting rich-click<1.8.0,>=1.7.0 (from kiara)\n", + " Downloading rich_click-1.7.4-py3-none-any.whl.metadata (22 kB)\n", + "Collecting ruamel.yaml<0.19.0,>=0.18.0 (from kiara)\n", + " Downloading ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB)\n", + "Collecting sortedcontainers>=2.4.0 (from kiara)\n", + " Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)\n", + "Requirement already satisfied: SQLAlchemy>=2.0.20 in /usr/local/lib/python3.10/dist-packages (from kiara) (2.0.36)\n", + "Collecting stevedore<6.0.0,>=5.0.0 (from kiara)\n", + " Downloading stevedore-5.3.0-py3-none-any.whl.metadata (2.3 kB)\n", + "Collecting structlog>=21.5.0 (from kiara)\n", + " Downloading structlog-24.4.0-py3-none-any.whl.metadata (7.3 kB)\n", + "Requirement already satisfied: tzlocal<6.0,>=2.1 in /usr/local/lib/python3.10/dist-packages (from kiara) (5.2)\n", + "Collecting zstandard>=0.22.0 (from kiara)\n", + " Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)\n", + "Requirement already satisfied: python-dateutil>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.core-types) (2.8.2)\n", + "Collecting json2html>=1.3.0 (from kiara-plugin.html)\n", + " Downloading json2html-1.3.0.tar.gz (7.0 kB)\n", + " Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + "Requirement already satisfied: markdown>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.html) (3.7)\n", + "Collecting pymdown-extensions>=9.9 (from kiara-plugin.html)\n", + " Downloading pymdown_extensions-10.12-py3-none-any.whl.metadata (3.0 kB)\n", + "Collecting airium>=0.2.3 (from kiara-plugin.html)\n", + " Downloading airium-0.2.6-py3-none-any.whl.metadata (15 kB)\n", + "Collecting ipywidgets>=8.0.0 (from kiara-plugin.jupyter)\n", + " Downloading ipywidgets-8.1.5-py3-none-any.whl.metadata (2.3 kB)\n", + "Collecting ipydagred3>=0.3.7 (from kiara-plugin.jupyter)\n", + " Downloading ipydagred3-0.4.1-py3-none-any.whl.metadata (15 kB)\n", + "Collecting jupytext>=1.14.0 (from kiara-plugin.jupyter)\n", + " Downloading jupytext-1.16.4-py3-none-any.whl.metadata (13 kB)\n", + "Collecting black>=21.0.0 (from kiara-plugin.jupyter)\n", + " Downloading black-24.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (79 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m79.2/79.2 kB\u001b[0m \u001b[31m3.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: gensim>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.language-processing) (4.3.3)\n", + "Requirement already satisfied: nltk>=3.8 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.language-processing) (3.8.1)\n", + "Collecting rustworkx<0.14.0,>=0.13.0 (from kiara-plugin.network-analysis)\n", + " Downloading rustworkx-0.13.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB)\n", + "Collecting pyvis>=0.3.0 (from kiara-plugin.network-analysis)\n", + " Downloading pyvis-0.3.2-py3-none-any.whl.metadata (1.7 kB)\n", + "Collecting pyzenodo3>=1.0.2 (from kiara-plugin.onboarding)\n", + " Downloading pyzenodo3-1.0.2.tar.gz (9.9 kB)\n", + " Installing build dependencies ... \u001b[?25l\u001b[?25hdone\n", + " Getting requirements to build wheel ... \u001b[?25l\u001b[?25hdone\n", + " Preparing metadata (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n", + "Collecting PyGithub>=1.58.0 (from kiara-plugin.onboarding)\n", + " Downloading PyGithub-2.5.0-py3-none-any.whl.metadata (3.9 kB)\n", + "Collecting pyzotero>=1.5.9 (from kiara-plugin.onboarding)\n", + " Downloading pyzotero-1.5.25-py3-none-any.whl.metadata (7.2 kB)\n", + "Collecting streamlit>=1.24.0 (from kiara-plugin.streamlit)\n", + " Downloading streamlit-1.40.0-py2.py3-none-any.whl.metadata (8.5 kB)\n", + "Collecting streamlit-aggrid>=0.3.4 (from kiara-plugin.streamlit)\n", + " Downloading streamlit_aggrid-1.0.5-py3-none-any.whl.metadata (8.2 kB)\n", + "Collecting streamlit-option-menu>=0.3.6 (from kiara-plugin.streamlit)\n", + " Downloading streamlit_option_menu-0.4.0-py3-none-any.whl.metadata (2.5 kB)\n", + "Requirement already satisfied: importlib-resources in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.streamlit) (6.4.5)\n", + "Requirement already satisfied: pydot>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.streamlit) (3.0.2)\n", + "Collecting pygwalker>=0.1.11 (from kiara-plugin.streamlit)\n", + " Downloading pygwalker-0.4.9.13-py3-none-any.whl.metadata (20 kB)\n", + "Collecting streamlit-scrollable-textbox>=0.0.3 (from kiara-plugin.streamlit)\n", + " Downloading streamlit_scrollable_textbox-0.0.3-py3-none-any.whl.metadata (1.4 kB)\n", + "Collecting streamlit-tags>=1.2.8 (from kiara-plugin.streamlit)\n", + " Downloading streamlit_tags-1.2.8-py3-none-any.whl.metadata (5.7 kB)\n", + "Collecting duckdb<1.1.0,>=1.0.0 (from kiara-plugin.tabular)\n", + " Downloading duckdb-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (762 bytes)\n", + "Requirement already satisfied: numpy<2.0.0 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.tabular) (1.26.4)\n", + "Requirement already satisfied: pandas>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.tabular) (2.2.2)\n", + "Requirement already satisfied: polars>=0.18.0 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.tabular) (1.9.0)\n", + "Requirement already satisfied: pyarrow>=12.0.0 in /usr/local/lib/python3.10/dist-packages (from kiara-plugin.tabular) (17.0.0)\n", + "Collecting sqlalchemy-utc>=0.10.0 (from kiara-plugin.tabular)\n", + " Downloading SQLAlchemy_Utc-0.14.0-py2.py3-none-any.whl.metadata (4.4 kB)\n", + "Collecting sqlalchemy-utils>=0.38.0 (from kiara-plugin.tabular)\n", + " Downloading SQLAlchemy_Utils-0.41.2-py3-none-any.whl.metadata (4.2 kB)\n", + "Collecting sqlite-utils==3.30 (from kiara-plugin.tabular)\n", + " Downloading sqlite_utils-3.30-py3-none-any.whl.metadata (7.2 kB)\n", + "Collecting sqlite-fts4 (from sqlite-utils==3.30->kiara-plugin.tabular)\n", + " Downloading sqlite_fts4-1.0.3-py3-none-any.whl.metadata (6.6 kB)\n", + "Collecting click-default-group-wheel (from sqlite-utils==3.30->kiara-plugin.tabular)\n", + " Downloading click_default_group_wheel-1.2.3-py3-none-any.whl.metadata (448 bytes)\n", + "Requirement already satisfied: tabulate in /usr/local/lib/python3.10/dist-packages (from sqlite-utils==3.30->kiara-plugin.tabular) (0.9.0)\n", + "Collecting mypy-extensions>=0.4.3 (from black>=21.0.0->kiara-plugin.jupyter)\n", + " Downloading mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB)\n", + "Requirement already satisfied: packaging>=22.0 in /usr/local/lib/python3.10/dist-packages (from black>=21.0.0->kiara-plugin.jupyter) (24.1)\n", + "Collecting pathspec>=0.9.0 (from black>=21.0.0->kiara-plugin.jupyter)\n", + " Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)\n", + "Requirement already satisfied: platformdirs>=2 in /usr/local/lib/python3.10/dist-packages (from black>=21.0.0->kiara-plugin.jupyter) (4.3.6)\n", + "Requirement already satisfied: tomli>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from black>=21.0.0->kiara-plugin.jupyter) (2.0.2)\n", + "Requirement already satisfied: typing-extensions>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from black>=21.0.0->kiara-plugin.jupyter) (4.12.2)\n", + "Collecting typing-validation>=1.1.0 (from dag-cbor<0.4.0,>=0.3.3->kiara)\n", + " Downloading typing_validation-1.2.11.post4-py3-none-any.whl.metadata (5.9 kB)\n", + "Collecting ordered-set<4.2.0,>=4.0.2 (from deepdiff<7.0.0,>=6.0.0->kiara)\n", + " Downloading ordered_set-4.1.0-py3-none-any.whl.metadata (5.3 kB)\n", + "Collecting dnspython>=2.0.0 (from email-validator>=2.1.0.post1->kiara)\n", + " Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB)\n", + "Requirement already satisfied: idna>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from email-validator>=2.1.0.post1->kiara) (3.10)\n", + "Requirement already satisfied: scipy<1.14.0,>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from gensim>=4.3.0->kiara-plugin.language-processing) (1.13.1)\n", + "Requirement already satisfied: smart-open>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from gensim>=4.3.0->kiara-plugin.language-processing) (7.0.5)\n", + "Requirement already satisfied: anyio in /usr/local/lib/python3.10/dist-packages (from httpx>=0.23.0->kiara) (3.7.1)\n", + "Requirement already satisfied: certifi in /usr/local/lib/python3.10/dist-packages (from httpx>=0.23.0->kiara) (2024.8.30)\n", + "Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.10/dist-packages (from httpx>=0.23.0->kiara) (1.0.6)\n", + "Requirement already satisfied: sniffio in /usr/local/lib/python3.10/dist-packages (from httpx>=0.23.0->kiara) (1.3.1)\n", + "Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.10/dist-packages (from httpcore==1.*->httpx>=0.23.0->kiara) (0.14.0)\n", + "Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata<8.0.0,>=3.0.0.0->kiara) (3.20.2)\n", + "Requirement already satisfied: ipykernel in /usr/local/lib/python3.10/dist-packages (from ipydagred3>=0.3.7->kiara-plugin.jupyter) (5.5.6)\n", + "Collecting comm>=0.1.3 (from ipywidgets>=8.0.0->kiara-plugin.jupyter)\n", + " Downloading comm-0.2.2-py3-none-any.whl.metadata (3.7 kB)\n", + "Requirement already satisfied: ipython>=6.1.0 in /usr/local/lib/python3.10/dist-packages (from ipywidgets>=8.0.0->kiara-plugin.jupyter) (7.34.0)\n", + "Requirement already satisfied: traitlets>=4.3.1 in /usr/local/lib/python3.10/dist-packages (from ipywidgets>=8.0.0->kiara-plugin.jupyter) (5.7.1)\n", + "Collecting widgetsnbextension~=4.0.12 (from ipywidgets>=8.0.0->kiara-plugin.jupyter)\n", + " Downloading widgetsnbextension-4.0.13-py3-none-any.whl.metadata (1.6 kB)\n", + "Requirement already satisfied: jupyterlab-widgets~=3.0.12 in /usr/local/lib/python3.10/dist-packages (from ipywidgets>=8.0.0->kiara-plugin.jupyter) (3.0.13)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2>=3.0.1->kiara) (3.0.2)\n", + "Requirement already satisfied: markdown-it-py>=1.0 in /usr/local/lib/python3.10/dist-packages (from jupytext>=1.14.0->kiara-plugin.jupyter) (3.0.0)\n", + "Requirement already satisfied: mdit-py-plugins in /usr/local/lib/python3.10/dist-packages (from jupytext>=1.14.0->kiara-plugin.jupyter) (0.4.2)\n", + "Requirement already satisfied: nbformat in /usr/local/lib/python3.10/dist-packages (from jupytext>=1.14.0->kiara-plugin.jupyter) (5.10.4)\n", + "Requirement already satisfied: pyyaml in /usr/local/lib/python3.10/dist-packages (from jupytext>=1.14.0->kiara-plugin.jupyter) (6.0.2)\n", + "Collecting bases>=0.3.0 (from multiformats<0.4.0,>=0.3.1->kiara)\n", + " Downloading bases-0.3.0-py3-none-any.whl.metadata (4.8 kB)\n", + "Requirement already satisfied: joblib in /usr/local/lib/python3.10/dist-packages (from nltk>=3.8->kiara-plugin.language-processing) (1.4.2)\n", + "Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from nltk>=3.8->kiara-plugin.language-processing) (4.66.6)\n", + "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.10/dist-packages (from pandas>=2.0.0->kiara-plugin.tabular) (2024.2)\n", + "Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from pydantic<3.0.0,>=2.0.0->kiara) (0.7.0)\n", + "Requirement already satisfied: pydantic-core==2.23.4 in /usr/local/lib/python3.10/dist-packages (from pydantic<3.0.0,>=2.0.0->kiara) (2.23.4)\n", + "Collecting python-dotenv>=0.21.0 (from pydantic-settings>=2.0.0->kiara)\n", + " Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)\n", + "Requirement already satisfied: pyparsing>=3.0.9 in /usr/local/lib/python3.10/dist-packages (from pydot>=1.4.0->kiara-plugin.streamlit) (3.2.0)\n", + "Collecting pynacl>=1.4.0 (from PyGithub>=1.58.0->kiara-plugin.onboarding)\n", + " Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)\n", + "Requirement already satisfied: requests>=2.14.0 in /usr/local/lib/python3.10/dist-packages (from PyGithub>=1.58.0->kiara-plugin.onboarding) (2.32.3)\n", + "Requirement already satisfied: pyjwt>=2.4.0 in /usr/local/lib/python3.10/dist-packages (from pyjwt[crypto]>=2.4.0->PyGithub>=1.58.0->kiara-plugin.onboarding) (2.9.0)\n", + "Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from PyGithub>=1.58.0->kiara-plugin.onboarding) (2.2.3)\n", + "Requirement already satisfied: Deprecated in /usr/local/lib/python3.10/dist-packages (from PyGithub>=1.58.0->kiara-plugin.onboarding) (1.2.14)\n", + "Collecting anywidget (from pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading anywidget-0.9.13-py3-none-any.whl.metadata (7.2 kB)\n", + "Collecting arrow (from pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)\n", + "Collecting astor (from pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading astor-0.8.1-py2.py3-none-any.whl.metadata (4.2 kB)\n", + "Requirement already satisfied: cachetools in /usr/local/lib/python3.10/dist-packages (from pygwalker>=0.1.11->kiara-plugin.streamlit) (5.5.0)\n", + "Collecting gw-dsl-parser==0.1.49.1 (from pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading gw_dsl_parser-0.1.49.1-py3-none-any.whl.metadata (1.2 kB)\n", + "Collecting ipylab<=1.0.0 (from pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading ipylab-1.0.0-py3-none-any.whl.metadata (6.7 kB)\n", + "Collecting kanaries-track==0.0.5 (from pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading kanaries_track-0.0.5-py3-none-any.whl.metadata (913 bytes)\n", + "Requirement already satisfied: psutil in /usr/local/lib/python3.10/dist-packages (from pygwalker>=0.1.11->kiara-plugin.streamlit) (5.9.5)\n", + "Collecting quickjs (from pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading quickjs-1.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (590 bytes)\n", + "Collecting segment-analytics-python==2.2.3 (from pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading segment_analytics_python-2.2.3-py2.py3-none-any.whl.metadata (1.6 kB)\n", + "Requirement already satisfied: sqlglot>=23.15.8 in /usr/local/lib/python3.10/dist-packages (from pygwalker>=0.1.11->kiara-plugin.streamlit) (25.1.0)\n", + "Collecting wasmtime>=12.0.0 (from gw-dsl-parser==0.1.49.1->pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading wasmtime-25.0.0-py3-none-manylinux1_x86_64.whl.metadata (7.4 kB)\n", + "Collecting backoff>=2.2.1 (from kanaries-track==0.0.5->pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading backoff-2.2.1-py3-none-any.whl.metadata (14 kB)\n", + "Collecting dateutils>=0.6.12 (from kanaries-track==0.0.5->pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading dateutils-0.6.12-py2.py3-none-any.whl.metadata (1.3 kB)\n", + "Collecting monotonic~=1.5 (from segment-analytics-python==2.2.3->pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading monotonic-1.6-py2.py3-none-any.whl.metadata (1.5 kB)\n", + "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.8.0->kiara-plugin.core-types) (1.16.0)\n", + "Requirement already satisfied: jsonpickle>=1.4.1 in /usr/local/lib/python3.10/dist-packages (from pyvis>=0.3.0->kiara-plugin.network-analysis) (3.3.0)\n", + "Requirement already satisfied: Beautifulsoup4 in /usr/local/lib/python3.10/dist-packages (from pyzenodo3>=1.0.2->kiara-plugin.onboarding) (4.12.3)\n", + "Collecting feedparser>=6.0.11 (from pyzotero>=1.5.9->kiara-plugin.onboarding)\n", + " Downloading feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB)\n", + "Collecting bibtexparser (from pyzotero>=1.5.9->kiara-plugin.onboarding)\n", + " Downloading bibtexparser-1.4.2.tar.gz (55 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m55.7/55.7 kB\u001b[0m \u001b[31m4.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.10/dist-packages (from rich>=12.4.0->kiara) (2.18.0)\n", + "Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml<0.19.0,>=0.18.0->kiara)\n", + " Downloading ruamel.yaml.clib-0.2.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.7 kB)\n", + "Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=2.0.20->kiara) (3.1.1)\n", + "Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-utc>=0.10.0->kiara-plugin.tabular) (75.1.0)\n", + "Collecting pbr>=2.0.0 (from stevedore<6.0.0,>=5.0.0->kiara)\n", + " Downloading pbr-6.1.0-py2.py3-none-any.whl.metadata (3.4 kB)\n", + "Requirement already satisfied: altair<6,>=4.0 in /usr/local/lib/python3.10/dist-packages (from streamlit>=1.24.0->kiara-plugin.streamlit) (4.2.2)\n", + "Requirement already satisfied: blinker<2,>=1.0.0 in /usr/lib/python3/dist-packages (from streamlit>=1.24.0->kiara-plugin.streamlit) (1.4)\n", + "Requirement already satisfied: pillow<12,>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from streamlit>=1.24.0->kiara-plugin.streamlit) (10.4.0)\n", + "Requirement already satisfied: protobuf<6,>=3.20 in /usr/local/lib/python3.10/dist-packages (from streamlit>=1.24.0->kiara-plugin.streamlit) (3.20.3)\n", + "Requirement already satisfied: tenacity<10,>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from streamlit>=1.24.0->kiara-plugin.streamlit) (9.0.0)\n", + "Requirement already satisfied: toml<2,>=0.10.1 in /usr/local/lib/python3.10/dist-packages (from streamlit>=1.24.0->kiara-plugin.streamlit) (0.10.2)\n", + "Requirement already satisfied: gitpython!=3.1.19,<4,>=3.0.7 in /usr/local/lib/python3.10/dist-packages (from streamlit>=1.24.0->kiara-plugin.streamlit) (3.1.43)\n", + "Collecting pydeck<1,>=0.8.0b4 (from streamlit>=1.24.0->kiara-plugin.streamlit)\n", + " Downloading pydeck-0.9.1-py2.py3-none-any.whl.metadata (4.1 kB)\n", + "Requirement already satisfied: tornado<7,>=6.0.3 in /usr/local/lib/python3.10/dist-packages (from streamlit>=1.24.0->kiara-plugin.streamlit) (6.3.3)\n", + "Collecting watchdog<6,>=2.1.5 (from streamlit>=1.24.0->kiara-plugin.streamlit)\n", + " Downloading watchdog-5.0.3-py3-none-manylinux2014_x86_64.whl.metadata (41 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m41.9/41.9 kB\u001b[0m \u001b[31m2.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hCollecting python-decouple<4.0,>=3.6 (from streamlit-aggrid>=0.3.4->kiara-plugin.streamlit)\n", + " Downloading python_decouple-3.8-py3-none-any.whl.metadata (14 kB)\n", + "Requirement already satisfied: entrypoints in /usr/local/lib/python3.10/dist-packages (from altair<6,>=4.0->streamlit>=1.24.0->kiara-plugin.streamlit) (0.4)\n", + "Requirement already satisfied: jsonschema>=3.0 in /usr/local/lib/python3.10/dist-packages (from altair<6,>=4.0->streamlit>=1.24.0->kiara-plugin.streamlit) (4.23.0)\n", + "Requirement already satisfied: toolz in /usr/local/lib/python3.10/dist-packages (from altair<6,>=4.0->streamlit>=1.24.0->kiara-plugin.streamlit) (0.12.1)\n", + "Collecting sgmllib3k (from feedparser>=6.0.11->pyzotero>=1.5.9->kiara-plugin.onboarding)\n", + " Downloading sgmllib3k-1.0.0.tar.gz (5.8 kB)\n", + " Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + "Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from gitpython!=3.1.19,<4,>=3.0.7->streamlit>=1.24.0->kiara-plugin.streamlit) (4.0.11)\n", + "Collecting jedi>=0.16 (from ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter)\n", + " Downloading jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)\n", + "Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (4.4.2)\n", + "Requirement already satisfied: pickleshare in /usr/local/lib/python3.10/dist-packages (from ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (0.7.5)\n", + "Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (3.0.48)\n", + "Requirement already satisfied: backcall in /usr/local/lib/python3.10/dist-packages (from ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (0.2.0)\n", + "Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.10/dist-packages (from ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (0.1.7)\n", + "Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.10/dist-packages (from ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (4.9.0)\n", + "Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.10/dist-packages (from markdown-it-py>=1.0->jupytext>=1.14.0->kiara-plugin.jupyter) (0.1.2)\n", + "Requirement already satisfied: cryptography>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from pyjwt[crypto]>=2.4.0->PyGithub>=1.58.0->kiara-plugin.onboarding) (43.0.3)\n", + "Requirement already satisfied: cffi>=1.4.1 in /usr/local/lib/python3.10/dist-packages (from pynacl>=1.4.0->PyGithub>=1.58.0->kiara-plugin.onboarding) (1.17.1)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.0->PyGithub>=1.58.0->kiara-plugin.onboarding) (3.4.0)\n", + "Requirement already satisfied: wrapt in /usr/local/lib/python3.10/dist-packages (from smart-open>=1.8.1->gensim>=4.3.0->kiara-plugin.language-processing) (1.16.0)\n", + "Requirement already satisfied: exceptiongroup in /usr/local/lib/python3.10/dist-packages (from anyio->httpx>=0.23.0->kiara) (1.2.2)\n", + "Collecting psygnal>=0.8.1 (from anywidget->pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading psygnal-0.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB)\n", + "Collecting types-python-dateutil>=2.8.10 (from arrow->pygwalker>=0.1.11->kiara-plugin.streamlit)\n", + " Downloading types_python_dateutil-2.9.0.20241003-py3-none-any.whl.metadata (1.9 kB)\n", + "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.10/dist-packages (from Beautifulsoup4->pyzenodo3>=1.0.2->kiara-plugin.onboarding) (2.6)\n", + "Collecting click-default-group (from click-default-group-wheel->sqlite-utils==3.30->kiara-plugin.tabular)\n", + " Downloading click_default_group-1.2.4-py2.py3-none-any.whl.metadata (2.8 kB)\n", + "Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.10/dist-packages (from ipykernel->ipydagred3>=0.3.7->kiara-plugin.jupyter) (0.2.0)\n", + "Requirement already satisfied: jupyter-client in /usr/local/lib/python3.10/dist-packages (from ipykernel->ipydagred3>=0.3.7->kiara-plugin.jupyter) (6.1.12)\n", + "Requirement already satisfied: fastjsonschema>=2.15 in /usr/local/lib/python3.10/dist-packages (from nbformat->jupytext>=1.14.0->kiara-plugin.jupyter) (2.20.0)\n", + "Requirement already satisfied: jupyter-core!=5.0.*,>=4.12 in /usr/local/lib/python3.10/dist-packages (from nbformat->jupytext>=1.14.0->kiara-plugin.jupyter) (5.7.2)\n", + "Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.4.1->pynacl>=1.4.0->PyGithub>=1.58.0->kiara-plugin.onboarding) (2.22)\n", + "Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.10/dist-packages (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit>=1.24.0->kiara-plugin.streamlit) (5.0.1)\n", + "Requirement already satisfied: parso<0.9.0,>=0.8.3 in /usr/local/lib/python3.10/dist-packages (from jedi>=0.16->ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (0.8.4)\n", + "Requirement already satisfied: attrs>=22.2.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.24.0->kiara-plugin.streamlit) (24.2.0)\n", + "Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.24.0->kiara-plugin.streamlit) (2024.10.1)\n", + "Requirement already satisfied: referencing>=0.28.4 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.24.0->kiara-plugin.streamlit) (0.35.1)\n", + "Requirement already satisfied: rpds-py>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit>=1.24.0->kiara-plugin.streamlit) (0.20.0)\n", + "Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.10/dist-packages (from pexpect>4.3->ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (0.7.0)\n", + "Requirement already satisfied: wcwidth in /usr/local/lib/python3.10/dist-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=6.1.0->ipywidgets>=8.0.0->kiara-plugin.jupyter) (0.2.13)\n", + "Downloading kiara-0.5.12-py3-none-any.whl (529 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m529.7/529.7 kB\u001b[0m \u001b[31m13.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading kiara_plugin.core_types-0.5.1-py3-none-any.whl (26 kB)\n", + "Downloading kiara_plugin.html-0.5.0-py3-none-any.whl (32 kB)\n", + "Downloading kiara_plugin.jupyter-0.5.0-py3-none-any.whl (23 kB)\n", + "Downloading kiara_plugin.language_processing-0.5.0-py3-none-any.whl (21 kB)\n", + "Downloading kiara_plugin.network_analysis-0.5.1-py3-none-any.whl (42 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m42.5/42.5 kB\u001b[0m \u001b[31m2.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading kiara_plugin.onboarding-0.5.1-py3-none-any.whl (27 kB)\n", + "Downloading kiara_plugin.streamlit-0.5.1-py3-none-any.whl (79 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m79.8/79.8 kB\u001b[0m \u001b[31m5.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading kiara_plugin.tabular-0.5.5-py3-none-any.whl (60 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m60.1/60.1 kB\u001b[0m \u001b[31m4.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading sqlite_utils-3.30-py3-none-any.whl (63 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m63.8/63.8 kB\u001b[0m \u001b[31m4.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading airium-0.2.6-py3-none-any.whl (13 kB)\n", + "Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)\n", + "Downloading bidict-0.23.1-py3-none-any.whl (32 kB)\n", + "Downloading black-24.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (1.8 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.8/1.8 MB\u001b[0m \u001b[31m45.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading boltons-24.1.0-py3-none-any.whl (192 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m192.2/192.2 kB\u001b[0m \u001b[31m13.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading dag_cbor-0.3.3-py3-none-any.whl (25 kB)\n", + "Downloading deepdiff-6.7.1-py3-none-any.whl (76 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m76.6/76.6 kB\u001b[0m \u001b[31m5.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading dpath-2.2.0-py3-none-any.whl (17 kB)\n", + "Downloading duckdb-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.5 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m18.5/18.5 MB\u001b[0m \u001b[31m38.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading email_validator-2.2.0-py3-none-any.whl (33 kB)\n", + "Downloading fasteners-0.19-py3-none-any.whl (18 kB)\n", + "Downloading filetype-1.2.0-py2.py3-none-any.whl (19 kB)\n", + "Downloading humanfriendly-10.0-py2.py3-none-any.whl (86 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m86.8/86.8 kB\u001b[0m \u001b[31m6.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading importlib_metadata-7.2.1-py3-none-any.whl (25 kB)\n", + "Downloading ipydagred3-0.4.1-py3-none-any.whl (1.5 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.5/1.5 MB\u001b[0m \u001b[31m36.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading ipywidgets-8.1.5-py3-none-any.whl (139 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m139.8/139.8 kB\u001b[0m \u001b[31m10.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading jupytext-1.16.4-py3-none-any.whl (153 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m153.5/153.5 kB\u001b[0m \u001b[31m9.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading lz4-4.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.3/1.3 MB\u001b[0m \u001b[31m43.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading mmhash3-3.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38 kB)\n", + "Downloading multiformats-0.3.1.post4-py3-none-any.whl (57 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m57.1/57.1 kB\u001b[0m \u001b[31m3.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading multiformats_config-0.3.1-py3-none-any.whl (17 kB)\n", + "Downloading patool-3.0.3-py2.py3-none-any.whl (98 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m98.3/98.3 kB\u001b[0m \u001b[31m7.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading pp_ez-0.2.0-py2.py3-none-any.whl (3.3 kB)\n", + "Downloading puremagic-1.28-py3-none-any.whl (43 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m43.2/43.2 kB\u001b[0m \u001b[31m2.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading pydantic_settings-2.6.1-py3-none-any.whl (28 kB)\n", + "Downloading PyGithub-2.5.0-py3-none-any.whl (375 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m375.9/375.9 kB\u001b[0m \u001b[31m21.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading pygwalker-0.4.9.13-py3-none-any.whl (4.5 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.5/4.5 MB\u001b[0m \u001b[31m45.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading gw_dsl_parser-0.1.49.1-py3-none-any.whl (956 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m956.2/956.2 kB\u001b[0m \u001b[31m27.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading kanaries_track-0.0.5-py3-none-any.whl (8.6 kB)\n", + "Downloading segment_analytics_python-2.2.3-py2.py3-none-any.whl (24 kB)\n", + "Downloading pymdown_extensions-10.12-py3-none-any.whl (263 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m263.4/263.4 kB\u001b[0m \u001b[31m16.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading pyvis-0.3.2-py3-none-any.whl (756 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m756.0/756.0 kB\u001b[0m \u001b[31m34.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl (868 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m868.8/868.8 kB\u001b[0m \u001b[31m38.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading pyzotero-1.5.25-py3-none-any.whl (22 kB)\n", + "Downloading rich_click-1.7.4-py3-none-any.whl (32 kB)\n", + "Downloading ruamel.yaml-0.18.6-py3-none-any.whl (117 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m117.8/117.8 kB\u001b[0m \u001b[31m8.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading rustworkx-0.13.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.0/2.0 MB\u001b[0m \u001b[31m54.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)\n", + "Downloading SQLAlchemy_Utc-0.14.0-py2.py3-none-any.whl (6.0 kB)\n", + "Downloading SQLAlchemy_Utils-0.41.2-py3-none-any.whl (93 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m93.1/93.1 kB\u001b[0m \u001b[31m7.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading stevedore-5.3.0-py3-none-any.whl (49 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m49.7/49.7 kB\u001b[0m \u001b[31m3.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading streamlit-1.40.0-py2.py3-none-any.whl (8.6 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.6/8.6 MB\u001b[0m \u001b[31m59.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading streamlit_aggrid-1.0.5-py3-none-any.whl (7.9 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.9/7.9 MB\u001b[0m \u001b[31m60.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading streamlit_option_menu-0.4.0-py3-none-any.whl (829 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m829.3/829.3 kB\u001b[0m \u001b[31m42.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading streamlit_scrollable_textbox-0.0.3-py3-none-any.whl (971 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m971.3/971.3 kB\u001b[0m \u001b[31m47.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading streamlit_tags-1.2.8-py3-none-any.whl (2.7 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.7/2.7 MB\u001b[0m \u001b[31m51.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading structlog-24.4.0-py3-none-any.whl (67 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m67.2/67.2 kB\u001b[0m \u001b[31m5.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.4/5.4 MB\u001b[0m \u001b[31m61.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading bases-0.3.0-py3-none-any.whl (36 kB)\n", + "Downloading comm-0.2.2-py3-none-any.whl (7.2 kB)\n", + "Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m313.6/313.6 kB\u001b[0m \u001b[31m18.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading feedparser-6.0.11-py3-none-any.whl (81 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m81.3/81.3 kB\u001b[0m \u001b[31m6.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading ipylab-1.0.0-py3-none-any.whl (100 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m100.2/100.2 kB\u001b[0m \u001b[31m7.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)\n", + "Downloading ordered_set-4.1.0-py3-none-any.whl (7.6 kB)\n", + "Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)\n", + "Downloading pbr-6.1.0-py2.py3-none-any.whl (108 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m108.5/108.5 kB\u001b[0m \u001b[31m6.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m6.9/6.9 MB\u001b[0m \u001b[31m61.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m856.7/856.7 kB\u001b[0m \u001b[31m36.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading python_decouple-3.8-py3-none-any.whl (9.9 kB)\n", + "Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)\n", + "Downloading ruamel.yaml.clib-0.2.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (722 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m722.2/722.2 kB\u001b[0m \u001b[31m36.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading typing_validation-1.2.11.post4-py3-none-any.whl (20 kB)\n", + "Downloading watchdog-5.0.3-py3-none-manylinux2014_x86_64.whl (79 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m79.3/79.3 kB\u001b[0m \u001b[31m6.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading widgetsnbextension-4.0.13-py3-none-any.whl (2.3 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.3/2.3 MB\u001b[0m \u001b[31m50.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading anywidget-0.9.13-py3-none-any.whl (213 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m213.7/213.7 kB\u001b[0m \u001b[31m14.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading arrow-1.3.0-py3-none-any.whl (66 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m66.4/66.4 kB\u001b[0m \u001b[31m4.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading astor-0.8.1-py2.py3-none-any.whl (27 kB)\n", + "Downloading click_default_group_wheel-1.2.3-py3-none-any.whl (1.3 kB)\n", + "Downloading quickjs-1.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.2 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.2/2.2 MB\u001b[0m \u001b[31m47.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading sqlite_fts4-1.0.3-py3-none-any.whl (10.0 kB)\n", + "Downloading backoff-2.2.1-py3-none-any.whl (15 kB)\n", + "Downloading dateutils-0.6.12-py2.py3-none-any.whl (5.7 kB)\n", + "Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.6/1.6 MB\u001b[0m \u001b[31m50.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading monotonic-1.6-py2.py3-none-any.whl (8.2 kB)\n", + "Downloading psygnal-0.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (727 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m727.4/727.4 kB\u001b[0m \u001b[31m34.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading types_python_dateutil-2.9.0.20241003-py3-none-any.whl (9.7 kB)\n", + "Downloading wasmtime-25.0.0-py3-none-manylinux1_x86_64.whl (6.1 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m6.1/6.1 MB\u001b[0m \u001b[31m59.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading click_default_group-1.2.4-py2.py3-none-any.whl (4.1 kB)\n", + "Building wheels for collected packages: json2html, pyzenodo3, bibtexparser, sgmllib3k\n", + " Building wheel for json2html (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + " Created wheel for json2html: filename=json2html-1.3.0-py3-none-any.whl size=7594 sha256=a9e9f9fd762bed868980ebce5f991f676b1d33260966cc8448e76f26b5b34fc9\n", + " Stored in directory: /root/.cache/pip/wheels/e0/d8/b3/6f83a04ab0ec00e691de794d108286bb0f8bcdf4ade19afb57\n", + " Building wheel for pyzenodo3 (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n", + " Created wheel for pyzenodo3: filename=pyzenodo3-1.0.2-py3-none-any.whl size=11361 sha256=8ecff6ce98cc8020317df3c628a3cec2d42695f773e2dd122f22d285ca2fc01f\n", + " Stored in directory: /root/.cache/pip/wheels/e4/f0/e9/6143e19b68438b1411cd30e858c3cff54e2c6b05bf9afdf3d2\n", + " Building wheel for bibtexparser (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + " Created wheel for bibtexparser: filename=bibtexparser-1.4.2-py3-none-any.whl size=43562 sha256=410b4ffa7319a2bee666f7c3d68fec45f012472c1ce9c0892e731ab0e580d3eb\n", + " Stored in directory: /root/.cache/pip/wheels/3c/71/a1/ace26bfc971a86c092f8932dd34c6dcf965f8c2cc29da7a7c8\n", + " Building wheel for sgmllib3k (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + " Created wheel for sgmllib3k: filename=sgmllib3k-1.0.0-py3-none-any.whl size=6047 sha256=2fd24c392beefdf2c7a479e45951966192d8a2d884e07cc202020191bdb5a16a\n", + " Stored in directory: /root/.cache/pip/wheels/f0/69/93/a47e9d621be168e9e33c7ce60524393c0b92ae83cf6c6e89c5\n", + "Successfully built json2html pyzenodo3 bibtexparser sgmllib3k\n", + "Installing collected packages: sqlite-fts4, sortedcontainers, sgmllib3k, quickjs, python-decouple, puremagic, pp-ez, monotonic, mmhash3, json2html, filetype, appdirs, airium, zstandard, widgetsnbextension, watchdog, wasmtime, typing-validation, types-python-dateutil, structlog, rustworkx, ruamel.yaml.clib, pyzmq, python-dotenv, pymdown-extensions, psygnal, pbr, patool, pathspec, ordered-set, mypy-extensions, lz4, jedi, importlib-metadata, humanfriendly, feedparser, fasteners, duckdb, dpath, dnspython, comm, click-default-group, boltons, bidict, bibtexparser, backoff, astor, stevedore, sqlalchemy-utils, sqlalchemy-utc, segment-analytics-python, ruamel.yaml, pyzotero, pyzenodo3, pynacl, pydeck, gw-dsl-parser, email-validator, deepdiff, dateutils, click-default-group-wheel, black, bases, arrow, sqlite-utils, rich-click, pyvis, pydantic-settings, kanaries-track, ipywidgets, PyGithub, ipylab, ipydagred3, anywidget, streamlit, pygwalker, jupytext, streamlit-tags, streamlit-scrollable-textbox, streamlit-option-menu, streamlit-aggrid, kiara-plugin.jupyter, multiformats-config, multiformats, dag-cbor, kiara, kiara-plugin.core-types, kiara-plugin.tabular, kiara-plugin.onboarding, kiara-plugin.html, kiara-plugin.streamlit, kiara-plugin.network-analysis, kiara-plugin.language-processing\n", + " Attempting uninstall: widgetsnbextension\n", + " Found existing installation: widgetsnbextension 3.6.10\n", + " Uninstalling widgetsnbextension-3.6.10:\n", + " Successfully uninstalled widgetsnbextension-3.6.10\n", + " Attempting uninstall: pyzmq\n", + " Found existing installation: pyzmq 24.0.1\n", + " Uninstalling pyzmq-24.0.1:\n", + " Successfully uninstalled pyzmq-24.0.1\n", + " Attempting uninstall: importlib-metadata\n", + " Found existing installation: importlib_metadata 8.5.0\n", + " Uninstalling importlib_metadata-8.5.0:\n", + " Successfully uninstalled importlib_metadata-8.5.0\n", + " Attempting uninstall: duckdb\n", + " Found existing installation: duckdb 1.1.2\n", + " Uninstalling duckdb-1.1.2:\n", + " Successfully uninstalled duckdb-1.1.2\n", + " Attempting uninstall: ipywidgets\n", + " Found existing installation: ipywidgets 7.7.1\n", + " Uninstalling ipywidgets-7.7.1:\n", + " Successfully uninstalled ipywidgets-7.7.1\n", + "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", + "notebook 6.5.5 requires pyzmq<25,>=17, but you have pyzmq 26.2.0 which is incompatible.\u001b[0m\u001b[31m\n", + "\u001b[0mSuccessfully installed PyGithub-2.5.0 airium-0.2.6 anywidget-0.9.13 appdirs-1.4.4 arrow-1.3.0 astor-0.8.1 backoff-2.2.1 bases-0.3.0 bibtexparser-1.4.2 bidict-0.23.1 black-24.10.0 boltons-24.1.0 click-default-group-1.2.4 click-default-group-wheel-1.2.3 comm-0.2.2 dag-cbor-0.3.3 dateutils-0.6.12 deepdiff-6.7.1 dnspython-2.7.0 dpath-2.2.0 duckdb-1.0.0 email-validator-2.2.0 fasteners-0.19 feedparser-6.0.11 filetype-1.2.0 gw-dsl-parser-0.1.49.1 humanfriendly-10.0 importlib-metadata-7.2.1 ipydagred3-0.4.1 ipylab-1.0.0 ipywidgets-8.1.5 jedi-0.19.1 json2html-1.3.0 jupytext-1.16.4 kanaries-track-0.0.5 kiara-0.5.12 kiara-plugin.core-types-0.5.1 kiara-plugin.html-0.5.0 kiara-plugin.jupyter-0.5.0 kiara-plugin.language-processing-0.5.0 kiara-plugin.network-analysis-0.5.1 kiara-plugin.onboarding-0.5.1 kiara-plugin.streamlit-0.5.1 kiara-plugin.tabular-0.5.5 lz4-4.3.3 mmhash3-3.0.1 monotonic-1.6 multiformats-0.3.1.post4 multiformats-config-0.3.1 mypy-extensions-1.0.0 ordered-set-4.1.0 pathspec-0.12.1 patool-3.0.3 pbr-6.1.0 pp-ez-0.2.0 psygnal-0.11.1 puremagic-1.28 pydantic-settings-2.6.1 pydeck-0.9.1 pygwalker-0.4.9.13 pymdown-extensions-10.12 pynacl-1.5.0 python-decouple-3.8 python-dotenv-1.0.1 pyvis-0.3.2 pyzenodo3-1.0.2 pyzmq-26.2.0 pyzotero-1.5.25 quickjs-1.19.4 rich-click-1.7.4 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.12 rustworkx-0.13.2 segment-analytics-python-2.2.3 sgmllib3k-1.0.0 sortedcontainers-2.4.0 sqlalchemy-utc-0.14.0 sqlalchemy-utils-0.41.2 sqlite-fts4-1.0.3 sqlite-utils-3.30 stevedore-5.3.0 streamlit-1.40.0 streamlit-aggrid-1.0.5 streamlit-option-menu-0.4.0 streamlit-scrollable-textbox-0.0.3 streamlit-tags-1.2.8 structlog-24.4.0 types-python-dateutil-2.9.0.20241003 typing-validation-1.2.11.post4 wasmtime-25.0.0 watchdog-5.0.3 widgetsnbextension-4.0.13 zstandard-0.23.0\n" + ] + } + ], + "source": [ + "!pip install kiara kiara-plugin.core-types kiara-plugin.html kiara-plugin.jupyter kiara-plugin.language-processing kiara-plugin.network-analysis kiara-plugin.onboarding kiara-plugin.streamlit kiara-plugin.tabular" + ] + }, + { + "cell_type": "markdown", + "source": [ + "Then, we install all necessary modules to build the Web-Scraping, the KG-relationships finder, and the querable knowledge base." + ], + "metadata": { + "id": "y84UkG51lwL6" + } + }, + { + "cell_type": "code", + "source": [ + "!pip install kuzu requests selenium beautifulsoup4 SPARQLWrapper\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "WQgtwEtJeDhq", + "outputId": "69ab0327-ee67-4f5f-b089-613bce0febc3" + }, + "execution_count": 2, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Collecting kuzu\n", + " Downloading kuzu-0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (5.6 kB)\n", + "Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (2.32.3)\n", + "Collecting selenium\n", + " Downloading selenium-4.26.1-py3-none-any.whl.metadata (7.1 kB)\n", + "Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.10/dist-packages (4.12.3)\n", + "Collecting SPARQLWrapper\n", + " Downloading SPARQLWrapper-2.0.0-py3-none-any.whl.metadata (2.0 kB)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests) (3.4.0)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests) (3.10)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests) (2.2.3)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests) (2024.8.30)\n", + "Collecting trio~=0.17 (from selenium)\n", + " Downloading trio-0.27.0-py3-none-any.whl.metadata (8.6 kB)\n", + "Collecting trio-websocket~=0.9 (from selenium)\n", + " Downloading trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB)\n", + "Requirement already satisfied: typing_extensions~=4.9 in /usr/local/lib/python3.10/dist-packages (from selenium) (4.12.2)\n", + "Requirement already satisfied: websocket-client~=1.8 in /usr/local/lib/python3.10/dist-packages (from selenium) (1.8.0)\n", + "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.10/dist-packages (from beautifulsoup4) (2.6)\n", + "Collecting rdflib>=6.1.1 (from SPARQLWrapper)\n", + " Downloading rdflib-7.1.1-py3-none-any.whl.metadata (11 kB)\n", + "Collecting isodate<1.0.0,>=0.7.2 (from rdflib>=6.1.1->SPARQLWrapper)\n", + " Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB)\n", + "Requirement already satisfied: pyparsing<4,>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from rdflib>=6.1.1->SPARQLWrapper) (3.2.0)\n", + "Requirement already satisfied: attrs>=23.2.0 in /usr/local/lib/python3.10/dist-packages (from trio~=0.17->selenium) (24.2.0)\n", + "Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from trio~=0.17->selenium) (2.4.0)\n", + "Collecting outcome (from trio~=0.17->selenium)\n", + " Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB)\n", + "Requirement already satisfied: sniffio>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from trio~=0.17->selenium) (1.3.1)\n", + "Requirement already satisfied: exceptiongroup in /usr/local/lib/python3.10/dist-packages (from trio~=0.17->selenium) (1.2.2)\n", + "Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium)\n", + " Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB)\n", + "Requirement already satisfied: pysocks!=1.5.7,<2.0,>=1.5.6 in /usr/local/lib/python3.10/dist-packages (from urllib3[socks]<3,>=1.26->selenium) (1.7.1)\n", + "Requirement already satisfied: h11<1,>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from wsproto>=0.14->trio-websocket~=0.9->selenium) (0.14.0)\n", + "Downloading kuzu-0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.0 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m6.0/6.0 MB\u001b[0m \u001b[31m4.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading selenium-4.26.1-py3-none-any.whl (9.7 MB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m9.7/9.7 MB\u001b[0m \u001b[31m64.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading SPARQLWrapper-2.0.0-py3-none-any.whl (28 kB)\n", + "Downloading rdflib-7.1.1-py3-none-any.whl (562 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m562.4/562.4 kB\u001b[0m \u001b[31m27.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading trio-0.27.0-py3-none-any.whl (481 kB)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m481.7/481.7 kB\u001b[0m \u001b[31m28.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hDownloading trio_websocket-0.11.1-py3-none-any.whl (17 kB)\n", + "Downloading isodate-0.7.2-py3-none-any.whl (22 kB)\n", + "Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)\n", + "Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB)\n", + "Installing collected packages: kuzu, wsproto, outcome, isodate, trio, rdflib, trio-websocket, SPARQLWrapper, selenium\n", + "Successfully installed SPARQLWrapper-2.0.0 isodate-0.7.2 kuzu-0.6.1 outcome-1.3.0.post0 rdflib-7.1.1 selenium-4.26.1 trio-0.27.0 trio-websocket-0.11.1 wsproto-1.2.0\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Through this codelet the chrome-driver for using the WebScraper is installed." + ], + "metadata": { + "id": "FaGc7WAHmDPE" + } + }, + { + "cell_type": "code", + "source": [ + "!apt-get update\n", + "!apt-get install -y chromium-chromedriver\n", + "!cp /usr/lib/chromium-browser/chromedriver /usr/bin\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "Uhju1_rJe3Y4", + "outputId": "11da8634-8cb9-4103-cb5d-a87170cf3963" + }, + "execution_count": 3, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "\r0% [Working]\r \rGet:1 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ InRelease [3,626 B]\n", + "Hit:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 InRelease\n", + "Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease\n", + "Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]\n", + "Get:5 https://r2u.stat.illinois.edu/ubuntu jammy InRelease [6,555 B]\n", + "Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]\n", + "Hit:7 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease\n", + "Get:8 https://r2u.stat.illinois.edu/ubuntu jammy/main all Packages [8,456 kB]\n", + "Hit:9 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu jammy InRelease\n", + "Hit:10 https://ppa.launchpadcontent.net/ubuntugis/ppa/ubuntu jammy InRelease\n", + "Get:11 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]\n", + "Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,452 kB]\n", + "Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,397 kB]\n", + "Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3,353 kB]\n", + "Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,696 kB]\n", + "Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,241 kB]\n", + "Get:17 https://r2u.stat.illinois.edu/ubuntu jammy/main amd64 Packages [2,611 kB]\n", + "Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1,163 kB]\n", + "Fetched 25.8 MB in 5s (5,696 kB/s)\n", + "Reading package lists... Done\n", + "W: Skipping acquire of configured file 'main/source/Sources' as repository 'https://r2u.stat.illinois.edu/ubuntu jammy InRelease' does not seem to provide it (sources.list entry misspelt?)\n", + "Reading package lists... Done\n", + "Building dependency tree... Done\n", + "Reading state information... Done\n", + "The following additional packages will be installed:\n", + " apparmor chromium-browser libfuse3-3 liblzo2-2 libudev1 snapd squashfs-tools systemd-hwe-hwdb\n", + " udev\n", + "Suggested packages:\n", + " apparmor-profiles-extra apparmor-utils fuse3 zenity | kdialog\n", + "The following NEW packages will be installed:\n", + " apparmor chromium-browser chromium-chromedriver libfuse3-3 liblzo2-2 snapd squashfs-tools\n", + " systemd-hwe-hwdb udev\n", + "The following packages will be upgraded:\n", + " libudev1\n", + "1 upgraded, 9 newly installed, 0 to remove and 50 not upgraded.\n", + "Need to get 29.0 MB of archives.\n", + "After this operation, 120 MB of additional disk space will be used.\n", + "Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apparmor amd64 3.0.4-2ubuntu2.4 [598 kB]\n", + "Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]\n", + "Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 squashfs-tools amd64 1:4.5-3build1 [159 kB]\n", + "Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev1 amd64 249.11-0ubuntu3.12 [78.2 kB]\n", + "Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 udev amd64 249.11-0ubuntu3.12 [1,557 kB]\n", + "Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfuse3-3 amd64 3.10.5-1build1 [81.2 kB]\n", + "Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 snapd amd64 2.65.3+22.04 [26.4 MB]\n", + "Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 chromium-browser amd64 1:85.0.4183.83-0ubuntu2.22.04.1 [49.2 kB]\n", + "Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 chromium-chromedriver amd64 1:85.0.4183.83-0ubuntu2.22.04.1 [2,308 B]\n", + "Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-hwe-hwdb all 249.11.5 [3,228 B]\n", + "Fetched 29.0 MB in 5s (6,285 kB/s)\n", + "Preconfiguring packages ...\n", + "Selecting previously unselected package apparmor.\n", + "(Reading database ... 123623 files and directories currently installed.)\n", + "Preparing to unpack .../apparmor_3.0.4-2ubuntu2.4_amd64.deb ...\n", + "Unpacking apparmor (3.0.4-2ubuntu2.4) ...\n", + "Selecting previously unselected package liblzo2-2:amd64.\n", + "Preparing to unpack .../liblzo2-2_2.10-2build3_amd64.deb ...\n", + "Unpacking liblzo2-2:amd64 (2.10-2build3) ...\n", + "Selecting previously unselected package squashfs-tools.\n", + "Preparing to unpack .../squashfs-tools_1%3a4.5-3build1_amd64.deb ...\n", + "Unpacking squashfs-tools (1:4.5-3build1) ...\n", + "Preparing to unpack .../libudev1_249.11-0ubuntu3.12_amd64.deb ...\n", + "Unpacking libudev1:amd64 (249.11-0ubuntu3.12) over (249.11-0ubuntu3.10) ...\n", + "Setting up libudev1:amd64 (249.11-0ubuntu3.12) ...\n", + "Selecting previously unselected package udev.\n", + "(Reading database ... 123831 files and directories currently installed.)\n", + "Preparing to unpack .../udev_249.11-0ubuntu3.12_amd64.deb ...\n", + "Unpacking udev (249.11-0ubuntu3.12) ...\n", + "Selecting previously unselected package libfuse3-3:amd64.\n", + "Preparing to unpack .../libfuse3-3_3.10.5-1build1_amd64.deb ...\n", + "Unpacking libfuse3-3:amd64 (3.10.5-1build1) ...\n", + "Selecting previously unselected package snapd.\n", + "Preparing to unpack .../snapd_2.65.3+22.04_amd64.deb ...\n", + "Unpacking snapd (2.65.3+22.04) ...\n", + "Setting up apparmor (3.0.4-2ubuntu2.4) ...\n", + "Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.\n", + "Setting up liblzo2-2:amd64 (2.10-2build3) ...\n", + "Setting up squashfs-tools (1:4.5-3build1) ...\n", + "Setting up udev (249.11-0ubuntu3.12) ...\n", + "invoke-rc.d: could not determine current runlevel\n", + "invoke-rc.d: policy-rc.d denied execution of start.\n", + "Setting up libfuse3-3:amd64 (3.10.5-1build1) ...\n", + "Setting up snapd (2.65.3+22.04) ...\n", + "Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service.\n", + "Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service.\n", + "Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service.\n", + "Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service.\n", + "Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service.\n", + "Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service.\n", + "Unit /lib/systemd/system/snapd.seeded.service is added as a dependency to a non-existent unit cloud-final.service.\n", + "Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service.\n", + "Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer.\n", + "Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket.\n", + "Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service.\n", + "Selecting previously unselected package chromium-browser.\n", + "(Reading database ... 124060 files and directories currently installed.)\n", + "Preparing to unpack .../chromium-browser_1%3a85.0.4183.83-0ubuntu2.22.04.1_amd64.deb ...\n", + "=> Installing the chromium snap\n", + "==> Checking connectivity with the snap store\n", + "===> System doesn't have a working snapd, skipping\n", + "Unpacking chromium-browser (1:85.0.4183.83-0ubuntu2.22.04.1) ...\n", + "Selecting previously unselected package chromium-chromedriver.\n", + "Preparing to unpack .../chromium-chromedriver_1%3a85.0.4183.83-0ubuntu2.22.04.1_amd64.deb ...\n", + "Unpacking chromium-chromedriver (1:85.0.4183.83-0ubuntu2.22.04.1) ...\n", + "Selecting previously unselected package systemd-hwe-hwdb.\n", + "Preparing to unpack .../systemd-hwe-hwdb_249.11.5_all.deb ...\n", + "Unpacking systemd-hwe-hwdb (249.11.5) ...\n", + "Setting up systemd-hwe-hwdb (249.11.5) ...\n", + "Setting up chromium-browser (1:85.0.4183.83-0ubuntu2.22.04.1) ...\n", + "update-alternatives: using /usr/bin/chromium-browser to provide /usr/bin/x-www-browser (x-www-browser) in auto mode\n", + "update-alternatives: using /usr/bin/chromium-browser to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode\n", + "Setting up chromium-chromedriver (1:85.0.4183.83-0ubuntu2.22.04.1) ...\n", + "Processing triggers for udev (249.11-0ubuntu3.12) ...\n", + "Processing triggers for hicolor-icon-theme (0.17-2) ...\n", + "Processing triggers for libc-bin (2.35-0ubuntu3.4) ...\n", + "/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_5.so.3 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libtbb.so.12 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libtcm.so.1 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc.so.2 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc_proxy.so.2 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libur_loader.so.0 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libtcm_debug.so.1 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libur_adapter_opencl.so.0 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libtbbbind.so.3 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libhwloc.so.15 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libumf.so.0 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_0.so.3 is not a symbolic link\n", + "\n", + "/sbin/ldconfig.real: /usr/local/lib/libur_adapter_level_zero.so.0 is not a symbolic link\n", + "\n", + "Processing triggers for man-db (2.10.2-1) ...\n", + "Processing triggers for dbus (1.12.20-2ubuntu4.1) ...\n", + "cp: '/usr/lib/chromium-browser/chromedriver' and '/usr/bin/chromedriver' are the same file\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "This command provides for a quick view of the installed versions of every package." + ], + "metadata": { + "id": "satcLzOpvTJb" + } + }, + { + "cell_type": "code", + "source": [ + "!pip list --format=freeze" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "UTQOuzmMycL8", + "outputId": "110406e6-41ca-4813-efdf-63c11e114367" + }, + "execution_count": 4, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "absl-py==1.4.0\n", + "accelerate==0.34.2\n", + "aiohappyeyeballs==2.4.3\n", + "aiohttp==3.10.10\n", + "aiosignal==1.3.1\n", + "airium==0.2.6\n", + "alabaster==0.7.16\n", + "albucore==0.0.19\n", + "albumentations==1.4.20\n", + "altair==4.2.2\n", + "annotated-types==0.7.0\n", + "anyio==3.7.1\n", + "anywidget==0.9.13\n", + "appdirs==1.4.4\n", + "argon2-cffi==23.1.0\n", + "argon2-cffi-bindings==21.2.0\n", + "array_record==0.5.1\n", + "arrow==1.3.0\n", + "arviz==0.20.0\n", + "astor==0.8.1\n", + "astropy==6.1.4\n", + "astropy-iers-data==0.2024.10.28.0.34.7\n", + "astunparse==1.6.3\n", + "async-timeout==4.0.3\n", + "atpublic==4.1.0\n", + "attrs==24.2.0\n", + "audioread==3.0.1\n", + "autograd==1.7.0\n", + "babel==2.16.0\n", + "backcall==0.2.0\n", + "backoff==2.2.1\n", + "bases==0.3.0\n", + "beautifulsoup4==4.12.3\n", + "bibtexparser==1.4.2\n", + "bidict==0.23.1\n", + "bigframes==1.25.0\n", + "bigquery-magics==0.4.0\n", + "black==24.10.0\n", + "bleach==6.2.0\n", + "blinker==1.4\n", + "blis==0.7.11\n", + "blosc2==2.0.0\n", + "bokeh==3.4.3\n", + "boltons==24.1.0\n", + "Bottleneck==1.4.2\n", + "bqplot==0.12.43\n", + "branca==0.8.0\n", + "CacheControl==0.14.0\n", + "cachetools==5.5.0\n", + "catalogue==2.0.10\n", + "certifi==2024.8.30\n", + "cffi==1.17.1\n", + "chardet==5.2.0\n", + "charset-normalizer==3.4.0\n", + "chex==0.1.87\n", + "clarabel==0.9.0\n", + "click==8.1.7\n", + "click-default-group==1.2.4\n", + "click-default-group-wheel==1.2.3\n", + "cloudpathlib==0.20.0\n", + "cloudpickle==3.1.0\n", + "cmake==3.30.5\n", + "cmdstanpy==1.2.4\n", + "colorcet==3.1.0\n", + "colorlover==0.3.0\n", + "colour==0.1.5\n", + "comm==0.2.2\n", + "community==1.0.0b1\n", + "confection==0.1.5\n", + "cons==0.4.6\n", + "contourpy==1.3.0\n", + "cryptography==43.0.3\n", + "cuda-python==12.2.1\n", + "cudf-cu12==24.10.1\n", + "cufflinks==0.17.3\n", + "cupy-cuda12x==12.2.0\n", + "cvxopt==1.3.2\n", + "cvxpy==1.5.3\n", + "cycler==0.12.1\n", + "cymem==2.0.8\n", + "Cython==3.0.11\n", + "dag-cbor==0.3.3\n", + "dask==2024.10.0\n", + "datascience==0.17.6\n", + "dateutils==0.6.12\n", + "db-dtypes==1.3.0\n", + "dbus-python==1.2.18\n", + "debugpy==1.6.6\n", + "decorator==4.4.2\n", + "deepdiff==6.7.1\n", + "defusedxml==0.7.1\n", + "Deprecated==1.2.14\n", + "diffusers==0.30.3\n", + "distro==1.9.0\n", + "dlib==19.24.2\n", + "dm-tree==0.1.8\n", + "dnspython==2.7.0\n", + "docker-pycreds==0.4.0\n", + "docstring_parser==0.16\n", + "docutils==0.18.1\n", + "dopamine_rl==4.0.9\n", + "dpath==2.2.0\n", + "duckdb==1.0.0\n", + "earthengine-api==1.2.0\n", + "easydict==1.13\n", + "ecos==2.0.14\n", + "editdistance==0.8.1\n", + "eerepr==0.0.4\n", + "einops==0.8.0\n", + "email_validator==2.2.0\n", + "en-core-web-sm==3.7.1\n", + "entrypoints==0.4\n", + "et_xmlfile==2.0.0\n", + "etils==1.10.0\n", + "etuples==0.3.9\n", + "eval_type_backport==0.2.0\n", + "exceptiongroup==1.2.2\n", + "fastai==2.7.18\n", + "fastcore==1.7.19\n", + "fastdownload==0.0.7\n", + "fasteners==0.19\n", + "fastjsonschema==2.20.0\n", + "fastprogress==1.0.3\n", + "fastrlock==0.8.2\n", + "feedparser==6.0.11\n", + "filelock==3.16.1\n", + "filetype==1.2.0\n", + "firebase-admin==6.5.0\n", + "Flask==2.2.5\n", + "flatbuffers==24.3.25\n", + "flax==0.8.5\n", + "folium==0.18.0\n", + "fonttools==4.54.1\n", + "frozendict==2.4.6\n", + "frozenlist==1.5.0\n", + "fsspec==2024.10.0\n", + "future==1.0.0\n", + "gast==0.6.0\n", + "gcsfs==2024.10.0\n", + "GDAL==3.6.4\n", + "gdown==5.2.0\n", + "geemap==0.35.0\n", + "gensim==4.3.3\n", + "geocoder==1.38.1\n", + "geographiclib==2.0\n", + "geopandas==1.0.1\n", + "geopy==2.4.1\n", + "gin-config==0.5.0\n", + "gitdb==4.0.11\n", + "GitPython==3.1.43\n", + "glob2==0.7\n", + "google==2.0.3\n", + "google-ai-generativelanguage==0.6.10\n", + "google-api-core==2.19.2\n", + "google-api-python-client==2.137.0\n", + "google-auth==2.27.0\n", + "google-auth-httplib2==0.2.0\n", + "google-auth-oauthlib==1.2.1\n", + "google-cloud-aiplatform==1.70.0\n", + "google-cloud-bigquery==3.25.0\n", + "google-cloud-bigquery-connection==1.15.5\n", + "google-cloud-bigquery-storage==2.27.0\n", + "google-cloud-bigtable==2.26.0\n", + "google-cloud-core==2.4.1\n", + "google-cloud-datastore==2.19.0\n", + "google-cloud-firestore==2.16.1\n", + "google-cloud-functions==1.16.5\n", + "google-cloud-iam==2.16.0\n", + "google-cloud-language==2.13.4\n", + "google-cloud-pubsub==2.25.0\n", + "google-cloud-resource-manager==1.13.0\n", + "google-cloud-storage==2.8.0\n", + "google-cloud-translate==3.15.5\n", + "google-colab==1.0.0\n", + "google-crc32c==1.6.0\n", + "google-generativeai==0.8.3\n", + "google-pasta==0.2.0\n", + "google-resumable-media==2.7.2\n", + "googleapis-common-protos==1.65.0\n", + "googledrivedownloader==0.4\n", + "graphviz==0.20.3\n", + "greenlet==3.1.1\n", + "grpc-google-iam-v1==0.13.1\n", + "grpcio==1.64.1\n", + "grpcio-status==1.48.2\n", + "gspread==6.0.2\n", + "gspread-dataframe==3.3.1\n", + "gw_dsl_parser==0.1.49.1\n", + "gym==0.25.2\n", + "gym-notices==0.0.8\n", + "h11==0.14.0\n", + "h5netcdf==1.4.0\n", + "h5py==3.12.1\n", + "holidays==0.59\n", + "holoviews==1.19.1\n", + "html5lib==1.1\n", + "httpcore==1.0.6\n", + "httpimport==1.4.0\n", + "httplib2==0.22.0\n", + "httpx==0.27.2\n", + "huggingface-hub==0.24.7\n", + "humanfriendly==10.0\n", + "humanize==4.11.0\n", + "hyperopt==0.2.7\n", + "ibis-framework==9.2.0\n", + "idna==3.10\n", + "imageio==2.36.0\n", + "imageio-ffmpeg==0.5.1\n", + "imagesize==1.4.1\n", + "imbalanced-learn==0.12.4\n", + "imgaug==0.4.0\n", + "immutabledict==4.2.0\n", + "importlib_metadata==7.2.1\n", + "importlib_resources==6.4.5\n", + "imutils==0.5.4\n", + "inflect==7.4.0\n", + "iniconfig==2.0.0\n", + "intel-cmplr-lib-ur==2025.0.0\n", + "intel-openmp==2025.0.0\n", + "ipydagred3==0.4.1\n", + "ipyevents==2.0.2\n", + "ipyfilechooser==0.6.0\n", + "ipykernel==5.5.6\n", + "ipylab==1.0.0\n", + "ipyleaflet==0.19.2\n", + "ipyparallel==8.8.0\n", + "ipython==7.34.0\n", + "ipython-genutils==0.2.0\n", + "ipython-sql==0.5.0\n", + "ipytree==0.2.2\n", + "ipywidgets==8.1.5\n", + "isodate==0.7.2\n", + "itsdangerous==2.2.0\n", + "jax==0.4.33\n", + "jax-cuda12-pjrt==0.4.33\n", + "jax-cuda12-plugin==0.4.33\n", + "jaxlib==0.4.33\n", + "jedi==0.19.1\n", + "jeepney==0.7.1\n", + "jellyfish==1.1.0\n", + "jieba==0.42.1\n", + "Jinja2==3.1.4\n", + "jiter==0.6.1\n", + "joblib==1.4.2\n", + "json2html==1.3.0\n", + "jsonpatch==1.33\n", + "jsonpickle==3.3.0\n", + "jsonpointer==3.0.0\n", + "jsonschema==4.23.0\n", + "jsonschema-specifications==2024.10.1\n", + "jupyter-client==6.1.12\n", + "jupyter-console==6.1.0\n", + "jupyter_core==5.7.2\n", + "jupyter-leaflet==0.19.2\n", + "jupyter-server==1.24.0\n", + "jupyterlab_pygments==0.3.0\n", + "jupyterlab_widgets==3.0.13\n", + "jupytext==1.16.4\n", + "kaggle==1.6.17\n", + "kagglehub==0.3.3\n", + "kanaries_track==0.0.5\n", + "keras==3.4.1\n", + "keyring==23.5.0\n", + "kiara==0.5.12\n", + "kiara_plugin.core_types==0.5.1\n", + "kiara-plugin.html==0.5.0\n", + "kiara-plugin.jupyter==0.5.0\n", + "kiara-plugin.language-processing==0.5.0\n", + "kiara-plugin.network-analysis==0.5.1\n", + "kiara_plugin.onboarding==0.5.1\n", + "kiara-plugin.streamlit==0.5.1\n", + "kiara_plugin.tabular==0.5.5\n", + "kiwisolver==1.4.7\n", + "kuzu==0.6.1\n", + "langchain==0.3.4\n", + "langchain-core==0.3.13\n", + "langchain-text-splitters==0.3.0\n", + "langcodes==3.4.1\n", + "langsmith==0.1.137\n", + "language_data==1.2.0\n", + "launchpadlib==1.10.16\n", + "lazr.restfulclient==0.14.4\n", + "lazr.uri==1.0.6\n", + "lazy_loader==0.4\n", + "libclang==18.1.1\n", + "libcudf-cu12==24.10.1\n", + "librosa==0.10.2.post1\n", + "lightgbm==4.5.0\n", + "linkify-it-py==2.0.3\n", + "llvmlite==0.43.0\n", + "locket==1.0.0\n", + "logical-unification==0.4.6\n", + "lxml==5.3.0\n", + "lz4==4.3.3\n", + "marisa-trie==1.2.1\n", + "Markdown==3.7\n", + "markdown-it-py==3.0.0\n", + "MarkupSafe==3.0.2\n", + "matplotlib==3.8.0\n", + "matplotlib-inline==0.1.7\n", + "matplotlib-venn==1.1.1\n", + "mdit-py-plugins==0.4.2\n", + "mdurl==0.1.2\n", + "miniKanren==1.0.3\n", + "missingno==0.5.2\n", + "mistune==3.0.2\n", + "mizani==0.13.0\n", + "mkl==2024.2.2\n", + "ml-dtypes==0.4.1\n", + "mlxtend==0.23.1\n", + "mmhash3==3.0.1\n", + "monotonic==1.6\n", + "more-itertools==10.5.0\n", + "moviepy==1.0.3\n", + "mpmath==1.3.0\n", + "msgpack==1.1.0\n", + "multidict==6.1.0\n", + "multiformats==0.3.1.post4\n", + "multiformats-config==0.3.1\n", + "multipledispatch==1.0.0\n", + "multitasking==0.0.11\n", + "murmurhash==1.0.10\n", + "music21==9.1.0\n", + "mypy-extensions==1.0.0\n", + "namex==0.0.8\n", + "natsort==8.4.0\n", + "nbclassic==1.1.0\n", + "nbclient==0.10.0\n", + "nbconvert==7.16.4\n", + "nbformat==5.10.4\n", + "nest-asyncio==1.6.0\n", + "networkx==3.4.2\n", + "nibabel==5.3.2\n", + "nltk==3.8.1\n", + "notebook==6.5.5\n", + "notebook_shim==0.2.4\n", + "numba==0.60.0\n", + "numexpr==2.10.1\n", + "numpy==1.26.4\n", + "nvidia-cublas-cu12==12.6.3.3\n", + "nvidia-cuda-cupti-cu12==12.6.80\n", + "nvidia-cuda-nvcc-cu12==12.6.77\n", + "nvidia-cuda-runtime-cu12==12.6.77\n", + "nvidia-cudnn-cu12==9.5.1.17\n", + "nvidia-cufft-cu12==11.3.0.4\n", + "nvidia-curand-cu12==10.3.7.77\n", + "nvidia-cusolver-cu12==11.7.1.2\n", + "nvidia-cusparse-cu12==12.5.4.2\n", + "nvidia-nccl-cu12==2.23.4\n", + "nvidia-nvjitlink-cu12==12.6.77\n", + "nvtx==0.2.10\n", + "nx-cugraph-cu12==24.10.0\n", + "oauth2client==4.1.3\n", + "oauthlib==3.2.2\n", + "openai==1.52.2\n", + "opencv-contrib-python==4.10.0.84\n", + "opencv-python==4.10.0.84\n", + "opencv-python-headless==4.10.0.84\n", + "openpyxl==3.1.5\n", + "opentelemetry-api==1.16.0\n", + "opentelemetry-sdk==1.16.0\n", + "opentelemetry-semantic-conventions==0.37b0\n", + "opt_einsum==3.4.0\n", + "optax==0.2.3\n", + "optree==0.13.0\n", + "orbax-checkpoint==0.6.4\n", + "ordered-set==4.1.0\n", + "orjson==3.10.10\n", + "osqp==0.6.7.post3\n", + "outcome==1.3.0.post0\n", + "packaging==24.1\n", + "pandas==2.2.2\n", + "pandas-datareader==0.10.0\n", + "pandas-gbq==0.24.0\n", + "pandas-stubs==2.2.2.240909\n", + "pandocfilters==1.5.1\n", + "panel==1.4.5\n", + "param==2.1.1\n", + "parso==0.8.4\n", + "parsy==2.1\n", + "partd==1.4.2\n", + "pathlib==1.0.1\n", + "pathspec==0.12.1\n", + "patool==3.0.3\n", + "patsy==0.5.6\n", + "pbr==6.1.0\n", + "peewee==3.17.7\n", + "peft==0.13.2\n", + "pexpect==4.9.0\n", + "pickleshare==0.7.5\n", + "pillow==10.4.0\n", + "pip==24.1.2\n", + "platformdirs==4.3.6\n", + "plotly==5.24.1\n", + "plotnine==0.14.0\n", + "pluggy==1.5.0\n", + "polars==1.9.0\n", + "pooch==1.8.2\n", + "portpicker==1.5.2\n", + "pp-ez==0.2.0\n", + "preshed==3.0.9\n", + "prettytable==3.11.0\n", + "proglog==0.1.10\n", + "progressbar2==4.5.0\n", + "prometheus_client==0.21.0\n", + "promise==2.3\n", + "prompt_toolkit==3.0.48\n", + "propcache==0.2.0\n", + "prophet==1.1.6\n", + "proto-plus==1.25.0\n", + "protobuf==3.20.3\n", + "psutil==5.9.5\n", + "psycopg2==2.9.10\n", + "psygnal==0.11.1\n", + "ptyprocess==0.7.0\n", + "puremagic==1.28\n", + "py-cpuinfo==9.0.0\n", + "py4j==0.10.9.7\n", + "pyarrow==17.0.0\n", + "pyarrow-hotfix==0.6\n", + "pyasn1==0.6.1\n", + "pyasn1_modules==0.4.1\n", + "pycocotools==2.0.8\n", + "pycparser==2.22\n", + "pydantic==2.9.2\n", + "pydantic_core==2.23.4\n", + "pydantic-settings==2.6.1\n", + "pydata-google-auth==1.8.2\n", + "pydeck==0.9.1\n", + "pydot==3.0.2\n", + "pydotplus==2.0.2\n", + "PyDrive==1.3.1\n", + "PyDrive2==1.20.0\n", + "pyerfa==2.0.1.4\n", + "pygame==2.6.1\n", + "pygit2==1.16.0\n", + "PyGithub==2.5.0\n", + "Pygments==2.18.0\n", + "PyGObject==3.42.1\n", + "pygwalker==0.4.9.13\n", + "PyJWT==2.9.0\n", + "pylibcudf-cu12==24.10.1\n", + "pylibcugraph-cu12==24.10.0\n", + "pylibraft-cu12==24.10.0\n", + "pymc==5.17.0\n", + "pymdown-extensions==10.12\n", + "pymystem3==0.2.0\n", + "PyNaCl==1.5.0\n", + "pynvjitlink-cu12==0.4.0\n", + "pyogrio==0.10.0\n", + "PyOpenGL==3.1.7\n", + "pyOpenSSL==24.2.1\n", + "pyparsing==3.2.0\n", + "pyperclip==1.9.0\n", + "pyproj==3.7.0\n", + "pyshp==2.3.1\n", + "PySocks==1.7.1\n", + "pyspark==3.5.3\n", + "pytensor==2.25.5\n", + "pytest==7.4.4\n", + "python-apt==0.0.0\n", + "python-box==7.2.0\n", + "python-dateutil==2.8.2\n", + "python-decouple==3.8\n", + "python-dotenv==1.0.1\n", + "python-louvain==0.16\n", + "python-slugify==8.0.4\n", + "python-utils==3.9.0\n", + "pytz==2024.2\n", + "pyvis==0.3.2\n", + "pyviz_comms==3.0.3\n", + "PyYAML==6.0.2\n", + "pyzenodo3==1.0.2\n", + "pyzmq==26.2.0\n", + "pyzotero==1.5.25\n", + "qdldl==0.1.7.post4\n", + "quickjs==1.19.4\n", + "ratelim==0.1.6\n", + "rdflib==7.1.1\n", + "referencing==0.35.1\n", + "regex==2024.9.11\n", + "requests==2.32.3\n", + "requests-oauthlib==1.3.1\n", + "requests-toolbelt==1.0.0\n", + "requirements-parser==0.9.0\n", + "rich==13.9.3\n", + "rich-click==1.7.4\n", + "rmm-cu12==24.10.0\n", + "rpds-py==0.20.0\n", + "rpy2==3.4.2\n", + "rsa==4.9\n", + "ruamel.yaml==0.18.6\n", + "ruamel.yaml.clib==0.2.12\n", + "rustworkx==0.13.2\n", + "safetensors==0.4.5\n", + "scikit-image==0.24.0\n", + "scikit-learn==1.5.2\n", + "scipy==1.13.1\n", + "scooby==0.10.0\n", + "scs==3.2.7\n", + "seaborn==0.13.2\n", + "SecretStorage==3.3.1\n", + "segment-analytics-python==2.2.3\n", + "selenium==4.26.1\n", + "Send2Trash==1.8.3\n", + "sentence-transformers==3.2.1\n", + "sentencepiece==0.2.0\n", + "sentry-sdk==2.17.0\n", + "setproctitle==1.3.3\n", + "setuptools==75.1.0\n", + "sgmllib3k==1.0.0\n", + "shap==0.46.0\n", + "shapely==2.0.6\n", + "shellingham==1.5.4\n", + "simple-parsing==0.1.6\n", + "six==1.16.0\n", + "sklearn-pandas==2.2.0\n", + "slicer==0.0.8\n", + "smart-open==7.0.5\n", + "smmap==5.0.1\n", + "sniffio==1.3.1\n", + "snowballstemmer==2.2.0\n", + "sortedcontainers==2.4.0\n", + "soundfile==0.12.1\n", + "soupsieve==2.6\n", + "soxr==0.5.0.post1\n", + "spacy==3.7.5\n", + "spacy-legacy==3.0.12\n", + "spacy-loggers==1.0.5\n", + "SPARQLWrapper==2.0.0\n", + "Sphinx==5.0.2\n", + "sphinxcontrib-applehelp==2.0.0\n", + "sphinxcontrib-devhelp==2.0.0\n", + "sphinxcontrib-htmlhelp==2.1.0\n", + "sphinxcontrib-jsmath==1.0.1\n", + "sphinxcontrib-qthelp==2.0.0\n", + "sphinxcontrib-serializinghtml==2.0.0\n", + "SQLAlchemy==2.0.36\n", + "SQLAlchemy-Utc==0.14.0\n", + "SQLAlchemy-Utils==0.41.2\n", + "sqlglot==25.1.0\n", + "sqlite-fts4==1.0.3\n", + "sqlite-utils==3.30\n", + "sqlparse==0.5.1\n", + "srsly==2.4.8\n", + "stanio==0.5.1\n", + "statsmodels==0.14.4\n", + "stevedore==5.3.0\n", + "streamlit==1.40.0\n", + "streamlit-aggrid==1.0.5\n", + "streamlit-option-menu==0.4.0\n", + "streamlit-scrollable-textbox==0.0.3\n", + "streamlit-tags==1.2.8\n", + "StrEnum==0.4.15\n", + "stringzilla==3.10.6\n", + "structlog==24.4.0\n", + "sympy==1.13.1\n", + "tables==3.8.0\n", + "tabulate==0.9.0\n", + "tbb==2021.13.1\n", + "tcmlib==1.2.0\n", + "tenacity==9.0.0\n", + "tensorboard==2.17.0\n", + "tensorboard-data-server==0.7.2\n", + "tensorflow==2.17.0\n", + "tensorflow-datasets==4.9.6\n", + "tensorflow-hub==0.16.1\n", + "tensorflow-io-gcs-filesystem==0.37.1\n", + "tensorflow-metadata==1.16.1\n", + "tensorflow-probability==0.24.0\n", + "tensorstore==0.1.67\n", + "termcolor==2.5.0\n", + "terminado==0.18.1\n", + "text-unidecode==1.3\n", + "textblob==0.17.1\n", + "tf_keras==2.17.0\n", + "tf-slim==1.1.0\n", + "thinc==8.2.5\n", + "threadpoolctl==3.5.0\n", + "tifffile==2024.9.20\n", + "timm==1.0.11\n", + "tinycss2==1.4.0\n", + "tokenizers==0.19.1\n", + "toml==0.10.2\n", + "tomli==2.0.2\n", + "toolz==0.12.1\n", + "torch==2.5.0+cu121\n", + "torchaudio==2.5.0+cu121\n", + "torchsummary==1.5.1\n", + "torchvision==0.20.0+cu121\n", + "tornado==6.3.3\n", + "tqdm==4.66.6\n", + "traitlets==5.7.1\n", + "traittypes==0.2.1\n", + "transformers==4.44.2\n", + "trio==0.27.0\n", + "trio-websocket==0.11.1\n", + "tweepy==4.14.0\n", + "typeguard==4.4.0\n", + "typer==0.12.5\n", + "types-python-dateutil==2.9.0.20241003\n", + "types-pytz==2024.2.0.20241003\n", + "types-setuptools==75.3.0.20241105\n", + "typing_extensions==4.12.2\n", + "typing-validation==1.2.11.post4\n", + "tzdata==2024.2\n", + "tzlocal==5.2\n", + "uc-micro-py==1.0.3\n", + "umf==0.9.0\n", + "uritemplate==4.1.1\n", + "urllib3==2.2.3\n", + "vega-datasets==0.9.0\n", + "wadllib==1.3.6\n", + "wandb==0.18.5\n", + "wasabi==1.1.3\n", + "wasmtime==25.0.0\n", + "watchdog==5.0.3\n", + "wcwidth==0.2.13\n", + "weasel==0.4.1\n", + "webcolors==24.8.0\n", + "webencodings==0.5.1\n", + "websocket-client==1.8.0\n", + "Werkzeug==3.0.6\n", + "wheel==0.44.0\n", + "widgetsnbextension==4.0.13\n", + "wordcloud==1.9.3\n", + "wrapt==1.16.0\n", + "wsproto==1.2.0\n", + "xarray==2024.10.0\n", + "xarray-einstats==0.8.0\n", + "xgboost==2.1.2\n", + "xlrd==2.0.1\n", + "xyzservices==2024.9.0\n", + "yarl==1.17.0\n", + "yellowbrick==1.5\n", + "yfinance==0.2.48\n", + "zipp==3.20.2\n", + "zstandard==0.23.0\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# Input validation" + ], + "metadata": { + "id": "OTAM_XQQqW2f" + } + }, + { + "cell_type": "markdown", + "source": [ + "This function performs the validation of the seed input entities in the Wikipedia Knowledge Graph. In case of error, the user is invited to re-insert a valid entity. Spaces shall be replaced by underscores \"_\"." + ], + "metadata": { + "id": "a6gJox-_e9qp" + } + }, + { + "cell_type": "code", + "source": [ + "import requests\n", + "import json\n", + "from bs4 import BeautifulSoup as bs\n", + "from selenium import webdriver\n", + "from selenium.webdriver.common.keys import Keys\n", + "from selenium.webdriver.common.by import By\n", + "from selenium.webdriver.chrome.options import Options\n", + "import time\n", + "from SPARQLWrapper import SPARQLWrapper, JSON\n", + "\n", + "def validate_entity(entity):\n", + " \"\"\"Validate if a Wikipedia entity exists.\"\"\"\n", + " response = requests.get(f\"https://en.wikipedia.org/wiki/{entity}\")\n", + " return response.status_code == 200\n", + "\n", + "# Take user input and validate\n", + "entity_start = input(\"Enter the starting Wikipedia entity: \")\n", + "while not validate_entity(entity_start):\n", + " print(f\"{entity_start} is not a valid Wikipedia entity. Try again.\")\n", + " entity_start = input(\"Enter the starting Wikipedia entity: \")\n", + "\n", + "entity_end = input(\"Enter the target Wikipedia entity: \")\n", + "while not validate_entity(entity_end):\n", + " print(f\"{entity_end} is not a valid Wikipedia entity. Try again.\")\n", + " entity_end = input(\"Enter the target Wikipedia entity: \")\n", + "\n", + "print(f\"Valid entities: {entity_start} and {entity_end}\")\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "sH0mnj6QfaQk", + "outputId": "db150ba1-6654-4b77-d694-c70049861b5a" + }, + "execution_count": 5, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Enter the starting Wikipedia entity: Albert_Einstein\n", + "Enter the target Wikipedia entity: Willibrord\n", + "Valid entities: Albert_Einstein and Willibrord\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# Shortest Path algorithm between two input entities by Web Scraping" + ], + "metadata": { + "id": "hKHt38QBmh9P" + } + }, + { + "cell_type": "markdown", + "source": [ + "Through the following functions the website \"Six Degrees of Wikipedia\" is scraped for retrieving middle entities between the two input ones. For each entity, the title, the description and the URL are stored." + ], + "metadata": { + "id": "zbSoQyqpmvF0" + } + }, + { + "cell_type": "code", + "source": [ + "from selenium import webdriver\n", + "from selenium.webdriver.common.by import By\n", + "from selenium.webdriver.chrome.options import Options\n", + "from selenium.webdriver.common.keys import Keys\n", + "import time\n", + "\n", + "def related_entities_triples(start, end):\n", + " options = Options()\n", + " options.add_argument('--headless')\n", + " options.add_argument('--no-sandbox')\n", + " options.add_argument('--disable-dev-shm-usage')\n", + "\n", + " driver = webdriver.Chrome(options=options)\n", + " driver.get(f\"https://www.sixdegreesofwikipedia.com/?source={start}&target={end}\")\n", + "\n", + " # Click the button to generate the shortest path\n", + " try:\n", + " driver.find_element(By.CSS_SELECTOR, \"button\").click()\n", + " time.sleep(5) # Allow time for content to load\n", + " except Exception as e:\n", + " print(\"Error clicking button:\", e)\n", + " driver.quit()\n", + " return []\n", + "\n", + " # Scroll to load the \"INDIVIDUAL PATHS\" content\n", + " try:\n", + " webtext = driver.find_elements(By.XPATH, \"//div[1]/div[2]/div[5]\")[0] # Container for paths content\n", + " for _ in range(5): # Scroll down several times to ensure content loads\n", + " driver.find_element(By.TAG_NAME, 'body').send_keys(Keys.PAGE_DOWN)\n", + " time.sleep(1) # Wait briefly for new content to load\n", + "\n", + " webtexto = webtext.text\n", + " except Exception as e:\n", + " print(\"Error retrieving 'INDIVIDUAL PATHS' content:\", e)\n", + " driver.quit()\n", + " return []\n", + "\n", + " # Process the extracted text from \"INDIVIDUAL PATHS\"\n", + " hrefs_list = []\n", + " titles_list = []\n", + " captions_list = []\n", + "\n", + " # Split webtext by lines to parse titles and captions\n", + " lines = webtexto.split(\"\\n\")\n", + " for i in range(0, len(lines), 2): # Assuming title and caption alternate in lines\n", + " if i < len(lines):\n", + " titles_list.append(lines[i]) # Title on even lines\n", + " if i + 1 < len(lines):\n", + " captions_list.append(lines[i + 1]) # Caption on odd lines\n", + "\n", + " # Create triples with titles, captions, and hrefs\n", + " triples = []\n", + " for title, caption in zip(titles_list, captions_list):\n", + " href = f\"https://en.wikipedia.org/wiki/{title.replace(' ', '_')}\"\n", + " triples.append({\n", + " \"title\": title,\n", + " \"caption\": caption,\n", + " \"href\": href\n", + " })\n", + "\n", + " # Generate triple groups\n", + " triple_groups = []\n", + " for i in range(len(triples) - 2):\n", + " triple_groups.append((triples[i], triples[i+1], triples[i+2]))\n", + "\n", + " driver.quit()\n", + " return triple_groups\n", + "\n", + "# Example usage\n", + "#start_entity = \"Anubis\"\n", + "#end_entity = \"Tale of Two Brothers\"\n", + "entity_triples = related_entities_triples(entity_start, entity_end)\n", + "print(entity_triples)\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "lEgUNTJHgqCa", + "outputId": "1c81d757-7a0d-421a-ccb9-1da9e8a2e028" + }, + "execution_count": 6, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "[({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Turkey', 'caption': 'Country straddling Southeast Europe and West Asia', 'href': 'https://en.wikipedia.org/wiki/Turkey'}, {'title': 'Luxembourg', 'caption': 'Country in Northwestern Europe', 'href': 'https://en.wikipedia.org/wiki/Luxembourg'}), ({'title': 'Turkey', 'caption': 'Country straddling Southeast Europe and West Asia', 'href': 'https://en.wikipedia.org/wiki/Turkey'}, {'title': 'Luxembourg', 'caption': 'Country in Northwestern Europe', 'href': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Luxembourg', 'caption': 'Country in Northwestern Europe', 'href': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Turkey', 'caption': 'Country straddling Southeast Europe and West Asia', 'href': 'https://en.wikipedia.org/wiki/Turkey'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Turkey', 'caption': 'Country straddling Southeast Europe and West Asia', 'href': 'https://en.wikipedia.org/wiki/Turkey'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Turkey', 'caption': 'Country straddling Southeast Europe and West Asia', 'href': 'https://en.wikipedia.org/wiki/Turkey'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'University of Bern', 'caption': 'University in the Swiss capital of Bern', 'href': 'https://en.wikipedia.org/wiki/University_of_Bern'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'University of Bern', 'caption': 'University in the Swiss capital of Bern', 'href': 'https://en.wikipedia.org/wiki/University_of_Bern'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'University of Bern', 'caption': 'University in the Swiss capital of Bern', 'href': 'https://en.wikipedia.org/wiki/University_of_Bern'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}), ({'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}), ({'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Christianisation of the Germanic peoples', 'caption': 'Conversion of Germanic peoples to Christianity', 'href': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}), ({'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Christianisation of the Germanic peoples', 'caption': 'Conversion of Germanic peoples to Christianity', 'href': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Christianisation of the Germanic peoples', 'caption': 'Conversion of Germanic peoples to Christianity', 'href': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Walhalla (memorial)', 'caption': 'Memorial in Donaustauf, Bavaria', 'href': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}), ({'title': 'Culture of Germany', 'caption': 'Pattern of human activity and symbolism associated with Germany and its people', 'href': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Walhalla (memorial)', 'caption': 'Memorial in Donaustauf, Bavaria', 'href': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Walhalla (memorial)', 'caption': 'Memorial in Donaustauf, Bavaria', 'href': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Köchel catalogue', 'caption': 'Catalogue of Mozart compositions', 'href': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Köchel catalogue', 'caption': 'Catalogue of Mozart compositions', 'href': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Köchel catalogue', 'caption': 'Catalogue of Mozart compositions', 'href': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Luxembourg', 'caption': 'Country in Northwestern Europe', 'href': 'https://en.wikipedia.org/wiki/Luxembourg'}), ({'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Luxembourg', 'caption': 'Country in Northwestern Europe', 'href': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Luxembourg', 'caption': 'Country in Northwestern Europe', 'href': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}), ({'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}), ({'title': 'German Empire', 'caption': 'German nation-state in Central Europe from 1871 to 1918', 'href': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Christ Church, Oxford', 'caption': 'Constituent college of the University of Oxford in England', 'href': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Christ Church, Oxford', 'caption': 'Constituent college of the University of Oxford in England', 'href': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Christ Church, Oxford', 'caption': 'Constituent college of the University of Oxford in England', 'href': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Gestapo', 'caption': 'Official secret police of Nazi Germany', 'href': 'https://en.wikipedia.org/wiki/Gestapo'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Gestapo', 'caption': 'Official secret police of Nazi Germany', 'href': 'https://en.wikipedia.org/wiki/Gestapo'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Gestapo', 'caption': 'Official secret police of Nazi Germany', 'href': 'https://en.wikipedia.org/wiki/Gestapo'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Gestapo', 'caption': 'Official secret police of Nazi Germany', 'href': 'https://en.wikipedia.org/wiki/Gestapo'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Gestapo', 'caption': 'Official secret police of Nazi Germany', 'href': 'https://en.wikipedia.org/wiki/Gestapo'}, {'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}), ({'title': 'Gestapo', 'caption': 'Official secret police of Nazi Germany', 'href': 'https://en.wikipedia.org/wiki/Gestapo'}, {'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'History of physics', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/History_of_physics'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'History of physics', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/History_of_physics'}, {'title': 'History of the Netherlands', 'caption': 'Dutch history', 'href': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}), ({'title': 'History of physics', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/History_of_physics'}, {'title': 'History of the Netherlands', 'caption': 'Dutch history', 'href': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'History of the Netherlands', 'caption': 'Dutch history', 'href': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Benedictines', 'caption': 'Catholic monastic order', 'href': 'https://en.wikipedia.org/wiki/Benedictines'}), ({'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Benedictines', 'caption': 'Catholic monastic order', 'href': 'https://en.wikipedia.org/wiki/Benedictines'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Benedictines', 'caption': 'Catholic monastic order', 'href': 'https://en.wikipedia.org/wiki/Benedictines'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Timeline of the Catholic Church', 'caption': 'Timeline of the history of the Catholic Church', 'href': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}), ({'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Timeline of the Catholic Church', 'caption': 'Timeline of the history of the Catholic Church', 'href': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Timeline of the Catholic Church', 'caption': 'Timeline of the history of the Catholic Church', 'href': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'List of Catholic saints', 'caption': 'Wikimedia list article', 'href': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}), ({'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'List of Catholic saints', 'caption': 'Wikimedia list article', 'href': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'List of Catholic saints', 'caption': 'Wikimedia list article', 'href': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'History of the Catholic Church', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}), ({'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'History of the Catholic Church', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'History of the Catholic Church', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Christianity in the Middle Ages', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}), ({'title': 'Catholic school', 'caption': 'Educational institution operated by a Catholic organization', 'href': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Christianity in the Middle Ages', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Christianity in the Middle Ages', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ashkenazi Jews', 'caption': 'Jewish diaspora of Central Europe', 'href': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ashkenazi Jews', 'caption': 'Jewish diaspora of Central Europe', 'href': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Ashkenazi Jews', 'caption': 'Jewish diaspora of Central Europe', 'href': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ashkenazi Jews', 'caption': 'Jewish diaspora of Central Europe', 'href': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ashkenazi Jews', 'caption': 'Jewish diaspora of Central Europe', 'href': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}), ({'title': 'Ashkenazi Jews', 'caption': 'Jewish diaspora of Central Europe', 'href': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Old Norse religion', 'caption': 'Historical religious tradition belonging to the North Germanic peoples', 'href': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}), ({'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Old Norse religion', 'caption': 'Historical religious tradition belonging to the North Germanic peoples', 'href': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Old Norse religion', 'caption': 'Historical religious tradition belonging to the North Germanic peoples', 'href': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Religion in Belgium', 'caption': 'Religion in the country', 'href': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}), ({'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Religion in Belgium', 'caption': 'Religion in the country', 'href': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Religion in Belgium', 'caption': 'Religion in the country', 'href': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Anglo-Saxon paganism', 'caption': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'href': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}), ({'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Anglo-Saxon paganism', 'caption': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'href': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Anglo-Saxon paganism', 'caption': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'href': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Continental Germanic mythology', 'caption': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'href': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}), ({'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Continental Germanic mythology', 'caption': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'href': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Continental Germanic mythology', 'caption': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'href': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Christianity in the Middle Ages', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}), ({'title': 'Judaism', 'caption': 'Abrahamic monotheistic ethnic religion of the Jews', 'href': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Christianity in the Middle Ages', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Christianity in the Middle Ages', 'caption': 'Aspect of history', 'href': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': \"King's College London\", 'caption': 'Public research university in London, United Kingdom', 'href': \"https://en.wikipedia.org/wiki/King's_College_London\"}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': \"King's College London\", 'caption': 'Public research university in London, United Kingdom', 'href': \"https://en.wikipedia.org/wiki/King's_College_London\"}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': \"King's College London\", 'caption': 'Public research university in London, United Kingdom', 'href': \"https://en.wikipedia.org/wiki/King's_College_London\"}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ludwig Wittgenstein', 'caption': 'Austrian philosopher and logician (1889-1951)', 'href': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ludwig Wittgenstein', 'caption': 'Austrian philosopher and logician (1889-1951)', 'href': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Ludwig Wittgenstein', 'caption': 'Austrian philosopher and logician (1889-1951)', 'href': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Institute for Advanced Study', 'caption': 'Postgraduate center in Princeton, New Jersey, US', 'href': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Institute for Advanced Study', 'caption': 'Postgraduate center in Princeton, New Jersey, US', 'href': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Institute for Advanced Study', 'caption': 'Postgraduate center in Princeton, New Jersey, US', 'href': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Institute for Advanced Study', 'caption': 'Postgraduate center in Princeton, New Jersey, US', 'href': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Institute for Advanced Study', 'caption': 'Postgraduate center in Princeton, New Jersey, US', 'href': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'title': 'Wassenaar', 'caption': 'Town and municipality in South Holland, Netherlands', 'href': 'https://en.wikipedia.org/wiki/Wassenaar'}), ({'title': 'Institute for Advanced Study', 'caption': 'Postgraduate center in Princeton, New Jersey, US', 'href': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'title': 'Wassenaar', 'caption': 'Town and municipality in South Holland, Netherlands', 'href': 'https://en.wikipedia.org/wiki/Wassenaar'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Wassenaar', 'caption': 'Town and municipality in South Holland, Netherlands', 'href': 'https://en.wikipedia.org/wiki/Wassenaar'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Benedictines', 'caption': 'Catholic monastic order', 'href': 'https://en.wikipedia.org/wiki/Benedictines'}), ({'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Benedictines', 'caption': 'Catholic monastic order', 'href': 'https://en.wikipedia.org/wiki/Benedictines'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Benedictines', 'caption': 'Catholic monastic order', 'href': 'https://en.wikipedia.org/wiki/Benedictines'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Haarlem', 'caption': 'Municipality in the Netherlands and capital city of North Holland', 'href': 'https://en.wikipedia.org/wiki/Haarlem'}), ({'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Haarlem', 'caption': 'Municipality in the Netherlands and capital city of North Holland', 'href': 'https://en.wikipedia.org/wiki/Haarlem'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Haarlem', 'caption': 'Municipality in the Netherlands and capital city of North Holland', 'href': 'https://en.wikipedia.org/wiki/Haarlem'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}), ({'title': 'Ulm', 'caption': 'Large city in Baden-Württemberg, Germany', 'href': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Munich', 'caption': 'Capital and most populous city of Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Munich'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Munich', 'caption': 'Capital and most populous city of Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Munich'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Munich', 'caption': 'Capital and most populous city of Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Munich'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Munich', 'caption': 'Capital and most populous city of Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Munich'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Munich', 'caption': 'Capital and most populous city of Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Munich'}, {'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}), ({'title': 'Munich', 'caption': 'Capital and most populous city of Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Munich'}, {'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Würzburg', 'caption': 'City in the region of Franconia, Northern Bavaria, Germany', 'href': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Old Norse religion', 'caption': 'Historical religious tradition belonging to the North Germanic peoples', 'href': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}), ({'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Old Norse religion', 'caption': 'Historical religious tradition belonging to the North Germanic peoples', 'href': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Old Norse religion', 'caption': 'Historical religious tradition belonging to the North Germanic peoples', 'href': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Religion in Belgium', 'caption': 'Religion in the country', 'href': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}), ({'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Religion in Belgium', 'caption': 'Religion in the country', 'href': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Religion in Belgium', 'caption': 'Religion in the country', 'href': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Anglo-Saxon paganism', 'caption': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'href': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}), ({'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Anglo-Saxon paganism', 'caption': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'href': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Anglo-Saxon paganism', 'caption': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'href': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Continental Germanic mythology', 'caption': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'href': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}), ({'title': 'Ethical movement', 'caption': 'Ethical, educational, and religious movement', 'href': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Continental Germanic mythology', 'caption': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'href': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Continental Germanic mythology', 'caption': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'href': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'List of Nobel laureates in Physics', 'caption': 'Wikimedia list article', 'href': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'List of Nobel laureates in Physics', 'caption': 'Wikimedia list article', 'href': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'List of Nobel laureates in Physics', 'caption': 'Wikimedia list article', 'href': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Martin Luther King Jr.', 'caption': 'American Baptist minister and civil rights leader (1929–1968)', 'href': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Martin Luther King Jr.', 'caption': 'American Baptist minister and civil rights leader (1929–1968)', 'href': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}), ({'title': 'Martin Luther King Jr.', 'caption': 'American Baptist minister and civil rights leader (1929–1968)', 'href': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Netherlands', 'caption': 'Country in Northwestern Europe with territories in the Caribbean', 'href': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Martin Luther King Jr.', 'caption': 'American Baptist minister and civil rights leader (1929–1968)', 'href': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Martin Luther King Jr.', 'caption': 'American Baptist minister and civil rights leader (1929–1968)', 'href': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'title': 'The Calendar of the Church Year', 'caption': 'Calendar of Saints in the Episcopal Church', 'href': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}), ({'title': 'Martin Luther King Jr.', 'caption': 'American Baptist minister and civil rights leader (1929–1968)', 'href': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'title': 'The Calendar of the Church Year', 'caption': 'Calendar of Saints in the Episcopal Church', 'href': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'The Calendar of the Church Year', 'caption': 'Calendar of Saints in the Episcopal Church', 'href': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Pieter Zeeman', 'caption': 'Dutch physicist (1865-1943)', 'href': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Pieter Zeeman', 'caption': 'Dutch physicist (1865-1943)', 'href': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}, {'title': 'Haarlem', 'caption': 'Municipality in the Netherlands and capital city of North Holland', 'href': 'https://en.wikipedia.org/wiki/Haarlem'}), ({'title': 'Pieter Zeeman', 'caption': 'Dutch physicist (1865-1943)', 'href': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}, {'title': 'Haarlem', 'caption': 'Municipality in the Netherlands and capital city of North Holland', 'href': 'https://en.wikipedia.org/wiki/Haarlem'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Haarlem', 'caption': 'Municipality in the Netherlands and capital city of North Holland', 'href': 'https://en.wikipedia.org/wiki/Haarlem'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}), ({'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Carolingian dynasty', 'caption': 'Frankish noble family founded by Charles Martel', 'href': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}), ({'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}), ({'title': 'Francia', 'caption': 'Frankish Kingdom from 481 to 843', 'href': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}), ({'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}), ({'title': 'Albert Einstein', 'caption': 'German-born theoretical physicist (1879–1955)', 'href': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Christianisation of the Germanic peoples', 'caption': 'Conversion of Germanic peoples to Christianity', 'href': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}), ({'title': 'Nazi Germany', 'caption': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'href': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Christianisation of the Germanic peoples', 'caption': 'Conversion of Germanic peoples to Christianity', 'href': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'title': 'Willibrord', 'caption': 'Christian bishop and Roman Catholic saint', 'href': 'https://en.wikipedia.org/wiki/Willibrord'})]\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# CIDOC-CRM Ontology Harmonization" + ], + "metadata": { + "id": "nGQqQwNii32A" + } + }, + { + "cell_type": "markdown", + "source": [ + "This procedures connects the titles, descriptions and URLs previously retrieved using the CIDOC-CRM ontology.\n", + "\n", + "Mapping:\n", + "\n", + "P67: refersTo\n", + "\n", + "P102: hasTitle\n", + "\n", + "P104: isSubjectTo\n", + "\n", + "P196: defines" + ], + "metadata": { + "id": "JbxU6_DMjBBd" + } + }, + { + "cell_type": "code", + "source": [ + "def harmonize_triples_to_crm(triple_groups):\n", + " \"\"\"\n", + " Harmonizes a list of triple groups into CIDOC-CRM ontology format.\n", + "\n", + " Parameters:\n", + " - triple_groups: List of tuple groups, where each group contains dictionaries\n", + " with \"title\", \"caption\", and \"href\" keys.\n", + "\n", + " Returns:\n", + " - A list of dictionaries in CIDOC-CRM harmonized format.\n", + " \"\"\"\n", + " harmonized_triples = []\n", + "\n", + " for group in triple_groups:\n", + " for triple in group:\n", + " title = triple[\"title\"]\n", + " caption = triple[\"caption\"]\n", + " href = triple[\"href\"]\n", + "\n", + " # Map to CIDOC-CRM relations\n", + " harmonized_triples.extend([\n", + " {\"title\": title, \"cidoc-relation\": \"P104\", \"descr\": caption},\n", + " {\"descr\": caption, \"cidoc-relation\": \"P196\", \"uri\": href},\n", + " {\"uri\": href, \"cidoc-relation\": \"P102\", \"title\": title},\n", + " {\"descr\": caption, \"cidoc-relation\": \"P196\", \"title\": title},\n", + " {\"title\": title, \"cidoc-relation\": \"P104\", \"descr\": caption},\n", + " {\"uri\": href, \"cidoc-relation\": \"P67\", \"descr\": caption},\n", + " {\"title\": title, \"cidoc-relation\": \"P67\", \"uri\": href}\n", + " ])\n", + "\n", + " # Add a \"prev_title\" relation to link the last entity to the next one\n", + " for idx in range(1, len(group)):\n", + " previous_triple = group[idx - 1]\n", + " current_triple = group[idx]\n", + " harmonized_triples.append({\n", + " \"prev_title\": previous_triple[\"title\"],\n", + " \"cidoc-relation\": \"P67\",\n", + " \"title\": current_triple[\"title\"]\n", + " })\n", + "\n", + " return harmonized_triples\n", + "\n", + "# Example usage\n", + "crm_harmonized_triples = harmonize_triples_to_crm(entity_triples)\n", + "print(crm_harmonized_triples)\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "uSKfajxQhBEx", + "outputId": "e3edbed6-c518-4c57-e4dc-8708c2dda8e5" + }, + "execution_count": 7, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "[{'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P102', 'title': 'Turkey'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'title': 'Turkey'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P67', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'title': 'Turkey', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P102', 'title': 'Luxembourg'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'title': 'Luxembourg'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe'}, {'title': 'Luxembourg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Turkey'}, {'prev_title': 'Turkey', 'cidoc-relation': 'P67', 'title': 'Luxembourg'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P102', 'title': 'Turkey'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'title': 'Turkey'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P67', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'title': 'Turkey', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P102', 'title': 'Luxembourg'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'title': 'Luxembourg'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe'}, {'title': 'Luxembourg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Turkey', 'cidoc-relation': 'P67', 'title': 'Luxembourg'}, {'prev_title': 'Luxembourg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P102', 'title': 'Luxembourg'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'title': 'Luxembourg'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe'}, {'title': 'Luxembourg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Luxembourg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P102', 'title': 'Turkey'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'title': 'Turkey'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P67', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'title': 'Turkey', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Turkey'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P102', 'title': 'Turkey'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'title': 'Turkey'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P67', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'title': 'Turkey', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Turkey'}, {'prev_title': 'Turkey', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P102', 'title': 'Turkey'}, {'descr': 'Country straddling Southeast Europe and West Asia', 'cidoc-relation': 'P196', 'title': 'Turkey'}, {'title': 'Turkey', 'cidoc-relation': 'P104', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'uri': 'https://en.wikipedia.org/wiki/Turkey', 'cidoc-relation': 'P67', 'descr': 'Country straddling Southeast Europe and West Asia'}, {'title': 'Turkey', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Turkey'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Turkey', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'University of Bern', 'cidoc-relation': 'P104', 'descr': 'University in the Swiss capital of Bern'}, {'descr': 'University in the Swiss capital of Bern', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/University_of_Bern'}, {'uri': 'https://en.wikipedia.org/wiki/University_of_Bern', 'cidoc-relation': 'P102', 'title': 'University of Bern'}, {'descr': 'University in the Swiss capital of Bern', 'cidoc-relation': 'P196', 'title': 'University of Bern'}, {'title': 'University of Bern', 'cidoc-relation': 'P104', 'descr': 'University in the Swiss capital of Bern'}, {'uri': 'https://en.wikipedia.org/wiki/University_of_Bern', 'cidoc-relation': 'P67', 'descr': 'University in the Swiss capital of Bern'}, {'title': 'University of Bern', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/University_of_Bern'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'University of Bern'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'University of Bern', 'cidoc-relation': 'P104', 'descr': 'University in the Swiss capital of Bern'}, {'descr': 'University in the Swiss capital of Bern', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/University_of_Bern'}, {'uri': 'https://en.wikipedia.org/wiki/University_of_Bern', 'cidoc-relation': 'P102', 'title': 'University of Bern'}, {'descr': 'University in the Swiss capital of Bern', 'cidoc-relation': 'P196', 'title': 'University of Bern'}, {'title': 'University of Bern', 'cidoc-relation': 'P104', 'descr': 'University in the Swiss capital of Bern'}, {'uri': 'https://en.wikipedia.org/wiki/University_of_Bern', 'cidoc-relation': 'P67', 'descr': 'University in the Swiss capital of Bern'}, {'title': 'University of Bern', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/University_of_Bern'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'University of Bern'}, {'prev_title': 'University of Bern', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'University of Bern', 'cidoc-relation': 'P104', 'descr': 'University in the Swiss capital of Bern'}, {'descr': 'University in the Swiss capital of Bern', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/University_of_Bern'}, {'uri': 'https://en.wikipedia.org/wiki/University_of_Bern', 'cidoc-relation': 'P102', 'title': 'University of Bern'}, {'descr': 'University in the Swiss capital of Bern', 'cidoc-relation': 'P196', 'title': 'University of Bern'}, {'title': 'University of Bern', 'cidoc-relation': 'P104', 'descr': 'University in the Swiss capital of Bern'}, {'uri': 'https://en.wikipedia.org/wiki/University_of_Bern', 'cidoc-relation': 'P67', 'descr': 'University in the Swiss capital of Bern'}, {'title': 'University of Bern', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/University_of_Bern'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'University of Bern', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Culture of Germany'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Culture of Germany'}, {'prev_title': 'Culture of Germany', 'cidoc-relation': 'P67', 'title': 'Carolingian dynasty'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Culture of Germany', 'cidoc-relation': 'P67', 'title': 'Carolingian dynasty'}, {'prev_title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Culture of Germany'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Culture of Germany'}, {'prev_title': 'Culture of Germany', 'cidoc-relation': 'P67', 'title': 'Francia'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Culture of Germany', 'cidoc-relation': 'P67', 'title': 'Francia'}, {'prev_title': 'Francia', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Francia', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Culture of Germany'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P102', 'title': 'Christianisation of the Germanic peoples'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'title': 'Christianisation of the Germanic peoples'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P67', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Culture of Germany'}, {'prev_title': 'Culture of Germany', 'cidoc-relation': 'P67', 'title': 'Christianisation of the Germanic peoples'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P102', 'title': 'Christianisation of the Germanic peoples'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'title': 'Christianisation of the Germanic peoples'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P67', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Culture of Germany', 'cidoc-relation': 'P67', 'title': 'Christianisation of the Germanic peoples'}, {'prev_title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P102', 'title': 'Christianisation of the Germanic peoples'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'title': 'Christianisation of the Germanic peoples'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P67', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Culture of Germany'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P104', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'descr': 'Memorial in Donaustauf, Bavaria', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}, {'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)', 'cidoc-relation': 'P102', 'title': 'Walhalla (memorial)'}, {'descr': 'Memorial in Donaustauf, Bavaria', 'cidoc-relation': 'P196', 'title': 'Walhalla (memorial)'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P104', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)', 'cidoc-relation': 'P67', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Culture of Germany'}, {'prev_title': 'Culture of Germany', 'cidoc-relation': 'P67', 'title': 'Walhalla (memorial)'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P102', 'title': 'Culture of Germany'}, {'descr': 'Pattern of human activity and symbolism associated with Germany and its people', 'cidoc-relation': 'P196', 'title': 'Culture of Germany'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P104', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany', 'cidoc-relation': 'P67', 'descr': 'Pattern of human activity and symbolism associated with Germany and its people'}, {'title': 'Culture of Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Culture_of_Germany'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P104', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'descr': 'Memorial in Donaustauf, Bavaria', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}, {'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)', 'cidoc-relation': 'P102', 'title': 'Walhalla (memorial)'}, {'descr': 'Memorial in Donaustauf, Bavaria', 'cidoc-relation': 'P196', 'title': 'Walhalla (memorial)'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P104', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)', 'cidoc-relation': 'P67', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Culture of Germany', 'cidoc-relation': 'P67', 'title': 'Walhalla (memorial)'}, {'prev_title': 'Walhalla (memorial)', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P104', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'descr': 'Memorial in Donaustauf, Bavaria', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}, {'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)', 'cidoc-relation': 'P102', 'title': 'Walhalla (memorial)'}, {'descr': 'Memorial in Donaustauf, Bavaria', 'cidoc-relation': 'P196', 'title': 'Walhalla (memorial)'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P104', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)', 'cidoc-relation': 'P67', 'descr': 'Memorial in Donaustauf, Bavaria'}, {'title': 'Walhalla (memorial)', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Walhalla_(memorial)'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Walhalla (memorial)', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P104', 'descr': 'Catalogue of Mozart compositions'}, {'descr': 'Catalogue of Mozart compositions', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}, {'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue', 'cidoc-relation': 'P102', 'title': 'Köchel catalogue'}, {'descr': 'Catalogue of Mozart compositions', 'cidoc-relation': 'P196', 'title': 'Köchel catalogue'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P104', 'descr': 'Catalogue of Mozart compositions'}, {'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue', 'cidoc-relation': 'P67', 'descr': 'Catalogue of Mozart compositions'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Köchel catalogue'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P104', 'descr': 'Catalogue of Mozart compositions'}, {'descr': 'Catalogue of Mozart compositions', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}, {'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue', 'cidoc-relation': 'P102', 'title': 'Köchel catalogue'}, {'descr': 'Catalogue of Mozart compositions', 'cidoc-relation': 'P196', 'title': 'Köchel catalogue'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P104', 'descr': 'Catalogue of Mozart compositions'}, {'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue', 'cidoc-relation': 'P67', 'descr': 'Catalogue of Mozart compositions'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Köchel catalogue'}, {'prev_title': 'Köchel catalogue', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P104', 'descr': 'Catalogue of Mozart compositions'}, {'descr': 'Catalogue of Mozart compositions', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}, {'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue', 'cidoc-relation': 'P102', 'title': 'Köchel catalogue'}, {'descr': 'Catalogue of Mozart compositions', 'cidoc-relation': 'P196', 'title': 'Köchel catalogue'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P104', 'descr': 'Catalogue of Mozart compositions'}, {'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue', 'cidoc-relation': 'P67', 'descr': 'Catalogue of Mozart compositions'}, {'title': 'Köchel catalogue', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Köchel_catalogue'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Köchel catalogue', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'German Empire'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P102', 'title': 'Luxembourg'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'title': 'Luxembourg'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe'}, {'title': 'Luxembourg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'German Empire'}, {'prev_title': 'German Empire', 'cidoc-relation': 'P67', 'title': 'Luxembourg'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P102', 'title': 'Luxembourg'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'title': 'Luxembourg'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe'}, {'title': 'Luxembourg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'German Empire', 'cidoc-relation': 'P67', 'title': 'Luxembourg'}, {'prev_title': 'Luxembourg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P102', 'title': 'Luxembourg'}, {'descr': 'Country in Northwestern Europe', 'cidoc-relation': 'P196', 'title': 'Luxembourg'}, {'title': 'Luxembourg', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Luxembourg', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe'}, {'title': 'Luxembourg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Luxembourg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Luxembourg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'German Empire'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'German Empire'}, {'prev_title': 'German Empire', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'German Empire', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'German Empire'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'German Empire'}, {'prev_title': 'German Empire', 'cidoc-relation': 'P67', 'title': 'Carolingian dynasty'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'German Empire', 'cidoc-relation': 'P67', 'title': 'Carolingian dynasty'}, {'prev_title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'German Empire'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'German Empire'}, {'prev_title': 'German Empire', 'cidoc-relation': 'P67', 'title': 'Francia'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P102', 'title': 'German Empire'}, {'descr': 'German nation-state in Central Europe from 1871 to 1918', 'cidoc-relation': 'P196', 'title': 'German Empire'}, {'title': 'German Empire', 'cidoc-relation': 'P104', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'uri': 'https://en.wikipedia.org/wiki/German_Empire', 'cidoc-relation': 'P67', 'descr': 'German nation-state in Central Europe from 1871 to 1918'}, {'title': 'German Empire', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/German_Empire'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'German Empire', 'cidoc-relation': 'P67', 'title': 'Francia'}, {'prev_title': 'Francia', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Francia', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P104', 'descr': 'Constituent college of the University of Oxford in England'}, {'descr': 'Constituent college of the University of Oxford in England', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}, {'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford', 'cidoc-relation': 'P102', 'title': 'Christ Church, Oxford'}, {'descr': 'Constituent college of the University of Oxford in England', 'cidoc-relation': 'P196', 'title': 'Christ Church, Oxford'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P104', 'descr': 'Constituent college of the University of Oxford in England'}, {'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford', 'cidoc-relation': 'P67', 'descr': 'Constituent college of the University of Oxford in England'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Christ Church, Oxford'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P104', 'descr': 'Constituent college of the University of Oxford in England'}, {'descr': 'Constituent college of the University of Oxford in England', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}, {'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford', 'cidoc-relation': 'P102', 'title': 'Christ Church, Oxford'}, {'descr': 'Constituent college of the University of Oxford in England', 'cidoc-relation': 'P196', 'title': 'Christ Church, Oxford'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P104', 'descr': 'Constituent college of the University of Oxford in England'}, {'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford', 'cidoc-relation': 'P67', 'descr': 'Constituent college of the University of Oxford in England'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Christ Church, Oxford'}, {'prev_title': 'Christ Church, Oxford', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P104', 'descr': 'Constituent college of the University of Oxford in England'}, {'descr': 'Constituent college of the University of Oxford in England', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}, {'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford', 'cidoc-relation': 'P102', 'title': 'Christ Church, Oxford'}, {'descr': 'Constituent college of the University of Oxford in England', 'cidoc-relation': 'P196', 'title': 'Christ Church, Oxford'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P104', 'descr': 'Constituent college of the University of Oxford in England'}, {'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford', 'cidoc-relation': 'P67', 'descr': 'Constituent college of the University of Oxford in England'}, {'title': 'Christ Church, Oxford', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christ_Church,_Oxford'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Christ Church, Oxford', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P102', 'title': 'Gestapo'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'title': 'Gestapo'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P67', 'descr': 'Official secret police of Nazi Germany'}, {'title': 'Gestapo', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Gestapo'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P102', 'title': 'Gestapo'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'title': 'Gestapo'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P67', 'descr': 'Official secret police of Nazi Germany'}, {'title': 'Gestapo', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Gestapo'}, {'prev_title': 'Gestapo', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P102', 'title': 'Gestapo'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'title': 'Gestapo'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P67', 'descr': 'Official secret police of Nazi Germany'}, {'title': 'Gestapo', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Gestapo', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P102', 'title': 'Gestapo'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'title': 'Gestapo'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P67', 'descr': 'Official secret police of Nazi Germany'}, {'title': 'Gestapo', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Gestapo'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P102', 'title': 'Gestapo'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'title': 'Gestapo'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P67', 'descr': 'Official secret police of Nazi Germany'}, {'title': 'Gestapo', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Gestapo'}, {'prev_title': 'Gestapo', 'cidoc-relation': 'P67', 'title': 'Würzburg'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P102', 'title': 'Gestapo'}, {'descr': 'Official secret police of Nazi Germany', 'cidoc-relation': 'P196', 'title': 'Gestapo'}, {'title': 'Gestapo', 'cidoc-relation': 'P104', 'descr': 'Official secret police of Nazi Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Gestapo', 'cidoc-relation': 'P67', 'descr': 'Official secret police of Nazi Germany'}, {'title': 'Gestapo', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Gestapo'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Gestapo', 'cidoc-relation': 'P67', 'title': 'Würzburg'}, {'prev_title': 'Würzburg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Würzburg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'History of physics', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_physics'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_physics', 'cidoc-relation': 'P102', 'title': 'History of physics'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'History of physics'}, {'title': 'History of physics', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_physics', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'History of physics', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_physics'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'History of physics'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'History of physics', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_physics'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_physics', 'cidoc-relation': 'P102', 'title': 'History of physics'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'History of physics'}, {'title': 'History of physics', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_physics', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'History of physics', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_physics'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P104', 'descr': 'Dutch history'}, {'descr': 'Dutch history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands', 'cidoc-relation': 'P102', 'title': 'History of the Netherlands'}, {'descr': 'Dutch history', 'cidoc-relation': 'P196', 'title': 'History of the Netherlands'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P104', 'descr': 'Dutch history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands', 'cidoc-relation': 'P67', 'descr': 'Dutch history'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'History of physics'}, {'prev_title': 'History of physics', 'cidoc-relation': 'P67', 'title': 'History of the Netherlands'}, {'title': 'History of physics', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_physics'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_physics', 'cidoc-relation': 'P102', 'title': 'History of physics'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'History of physics'}, {'title': 'History of physics', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_physics', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'History of physics', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_physics'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P104', 'descr': 'Dutch history'}, {'descr': 'Dutch history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands', 'cidoc-relation': 'P102', 'title': 'History of the Netherlands'}, {'descr': 'Dutch history', 'cidoc-relation': 'P196', 'title': 'History of the Netherlands'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P104', 'descr': 'Dutch history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands', 'cidoc-relation': 'P67', 'descr': 'Dutch history'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'History of physics', 'cidoc-relation': 'P67', 'title': 'History of the Netherlands'}, {'prev_title': 'History of the Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P104', 'descr': 'Dutch history'}, {'descr': 'Dutch history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands', 'cidoc-relation': 'P102', 'title': 'History of the Netherlands'}, {'descr': 'Dutch history', 'cidoc-relation': 'P196', 'title': 'History of the Netherlands'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P104', 'descr': 'Dutch history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands', 'cidoc-relation': 'P67', 'descr': 'Dutch history'}, {'title': 'History of the Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'History of the Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P102', 'title': 'Benedictines'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'title': 'Benedictines'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P67', 'descr': 'Catholic monastic order'}, {'title': 'Benedictines', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'Benedictines'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P102', 'title': 'Benedictines'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'title': 'Benedictines'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P67', 'descr': 'Catholic monastic order'}, {'title': 'Benedictines', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'Benedictines'}, {'prev_title': 'Benedictines', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P102', 'title': 'Benedictines'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'title': 'Benedictines'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P67', 'descr': 'Catholic monastic order'}, {'title': 'Benedictines', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Benedictines', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Timeline of the history of the Catholic Church'}, {'descr': 'Timeline of the history of the Catholic Church', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}, {'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church', 'cidoc-relation': 'P102', 'title': 'Timeline of the Catholic Church'}, {'descr': 'Timeline of the history of the Catholic Church', 'cidoc-relation': 'P196', 'title': 'Timeline of the Catholic Church'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Timeline of the history of the Catholic Church'}, {'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church', 'cidoc-relation': 'P67', 'descr': 'Timeline of the history of the Catholic Church'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'Timeline of the Catholic Church'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Timeline of the history of the Catholic Church'}, {'descr': 'Timeline of the history of the Catholic Church', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}, {'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church', 'cidoc-relation': 'P102', 'title': 'Timeline of the Catholic Church'}, {'descr': 'Timeline of the history of the Catholic Church', 'cidoc-relation': 'P196', 'title': 'Timeline of the Catholic Church'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Timeline of the history of the Catholic Church'}, {'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church', 'cidoc-relation': 'P67', 'descr': 'Timeline of the history of the Catholic Church'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'Timeline of the Catholic Church'}, {'prev_title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Timeline of the history of the Catholic Church'}, {'descr': 'Timeline of the history of the Catholic Church', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}, {'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church', 'cidoc-relation': 'P102', 'title': 'Timeline of the Catholic Church'}, {'descr': 'Timeline of the history of the Catholic Church', 'cidoc-relation': 'P196', 'title': 'Timeline of the Catholic Church'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Timeline of the history of the Catholic Church'}, {'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church', 'cidoc-relation': 'P67', 'descr': 'Timeline of the history of the Catholic Church'}, {'title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Timeline_of_the_Catholic_Church'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Timeline of the Catholic Church', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints', 'cidoc-relation': 'P102', 'title': 'List of Catholic saints'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'title': 'List of Catholic saints'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints', 'cidoc-relation': 'P67', 'descr': 'Wikimedia list article'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'List of Catholic saints'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints', 'cidoc-relation': 'P102', 'title': 'List of Catholic saints'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'title': 'List of Catholic saints'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints', 'cidoc-relation': 'P67', 'descr': 'Wikimedia list article'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'List of Catholic saints'}, {'prev_title': 'List of Catholic saints', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints', 'cidoc-relation': 'P102', 'title': 'List of Catholic saints'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'title': 'List of Catholic saints'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints', 'cidoc-relation': 'P67', 'descr': 'Wikimedia list article'}, {'title': 'List of Catholic saints', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/List_of_Catholic_saints'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'List of Catholic saints', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church', 'cidoc-relation': 'P102', 'title': 'History of the Catholic Church'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'History of the Catholic Church'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'History of the Catholic Church'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church', 'cidoc-relation': 'P102', 'title': 'History of the Catholic Church'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'History of the Catholic Church'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'History of the Catholic Church'}, {'prev_title': 'History of the Catholic Church', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church', 'cidoc-relation': 'P102', 'title': 'History of the Catholic Church'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'History of the Catholic Church'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'History of the Catholic Church', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/History_of_the_Catholic_Church'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'History of the Catholic Church', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P102', 'title': 'Christianity in the Middle Ages'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'Christianity in the Middle Ages'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Catholic school'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'Christianity in the Middle Ages'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P102', 'title': 'Catholic school'}, {'descr': 'Educational institution operated by a Catholic organization', 'cidoc-relation': 'P196', 'title': 'Catholic school'}, {'title': 'Catholic school', 'cidoc-relation': 'P104', 'descr': 'Educational institution operated by a Catholic organization'}, {'uri': 'https://en.wikipedia.org/wiki/Catholic_school', 'cidoc-relation': 'P67', 'descr': 'Educational institution operated by a Catholic organization'}, {'title': 'Catholic school', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Catholic_school'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P102', 'title': 'Christianity in the Middle Ages'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'Christianity in the Middle Ages'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Catholic school', 'cidoc-relation': 'P67', 'title': 'Christianity in the Middle Ages'}, {'prev_title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P102', 'title': 'Christianity in the Middle Ages'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'Christianity in the Middle Ages'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P102', 'title': 'Ashkenazi Jews'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'title': 'Ashkenazi Jews'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P67', 'descr': 'Jewish diaspora of Central Europe'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ashkenazi Jews'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P102', 'title': 'Ashkenazi Jews'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'title': 'Ashkenazi Jews'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P67', 'descr': 'Jewish diaspora of Central Europe'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ashkenazi Jews'}, {'prev_title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P102', 'title': 'Ashkenazi Jews'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'title': 'Ashkenazi Jews'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P67', 'descr': 'Jewish diaspora of Central Europe'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P102', 'title': 'Ashkenazi Jews'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'title': 'Ashkenazi Jews'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P67', 'descr': 'Jewish diaspora of Central Europe'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ashkenazi Jews'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P102', 'title': 'Ashkenazi Jews'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'title': 'Ashkenazi Jews'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P67', 'descr': 'Jewish diaspora of Central Europe'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ashkenazi Jews'}, {'prev_title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'title': 'Francia'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P102', 'title': 'Ashkenazi Jews'}, {'descr': 'Jewish diaspora of Central Europe', 'cidoc-relation': 'P196', 'title': 'Ashkenazi Jews'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P104', 'descr': 'Jewish diaspora of Central Europe'}, {'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews', 'cidoc-relation': 'P67', 'descr': 'Jewish diaspora of Central Europe'}, {'title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ashkenazi_Jews'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ashkenazi Jews', 'cidoc-relation': 'P67', 'title': 'Francia'}, {'prev_title': 'Francia', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Francia', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P102', 'title': 'Old Norse religion'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'title': 'Old Norse religion'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P67', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Old Norse religion'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P102', 'title': 'Old Norse religion'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'title': 'Old Norse religion'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P67', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Old Norse religion'}, {'prev_title': 'Old Norse religion', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P102', 'title': 'Old Norse religion'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'title': 'Old Norse religion'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P67', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Old Norse religion', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P102', 'title': 'Religion in Belgium'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'title': 'Religion in Belgium'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P67', 'descr': 'Religion in the country'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Religion in Belgium'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P102', 'title': 'Religion in Belgium'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'title': 'Religion in Belgium'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P67', 'descr': 'Religion in the country'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Religion in Belgium'}, {'prev_title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P102', 'title': 'Religion in Belgium'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'title': 'Religion in Belgium'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P67', 'descr': 'Religion in the country'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P102', 'title': 'Anglo-Saxon paganism'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'title': 'Anglo-Saxon paganism'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P67', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Anglo-Saxon paganism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P102', 'title': 'Anglo-Saxon paganism'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'title': 'Anglo-Saxon paganism'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P67', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Anglo-Saxon paganism'}, {'prev_title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P102', 'title': 'Anglo-Saxon paganism'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'title': 'Anglo-Saxon paganism'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P67', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P102', 'title': 'Continental Germanic mythology'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'title': 'Continental Germanic mythology'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P67', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Continental Germanic mythology'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P102', 'title': 'Continental Germanic mythology'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'title': 'Continental Germanic mythology'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P67', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Continental Germanic mythology'}, {'prev_title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P102', 'title': 'Continental Germanic mythology'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'title': 'Continental Germanic mythology'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P67', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P102', 'title': 'Christianity in the Middle Ages'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'Christianity in the Middle Ages'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Judaism'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Christianity in the Middle Ages'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P102', 'title': 'Judaism'}, {'descr': 'Abrahamic monotheistic ethnic religion of the Jews', 'cidoc-relation': 'P196', 'title': 'Judaism'}, {'title': 'Judaism', 'cidoc-relation': 'P104', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'uri': 'https://en.wikipedia.org/wiki/Judaism', 'cidoc-relation': 'P67', 'descr': 'Abrahamic monotheistic ethnic religion of the Jews'}, {'title': 'Judaism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Judaism'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P102', 'title': 'Christianity in the Middle Ages'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'Christianity in the Middle Ages'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Judaism', 'cidoc-relation': 'P67', 'title': 'Christianity in the Middle Ages'}, {'prev_title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P102', 'title': 'Christianity in the Middle Ages'}, {'descr': 'Aspect of history', 'cidoc-relation': 'P196', 'title': 'Christianity in the Middle Ages'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P104', 'descr': 'Aspect of history'}, {'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages', 'cidoc-relation': 'P67', 'descr': 'Aspect of history'}, {'title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianity_in_the_Middle_Ages'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Christianity in the Middle Ages', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': \"King's College London\", 'cidoc-relation': 'P104', 'descr': 'Public research university in London, United Kingdom'}, {'descr': 'Public research university in London, United Kingdom', 'cidoc-relation': 'P196', 'uri': \"https://en.wikipedia.org/wiki/King's_College_London\"}, {'uri': \"https://en.wikipedia.org/wiki/King's_College_London\", 'cidoc-relation': 'P102', 'title': \"King's College London\"}, {'descr': 'Public research university in London, United Kingdom', 'cidoc-relation': 'P196', 'title': \"King's College London\"}, {'title': \"King's College London\", 'cidoc-relation': 'P104', 'descr': 'Public research university in London, United Kingdom'}, {'uri': \"https://en.wikipedia.org/wiki/King's_College_London\", 'cidoc-relation': 'P67', 'descr': 'Public research university in London, United Kingdom'}, {'title': \"King's College London\", 'cidoc-relation': 'P67', 'uri': \"https://en.wikipedia.org/wiki/King's_College_London\"}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': \"King's College London\"}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': \"King's College London\", 'cidoc-relation': 'P104', 'descr': 'Public research university in London, United Kingdom'}, {'descr': 'Public research university in London, United Kingdom', 'cidoc-relation': 'P196', 'uri': \"https://en.wikipedia.org/wiki/King's_College_London\"}, {'uri': \"https://en.wikipedia.org/wiki/King's_College_London\", 'cidoc-relation': 'P102', 'title': \"King's College London\"}, {'descr': 'Public research university in London, United Kingdom', 'cidoc-relation': 'P196', 'title': \"King's College London\"}, {'title': \"King's College London\", 'cidoc-relation': 'P104', 'descr': 'Public research university in London, United Kingdom'}, {'uri': \"https://en.wikipedia.org/wiki/King's_College_London\", 'cidoc-relation': 'P67', 'descr': 'Public research university in London, United Kingdom'}, {'title': \"King's College London\", 'cidoc-relation': 'P67', 'uri': \"https://en.wikipedia.org/wiki/King's_College_London\"}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': \"King's College London\"}, {'prev_title': \"King's College London\", 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': \"King's College London\", 'cidoc-relation': 'P104', 'descr': 'Public research university in London, United Kingdom'}, {'descr': 'Public research university in London, United Kingdom', 'cidoc-relation': 'P196', 'uri': \"https://en.wikipedia.org/wiki/King's_College_London\"}, {'uri': \"https://en.wikipedia.org/wiki/King's_College_London\", 'cidoc-relation': 'P102', 'title': \"King's College London\"}, {'descr': 'Public research university in London, United Kingdom', 'cidoc-relation': 'P196', 'title': \"King's College London\"}, {'title': \"King's College London\", 'cidoc-relation': 'P104', 'descr': 'Public research university in London, United Kingdom'}, {'uri': \"https://en.wikipedia.org/wiki/King's_College_London\", 'cidoc-relation': 'P67', 'descr': 'Public research university in London, United Kingdom'}, {'title': \"King's College London\", 'cidoc-relation': 'P67', 'uri': \"https://en.wikipedia.org/wiki/King's_College_London\"}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': \"King's College London\", 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P104', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'descr': 'Austrian philosopher and logician (1889-1951)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}, {'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein', 'cidoc-relation': 'P102', 'title': 'Ludwig Wittgenstein'}, {'descr': 'Austrian philosopher and logician (1889-1951)', 'cidoc-relation': 'P196', 'title': 'Ludwig Wittgenstein'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P104', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein', 'cidoc-relation': 'P67', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ludwig Wittgenstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P104', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'descr': 'Austrian philosopher and logician (1889-1951)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}, {'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein', 'cidoc-relation': 'P102', 'title': 'Ludwig Wittgenstein'}, {'descr': 'Austrian philosopher and logician (1889-1951)', 'cidoc-relation': 'P196', 'title': 'Ludwig Wittgenstein'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P104', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein', 'cidoc-relation': 'P67', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ludwig Wittgenstein'}, {'prev_title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P104', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'descr': 'Austrian philosopher and logician (1889-1951)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}, {'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein', 'cidoc-relation': 'P102', 'title': 'Ludwig Wittgenstein'}, {'descr': 'Austrian philosopher and logician (1889-1951)', 'cidoc-relation': 'P196', 'title': 'Ludwig Wittgenstein'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P104', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein', 'cidoc-relation': 'P67', 'descr': 'Austrian philosopher and logician (1889-1951)'}, {'title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ludwig_Wittgenstein'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ludwig Wittgenstein', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P102', 'title': 'Institute for Advanced Study'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'title': 'Institute for Advanced Study'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P67', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Institute for Advanced Study'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P102', 'title': 'Institute for Advanced Study'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'title': 'Institute for Advanced Study'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P67', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Institute for Advanced Study'}, {'prev_title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P102', 'title': 'Institute for Advanced Study'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'title': 'Institute for Advanced Study'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P67', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P102', 'title': 'Institute for Advanced Study'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'title': 'Institute for Advanced Study'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P67', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Institute for Advanced Study'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P102', 'title': 'Institute for Advanced Study'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'title': 'Institute for Advanced Study'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P67', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'title': 'Wassenaar', 'cidoc-relation': 'P104', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'descr': 'Town and municipality in South Holland, Netherlands', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Wassenaar'}, {'uri': 'https://en.wikipedia.org/wiki/Wassenaar', 'cidoc-relation': 'P102', 'title': 'Wassenaar'}, {'descr': 'Town and municipality in South Holland, Netherlands', 'cidoc-relation': 'P196', 'title': 'Wassenaar'}, {'title': 'Wassenaar', 'cidoc-relation': 'P104', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Wassenaar', 'cidoc-relation': 'P67', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'title': 'Wassenaar', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Wassenaar'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Institute for Advanced Study'}, {'prev_title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'title': 'Wassenaar'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P102', 'title': 'Institute for Advanced Study'}, {'descr': 'Postgraduate center in Princeton, New Jersey, US', 'cidoc-relation': 'P196', 'title': 'Institute for Advanced Study'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P104', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study', 'cidoc-relation': 'P67', 'descr': 'Postgraduate center in Princeton, New Jersey, US'}, {'title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Institute_for_Advanced_Study'}, {'title': 'Wassenaar', 'cidoc-relation': 'P104', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'descr': 'Town and municipality in South Holland, Netherlands', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Wassenaar'}, {'uri': 'https://en.wikipedia.org/wiki/Wassenaar', 'cidoc-relation': 'P102', 'title': 'Wassenaar'}, {'descr': 'Town and municipality in South Holland, Netherlands', 'cidoc-relation': 'P196', 'title': 'Wassenaar'}, {'title': 'Wassenaar', 'cidoc-relation': 'P104', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Wassenaar', 'cidoc-relation': 'P67', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'title': 'Wassenaar', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Wassenaar'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Institute for Advanced Study', 'cidoc-relation': 'P67', 'title': 'Wassenaar'}, {'prev_title': 'Wassenaar', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Wassenaar', 'cidoc-relation': 'P104', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'descr': 'Town and municipality in South Holland, Netherlands', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Wassenaar'}, {'uri': 'https://en.wikipedia.org/wiki/Wassenaar', 'cidoc-relation': 'P102', 'title': 'Wassenaar'}, {'descr': 'Town and municipality in South Holland, Netherlands', 'cidoc-relation': 'P196', 'title': 'Wassenaar'}, {'title': 'Wassenaar', 'cidoc-relation': 'P104', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Wassenaar', 'cidoc-relation': 'P67', 'descr': 'Town and municipality in South Holland, Netherlands'}, {'title': 'Wassenaar', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Wassenaar'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Wassenaar', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ulm'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P102', 'title': 'Benedictines'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'title': 'Benedictines'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P67', 'descr': 'Catholic monastic order'}, {'title': 'Benedictines', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ulm'}, {'prev_title': 'Ulm', 'cidoc-relation': 'P67', 'title': 'Benedictines'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P102', 'title': 'Benedictines'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'title': 'Benedictines'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P67', 'descr': 'Catholic monastic order'}, {'title': 'Benedictines', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ulm', 'cidoc-relation': 'P67', 'title': 'Benedictines'}, {'prev_title': 'Benedictines', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P102', 'title': 'Benedictines'}, {'descr': 'Catholic monastic order', 'cidoc-relation': 'P196', 'title': 'Benedictines'}, {'title': 'Benedictines', 'cidoc-relation': 'P104', 'descr': 'Catholic monastic order'}, {'uri': 'https://en.wikipedia.org/wiki/Benedictines', 'cidoc-relation': 'P67', 'descr': 'Catholic monastic order'}, {'title': 'Benedictines', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Benedictines'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Benedictines', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ulm'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ulm'}, {'prev_title': 'Ulm', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ulm', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ulm'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P102', 'title': 'Haarlem'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'title': 'Haarlem'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P67', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'title': 'Haarlem', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ulm'}, {'prev_title': 'Ulm', 'cidoc-relation': 'P67', 'title': 'Haarlem'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P102', 'title': 'Haarlem'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'title': 'Haarlem'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P67', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'title': 'Haarlem', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ulm', 'cidoc-relation': 'P67', 'title': 'Haarlem'}, {'prev_title': 'Haarlem', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P102', 'title': 'Haarlem'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'title': 'Haarlem'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P67', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'title': 'Haarlem', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Haarlem', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ulm'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ulm'}, {'prev_title': 'Ulm', 'cidoc-relation': 'P67', 'title': 'Würzburg'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P102', 'title': 'Ulm'}, {'descr': 'Large city in Baden-Württemberg, Germany', 'cidoc-relation': 'P196', 'title': 'Ulm'}, {'title': 'Ulm', 'cidoc-relation': 'P104', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Ulm', 'cidoc-relation': 'P67', 'descr': 'Large city in Baden-Württemberg, Germany'}, {'title': 'Ulm', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ulm'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ulm', 'cidoc-relation': 'P67', 'title': 'Würzburg'}, {'prev_title': 'Würzburg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Würzburg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P102', 'title': 'Munich'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Munich'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P67', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'title': 'Munich', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Munich'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P102', 'title': 'Munich'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Munich'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P67', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'title': 'Munich', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Munich'}, {'prev_title': 'Munich', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P102', 'title': 'Munich'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Munich'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P67', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'title': 'Munich', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Munich', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P102', 'title': 'Munich'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Munich'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P67', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'title': 'Munich', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Munich'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P102', 'title': 'Munich'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Munich'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P67', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'title': 'Munich', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Munich'}, {'prev_title': 'Munich', 'cidoc-relation': 'P67', 'title': 'Würzburg'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P102', 'title': 'Munich'}, {'descr': 'Capital and most populous city of Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Munich'}, {'title': 'Munich', 'cidoc-relation': 'P104', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Munich', 'cidoc-relation': 'P67', 'descr': 'Capital and most populous city of Bavaria, Germany'}, {'title': 'Munich', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Munich'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Munich', 'cidoc-relation': 'P67', 'title': 'Würzburg'}, {'prev_title': 'Würzburg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P102', 'title': 'Würzburg'}, {'descr': 'City in the region of Franconia, Northern Bavaria, Germany', 'cidoc-relation': 'P196', 'title': 'Würzburg'}, {'title': 'Würzburg', 'cidoc-relation': 'P104', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Würzburg', 'cidoc-relation': 'P67', 'descr': 'City in the region of Franconia, Northern Bavaria, Germany'}, {'title': 'Würzburg', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Würzburg'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Würzburg', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ethical movement'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P102', 'title': 'Old Norse religion'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'title': 'Old Norse religion'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P67', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ethical movement'}, {'prev_title': 'Ethical movement', 'cidoc-relation': 'P67', 'title': 'Old Norse religion'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P102', 'title': 'Old Norse religion'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'title': 'Old Norse religion'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P67', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ethical movement', 'cidoc-relation': 'P67', 'title': 'Old Norse religion'}, {'prev_title': 'Old Norse religion', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P102', 'title': 'Old Norse religion'}, {'descr': 'Historical religious tradition belonging to the North Germanic peoples', 'cidoc-relation': 'P196', 'title': 'Old Norse religion'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P104', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion', 'cidoc-relation': 'P67', 'descr': 'Historical religious tradition belonging to the North Germanic peoples'}, {'title': 'Old Norse religion', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Old_Norse_religion'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Old Norse religion', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ethical movement'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P102', 'title': 'Religion in Belgium'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'title': 'Religion in Belgium'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P67', 'descr': 'Religion in the country'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ethical movement'}, {'prev_title': 'Ethical movement', 'cidoc-relation': 'P67', 'title': 'Religion in Belgium'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P102', 'title': 'Religion in Belgium'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'title': 'Religion in Belgium'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P67', 'descr': 'Religion in the country'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ethical movement', 'cidoc-relation': 'P67', 'title': 'Religion in Belgium'}, {'prev_title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P102', 'title': 'Religion in Belgium'}, {'descr': 'Religion in the country', 'cidoc-relation': 'P196', 'title': 'Religion in Belgium'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P104', 'descr': 'Religion in the country'}, {'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium', 'cidoc-relation': 'P67', 'descr': 'Religion in the country'}, {'title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Religion_in_Belgium'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Religion in Belgium', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ethical movement'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P102', 'title': 'Anglo-Saxon paganism'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'title': 'Anglo-Saxon paganism'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P67', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ethical movement'}, {'prev_title': 'Ethical movement', 'cidoc-relation': 'P67', 'title': 'Anglo-Saxon paganism'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P102', 'title': 'Anglo-Saxon paganism'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'title': 'Anglo-Saxon paganism'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P67', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ethical movement', 'cidoc-relation': 'P67', 'title': 'Anglo-Saxon paganism'}, {'prev_title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P102', 'title': 'Anglo-Saxon paganism'}, {'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons', 'cidoc-relation': 'P196', 'title': 'Anglo-Saxon paganism'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P104', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism', 'cidoc-relation': 'P67', 'descr': 'Polytheistic religious beliefs and practices of the Anglo-Saxons'}, {'title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Anglo-Saxon_paganism'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Anglo-Saxon paganism', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ethical movement'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P102', 'title': 'Continental Germanic mythology'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'title': 'Continental Germanic mythology'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P67', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Ethical movement'}, {'prev_title': 'Ethical movement', 'cidoc-relation': 'P67', 'title': 'Continental Germanic mythology'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P102', 'title': 'Ethical movement'}, {'descr': 'Ethical, educational, and religious movement', 'cidoc-relation': 'P196', 'title': 'Ethical movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P104', 'descr': 'Ethical, educational, and religious movement'}, {'uri': 'https://en.wikipedia.org/wiki/Ethical_movement', 'cidoc-relation': 'P67', 'descr': 'Ethical, educational, and religious movement'}, {'title': 'Ethical movement', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Ethical_movement'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P102', 'title': 'Continental Germanic mythology'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'title': 'Continental Germanic mythology'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P67', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Ethical movement', 'cidoc-relation': 'P67', 'title': 'Continental Germanic mythology'}, {'prev_title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P102', 'title': 'Continental Germanic mythology'}, {'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries', 'cidoc-relation': 'P196', 'title': 'Continental Germanic mythology'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P104', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology', 'cidoc-relation': 'P67', 'descr': 'Subtype of Germanic paganism in Central Europe during the 6th to 8th centuries'}, {'title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Continental_Germanic_mythology'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Continental Germanic mythology', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics', 'cidoc-relation': 'P102', 'title': 'List of Nobel laureates in Physics'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'title': 'List of Nobel laureates in Physics'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics', 'cidoc-relation': 'P67', 'descr': 'Wikimedia list article'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'List of Nobel laureates in Physics'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics', 'cidoc-relation': 'P102', 'title': 'List of Nobel laureates in Physics'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'title': 'List of Nobel laureates in Physics'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics', 'cidoc-relation': 'P67', 'descr': 'Wikimedia list article'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'List of Nobel laureates in Physics'}, {'prev_title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics', 'cidoc-relation': 'P102', 'title': 'List of Nobel laureates in Physics'}, {'descr': 'Wikimedia list article', 'cidoc-relation': 'P196', 'title': 'List of Nobel laureates in Physics'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P104', 'descr': 'Wikimedia list article'}, {'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics', 'cidoc-relation': 'P67', 'descr': 'Wikimedia list article'}, {'title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/List_of_Nobel_laureates_in_Physics'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'List of Nobel laureates in Physics', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P102', 'title': 'Martin Luther King Jr.'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'title': 'Martin Luther King Jr.'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P67', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Martin Luther King Jr.'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P102', 'title': 'Martin Luther King Jr.'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'title': 'Martin Luther King Jr.'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P67', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Martin Luther King Jr.'}, {'prev_title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P102', 'title': 'Martin Luther King Jr.'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'title': 'Martin Luther King Jr.'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P67', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'title': 'Netherlands'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P102', 'title': 'Netherlands'}, {'descr': 'Country in Northwestern Europe with territories in the Caribbean', 'cidoc-relation': 'P196', 'title': 'Netherlands'}, {'title': 'Netherlands', 'cidoc-relation': 'P104', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'uri': 'https://en.wikipedia.org/wiki/Netherlands', 'cidoc-relation': 'P67', 'descr': 'Country in Northwestern Europe with territories in the Caribbean'}, {'title': 'Netherlands', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Netherlands'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Netherlands', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P102', 'title': 'Martin Luther King Jr.'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'title': 'Martin Luther King Jr.'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P67', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Martin Luther King Jr.'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P102', 'title': 'Martin Luther King Jr.'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'title': 'Martin Luther King Jr.'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P67', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P104', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'descr': 'Calendar of Saints in the Episcopal Church', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}, {'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year', 'cidoc-relation': 'P102', 'title': 'The Calendar of the Church Year'}, {'descr': 'Calendar of Saints in the Episcopal Church', 'cidoc-relation': 'P196', 'title': 'The Calendar of the Church Year'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P104', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year', 'cidoc-relation': 'P67', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Martin Luther King Jr.'}, {'prev_title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'title': 'The Calendar of the Church Year'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P102', 'title': 'Martin Luther King Jr.'}, {'descr': 'American Baptist minister and civil rights leader (1929–1968)', 'cidoc-relation': 'P196', 'title': 'Martin Luther King Jr.'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P104', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.', 'cidoc-relation': 'P67', 'descr': 'American Baptist minister and civil rights leader (1929–1968)'}, {'title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P104', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'descr': 'Calendar of Saints in the Episcopal Church', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}, {'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year', 'cidoc-relation': 'P102', 'title': 'The Calendar of the Church Year'}, {'descr': 'Calendar of Saints in the Episcopal Church', 'cidoc-relation': 'P196', 'title': 'The Calendar of the Church Year'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P104', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year', 'cidoc-relation': 'P67', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Martin Luther King Jr.', 'cidoc-relation': 'P67', 'title': 'The Calendar of the Church Year'}, {'prev_title': 'The Calendar of the Church Year', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P104', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'descr': 'Calendar of Saints in the Episcopal Church', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}, {'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year', 'cidoc-relation': 'P102', 'title': 'The Calendar of the Church Year'}, {'descr': 'Calendar of Saints in the Episcopal Church', 'cidoc-relation': 'P196', 'title': 'The Calendar of the Church Year'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P104', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year', 'cidoc-relation': 'P67', 'descr': 'Calendar of Saints in the Episcopal Church'}, {'title': 'The Calendar of the Church Year', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/The_Calendar_of_the_Church_Year'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'The Calendar of the Church Year', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P104', 'descr': 'Dutch physicist (1865-1943)'}, {'descr': 'Dutch physicist (1865-1943)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}, {'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman', 'cidoc-relation': 'P102', 'title': 'Pieter Zeeman'}, {'descr': 'Dutch physicist (1865-1943)', 'cidoc-relation': 'P196', 'title': 'Pieter Zeeman'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P104', 'descr': 'Dutch physicist (1865-1943)'}, {'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman', 'cidoc-relation': 'P67', 'descr': 'Dutch physicist (1865-1943)'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Pieter Zeeman'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P104', 'descr': 'Dutch physicist (1865-1943)'}, {'descr': 'Dutch physicist (1865-1943)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}, {'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman', 'cidoc-relation': 'P102', 'title': 'Pieter Zeeman'}, {'descr': 'Dutch physicist (1865-1943)', 'cidoc-relation': 'P196', 'title': 'Pieter Zeeman'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P104', 'descr': 'Dutch physicist (1865-1943)'}, {'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman', 'cidoc-relation': 'P67', 'descr': 'Dutch physicist (1865-1943)'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P102', 'title': 'Haarlem'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'title': 'Haarlem'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P67', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'title': 'Haarlem', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Pieter Zeeman'}, {'prev_title': 'Pieter Zeeman', 'cidoc-relation': 'P67', 'title': 'Haarlem'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P104', 'descr': 'Dutch physicist (1865-1943)'}, {'descr': 'Dutch physicist (1865-1943)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}, {'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman', 'cidoc-relation': 'P102', 'title': 'Pieter Zeeman'}, {'descr': 'Dutch physicist (1865-1943)', 'cidoc-relation': 'P196', 'title': 'Pieter Zeeman'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P104', 'descr': 'Dutch physicist (1865-1943)'}, {'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman', 'cidoc-relation': 'P67', 'descr': 'Dutch physicist (1865-1943)'}, {'title': 'Pieter Zeeman', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Pieter_Zeeman'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P102', 'title': 'Haarlem'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'title': 'Haarlem'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P67', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'title': 'Haarlem', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Pieter Zeeman', 'cidoc-relation': 'P67', 'title': 'Haarlem'}, {'prev_title': 'Haarlem', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P102', 'title': 'Haarlem'}, {'descr': 'Municipality in the Netherlands and capital city of North Holland', 'cidoc-relation': 'P196', 'title': 'Haarlem'}, {'title': 'Haarlem', 'cidoc-relation': 'P104', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'uri': 'https://en.wikipedia.org/wiki/Haarlem', 'cidoc-relation': 'P67', 'descr': 'Municipality in the Netherlands and capital city of North Holland'}, {'title': 'Haarlem', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Haarlem'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Haarlem', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Nazi Germany'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Nazi Germany'}, {'prev_title': 'Nazi Germany', 'cidoc-relation': 'P67', 'title': 'Carolingian dynasty'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Nazi Germany', 'cidoc-relation': 'P67', 'title': 'Carolingian dynasty'}, {'prev_title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P102', 'title': 'Carolingian dynasty'}, {'descr': 'Frankish noble family founded by Charles Martel', 'cidoc-relation': 'P196', 'title': 'Carolingian dynasty'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P104', 'descr': 'Frankish noble family founded by Charles Martel'}, {'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty', 'cidoc-relation': 'P67', 'descr': 'Frankish noble family founded by Charles Martel'}, {'title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Carolingian_dynasty'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Carolingian dynasty', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Nazi Germany'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Nazi Germany'}, {'prev_title': 'Nazi Germany', 'cidoc-relation': 'P67', 'title': 'Francia'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Nazi Germany', 'cidoc-relation': 'P67', 'title': 'Francia'}, {'prev_title': 'Francia', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P102', 'title': 'Francia'}, {'descr': 'Frankish Kingdom from 481 to 843', 'cidoc-relation': 'P196', 'title': 'Francia'}, {'title': 'Francia', 'cidoc-relation': 'P104', 'descr': 'Frankish Kingdom from 481 to 843'}, {'uri': 'https://en.wikipedia.org/wiki/Francia', 'cidoc-relation': 'P67', 'descr': 'Frankish Kingdom from 481 to 843'}, {'title': 'Francia', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Francia'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'prev_title': 'Francia', 'cidoc-relation': 'P67', 'title': 'Willibrord'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'prev_title': 'Willibrord', 'cidoc-relation': 'P67', 'title': 'Albert Einstein'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Nazi Germany'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P102', 'title': 'Albert Einstein'}, {'descr': 'German-born theoretical physicist (1879–1955)', 'cidoc-relation': 'P196', 'title': 'Albert Einstein'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P104', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein', 'cidoc-relation': 'P67', 'descr': 'German-born theoretical physicist (1879–1955)'}, {'title': 'Albert Einstein', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Albert_Einstein'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P102', 'title': 'Christianisation of the Germanic peoples'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'title': 'Christianisation of the Germanic peoples'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P67', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'prev_title': 'Albert Einstein', 'cidoc-relation': 'P67', 'title': 'Nazi Germany'}, {'prev_title': 'Nazi Germany', 'cidoc-relation': 'P67', 'title': 'Christianisation of the Germanic peoples'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P102', 'title': 'Nazi Germany'}, {'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party', 'cidoc-relation': 'P196', 'title': 'Nazi Germany'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P104', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany', 'cidoc-relation': 'P67', 'descr': 'Germany from 1933 to 1945 while under control of the Nazi Party'}, {'title': 'Nazi Germany', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Nazi_Germany'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P102', 'title': 'Christianisation of the Germanic peoples'}, {'descr': 'Conversion of Germanic peoples to Christianity', 'cidoc-relation': 'P196', 'title': 'Christianisation of the Germanic peoples'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P104', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples', 'cidoc-relation': 'P67', 'descr': 'Conversion of Germanic peoples to Christianity'}, {'title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Christianisation_of_the_Germanic_peoples'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P102', 'title': 'Willibrord'}, {'descr': 'Christian bishop and Roman Catholic saint', 'cidoc-relation': 'P196', 'title': 'Willibrord'}, {'title': 'Willibrord', 'cidoc-relation': 'P104', 'descr': 'Christian bishop and Roman Catholic saint'}, {'uri': 'https://en.wikipedia.org/wiki/Willibrord', 'cidoc-relation': 'P67', 'descr': 'Christian bishop and Roman Catholic saint'}, {'title': 'Willibrord', 'cidoc-relation': 'P67', 'uri': 'https://en.wikipedia.org/wiki/Willibrord'}, {'prev_title': 'Nazi Germany', 'cidoc-relation': 'P67', 'title': 'Christianisation of the Germanic peoples'}, {'prev_title': 'Christianisation of the Germanic peoples', 'cidoc-relation': 'P67', 'title': 'Willibrord'}]\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# DBpedia relationship finder" + ], + "metadata": { + "id": "YXmWrC15sUFd" + } + }, + { + "cell_type": "markdown", + "source": [ + "This function takes in input the entity pairs retrieved through the shortest path algorithm and recursively executes a SPARQL query to find non-trivial DBpedia relationships.\n", + "Change the parameter *num_mids* to modify the number of middle relationships between the given entities.\n" + ], + "metadata": { + "id": "7znKxd9GsZdM" + } + }, + { + "cell_type": "code", + "source": [ + "from SPARQLWrapper import SPARQLWrapper, JSON\n", + "from urllib.error import HTTPError\n", + "import time\n", + "import json\n", + "\n", + "def execute_query(query, retries=3, wait=2):\n", + " \"\"\"Executes a SPARQL query on DBpedia with retry logic.\"\"\"\n", + " sparql = SPARQLWrapper(\"http://dbpedia.org/sparql\")\n", + " sparql.setQuery(query)\n", + " sparql.setReturnFormat(JSON)\n", + "\n", + " for attempt in range(retries):\n", + " try:\n", + " results = sparql.query().convert()\n", + " return results[\"results\"][\"bindings\"]\n", + " except HTTPError as e:\n", + " print(f\"HTTPError: {e} - Retrying ({attempt + 1}/{retries})...\")\n", + " time.sleep(wait) # Wait before retrying\n", + " except Exception as e:\n", + " print(f\"An unexpected error occurred: {e}\")\n", + " break\n", + "\n", + " print(f\"Query failed after {retries} attempts.\")\n", + " return [] # Return an empty list if the query fails\n", + "\n", + "def generate_query(entity1, entity2, num_mids=5):\n", + " \"\"\"Generates a SPARQL query with intermediate nodes and filters.\"\"\"\n", + "\n", + " # Define prefixes and initial part of the query\n", + " query = f\"\"\"\n", + " PREFIX dbo: \n", + " PREFIX dbr: \n", + " PREFIX owl: \n", + " SELECT ?entity1 {\" \".join([f\"?pf{i} ?mid{i}\" for i in range(1, num_mids + 1)])} ?pf{num_mids + 1} ?entity2\n", + " WHERE {{\n", + " VALUES (?entity1 ?entity2) {{ (dbr:{entity1} dbr:{entity2}) }}\n", + " ?entity1 ?pf1 ?mid1 .\n", + " \"\"\"\n", + "\n", + " # Loop to add the intermediate relationships based on num_mids\n", + " for i in range(1, num_mids + 1):\n", + " query += f\"?mid{i} ?pf{i+1} ?mid{i+1} .\\n\"\n", + "\n", + " # Final connection to the target entity\n", + " query += f\"?mid{num_mids} ?pf{num_mids + 1} ?entity2 .\\n\"\n", + "\n", + " # Filter to ensure distinct nodes in the path\n", + " query += \"FILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 \"\n", + " for i in range(1, num_mids + 1):\n", + " query += f\"&& ?mid{i} != ?mid{i+1} \"\n", + " query += \"&& ?entity1 != ?entity2) \\n\"\n", + "\n", + " # Additional FILTER to exclude unwanted properties\n", + " for i in range(1, num_mids + 2):\n", + " if i != 5: # Skip filter for certain relationships (if needed)\n", + " query += f\"FILTER (?pf{i} NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n\"\n", + "\n", + " # Close the query\n", + " query += \"} LIMIT 20\"\n", + "\n", + " return query.strip()\n", + "\n", + "def find_relationships_for_entity_pairs(triple_groups):\n", + " \"\"\"\n", + " Finds DBpedia relationships between each pair of entities in `triple_groups`.\n", + "\n", + " Parameters:\n", + " - triple_groups: List of triple groups where each entry is a dictionary\n", + " containing \"title\" for each entity.\n", + "\n", + " Returns:\n", + " - A dictionary where each key is an (entity1, entity2) pair, and the value is\n", + " a list of relationships between them.\n", + " \"\"\"\n", + " relationships = {}\n", + " failed_queries = [] # Track failed queries\n", + "\n", + " # Collect all unique entity pairs across triple groups\n", + " pairs = set()\n", + " for group in triple_groups:\n", + " titles = [triple[\"title\"].replace(\" \", \"_\") for triple in group]\n", + " pairs.update((titles[i], titles[j]) for i in range(len(titles)) for j in range(i + 1, len(titles)))\n", + "\n", + " # Execute SPARQL queries for each unique entity pair\n", + " for entity1, entity2 in pairs:\n", + " query = generate_query(entity1, entity2)\n", + " print(f\"Finding relationships between {entity1} and {entity2}...\") # Debug output\n", + " results = execute_query(query)\n", + "\n", + " if results:\n", + " # Parse results to capture relationships\n", + " relationship_data = []\n", + " for result in results:\n", + " relationship_path = []\n", + " for key, value in result.items():\n", + " relationship_path.append(value[\"value\"])\n", + " relationship_data.append(relationship_path)\n", + "\n", + " # Store the results in the dictionary\n", + " relationships[(entity1, entity2)] = relationship_data\n", + " else:\n", + " print(f\"Failed to retrieve relationships for {entity1} and {entity2}.\")\n", + " failed_queries.append((entity1, entity2))\n", + "\n", + " if failed_queries:\n", + " print(\"The following queries failed and were retried without success:\")\n", + " for entity1, entity2 in failed_queries:\n", + " print(f\" - {entity1} to {entity2}\")\n", + "\n", + " return relationships\n", + "\n", + "dbpedia_relationships = find_relationships_for_entity_pairs(entity_triples)\n", + "\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "qAQtpcrAg7T4", + "outputId": "48d06fdd-02b2-4188-cee9-53d5478bc877" + }, + "execution_count": 8, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Finding relationships between Culture_of_Germany and Carolingian_dynasty...\n", + "Failed to retrieve relationships for Culture_of_Germany and Carolingian_dynasty.\n", + "Finding relationships between Albert_Einstein and German_Empire...\n", + "Finding relationships between Willibrord and Institute_for_Advanced_Study...\n", + "Finding relationships between Martin_Luther_King_Jr. and Netherlands...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '.' before 'dbr:Netherlands'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Martin_Luther_King_Jr. dbr:Netherlands) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Martin_Luther_King_Jr. and Netherlands.\n", + "Finding relationships between Old_Norse_religion and Willibrord...\n", + "Failed to retrieve relationships for Old_Norse_religion and Willibrord.\n", + "Finding relationships between Albert_Einstein and Continental_Germanic_mythology...\n", + "Finding relationships between Ethical_movement and Anglo-Saxon_paganism...\n", + "Failed to retrieve relationships for Ethical_movement and Anglo-Saxon_paganism.\n", + "Finding relationships between Judaism and Religion_in_Belgium...\n", + "Failed to retrieve relationships for Judaism and Religion_in_Belgium.\n", + "Finding relationships between Willibrord and Munich...\n", + "Failed to retrieve relationships for Willibrord and Munich.\n", + "Finding relationships between Willibrord and Culture_of_Germany...\n", + "Failed to retrieve relationships for Willibrord and Culture_of_Germany.\n", + "Finding relationships between Albert_Einstein and Netherlands...\n", + "Finding relationships between Albert_Einstein and Carolingian_dynasty...\n", + "Finding relationships between List_of_Catholic_saints and Albert_Einstein...\n", + "Failed to retrieve relationships for List_of_Catholic_saints and Albert_Einstein.\n", + "Finding relationships between Albert_Einstein and Gestapo...\n", + "Finding relationships between Würzburg and Willibrord...\n", + "Finding relationships between Anglo-Saxon_paganism and Albert_Einstein...\n", + "Failed to retrieve relationships for Anglo-Saxon_paganism and Albert_Einstein.\n", + "Finding relationships between Turkey and Netherlands...\n", + "Finding relationships between Walhalla_(memorial) and Albert_Einstein...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '(' before 'memorial'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Walhalla_(memorial) dbr:Albert_Einstein) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Walhalla_(memorial) and Albert_Einstein.\n", + "Finding relationships between Catholic_school and Willibrord...\n", + "Failed to retrieve relationships for Catholic_school and Willibrord.\n", + "Finding relationships between Albert_Einstein and Anglo-Saxon_paganism...\n", + "Finding relationships between Willibrord and King's_College_London...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 0: End-of-line in a short single-quoted string at ''s_College_London) }\\n'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Willibrord dbr:King's_College_London) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Willibrord and King's_College_London.\n", + "Finding relationships between German_Empire and Luxembourg...\n", + "Failed to retrieve relationships for German_Empire and Luxembourg.\n", + "Finding relationships between Willibrord and List_of_Nobel_laureates_in_Physics...\n", + "Failed to retrieve relationships for Willibrord and List_of_Nobel_laureates_in_Physics.\n", + "Finding relationships between Willibrord and Nazi_Germany...\n", + "Failed to retrieve relationships for Willibrord and Nazi_Germany.\n", + "Finding relationships between Christianity_in_the_Middle_Ages and Albert_Einstein...\n", + "Failed to retrieve relationships for Christianity_in_the_Middle_Ages and Albert_Einstein.\n", + "Finding relationships between Albert_Einstein and Institute_for_Advanced_Study...\n", + "Finding relationships between Ethical_movement and Willibrord...\n", + "Failed to retrieve relationships for Ethical_movement and Willibrord.\n", + "Finding relationships between Albert_Einstein and Culture_of_Germany...\n", + "Failed to retrieve relationships for Albert_Einstein and Culture_of_Germany.\n", + "Finding relationships between Willibrord and German_Empire...\n", + "Finding relationships between Albert_Einstein and Christianisation_of_the_Germanic_peoples...\n", + "Finding relationships between Gestapo and Netherlands...\n", + "Failed to retrieve relationships for Gestapo and Netherlands.\n", + "Finding relationships between Martin_Luther_King_Jr. and Willibrord...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '.' before 'dbr:Willibrord'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Martin_Luther_King_Jr. dbr:Willibrord) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Martin_Luther_King_Jr. and Willibrord.\n", + "Finding relationships between Wassenaar and Albert_Einstein...\n", + "Finding relationships between Luxembourg and Willibrord...\n", + "Finding relationships between Francia and Albert_Einstein...\n", + "Failed to retrieve relationships for Francia and Albert_Einstein.\n", + "Finding relationships between List_of_Nobel_laureates_in_Physics and Netherlands...\n", + "Failed to retrieve relationships for List_of_Nobel_laureates_in_Physics and Netherlands.\n", + "Finding relationships between History_of_physics and History_of_the_Netherlands...\n", + "Failed to retrieve relationships for History_of_physics and History_of_the_Netherlands.\n", + "Finding relationships between Willibrord and History_of_physics...\n", + "Failed to retrieve relationships for Willibrord and History_of_physics.\n", + "Finding relationships between Judaism and Christianity_in_the_Middle_Ages...\n", + "Finding relationships between Benedictines and Albert_Einstein...\n", + "Finding relationships between Pieter_Zeeman and Haarlem...\n", + "Finding relationships between Albert_Einstein and Francia...\n", + "Finding relationships between Albert_Einstein and List_of_Nobel_laureates_in_Physics...\n", + "Finding relationships between Albert_Einstein and Nazi_Germany...\n", + "Finding relationships between Willibrord and Catholic_school...\n", + "Failed to retrieve relationships for Willibrord and Catholic_school.\n", + "Finding relationships between Albert_Einstein and The_Calendar_of_the_Church_Year...\n", + "Failed to retrieve relationships for Albert_Einstein and The_Calendar_of_the_Church_Year.\n", + "Finding relationships between Köchel_catalogue and Netherlands...\n", + "Failed to retrieve relationships for Köchel_catalogue and Netherlands.\n", + "Finding relationships between History_of_the_Catholic_Church and Willibrord...\n", + "Failed to retrieve relationships for History_of_the_Catholic_Church and Willibrord.\n", + "Finding relationships between Ulm and Haarlem...\n", + "Failed to retrieve relationships for Ulm and Haarlem.\n", + "Finding relationships between Turkey and Willibrord...\n", + "Failed to retrieve relationships for Turkey and Willibrord.\n", + "Finding relationships between Ulm and Benedictines...\n", + "Finding relationships between History_of_the_Netherlands and Albert_Einstein...\n", + "Failed to retrieve relationships for History_of_the_Netherlands and Albert_Einstein.\n", + "Finding relationships between Netherlands and Albert_Einstein...\n", + "Finding relationships between Continental_Germanic_mythology and Willibrord...\n", + "Failed to retrieve relationships for Continental_Germanic_mythology and Willibrord.\n", + "Finding relationships between Albert_Einstein and Judaism...\n", + "Failed to retrieve relationships for Albert_Einstein and Judaism.\n", + "Finding relationships between Albert_Einstein and History_of_physics...\n", + "Finding relationships between Institute_for_Advanced_Study and Netherlands...\n", + "Failed to retrieve relationships for Institute_for_Advanced_Study and Netherlands.\n", + "Finding relationships between Timeline_of_the_Catholic_Church and Willibrord...\n", + "Failed to retrieve relationships for Timeline_of_the_Catholic_Church and Willibrord.\n", + "Finding relationships between Ulm and Würzburg...\n", + "Failed to retrieve relationships for Ulm and Würzburg.\n", + "Finding relationships between Christianisation_of_the_Germanic_peoples and Albert_Einstein...\n", + "Failed to retrieve relationships for Christianisation_of_the_Germanic_peoples and Albert_Einstein.\n", + "Finding relationships between Gestapo and Willibrord...\n", + "Finding relationships between Willibrord and Ludwig_Wittgenstein...\n", + "Failed to retrieve relationships for Willibrord and Ludwig_Wittgenstein.\n", + "Finding relationships between Albert_Einstein and Catholic_school...\n", + "Finding relationships between Catholic_school and History_of_the_Catholic_Church...\n", + "Failed to retrieve relationships for Catholic_school and History_of_the_Catholic_Church.\n", + "Finding relationships between List_of_Nobel_laureates_in_Physics and Willibrord...\n", + "Failed to retrieve relationships for List_of_Nobel_laureates_in_Physics and Willibrord.\n", + "Finding relationships between Ethical_movement and Religion_in_Belgium...\n", + "Finding relationships between Willibrord and Turkey...\n", + "Finding relationships between Culture_of_Germany and Christianisation_of_the_Germanic_peoples...\n", + "Failed to retrieve relationships for Culture_of_Germany and Christianisation_of_the_Germanic_peoples.\n", + "Finding relationships between Nazi_Germany and Carolingian_dynasty...\n", + "Finding relationships between Culture_of_Germany and Willibrord...\n", + "Failed to retrieve relationships for Culture_of_Germany and Willibrord.\n", + "Finding relationships between Carolingian_dynasty and Albert_Einstein...\n", + "Finding relationships between Köchel_catalogue and Willibrord...\n", + "Failed to retrieve relationships for Köchel_catalogue and Willibrord.\n", + "Finding relationships between Albert_Einstein and Religion_in_Belgium...\n", + "Finding relationships between Culture_of_Germany and Francia...\n", + "Failed to retrieve relationships for Culture_of_Germany and Francia.\n", + "Finding relationships between Albert_Einstein and Köchel_catalogue...\n", + "Finding relationships between Albert_Einstein and Christ_Church,_Oxford...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at ',' before '_Oxford'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Albert_Einstein dbr:Christ_Church,_Oxford) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Albert_Einstein and Christ_Church,_Oxford.\n", + "Finding relationships between Catholic_school and List_of_Catholic_saints...\n", + "Failed to retrieve relationships for Catholic_school and List_of_Catholic_saints.\n", + "Finding relationships between The_Calendar_of_the_Church_Year and Willibrord...\n", + "Failed to retrieve relationships for The_Calendar_of_the_Church_Year and Willibrord.\n", + "Finding relationships between Albert_Einstein and History_of_the_Catholic_Church...\n", + "Finding relationships between Albert_Einstein and Ludwig_Wittgenstein...\n", + "Finding relationships between German_Empire and Carolingian_dynasty...\n", + "Finding relationships between Albert_Einstein and Wassenaar...\n", + "Finding relationships between Albert_Einstein and Turkey...\n", + "Finding relationships between Ulm and Netherlands...\n", + "Failed to retrieve relationships for Ulm and Netherlands.\n", + "Finding relationships between Willibrord and Judaism...\n", + "Failed to retrieve relationships for Willibrord and Judaism.\n", + "Finding relationships between Institute_for_Advanced_Study and Willibrord...\n", + "Failed to retrieve relationships for Institute_for_Advanced_Study and Willibrord.\n", + "Finding relationships between Martin_Luther_King_Jr. and The_Calendar_of_the_Church_Year...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '.' before 'dbr:The_Calendar_of_the_Church_Year'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Martin_Luther_King_Jr. dbr:The_Calendar_of_the_Church_Year) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Martin_Luther_King_Jr. and The_Calendar_of_the_Church_Year.\n", + "Finding relationships between Catholic_school and Timeline_of_the_Catholic_Church...\n", + "Failed to retrieve relationships for Catholic_school and Timeline_of_the_Catholic_Church.\n", + "Finding relationships between Catholic_school and Christianity_in_the_Middle_Ages...\n", + "Finding relationships between Religion_in_Belgium and Willibrord...\n", + "Failed to retrieve relationships for Religion_in_Belgium and Willibrord.\n", + "Finding relationships between Willibrord and Martin_Luther_King_Jr....\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '.' before ')'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Willibrord dbr:Martin_Luther_King_Jr.) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Willibrord and Martin_Luther_King_Jr..\n", + "Finding relationships between Old_Norse_religion and Albert_Einstein...\n", + "Failed to retrieve relationships for Old_Norse_religion and Albert_Einstein.\n", + "Finding relationships between Judaism and Old_Norse_religion...\n", + "Failed to retrieve relationships for Judaism and Old_Norse_religion.\n", + "Finding relationships between Albert_Einstein and List_of_Catholic_saints...\n", + "Finding relationships between Albert_Einstein and Walhalla_(memorial)...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '(' before 'memorial'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Albert_Einstein dbr:Walhalla_(memorial)) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Albert_Einstein and Walhalla_(memorial).\n", + "Finding relationships between Würzburg and Albert_Einstein...\n", + "Finding relationships between Munich and Würzburg...\n", + "Finding relationships between List_of_Catholic_saints and Willibrord...\n", + "Failed to retrieve relationships for List_of_Catholic_saints and Willibrord.\n", + "Finding relationships between Willibrord and Albert_Einstein...\n", + "Failed to retrieve relationships for Willibrord and Albert_Einstein.\n", + "Finding relationships between Ethical_movement and Old_Norse_religion...\n", + "Failed to retrieve relationships for Ethical_movement and Old_Norse_religion.\n", + "Finding relationships between Ludwig_Wittgenstein and Netherlands...\n", + "Finding relationships between Albert_Einstein and Timeline_of_the_Catholic_Church...\n", + "Failed to retrieve relationships for Albert_Einstein and Timeline_of_the_Catholic_Church.\n", + "Finding relationships between Willibrord and Köchel_catalogue...\n", + "Failed to retrieve relationships for Willibrord and Köchel_catalogue.\n", + "Finding relationships between Willibrord and Christ_Church,_Oxford...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at ',' before '_Oxford'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Willibrord dbr:Christ_Church,_Oxford) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Willibrord and Christ_Church,_Oxford.\n", + "Finding relationships between Anglo-Saxon_paganism and Willibrord...\n", + "Failed to retrieve relationships for Anglo-Saxon_paganism and Willibrord.\n", + "Finding relationships between Pieter_Zeeman and Willibrord...\n", + "Finding relationships between Albert_Einstein and Christianity_in_the_Middle_Ages...\n", + "Finding relationships between Albert_Einstein and Martin_Luther_King_Jr....\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '.' before ')'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Albert_Einstein dbr:Martin_Luther_King_Jr.) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Albert_Einstein and Martin_Luther_King_Jr..\n", + "Finding relationships between Christ_Church,_Oxford and Netherlands...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at ',' before '_Oxford'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Christ_Church,_Oxford dbr:Netherlands) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Christ_Church,_Oxford and Netherlands.\n", + "Finding relationships between German_Empire and Francia...\n", + "Finding relationships between Ulm and Willibrord...\n", + "Failed to retrieve relationships for Ulm and Willibrord.\n", + "Finding relationships between Albert_Einstein and Würzburg...\n", + "Failed to retrieve relationships for Albert_Einstein and Würzburg.\n", + "Finding relationships between Christianity_in_the_Middle_Ages and Willibrord...\n", + "Finding relationships between Judaism and Continental_Germanic_mythology...\n", + "Finding relationships between History_of_physics and Willibrord...\n", + "Failed to retrieve relationships for History_of_physics and Willibrord.\n", + "Finding relationships between Luxembourg and Albert_Einstein...\n", + "Finding relationships between Albert_Einstein and Pieter_Zeeman...\n", + "Finding relationships between Willibrord and University_of_Bern...\n", + "Finding relationships between Ashkenazi_Jews and Francia...\n", + "Finding relationships between Francia and Willibrord...\n", + "Finding relationships between Munich and Netherlands...\n", + "Finding relationships between Albert_Einstein and Luxembourg...\n", + "Finding relationships between German_Empire and Netherlands...\n", + "Finding relationships between Judaism and Anglo-Saxon_paganism...\n", + "Finding relationships between Benedictines and Willibrord...\n", + "Failed to retrieve relationships for Benedictines and Willibrord.\n", + "Finding relationships between Albert_Einstein and History_of_the_Netherlands...\n", + "Finding relationships between History_of_the_Catholic_Church and Albert_Einstein...\n", + "Failed to retrieve relationships for History_of_the_Catholic_Church and Albert_Einstein.\n", + "Finding relationships between Institute_for_Advanced_Study and Wassenaar...\n", + "Finding relationships between Ludwig_Wittgenstein and Willibrord...\n", + "Finding relationships between King's_College_London and Netherlands...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 0: End-of-line in a short single-quoted string at ''s_College_London dbr:Netherlands) }\\n'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:King's_College_London dbr:Netherlands) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for King's_College_London and Netherlands.\n", + "Finding relationships between Catholic_school and Benedictines...\n", + "Failed to retrieve relationships for Catholic_school and Benedictines.\n", + "Finding relationships between Haarlem and Willibrord...\n", + "Finding relationships between Culture_of_Germany and Walhalla_(memorial)...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '(' before 'memorial'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Culture_of_Germany dbr:Walhalla_(memorial)) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Culture_of_Germany and Walhalla_(memorial).\n", + "Finding relationships between Turkey and Luxembourg...\n", + "Failed to retrieve relationships for Turkey and Luxembourg.\n", + "Finding relationships between Gestapo and Würzburg...\n", + "Failed to retrieve relationships for Gestapo and Würzburg.\n", + "Finding relationships between University_of_Bern and Netherlands...\n", + "Failed to retrieve relationships for University_of_Bern and Netherlands.\n", + "Finding relationships between Christ_Church,_Oxford and Willibrord...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at ',' before '_Oxford'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Christ_Church,_Oxford dbr:Willibrord) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Christ_Church,_Oxford and Willibrord.\n", + "Finding relationships between Willibrord and Ethical_movement...\n", + "Failed to retrieve relationships for Willibrord and Ethical_movement.\n", + "Finding relationships between Ashkenazi_Jews and Netherlands...\n", + "Finding relationships between Nazi_Germany and Christianisation_of_the_Germanic_peoples...\n", + "Failed to retrieve relationships for Nazi_Germany and Christianisation_of_the_Germanic_peoples.\n", + "Finding relationships between Albert_Einstein and University_of_Bern...\n", + "Finding relationships between Nazi_Germany and Willibrord...\n", + "Finding relationships between Continental_Germanic_mythology and Albert_Einstein...\n", + "Failed to retrieve relationships for Continental_Germanic_mythology and Albert_Einstein.\n", + "Finding relationships between History_of_the_Netherlands and Willibrord...\n", + "Failed to retrieve relationships for History_of_the_Netherlands and Willibrord.\n", + "Finding relationships between Judaism and Willibrord...\n", + "Finding relationships between Timeline_of_the_Catholic_Church and Albert_Einstein...\n", + "Failed to retrieve relationships for Timeline_of_the_Catholic_Church and Albert_Einstein.\n", + "Finding relationships between Willibrord and Ulm...\n", + "Finding relationships between Netherlands and Willibrord...\n", + "Finding relationships between Nazi_Germany and Francia...\n", + "Finding relationships between Albert_Einstein and Haarlem...\n", + "Finding relationships between Willibrord and Ashkenazi_Jews...\n", + "Finding relationships between Willibrord and Pieter_Zeeman...\n", + "Failed to retrieve relationships for Willibrord and Pieter_Zeeman.\n", + "Finding relationships between Christianisation_of_the_Germanic_peoples and Willibrord...\n", + "Failed to retrieve relationships for Christianisation_of_the_Germanic_peoples and Willibrord.\n", + "Finding relationships between Albert_Einstein and Benedictines...\n", + "Finding relationships between Munich and Willibrord...\n", + "Finding relationships between German_Empire and Willibrord...\n", + "Finding relationships between Walhalla_(memorial) and Willibrord...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 7: syntax error at '(' before 'memorial'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Walhalla_(memorial) dbr:Willibrord) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Walhalla_(memorial) and Willibrord.\n", + "Finding relationships between Albert_Einstein and Munich...\n", + "Finding relationships between Albert_Einstein and Ethical_movement...\n", + "Finding relationships between King's_College_London and Willibrord...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 0: End-of-line in a short single-quoted string at ''s_College_London dbr:Willibrord) }\\n'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:King's_College_London dbr:Willibrord) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for King's_College_London and Willibrord.\n", + "Finding relationships between Albert_Einstein and Old_Norse_religion...\n", + "Finding relationships between Carolingian_dynasty and Willibrord...\n", + "Finding relationships between Albert_Einstein and Ulm...\n", + "Finding relationships between The_Calendar_of_the_Church_Year and Albert_Einstein...\n", + "Failed to retrieve relationships for The_Calendar_of_the_Church_Year and Albert_Einstein.\n", + "Finding relationships between University_of_Bern and Willibrord...\n", + "Finding relationships between Ashkenazi_Jews and Willibrord...\n", + "Finding relationships between Catholic_school and Netherlands...\n", + "Failed to retrieve relationships for Catholic_school and Netherlands.\n", + "Finding relationships between Albert_Einstein and Ashkenazi_Jews...\n", + "Finding relationships between Willibrord and Gestapo...\n", + "Finding relationships between Albert_Einstein and King's_College_London...\n", + "An unexpected error occurred: QueryBadFormed: A bad request has been sent to the endpoint: probably the SPARQL query is badly formed. \n", + "\n", + "Response:\n", + "b\"Virtuoso 37000 Error SP030: SPARQL compiler, line 0: End-of-line in a short single-quoted string at ''s_College_London) }\\n'\\n\\nSPARQL query:\\n#output-format:application/sparql-results+json\\nPREFIX dbo: \\n PREFIX dbr: \\n PREFIX owl: \\n SELECT ?entity1 ?pf1 ?mid1 ?pf2 ?mid2 ?pf3 ?mid3 ?pf4 ?mid4 ?pf5 ?mid5 ?pf6 ?entity2\\n WHERE {\\n VALUES (?entity1 ?entity2) { (dbr:Albert_Einstein dbr:King's_College_London) }\\n ?entity1 ?pf1 ?mid1 .\\n ?mid1 ?pf2 ?mid2 .\\n?mid2 ?pf3 ?mid3 .\\n?mid3 ?pf4 ?mid4 .\\n?mid4 ?pf5 ?mid5 .\\n?mid5 ?pf6 ?mid6 .\\n?mid5 ?pf6 ?entity2 .\\nFILTER(?entity1 != ?mid1 && ?entity2 != ?mid1 && ?mid1 != ?mid2 && ?mid2 != ?mid3 && ?mid3 != ?mid4 && ?mid4 != ?mid5 && ?mid5 != ?mid6 && ?entity1 != ?entity2) \\nFILTER (?pf1 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf2 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf3 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf4 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\nFILTER (?pf6 NOT IN (dbo:Person, dbo:wikiPageWikiLink, owl:Thing)) \\n} LIMIT 20\\n\"\n", + "Query failed after 3 attempts.\n", + "Failed to retrieve relationships for Albert_Einstein and King's_College_London.\n", + "Finding relationships between Ethical_movement and Continental_Germanic_mythology...\n", + "Failed to retrieve relationships for Ethical_movement and Continental_Germanic_mythology.\n", + "Finding relationships between Wassenaar and Willibrord...\n", + "Finding relationships between Haarlem and Albert_Einstein...\n", + "Finding relationships between Religion_in_Belgium and Albert_Einstein...\n", + "Failed to retrieve relationships for Religion_in_Belgium and Albert_Einstein.\n", + "The following queries failed and were retried without success:\n", + " - Culture_of_Germany to Carolingian_dynasty\n", + " - Martin_Luther_King_Jr. to Netherlands\n", + " - Old_Norse_religion to Willibrord\n", + " - Ethical_movement to Anglo-Saxon_paganism\n", + " - Judaism to Religion_in_Belgium\n", + " - Willibrord to Munich\n", + " - Willibrord to Culture_of_Germany\n", + " - List_of_Catholic_saints to Albert_Einstein\n", + " - Anglo-Saxon_paganism to Albert_Einstein\n", + " - Walhalla_(memorial) to Albert_Einstein\n", + " - Catholic_school to Willibrord\n", + " - Willibrord to King's_College_London\n", + " - German_Empire to Luxembourg\n", + " - Willibrord to List_of_Nobel_laureates_in_Physics\n", + " - Willibrord to Nazi_Germany\n", + " - Christianity_in_the_Middle_Ages to Albert_Einstein\n", + " - Ethical_movement to Willibrord\n", + " - Albert_Einstein to Culture_of_Germany\n", + " - Gestapo to Netherlands\n", + " - Martin_Luther_King_Jr. to Willibrord\n", + " - Francia to Albert_Einstein\n", + " - List_of_Nobel_laureates_in_Physics to Netherlands\n", + " - History_of_physics to History_of_the_Netherlands\n", + " - Willibrord to History_of_physics\n", + " - Willibrord to Catholic_school\n", + " - Albert_Einstein to The_Calendar_of_the_Church_Year\n", + " - Köchel_catalogue to Netherlands\n", + " - History_of_the_Catholic_Church to Willibrord\n", + " - Ulm to Haarlem\n", + " - Turkey to Willibrord\n", + " - History_of_the_Netherlands to Albert_Einstein\n", + " - Continental_Germanic_mythology to Willibrord\n", + " - Albert_Einstein to Judaism\n", + " - Institute_for_Advanced_Study to Netherlands\n", + " - Timeline_of_the_Catholic_Church to Willibrord\n", + " - Ulm to Würzburg\n", + " - Christianisation_of_the_Germanic_peoples to Albert_Einstein\n", + " - Willibrord to Ludwig_Wittgenstein\n", + " - Catholic_school to History_of_the_Catholic_Church\n", + " - List_of_Nobel_laureates_in_Physics to Willibrord\n", + " - Culture_of_Germany to Christianisation_of_the_Germanic_peoples\n", + " - Culture_of_Germany to Willibrord\n", + " - Köchel_catalogue to Willibrord\n", + " - Culture_of_Germany to Francia\n", + " - Albert_Einstein to Christ_Church,_Oxford\n", + " - Catholic_school to List_of_Catholic_saints\n", + " - The_Calendar_of_the_Church_Year to Willibrord\n", + " - Ulm to Netherlands\n", + " - Willibrord to Judaism\n", + " - Institute_for_Advanced_Study to Willibrord\n", + " - Martin_Luther_King_Jr. to The_Calendar_of_the_Church_Year\n", + " - Catholic_school to Timeline_of_the_Catholic_Church\n", + " - Religion_in_Belgium to Willibrord\n", + " - Willibrord to Martin_Luther_King_Jr.\n", + " - Old_Norse_religion to Albert_Einstein\n", + " - Judaism to Old_Norse_religion\n", + " - Albert_Einstein to Walhalla_(memorial)\n", + " - List_of_Catholic_saints to Willibrord\n", + " - Willibrord to Albert_Einstein\n", + " - Ethical_movement to Old_Norse_religion\n", + " - Albert_Einstein to Timeline_of_the_Catholic_Church\n", + " - Willibrord to Köchel_catalogue\n", + " - Willibrord to Christ_Church,_Oxford\n", + " - Anglo-Saxon_paganism to Willibrord\n", + " - Albert_Einstein to Martin_Luther_King_Jr.\n", + " - Christ_Church,_Oxford to Netherlands\n", + " - Ulm to Willibrord\n", + " - Albert_Einstein to Würzburg\n", + " - History_of_physics to Willibrord\n", + " - Benedictines to Willibrord\n", + " - History_of_the_Catholic_Church to Albert_Einstein\n", + " - King's_College_London to Netherlands\n", + " - Catholic_school to Benedictines\n", + " - Culture_of_Germany to Walhalla_(memorial)\n", + " - Turkey to Luxembourg\n", + " - Gestapo to Würzburg\n", + " - University_of_Bern to Netherlands\n", + " - Christ_Church,_Oxford to Willibrord\n", + " - Willibrord to Ethical_movement\n", + " - Nazi_Germany to Christianisation_of_the_Germanic_peoples\n", + " - Continental_Germanic_mythology to Albert_Einstein\n", + " - History_of_the_Netherlands to Willibrord\n", + " - Timeline_of_the_Catholic_Church to Albert_Einstein\n", + " - Willibrord to Pieter_Zeeman\n", + " - Christianisation_of_the_Germanic_peoples to Willibrord\n", + " - Walhalla_(memorial) to Willibrord\n", + " - King's_College_London to Willibrord\n", + " - The_Calendar_of_the_Church_Year to Albert_Einstein\n", + " - Catholic_school to Netherlands\n", + " - Albert_Einstein to King's_College_London\n", + " - Ethical_movement to Continental_Germanic_mythology\n", + " - Religion_in_Belgium to Albert_Einstein\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# Saving DBpedia relationships in JSON format" + ], + "metadata": { + "id": "IZOmpmszwH9k" + } + }, + { + "cell_type": "code", + "source": [ + "#import json\n", + "\n", + "# Convert tuple keys to strings for JSON compatibility\n", + "dbpedia_relationships_str_keys = {str(key): value for key, value in dbpedia_relationships.items()}\n", + "\n", + "# Save the modified dictionary to a .txt file in JSON format\n", + "with open(\"dbpedia_relationships.txt\", \"w\", encoding=\"utf-8\") as file:\n", + " json.dump(dbpedia_relationships_str_keys, file, ensure_ascii=False, indent=4)\n", + "\n", + "print(\"DBpedia relationships saved to dbpedia_relationships.txt\")\n", + "print(dbpedia_relationships)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "fyNPeSknZ0dE", + "outputId": "1d2c2e09-9454-467b-9211-639b196b89e7" + }, + "execution_count": 9, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "DBpedia relationships saved to dbpedia_relationships.txt\n", + "{('Albert_Einstein', 'German_Empire'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Congress_Poland', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Nicholas_II_of_Russia', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Grand_Duchess_Olga_Nikolaevna_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Congress_Poland', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Nicholas_II_of_Russia', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Grand_Duchess_Olga_Nikolaevna_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Congress_Poland', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Nicholas_II_of_Russia', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Grand_Duchess_Olga_Nikolaevna_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Congress_Poland', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Nicholas_II_of_Russia', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Grand_Duchess_Olga_Nikolaevna_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Russian_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Nicholas_II_of_Russia', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Grand_Duchess_Olga_Nikolaevna_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Russian_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Nicholas_II_of_Russia', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Grand_Duchess_Olga_Nikolaevna_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Russian_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Nicholas_II_of_Russia', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Grand_Duchess_Olga_Nikolaevna_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Russian_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Nicholas_II_of_Russia', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Grand_Duchess_Olga_Nikolaevna_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire']], ('Willibrord', 'Institute_for_Advanced_Study'): [['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/Union_of_Utrecht_(Old_Catholic)', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/Union_of_Scranton', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/Union_of_Scranton', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/Union_of_Utrecht_(Old_Catholic)', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/Union_of_Scranton', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/Union_of_Utrecht_(Old_Catholic)', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/Union_of_Utrecht_(Old_Catholic)', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/Union_of_Scranton', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study']], ('Albert_Einstein', 'Continental_Germanic_mythology'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Austro-Hungarian_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Austro-Hungarian_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/East_Francia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/academicAffiliations', 'http://dbpedia.org/resource/Europaeum', 'http://dbpedia.org/property/membership', 'http://dbpedia.org/resource/University_of_St_Andrews', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/academicAffiliations', 'http://dbpedia.org/resource/Europaeum', 'http://dbpedia.org/property/membership', 'http://dbpedia.org/resource/University_of_St_Andrews', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Institute_for_Advanced_Study', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Independent', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Independent_school', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Institute_for_Advanced_Study', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Independent', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Independent_school', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology']], ('Albert_Einstein', 'Netherlands'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Prussia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Frederick_I_of_Prussia', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/William_III_of_England', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Prussia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Frederick_I_of_Prussia', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/William_III_of_England', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/William_I_of_the_Netherlands', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/William_I_of_the_Netherlands', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/William_I_of_the_Netherlands', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/William_I_of_the_Netherlands', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands']], ('Albert_Einstein', 'Carolingian_dynasty'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charles_the_Fat', 'http://dbpedia.org/property/dynasty', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charles_the_Fat', 'http://dbpedia.org/property/dynasty', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charles_the_Fat', 'http://dbpedia.org/property/dynasty', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charles_the_Fat', 'http://dbpedia.org/property/dynasty', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charles_the_Fat', 'http://dbpedia.org/property/dynasty', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charles_the_Fat', 'http://dbpedia.org/property/dynasty', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charles_the_Fat', 'http://dbpedia.org/property/dynasty', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Austro-Hungarian_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charles_the_Fat', 'http://dbpedia.org/property/dynasty', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/ontology/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/ontology/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Jena', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Jena', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty']], ('Albert_Einstein', 'Gestapo'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Walter_Raleigh', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Devon', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/2013', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Erich_Priebke', 'http://dbpedia.org/ontology/militaryUnit', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Walter_Raleigh', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Devon', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/2013', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Erich_Priebke', 'http://dbpedia.org/property/unit', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Vladimir_Putin', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Foreign_relations_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/30_September_Movement', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Vladimir_Putin', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_cults_of_personality', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/30_September_Movement', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Vladimir_Putin', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Foreign_relations_of_Russia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/30_September_Movement', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Russia', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Vladimir_Putin', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_cults_of_personality', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/30_September_Movement', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/Ukrainian_language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Ukraine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Eastern_Front_(World_War_II)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Willi_Lehmann', 'http://dbpedia.org/property/unit', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/Ukrainian_language', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Ukraine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Eastern_Front_(World_War_II)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Willi_Lehmann', 'http://dbpedia.org/property/unit', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/Ukrainian_language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Ukraine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Eastern_Front_(World_War_II)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Willi_Lehmann', 'http://dbpedia.org/ontology/militaryUnit', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/Ukrainian_language', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Ukraine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Eastern_Front_(World_War_II)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Willi_Lehmann', 'http://dbpedia.org/ontology/militaryUnit', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/German_Revolution_of_1918–1919', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/German_Revolution_of_1918–1919', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Paul_von_Hindenburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Poznań', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Fort_VII', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Gestapo']], ('Würzburg', 'Willibrord'): [['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Turkey', 'Netherlands'): [['http://dbpedia.org/resource/Turkey', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkish_people', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Turkey', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkish_people', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Turkey', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Turkish_people', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Turkey', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Turkish_people', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Turkey', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Turkish_people', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Turkey', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Turkish_people', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands']], ('Albert_Einstein', 'Anglo-Saxon_paganism'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/lowerHouse', 'http://dbpedia.org/resource/Reichstag_(German_Empire)', 'http://dbpedia.org/property/precededBy', 'http://dbpedia.org/resource/Reichstag_(North_German_Confederation)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/lowerHouse', 'http://dbpedia.org/resource/Reichstag_(German_Empire)', 'http://dbpedia.org/property/precededBy', 'http://dbpedia.org/resource/Reichstag_(North_German_Confederation)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/lowerHouse', 'http://dbpedia.org/resource/Reichstag_(German_Empire)', 'http://dbpedia.org/property/precededBy', 'http://dbpedia.org/resource/Reichstag_(North_German_Confederation)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/Weimar_Republic', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/Reichstag_(Weimar_Republic)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/knownFor', 'http://dbpedia.org/resource/List_of_things_named_after_Albert_Einstein', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/List', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Listed_building', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/knownFor', 'http://dbpedia.org/resource/List_of_things_named_after_Albert_Einstein', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/List', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Listed_building', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/knownFor', 'http://dbpedia.org/resource/List_of_things_named_after_Albert_Einstein', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/List', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Listed_building', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Jena', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Denmark', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Angles', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Jena', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Denmark', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Angles', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism']], ('Albert_Einstein', 'Institute_for_Advanced_Study'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/California_Institute_of_Technology', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Princeton_University', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Brandeis_University', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/California_Institute_of_Technology', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Princeton_University', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Brandeis_University', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/University', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Immigration_to_Switzerland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Immigration_to_Switzerland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Europe', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Renaissance', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Quentin_Skinner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Institute_for_Advanced_Study']], ('Willibrord', 'German_Empire'): [['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/property/name', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Bibliography_of_Russian_history_(1223–1613)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Tsardom_of_Russia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_Russian_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Canonization_of_the_Romanovs', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire']], ('Albert_Einstein', 'Christianisation_of_the_Germanic_peoples'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Thomas_Hobbes', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Derbyshire', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/England', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Germanic_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianisation_of_the_Germanic_peoples'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Walter_Raleigh', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Devon', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/England', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Germanic_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianisation_of_the_Germanic_peoples'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/award', 'http://dbpedia.org/resource/Gold_Medal_of_the_Royal_Astronomical_Society', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/United_Kingdom', 'http://dbpedia.org/property/upperHouse', 'http://dbpedia.org/resource/House_of_Lords', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/England', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Germanic_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianisation_of_the_Germanic_peoples'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/award', 'http://dbpedia.org/resource/Gold_Medal_of_the_Royal_Astronomical_Society', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/United_Kingdom', 'http://dbpedia.org/property/upperHouse', 'http://dbpedia.org/resource/House_of_Lords', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/England', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Germanic_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianisation_of_the_Germanic_peoples'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Matthew_Pinsent', 'http://dbpedia.org/property/honorificSuffix', 'http://dbpedia.org/resource/Order_of_the_British_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/England', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Germanic_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianisation_of_the_Germanic_peoples']], ('Wassenaar', 'Albert_Einstein'): [['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/southeast', 'http://dbpedia.org/resource/Leidschendam-Voorburg', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Katwijk', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/South_Holland', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/South_Holland', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/southeast', 'http://dbpedia.org/resource/Leidschendam-Voorburg', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://dbpedia.org/property/territory', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://dbpedia.org/property/territory', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Municipalities_of_the_Netherlands', 'http://dbpedia.org/property/territory', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Municipalities_of_the_Netherlands', 'http://dbpedia.org/property/territory', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Katwijk', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/South_Holland', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/South_Holland', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein']], ('Luxembourg', 'Willibrord'): [['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_Luxembourg', 'http://dbpedia.org/property/firstMonarch', 'http://dbpedia.org/resource/William_I_of_the_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Dutch_Reformed_Church', 'http://dbpedia.org/property/separatedFrom', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/ontology/officialLanguage', 'http://dbpedia.org/resource/German_language', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Geographical_distribution_of_German_speakers', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/property/related', 'http://dbpedia.org/resource/French_people', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/French_people', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/ontology/officialLanguage', 'http://dbpedia.org/resource/German_language', 'http://dbpedia.org/property/ld', 'http://dbpedia.org/resource/Bavarian_language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/ontology/officialLanguage', 'http://dbpedia.org/resource/German_language', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Early_New_High_German', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/ontology/officialLanguage', 'http://dbpedia.org/resource/German_language', 'http://dbpedia.org/property/ld', 'http://dbpedia.org/resource/Middle_High_German', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/ontology/officialLanguage', 'http://dbpedia.org/resource/German_language', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Middle_High_German', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Fortress_of_Luxembourg', 'http://dbpedia.org/property/battles', 'http://dbpedia.org/resource/Siege_of_Luxembourg_(1684)', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Fortress_of_Luxembourg', 'http://dbpedia.org/property/battles', 'http://dbpedia.org/resource/Siege_of_Luxembourg_(1684)', 'http://dbpedia.org/property/place', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Henri,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Pope', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_Luxembourg', 'http://dbpedia.org/property/heirApparent', 'http://dbpedia.org/resource/Guillaume,_Hereditary_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Henri,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/heir', 'http://dbpedia.org/resource/Guillaume,_Hereditary_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Henri,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/successor', 'http://dbpedia.org/resource/Guillaume,_Hereditary_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Henri,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/ontology/successor', 'http://dbpedia.org/resource/Guillaume,_Hereditary_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_Luxembourg', 'http://dbpedia.org/property/incumbent', 'http://dbpedia.org/resource/Henri,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/ontology/anthem', 'http://dbpedia.org/resource/De_Wilhelmus', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Henri,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Xavier_Bettel', 'http://dbpedia.org/property/monarch', 'http://dbpedia.org/resource/Henri,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/property/related', 'http://dbpedia.org/resource/Walloons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Walloons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Judaism', 'Christianity_in_the_Middle_Ages'): [['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/mainClassification', 'http://dbpedia.org/resource/Abrahamic_religions', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Council_of_Jerusalem', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/European_wars_of_religion', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Death', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/congregations', 'http://dbpedia.org/resource/List_of_Jewish_communities_by_country', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Jews', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Jewish_history', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/separatedFrom', 'http://dbpedia.org/resource/Second_Temple_Judaism', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Judiasm', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Religious_antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/separatedFrom', 'http://dbpedia.org/resource/Hellenistic_Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Jewish_Christian', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages']], ('Benedictines', 'Albert_Einstein'): [['http://dbpedia.org/resource/Benedictines', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Benedict_of_Nursia', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Christian_denomination', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Benedictines', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Benedict_of_Nursia', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Christian_denomination', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Benedictines', 'http://dbpedia.org/ontology/foundedBy', 'http://dbpedia.org/resource/Benedict_of_Nursia', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Christian_denomination', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Benedictines', 'http://dbpedia.org/ontology/foundedBy', 'http://dbpedia.org/resource/Benedict_of_Nursia', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Christian_denomination', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein']], ('Pieter_Zeeman', 'Haarlem'): [['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Hinduism_in_the_Netherlands', 'http://dbpedia.org/property/regions', 'http://dbpedia.org/resource/Rotterdam', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Timeline_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Bram_Peper', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zonnemaire', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/United_Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/Haarlem']], ('Albert_Einstein', 'Francia'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Serbs', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Architecture_of_Serbia', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgrade', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Frankish_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Serbs', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Architecture_of_Serbia', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgrade', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Frankish_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/stateOfOrigin', 'http://dbpedia.org/resource/Serbs', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Architecture_of_Serbia', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgrade', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Frankish_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Serbs', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Architecture_of_Serbia', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgrade', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Frankish_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Serbs', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Architecture_of_Serbia', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgrade', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Frankish_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/stateOfOrigin', 'http://dbpedia.org/resource/Serbs', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Architecture_of_Serbia', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgrade', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Frankish_Empire', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/Emperor_of_Austria', 'http://dbpedia.org/property/family', 'http://dbpedia.org/resource/House_of_Lorraine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Habsburg', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Treaty_of_Verdun', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Austria-Hungary', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Republic_of_German-Austria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Carinthia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Francia']], ('Albert_Einstein', 'List_of_Nobel_laureates_in_Physics'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/viceChancellor', 'http://dbpedia.org/resource/Louise_Richardson', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/Trinity_College,_Dublin', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Trinity_College_Dublin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Nobel_Laureate_in_Physics', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/List_of_Nobel_laureates_in_Physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/ontology/viceChancellor', 'http://dbpedia.org/resource/Louise_Richardson', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/Trinity_College,_Dublin', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Trinity_College_Dublin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Nobel_Laureate_in_Physics', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/List_of_Nobel_laureates_in_Physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/viceChancellor', 'http://dbpedia.org/resource/Louise_Richardson', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/Trinity_College,_Dublin', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Trinity_College_Dublin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Nobel_Laureate_in_Physics', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/List_of_Nobel_laureates_in_Physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/ontology/viceChancellor', 'http://dbpedia.org/resource/Louise_Richardson', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/Trinity_College,_Dublin', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Trinity_College_Dublin', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Nobel_Laureate_in_Physics', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/List_of_Nobel_laureates_in_Physics']], ('Albert_Einstein', 'Nazi_Germany'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_conspiracy_theories', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Catholicism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_conspiracy_theories', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Catholicism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_conspiracy_theories', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Catholicism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_conspiracy_theories', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Catholicism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_conspiracy_theories', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Catholicism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_conspiracy_theories', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Catholicism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_conspiracy_theories', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Catholicism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_conspiracy_theories', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Anti-Catholicism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Ernst_Peschl', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Ernst_Peschl', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Ernst_Peschl', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Ernst_Peschl', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Ernst_Peschl', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Ernst_Peschl', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Ernst_Peschl', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Ernst_Peschl', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/Emperor_of_Austria', 'http://dbpedia.org/property/pretender', 'http://dbpedia.org/resource/Karl_von_Habsburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/Emperor_of_Austria', 'http://dbpedia.org/property/pretender', 'http://dbpedia.org/resource/Karl_von_Habsburg', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Herzog', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Nazi_Germany']], ('Ulm', 'Benedictines'): [['http://dbpedia.org/resource/Ulm', 'http://dbpedia.org/ontology/federalState', 'http://dbpedia.org/resource/Baden-Württemberg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Winfried_Kretschmann', 'http://dbpedia.org/property/1namedata', 'http://dbpedia.org/resource/Horst_Seehofer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saint_Boniface', 'http://dbpedia.org/property/honorificSuffix', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Ulm', 'http://dbpedia.org/ontology/federalState', 'http://dbpedia.org/resource/Baden-Württemberg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Winfried_Kretschmann', 'http://dbpedia.org/property/1namedata', 'http://dbpedia.org/resource/Horst_Seehofer', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saint_Boniface', 'http://dbpedia.org/property/honorificSuffix', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Ulm', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Frank-Walter_Steinmeier', 'http://dbpedia.org/property/office', 'http://dbpedia.org/resource/German_Chancellery', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Bonn', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saint_Boniface', 'http://dbpedia.org/property/honorificSuffix', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Ulm', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Frank-Walter_Steinmeier', 'http://dbpedia.org/property/successor', 'http://dbpedia.org/resource/Thomas_de_Maizière', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bonn', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saint_Boniface', 'http://dbpedia.org/property/honorificSuffix', 'http://dbpedia.org/resource/Benedictines']], ('Netherlands', 'Albert_Einstein'): [['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/nationalRepresentation', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Klaus_Welle', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/nationalRepresentation', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Klaus_Welle', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Papiamento', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Bonaire', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Papiamento', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Bonaire', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/States_General_of_the_Netherlands', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/States_General_of_the_Netherlands', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedTitle', 'http://dbpedia.org/resource/Liberation_Day_(Netherlands)', 'http://dbpedia.org/property/observedby', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedTitle', 'http://dbpedia.org/resource/Liberation_Day_(Netherlands)', 'http://dbpedia.org/property/observedby', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/States_General_of_the_Netherlands', 'http://dbpedia.org/property/meetingPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/States_General_of_the_Netherlands', 'http://dbpedia.org/property/meetingPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Limburgish', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Limburgish', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Sinte_Romani', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Sinte_Romani', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Dutch_Sign_Language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Dutch_Sign_Language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Limburgish', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Limburgish', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein']], ('Albert_Einstein', 'History_of_physics'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/ontology/nonFictionSubject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/ontology/nonFictionSubject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/ontology/nonFictionSubject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/ontology/nonFictionSubject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/ontology/nonFictionSubject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/ontology/nonFictionSubject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/ontology/nonFictionSubject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/ontology/nonFictionSubject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Hermann_von_Helmholtz', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_Planck', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Max_von_Laue', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/The_End_of_the_Certain_World', 'http://dbpedia.org/property/subject', 'http://dbpedia.org/resource/History_of_physics']], ('Gestapo', 'Willibrord'): [['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister3Name', 'http://dbpedia.org/resource/Heinrich_Himmler', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Reinhard_Heydrich', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister3Name', 'http://dbpedia.org/resource/Heinrich_Himmler', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Reinhard_Heydrich', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Willibrordus', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Rudolf_Diels', 'http://dbpedia.org/property/successor', 'http://dbpedia.org/resource/Reinhard_Heydrich', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Rudolf_Diels', 'http://dbpedia.org/property/successor', 'http://dbpedia.org/resource/Reinhard_Heydrich', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Reinhard_Heydrich', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Rudolf_Diels', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Reinhard_Heydrich', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Rudolf_Diels', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/chief2Name', 'http://dbpedia.org/resource/Reinhard_Heydrich', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Rudolf_Diels', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/chief2Name', 'http://dbpedia.org/resource/Reinhard_Heydrich', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Rudolf_Diels', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/altOfficeholder', 'http://dbpedia.org/resource/Horst_Sindermann', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Carl_Severing', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Carl_Severing', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Joseph_Wirth', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/altOfficeholder', 'http://dbpedia.org/resource/Horst_Sindermann', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Paul_Giesler', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Joseph_Wirth', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Franz_Bracht', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Franz_Bracht', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Gestapo', 'http://dbpedia.org/property/minister2Pfo', 'http://dbpedia.org/resource/List_of_German_interior_ministers', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Friedrich_Dickel', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Albert_Einstein', 'Catholic_school'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Christopher_Tolkien', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Christopher_Tolkien', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/John_Francis_Reuel_Tolkien', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/John_Francis_Reuel_Tolkien', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/alongside', 'http://dbpedia.org/resource/Juan_Benlloch_i_Vivó', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/alongside', 'http://dbpedia.org/resource/Juan_Benlloch_i_Vivó', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/alongside', 'http://dbpedia.org/resource/Juan_Benlloch_i_Vivó', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/alongside', 'http://dbpedia.org/resource/Juan_Benlloch_i_Vivó', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Prussia', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/alongside', 'http://dbpedia.org/resource/Juan_Benlloch_i_Vivó', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Prussia', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/alongside', 'http://dbpedia.org/resource/Juan_Benlloch_i_Vivó', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/alongside', 'http://dbpedia.org/resource/Juan_Benlloch_i_Vivó', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/alongside', 'http://dbpedia.org/resource/Juan_Benlloch_i_Vivó', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Christopher_Tolkien', 'http://dbpedia.org/ontology/relative', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Christopher_Tolkien', 'http://dbpedia.org/ontology/relative', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Edith_Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Edith_Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Edith_Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/J._R._R._Tolkien', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Edith_Tolkien', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/John_Tolkien_(priest)', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/patronSaint', 'http://dbpedia.org/resource/Nicholas_of_Flüe', 'http://dbpedia.org/property/canonizedBy', 'http://dbpedia.org/resource/Pope_Pius_XII', 'http://dbpedia.org/property/bishop', 'http://dbpedia.org/resource/Giuseppe_Pizzardo', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/patronSaint', 'http://dbpedia.org/resource/Nicholas_of_Flüe', 'http://dbpedia.org/property/canonizedBy', 'http://dbpedia.org/resource/Pope_Pius_XII', 'http://dbpedia.org/property/bishop', 'http://dbpedia.org/resource/Giuseppe_Pizzardo', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Parish_(Catholic_Church)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Catholic_school']], ('Ethical_movement', 'Religion_in_Belgium'): [['http://dbpedia.org/resource/Ethical_movement', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Felix_Adler_(professor)', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Ethical_movement', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Felix_Adler_(professor)', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Ethical_movement', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Felix_Adler_(professor)', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Christianity_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Ethical_movement', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Felix_Adler_(professor)', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Christianity_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium']], ('Willibrord', 'Turkey'): [['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Bartholomew_I_of_Constantinople', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Bartholomew_I_of_Constantinople', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Georgia_(country)', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Georgia_(country)', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Georgia_(country)', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/area', 'http://dbpedia.org/resource/Georgia_(country)', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Oriental_Orthodox_Churches', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Oriental_Orthodox_Churches', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Oriental_Orthodox_Churches', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Oriental_Orthodox_Churches', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Bartholomew_I_of_Constantinople', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Bartholomew_I_of_Constantinople', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/separations', 'http://dbpedia.org/resource/Old_Believers', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/separations', 'http://dbpedia.org/resource/Old_Believers', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/separations', 'http://dbpedia.org/resource/Old_Believers', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://dbpedia.org/property/separations', 'http://dbpedia.org/resource/Old_Believers', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://xmlns.com/foaf/0.1/isPrimaryTopicOf', 'http://en.wikipedia.org/wiki/Willibrord', 'http://xmlns.com/foaf/0.1/primaryTopic', 'http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://xmlns.com/foaf/0.1/isPrimaryTopicOf', 'http://en.wikipedia.org/wiki/Willibrord', 'http://xmlns.com/foaf/0.1/primaryTopic', 'http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://xmlns.com/foaf/0.1/isPrimaryTopicOf', 'http://en.wikipedia.org/wiki/Willibrord', 'http://xmlns.com/foaf/0.1/primaryTopic', 'http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Willibrord', 'http://xmlns.com/foaf/0.1/isPrimaryTopicOf', 'http://en.wikipedia.org/wiki/Willibrord', 'http://xmlns.com/foaf/0.1/primaryTopic', 'http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey']], ('Nazi_Germany', 'Carolingian_dynasty'): [['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Richard_J._Evans', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Cambridge', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Richard_J._Evans', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_East_Anglia', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Richard_J._Evans', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Stirling', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Richard_J._Evans', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Umeå_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Richard_J._Evans', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Cambridge', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Richard_J._Evans', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_East_Anglia', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Richard_J._Evans', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Stirling', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Richard_J._Evans', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/Umeå_University', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty']], ('Carolingian_dynasty', 'Albert_Einstein'): [['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Bavaria', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Slovenia', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Bavaria', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Slovenia', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein']], ('Albert_Einstein', 'Religion_in_Belgium'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/ontology/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/ontology/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/academicAdvisors', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Jena', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/academicAdvisor', 'http://dbpedia.org/resource/Heinrich_Friedrich_Weber', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Jena', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Alfred_Kleiner', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Karl-Ferdinands-Universität', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Charles_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Secularism_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Christianity_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Christianity_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/ontology/employer', 'http://dbpedia.org/resource/University_of_California,_Berkeley', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Christianity_in_Belgium', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Religion_in_Belgium']], ('Albert_Einstein', 'Köchel_catalogue'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Köchel_catalog', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Köchel_catalogue']], ('Albert_Einstein', 'History_of_the_Catholic_Church'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Poland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christmas', 'http://dbpedia.org/property/relatedto', 'http://dbpedia.org/resource/Christmas_Eve', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Poland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christmas', 'http://dbpedia.org/property/relatedto', 'http://dbpedia.org/resource/Christmas_Eve', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Poland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christmas', 'http://dbpedia.org/property/relatedto', 'http://dbpedia.org/resource/Christmas_Eve', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Poland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christmas', 'http://dbpedia.org/property/relatedto', 'http://dbpedia.org/resource/Christmas_Eve', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Poland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christmas', 'http://dbpedia.org/property/relatedto', 'http://dbpedia.org/resource/Christmas_Eve', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Poland', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christmas', 'http://dbpedia.org/property/relatedto', 'http://dbpedia.org/resource/Christmas_Eve', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church']], ('Albert_Einstein', 'Ludwig_Wittgenstein'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Constantin_Carathéodory', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Ludwig_Wittgenstein']], ('German_Empire', 'Carolingian_dynasty'): [['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Bernhard_von_Bülow', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Greifswald', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Bernhard_von_Bülow', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Lausanne', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Bernhard_von_Bülow', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Lausanne', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/German_Empire', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/State', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Ball_State_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/German_Empire', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/State', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Michigan_State_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Bernhard_von_Bülow', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Greifswald', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Bernhard_von_Bülow', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Lausanne', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Bernhard_von_Bülow', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Lausanne', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carolingian_Dynasty', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Carolingian_dynasty']], ('Albert_Einstein', 'Wassenaar'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/California_Institute_of_Technology', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Private_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Princeton_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Private_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Brandeis_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Private_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/California_Institute_of_Technology', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Private_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Princeton_University', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Private_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Brandeis_University', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Private_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/ontology/affiliation', 'http://dbpedia.org/resource/CESAER', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/ontology/affiliation', 'http://dbpedia.org/resource/European_University_Association', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar']], ('Albert_Einstein', 'Turkey'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/stateOfOrigin', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/stateOfOrigin', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/stateOfOrigin', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/stateOfOrigin', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Serbs', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://dbpedia.org/ontology/wikiPageWikiLink', \"http://dbpedia.org/resource/Princes'_Islands\", 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Turkey']], ('Catholic_school', 'Christianity_in_the_Middle_Ages'): [['http://dbpedia.org/resource/Catholic_school', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Latin_America', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Mexico_City', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages']], ('Albert_Einstein', 'List_of_Catholic_saints'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Elena_Kagan', 'http://dbpedia.org/property/nominator', 'http://dbpedia.org/resource/Barack_Obama', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Hawaii', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Catholic_saints', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/List_of_Catholic_saints'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Elena_Kagan', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Barack_Obama', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Hawaii', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Catholic_saints', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/List_of_Catholic_saints'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/award', 'http://dbpedia.org/resource/Member_of_the_National_Academy_of_Sciences', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/United_States', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Asian_Americans', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Hawaii', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Catholic_saints', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/List_of_Catholic_saints']], ('Würzburg', 'Albert_Einstein'): [['http://dbpedia.org/resource/Würzburg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Frank-Walter_Steinmeier', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Christian_Democratic_Union_of_Germany', 'http://dbpedia.org/property/leader1Name', 'http://dbpedia.org/resource/Friedrich_Merz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/ontology/federalState', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Markus_Söder', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Olaf_Scholz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Frank-Walter_Steinmeier', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Christian_Democratic_Union_of_Germany', 'http://dbpedia.org/property/leader1Name', 'http://dbpedia.org/resource/Friedrich_Merz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/ontology/federalState', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Markus_Söder', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Olaf_Scholz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Frank-Walter_Steinmeier', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Christian_Democratic_Union_of_Germany', 'http://dbpedia.org/property/leader1Name', 'http://dbpedia.org/resource/Friedrich_Merz', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Olaf_Scholz', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Frank-Walter_Steinmeier', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Christian_Democratic_Union_of_Germany', 'http://dbpedia.org/property/leader1Name', 'http://dbpedia.org/resource/Friedrich_Merz', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Germany', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Olaf_Scholz', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/West_Germany', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/ontology/region', 'http://dbpedia.org/resource/Lower_Franconia', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Evangelical_Church_in_Germany', 'http://dbpedia.org/property/orientation', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/ontology/region', 'http://dbpedia.org/resource/Lower_Franconia', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Evangelical_Church_in_Germany', 'http://dbpedia.org/property/orientation', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://xmlns.com/foaf/0.1/isPrimaryTopicOf', 'http://en.wikipedia.org/wiki/Würzburg', 'http://xmlns.com/foaf/0.1/primaryTopic', 'http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Evangelical_Church_in_Germany', 'http://dbpedia.org/property/orientation', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://xmlns.com/foaf/0.1/isPrimaryTopicOf', 'http://en.wikipedia.org/wiki/Würzburg', 'http://xmlns.com/foaf/0.1/primaryTopic', 'http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Evangelical_Church_in_Germany', 'http://dbpedia.org/property/orientation', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Evangelical_Church_in_Germany', 'http://xmlns.com/foaf/0.1/isPrimaryTopicOf', 'http://en.wikipedia.org/wiki/Evangelical_Church_in_Germany', 'http://xmlns.com/foaf/0.1/primaryTopic', 'http://dbpedia.org/resource/Evangelical_Church_in_Germany', 'http://dbpedia.org/property/orientation', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Würzburg', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Evangelical_Church_in_Germany', 'http://xmlns.com/foaf/0.1/isPrimaryTopicOf', 'http://en.wikipedia.org/wiki/Evangelical_Church_in_Germany', 'http://xmlns.com/foaf/0.1/primaryTopic', 'http://dbpedia.org/resource/Evangelical_Church_in_Germany', 'http://dbpedia.org/property/orientation', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein']], ('Munich', 'Würzburg'): [['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/property/mayor', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/property/mayor', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/property/mayor', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/property/mayor', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderName', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderName', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderName', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderName', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/property/mayor', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/property/mayor', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/property/mayor', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/property/mayor', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderName', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderName', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderName', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderName', 'http://dbpedia.org/resource/Dieter_Reiter', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Christian_Ude', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Georg_Kronawitter', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/federalState', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Markus_Söder', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Horst_Seehofer', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/federalState', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Markus_Söder', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Horst_Seehofer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/federalState', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Markus_Söder', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Horst_Seehofer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/federalState', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Markus_Söder', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Horst_Seehofer', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Bavaria', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/S.Oliver_Würzburg', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Würzburg']], ('Ludwig_Wittgenstein', 'Netherlands'): [['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/L._E._J._Brouwer', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Dutch_Republic', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/West_Frisian_language', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Friesland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Cambuur_Stadion', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Dutch_Republic', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/West_Frisian_language', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Friesland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Cambuur_Stadion', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Dutch_Republic', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/West_Frisian_language', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Friesland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Cambuur_Stadion', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Dutch_Republic', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/West_Frisian_language', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Friesland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Cambuur_Stadion', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands']], ('Pieter_Zeeman', 'Willibrord'): [['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/ontology/diocese', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/property/title', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/property/diocese', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Wim_Eijk', 'http://dbpedia.org/property/title', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Groningen-Leeuwarden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Wim_Eijk', 'http://dbpedia.org/property/previousPost', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Groningen-Leeuwarden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Wander_de_Haas', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Wander_Johannes_de_Haas', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Wander_de_Haas', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Wander_Johannes_de_Haas', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Wander_de_Haas', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Wander_Johannes_de_Haas', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Wander_de_Haas', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Wander_Johannes_de_Haas', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Wander_de_Haas', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Wander_Johannes_de_Haas', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Wander_de_Haas', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Wander_Johannes_de_Haas', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Wander_de_Haas', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Wander_Johannes_de_Haas', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Wander_de_Haas', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Wander_Johannes_de_Haas', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Hinduism_in_the_Netherlands', 'http://dbpedia.org/property/regions', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Teylingen', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/ontology/doctoralAdvisor', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Teylingen', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Pieter_Zeeman', 'http://dbpedia.org/property/workInstitutions', 'http://dbpedia.org/resource/University_of_Amsterdam', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/areaBlank1Title', 'http://dbpedia.org/resource/Randstad', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Albert_Einstein', 'Christianity_in_the_Middle_Ages'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestantism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Trinity', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Protestantism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Trinity', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Prussia', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Protestantism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Trinity', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/History_of_Christianity_during_the_Middle_Ages', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_diminutives_by_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Lancelot', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_diminutives_by_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Lancelot', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_diminutives_by_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Lancelot', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_diminutives_by_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Lancelot', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_diminutives_by_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Lancelot', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_diminutives_by_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Lancelot', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_diminutives_by_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Lancelot', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_diminutives_by_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Lancelot', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Mexico', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Catholic_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Medieval_history_of_Christianity', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Christianity_in_the_Middle_Ages']], ('German_Empire', 'Francia'): [['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Papal_States', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Papal_States', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/property/date', 'http://dbpedia.org/resource/Treaty_of_Neuilly-sur-Seine', 'http://dbpedia.org/property/locationSigned', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Christians', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Jews', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Jews', 'http://dbpedia.org/ontology/language', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Christians', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Jews', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Jews', 'http://dbpedia.org/ontology/language', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Chlodwig,_Prince_of_Hohenlohe-Schillingsfürst', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Baron_Karl_Ludwig_von_der_Pfordten', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Saxon', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Birinus', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Chlodwig,_Prince_of_Hohenlohe-Schillingsfürst', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Baron_Karl_Ludwig_von_der_Pfordten', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Saxon', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Birinus', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Chlodwig,_Prince_of_Hohenlohe-Schillingsfürst', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Baron_Karl_Ludwig_von_der_Pfordten', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Saxon', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Birinus', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Chlodwig,_Prince_of_Hohenlohe-Schillingsfürst', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Baron_Karl_Ludwig_von_der_Pfordten', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Saxon', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Birinus', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Spain', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Umayyad_conquest_of_Hispania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Toulouse_(721)', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Francia']], ('Christianity_in_the_Middle_Ages', 'Willibrord'): [['http://dbpedia.org/resource/Christianity_in_the_Middle_Ages', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Fall_of_Constantinople', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Isidore_of_Kiev', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Papal_States', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Christianity_in_the_Middle_Ages', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Fall_of_Constantinople', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Isidore_of_Kiev', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Papal_States', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Christianity_in_the_Middle_Ages', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Avignon_Papacy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pope_Gregory_XI', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Papal_States', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Christianity_in_the_Middle_Ages', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Avignon_Papacy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pope_Gregory_XI', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Papal_States', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Christianity_in_the_Middle_Ages', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Italian_Renaissance', 'http://dbpedia.org/property/participants', 'http://dbpedia.org/resource/Italians', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Christianity_in_the_Middle_Ages', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Avignon_Papacy', 'http://dbpedia.org/ontology/currency', 'http://dbpedia.org/resource/Roman_scudo', 'http://dbpedia.org/ontology/usingCountry', 'http://dbpedia.org/resource/Papal_States', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Christianity_in_the_Middle_Ages', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Avignon_Papacy', 'http://dbpedia.org/property/currency', 'http://dbpedia.org/resource/Roman_scudo', 'http://dbpedia.org/ontology/usingCountry', 'http://dbpedia.org/resource/Papal_States', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Judaism', 'Continental_Germanic_mythology'): [['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Justin_Martyr', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Justin_Martyr', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/mainClassification', 'http://dbpedia.org/resource/Abrahamic_religions', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/foundedPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/scripture', 'http://dbpedia.org/resource/Hebrew_Bible', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/foundedPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Abraham', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/foundedPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Abraham', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/foundedPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/mainClassification', 'http://dbpedia.org/resource/Abrahamic_religions', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Christianity', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/European_wars_of_religion', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/scripture', 'http://dbpedia.org/resource/Hebrew_Bible', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Christianity', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/European_wars_of_religion', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Abraham', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Christianity', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/European_wars_of_religion', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology'], ['http://dbpedia.org/resource/Judaism', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Abraham', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Christianity', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/European_wars_of_religion', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Scotland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Continental_Germanic_mythology']], ('Luxembourg', 'Albert_Einstein'): [['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Paulette_Lenert', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Reformed_tradition', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Paulette_Lenert', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Reformed_tradition', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Xavier_Bettel', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Reformed_tradition', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Xavier_Bettel', 'http://dbpedia.org/property/nationality', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Reformed_tradition', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Paulette_Lenert', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Reformed_tradition', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Xavier_Bettel', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Reformed_tradition', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Paulette_Lenert', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Reformed_tradition', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Xavier_Bettel', 'http://dbpedia.org/ontology/nationality', 'http://dbpedia.org/resource/Luxembourgers', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Reformed_tradition', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_Luxembourg', 'http://dbpedia.org/property/firstMonarch', 'http://dbpedia.org/resource/William_I_of_the_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Dutch_Reformed_Church', 'http://dbpedia.org/property/theology', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Luxembourg', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_Luxembourg', 'http://dbpedia.org/property/firstMonarch', 'http://dbpedia.org/resource/William_I_of_the_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Dutch_Reformed_Church', 'http://dbpedia.org/property/theology', 'http://dbpedia.org/resource/Calvinism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein']], ('Albert_Einstein', 'Pieter_Zeeman'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/southwest', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/southwest', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/southwest', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/southwest', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/southwest', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/southwest', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/southwest', 'http://dbpedia.org/resource/Voorschoten', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/property/doctoralStudents', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Valkenburg_Naval_Air_Base', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Heike_Kamerlingh_Onnes', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Pieter_Zeeman']], ('Willibrord', 'University_of_Bern'): [['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Northumbria', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Old_English', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Proto-Indo-European', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Proto-Indo-European_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Julius_Pokorny', 'http://dbpedia.org/property/workplaces', 'http://dbpedia.org/resource/University_of_Bern']], ('Ashkenazi_Jews', 'Francia'): [['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Arabs', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Berbers', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/capital', 'http://dbpedia.org/resource/Paris', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Paris', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Argentina', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Argentines', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Argentina', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Argentines', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/West_Francia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/ontology/anthem', 'http://dbpedia.org/resource/La_Marseillaise', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/École_militaire_interarmes', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/establishedEvent', 'http://dbpedia.org/resource/Constitution_of_France', 'http://dbpedia.org/property/jurisdiction', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_France', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/President_of_France', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Canada', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Canadians', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Arabs', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Berbers', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Italians', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Gallo-Italic_languages', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/ontology/language', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Sephardi_Jews', 'http://dbpedia.org/ontology/language', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Sephardi_Jews', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Shuadit', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/ontology/language', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia']], ('Francia', 'Willibrord'): [['http://dbpedia.org/resource/Francia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pepin_the_Short', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pepin_the_Short', 'http://dbpedia.org/property/issue', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Louis_the_Pious', 'http://dbpedia.org/ontology/predecessor', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Louis_the_Pious', 'http://dbpedia.org/ontology/parent', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Louis_the_Pious', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Louis_the_Pious', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Louis_the_Pious', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Pepin_the_Short', 'http://dbpedia.org/ontology/successor', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_France', 'http://dbpedia.org/property/inaugural', 'http://dbpedia.org/resource/Michel_Debré', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Francia', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/France', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_France', 'http://dbpedia.org/property/inaugural', 'http://dbpedia.org/resource/Michel_Debré', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Munich', 'Netherlands'): [['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/property/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Munich', 'http://dbpedia.org/ontology/leaderParty', 'http://dbpedia.org/resource/Social_Democratic_Party_of_Germany', 'http://dbpedia.org/property/seats4Title', 'http://dbpedia.org/resource/European_Parliament', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Othmar_Karas', 'http://dbpedia.org/ontology/education', 'http://dbpedia.org/resource/University_of_St._Gallen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Qiagen', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands']], ('Albert_Einstein', 'Luxembourg'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/California_Institute_of_Technology', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Pasadena,_California', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Rose_Bowl_Game', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/1942_Rose_Bowl', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_the_Bulge', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Luxembourg'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/California_Institute_of_Technology', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Pasadena,_California', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Rose_Bowl_Game', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/1942_Rose_Bowl', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_the_Bulge', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Luxembourg'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/California_Institute_of_Technology', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Pasadena,_California', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Rose_Bowl_Game', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/1942_Rose_Bowl', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_the_Bulge', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Luxembourg'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/California_Institute_of_Technology', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Pasadena,_California', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Rose_Bowl_Game', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/1942_Rose_Bowl', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_the_Bulge', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Luxembourg'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Margaret_Thatcher', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Edward_Heath', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Enlargement_of_the_European_Union', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robert_Schuman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Luxembourg'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Margaret_Thatcher', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Edward_Heath', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Enlargement_of_the_European_Union', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robert_Schuman', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Luxembourg'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Margaret_Thatcher', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Edward_Heath', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Enlargement_of_the_European_Union', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robert_Schuman', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Luxembourg'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Margaret_Thatcher', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Edward_Heath', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Enlargement_of_the_European_Union', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robert_Schuman', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Luxembourg']], ('German_Empire', 'Netherlands'): [['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/William_I,_German_Emperor', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Adolphe,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/William_III_of_the_Netherlands', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/William_I,_German_Emperor', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Adolphe,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/William_III_of_the_Netherlands', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/William_I,_German_Emperor', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Adolphe,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/ontology/predecessor', 'http://dbpedia.org/resource/William_III_of_the_Netherlands', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/William_I,_German_Emperor', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Adolphe,_Grand_Duke_of_Luxembourg', 'http://dbpedia.org/ontology/predecessor', 'http://dbpedia.org/resource/William_III_of_the_Netherlands', 'http://dbpedia.org/property/house', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/William_I,_German_Emperor', 'http://dbpedia.org/property/as', 'http://dbpedia.org/resource/List_of_rulers_of_Nassau', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/House_of_Nassau', 'http://dbpedia.org/property/cadetBranches', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/William_I,_German_Emperor', 'http://dbpedia.org/property/as', 'http://dbpedia.org/resource/List_of_rulers_of_Nassau', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/House_of_Nassau', 'http://dbpedia.org/property/cadetBranches', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Benedict_XV', 'http://dbpedia.org/property/bishop', 'http://dbpedia.org/resource/Willem_Marinus_van_Rossum', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Maastricht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Q-Park', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Benedict_XV', 'http://dbpedia.org/property/bishop', 'http://dbpedia.org/resource/Willem_Marinus_van_Rossum', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Maastricht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Q-Park', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands']], ('Judaism', 'Anglo-Saxon_paganism'): [['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Justin_Martyr', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Justin_Martyr', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Justin_Martyr', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Justin_Martyr', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Justin_Martyr', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Christianity', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Justin_Martyr', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Roman_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Roman_Britain', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Saxons', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Anglo-Saxon_paganism']], ('Albert_Einstein', 'History_of_the_Netherlands'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Adriaan_Fokker', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Dutch_East_Indies', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Indonesian_cuisine', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Adriaan_Fokker', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Dutch_East_Indies', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Indonesian_cuisine', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/language', 'http://dbpedia.org/resource/Dutch_language', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Dutch_East_Indies', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/language', 'http://dbpedia.org/resource/Dutch_language', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Indo_people', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Dutch_East_Indies', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/language', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Dutch', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/language', 'http://dbpedia.org/resource/Dutch_language', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Indonesian', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Indonesian_cuisine', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Limburgish', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Limburgish', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Limburgish', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Limburgish', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/officialLanguages', 'http://dbpedia.org/resource/Dutch_language', 'http://dbpedia.org/property/ethnicity', 'http://dbpedia.org/resource/Dutch_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Dutch_cuisine', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/History_of_the_Netherlands']], ('Institute_for_Advanced_Study', 'Wassenaar'): [['http://dbpedia.org/resource/Institute_for_Advanced_Study', 'http://dbpedia.org/property/state', 'http://dbpedia.org/resource/New_Jersey', 'http://dbpedia.org/ontology/language', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar'], ['http://dbpedia.org/resource/Institute_for_Advanced_Study', 'http://dbpedia.org/ontology/state', 'http://dbpedia.org/resource/New_Jersey', 'http://dbpedia.org/ontology/language', 'http://dbpedia.org/resource/French_language', 'http://dbpedia.org/property/nation', 'http://dbpedia.org/resource/Belgium', 'http://dbpedia.org/property/sovereigntyType', 'http://dbpedia.org/resource/Belgian_Revolution', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Prince_Frederick_of_the_Netherlands', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Wassenaar']], ('Ludwig_Wittgenstein', 'Willibrord'): [['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Bernard_Williams', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Bernard_Williams', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Georg_Cantor', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Rudolf_Carnap', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Rudolf_Carnap', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Georg_Cantor', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Georg_Cantor', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Rudolf_Carnap', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Georg_Cantor', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/doctoralAdvisor', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Rudolf_Carnap', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Bernard_Williams', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Bernard_Williams', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Georg_Cantor', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Rudolf_Carnap', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Georg_Cantor', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Bertrand_Russell', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Rudolf_Carnap', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Simon_Glendinning', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Simon_Glendinning', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Stanley_Cavell', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ludwig_Wittgenstein', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Stanley_Cavell', 'http://dbpedia.org/property/influences', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Haarlem', 'Willibrord'): [['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/North_Holland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/States_of_North_Holland', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Provincial_Council_of_North_Holland', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/North_Holland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/States_of_North_Holland', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Provincial_Council_of_North_Holland', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/west', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/west', 'http://dbpedia.org/resource/Zandvoort', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/west', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/subdivisionType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/west', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Beverwijk', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/subdivisionType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Municipalities_of_the_Netherlands', 'http://dbpedia.org/property/upperUnit', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlemmermeer', 'http://dbpedia.org/property/northwest', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Heemstede', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Amsterdam_metropolitan_area', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Amsterdam_metropolitan_area', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Beverwijk', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/North_Holland', 'http://dbpedia.org/property/settlementType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/Amsterdam_metropolitan_area', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/Amsterdam_metropolitan_area', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Beverwijk', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/North_Holland', 'http://dbpedia.org/property/settlementType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlemmermeer', 'http://dbpedia.org/property/subdivisionType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlemmermeer', 'http://dbpedia.org/property/west', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Heemstede', 'http://dbpedia.org/property/subdivisionType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Holland', 'http://dbpedia.org/property/p', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/St._Willibrord', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Willibrord']], ('Ashkenazi_Jews', 'Netherlands'): [['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Italians', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Italians', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Spaniards', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Spaniards', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Kurds', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/related', 'http://dbpedia.org/resource/Kurds', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Monarchy_of_the_Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/House_of_Orange-Nassau', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Princessehof_Ceramics_Museum', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands']], ('Albert_Einstein', 'University_of_Bern'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markTitle', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/spouse', 'http://dbpedia.org/resource/Mileva_Marić', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markTitle', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markTitle', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markTitle', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Hans_Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Bernhard_Caesar_Einstein', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markTitle', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Simonetta_Sommaruga', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Ueli_Maurer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Canton_of_Zürich', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/Federal_Assembly_(Switzerland)', 'http://dbpedia.org/property/houses', 'http://dbpedia.org/resource/Council_of_States_(Switzerland)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markTitle', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Simonetta_Sommaruga', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Ueli_Maurer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Canton_of_Zürich', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Simonetta_Sommaruga', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Ueli_Maurer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Canton_of_Zürich', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Walter_Thurnherr', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Ueli_Maurer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Canton_of_Zürich', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markTitle', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Simonetta_Sommaruga', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Ueli_Maurer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Canton_of_Zürich', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/Federal_Assembly_(Switzerland)', 'http://dbpedia.org/property/houses', 'http://dbpedia.org/resource/Council_of_States_(Switzerland)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/Federal_Assembly_(Switzerland)', 'http://dbpedia.org/property/houses', 'http://dbpedia.org/resource/Council_of_States_(Switzerland)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Simonetta_Sommaruga', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Ueli_Maurer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Canton_of_Zürich', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markTitle', 'http://dbpedia.org/resource/University_of_Bern'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Simonetta_Sommaruga', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Ueli_Maurer', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Canton_of_Zürich', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_universities_in_Switzerland', 'http://dbpedia.org/property/markDescription', 'http://dbpedia.org/resource/University_of_Bern']], ('Nazi_Germany', 'Willibrord'): [['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_heads_of_state_of_Germany', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Horst_Köhler', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Michel_Camdessus', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/headquarter', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/headquarter', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_heads_of_state_of_Germany', 'http://dbpedia.org/property/officeholder', 'http://dbpedia.org/resource/Horst_Köhler', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Michel_Camdessus', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Judaism', 'Willibrord'): [['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Judaism', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Antisemitism', 'http://dbpedia.org/property/author', 'http://dbpedia.org/resource/Friedrich_Nietzsche', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/German_Empire', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Pius_IX', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Willibrord', 'Ulm'): [['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/foundedPlace', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/foundedPlace', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/foundedPlace', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/foundedPlace', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Ignaz_von_Döllinger', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Holy_Roman_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Battle_of_Austerlitz', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Ignaz_von_Döllinger', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Holy_Roman_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Battle_of_Austerlitz', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Ignaz_von_Döllinger', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Holy_Roman_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Battle_of_Austerlitz', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Ignaz_von_Döllinger', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Holy_Roman_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Battle_of_Austerlitz', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Ignaz_von_Döllinger', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Holy_Roman_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Battle_of_Austerlitz', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Ignaz_von_Döllinger', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Holy_Roman_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Battle_of_Austerlitz', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Ignaz_von_Döllinger', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Holy_Roman_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Battle_of_Austerlitz', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Ignaz_von_Döllinger', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Holy_Roman_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Battle_of_Austerlitz', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm']], ('Netherlands', 'Willibrord'): [['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/property/title', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Wim_Eijk', 'http://dbpedia.org/property/title', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Groningen-Leeuwarden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/ontology/diocese', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Wim_Eijk', 'http://dbpedia.org/property/previousPost', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Groningen-Leeuwarden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Wim_Eijk', 'http://dbpedia.org/property/title', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Groningen-Leeuwarden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/property/diocese', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/property/diocese', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/property/title', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Wim_Eijk', 'http://dbpedia.org/property/previousPost', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Groningen-Leeuwarden', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Hans_van_den_Hende', 'http://dbpedia.org/ontology/diocese', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/settlementType', 'http://dbpedia.org/resource/Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Kingdom_of_the_Netherlands', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Amsterdam', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Habsburg_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Low_Countries', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Habsburg_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/States_General_of_the_Netherlands', 'http://dbpedia.org/ontology/politicalPartyInLegislature', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/legislature', 'http://dbpedia.org/resource/States_General_of_the_Netherlands', 'http://dbpedia.org/ontology/politicalPartyInLegislature', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/upperHouse', 'http://dbpedia.org/resource/Senate_(Netherlands)', 'http://dbpedia.org/ontology/politicalPartyInLegislature', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/upperHouse', 'http://dbpedia.org/resource/Senate_(Netherlands)', 'http://dbpedia.org/ontology/politicalPartyInLegislature', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/lowerHouse', 'http://dbpedia.org/resource/House_of_Representatives_(Netherlands)', 'http://dbpedia.org/property/nextElection', 'http://dbpedia.org/resource/Next_Dutch_general_election', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/lowerHouse', 'http://dbpedia.org/resource/House_of_Representatives_(Netherlands)', 'http://dbpedia.org/property/nextElection', 'http://dbpedia.org/resource/Next_Dutch_general_election', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Nazi_Germany', 'Francia'): [['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/property/currency', 'http://dbpedia.org/resource/Reichsmark', 'http://dbpedia.org/property/currency', 'http://dbpedia.org/resource/French_franc', 'http://dbpedia.org/ontology/usingCountry', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia'], ['http://dbpedia.org/resource/Nazi_Germany', 'http://dbpedia.org/ontology/currency', 'http://dbpedia.org/resource/Reichsmark', 'http://dbpedia.org/property/currency', 'http://dbpedia.org/resource/French_franc', 'http://dbpedia.org/ontology/usingCountry', 'http://dbpedia.org/resource/France', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_French_monarchs', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Robertians', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Francia']], ('Albert_Einstein', 'Haarlem'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Deputy_Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Deputy_Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Deputy_Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Deputy_Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Deputy_Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Deputy_Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Deputy_Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/property/deputy', 'http://dbpedia.org/resource/Deputy_Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/South_Holland', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/Rotterdam', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Timeline_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Bram_Peper', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/property/title', 'http://dbpedia.org/resource/President_of_the_European_Council', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Presidency_of_the_Council_of_the_European_Union', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/property/title', 'http://dbpedia.org/resource/President_of_the_European_Council', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Presidency_of_the_Council_of_the_European_Union', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/west', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Democrats_66', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Provincial_Council_of_North_Holland', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Democrats_66', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Provincial_Council_of_North_Holland', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Adriaan_Fokker', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/doctoralStudent', 'http://dbpedia.org/resource/Adriaan_Fokker', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/The_Hague', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Pijnacker-Nootdorp', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Democrats_66', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Provincial_Council_of_North_Holland', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Mark_Rutte', 'http://dbpedia.org/property/office', 'http://dbpedia.org/resource/List_of_Ministers_of_Education_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Mark_Rutte', 'http://dbpedia.org/property/office', 'http://dbpedia.org/resource/List_of_Ministers_of_Education_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Mark_Rutte', 'http://dbpedia.org/property/office', 'http://dbpedia.org/resource/List_of_Ministers_of_Education_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hendrik_Lorentz', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Mark_Rutte', 'http://dbpedia.org/property/office', 'http://dbpedia.org/resource/Prime_Minister_of_the_Netherlands', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Barend_Biesheuvel', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Haarlem']], ('Willibrord', 'Ashkenazi_Jews'): [['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Roman_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Roman_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/separatedFrom', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/separatedFrom', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Roman_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Roman_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/separatedFrom', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/property/separatedFrom', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews']], ('Albert_Einstein', 'Benedictines'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Belarusians_in_Lithuania', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Belarusians_in_Lithuania', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Belarusians_in_Lithuania', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Belarusians_in_Lithuania', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/Romanian_language', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Moldova', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/Romanian_language', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Moldova', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Ukrainians_in_Lithuania', 'http://dbpedia.org/property/rels', 'http://dbpedia.org/resource/Ukrainian_Greek_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Ukrainians_in_Lithuania', 'http://dbpedia.org/property/rels', 'http://dbpedia.org/resource/Ukrainian_Greek_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Ukrainians_in_Lithuania', 'http://dbpedia.org/property/rels', 'http://dbpedia.org/resource/Ukrainian_Greek_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Ukrainians_in_Lithuania', 'http://dbpedia.org/property/rels', 'http://dbpedia.org/resource/Ukrainian_Greek_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Karl-Ferdinands-Universität', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Charles_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Czech_Republic', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/Czech_language', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Czech_Republic', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Karl-Ferdinands-Universität', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Charles_University', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Czech_Republic', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Cisleithania', 'http://dbpedia.org/property/commonLanguages', 'http://dbpedia.org/resource/Czech_language', 'http://dbpedia.org/property/states', 'http://dbpedia.org/resource/Czech_Republic', 'http://dbpedia.org/property/languages', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Poles_in_Lithuania', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Hermann_Minkowski', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Poles_in_Lithuania', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Poles_in_Lithuania', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Free_State_of_Prussia', 'http://dbpedia.org/property/today', 'http://dbpedia.org/resource/Lithuania', 'http://dbpedia.org/ontology/ethnicGroup', 'http://dbpedia.org/resource/Poles_in_Lithuania', 'http://dbpedia.org/property/langs', 'http://dbpedia.org/resource/Belarusian_language', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Order_of_Saint_Basil_the_Great', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Benedictines']], ('Munich', 'Willibrord'): [['http://dbpedia.org/resource/Munich', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Capital', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Capital_(Iranian_TV_series)', 'http://dbpedia.org/ontology/starring', 'http://dbpedia.org/resource/Alireza_Khamseh', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Munich', 'http://purl.org/linguistics/gold/hypernym', 'http://dbpedia.org/resource/Capital', 'http://dbpedia.org/ontology/wikiPageDisambiguates', 'http://dbpedia.org/resource/Capital_(Iranian_TV_series)', 'http://dbpedia.org/ontology/starring', 'http://dbpedia.org/resource/Alireza_Khamseh', 'http://dbpedia.org/ontology/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('German_Empire', 'Willibrord'): [['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Benedict_XV', 'http://dbpedia.org/property/bishop', 'http://dbpedia.org/resource/Willem_Marinus_van_Rossum', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Zwolle', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Pope_Benedict_XV', 'http://dbpedia.org/property/bishop', 'http://dbpedia.org/resource/Willem_Marinus_van_Rossum', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Zwolle', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/primeminister', 'http://dbpedia.org/resource/Gaston_Doumergue', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Gaston_Doumergue', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Georges_Clemenceau', 'http://dbpedia.org/property/successor', 'http://dbpedia.org/resource/Alexandre_Millerand', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Alexandre_Millerand', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/primeminister', 'http://dbpedia.org/resource/Alexandre_Millerand', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Paul_Deschanel', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/successor', 'http://dbpedia.org/resource/Paul_Deschanel', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Georges_Clemenceau', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Armand_Fallières', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/predecessor', 'http://dbpedia.org/resource/Armand_Fallières', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Armand_Fallières', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/before', 'http://dbpedia.org/resource/Armand_Fallières', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/World_War_I', 'http://dbpedia.org/ontology/commander', 'http://dbpedia.org/resource/Georges_Clemenceau', 'http://dbpedia.org/property/president', 'http://dbpedia.org/resource/Raymond_Poincaré', 'http://dbpedia.org/property/almaMater', 'http://dbpedia.org/resource/University_of_Paris', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/headquarter', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/capital', 'http://dbpedia.org/resource/Berlin', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/headquarter', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Albert_Einstein', 'Munich'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/German_Emperor', 'http://dbpedia.org/property/family', 'http://dbpedia.org/resource/House_of_Hohenzollern', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_monarchs_of_Prussia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Caroline_of_Baden', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/German_Emperor', 'http://dbpedia.org/property/family', 'http://dbpedia.org/resource/House_of_Hohenzollern', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_monarchs_of_Prussia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Caroline_of_Baden', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Prussia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_monarchs_of_Prussia', 'http://dbpedia.org/property/family', 'http://dbpedia.org/resource/House_of_Hohenzollern', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_monarchs_of_Prussia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Caroline_of_Baden', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/citizenship', 'http://dbpedia.org/resource/Kingdom_of_Prussia', 'http://dbpedia.org/property/titleLeader', 'http://dbpedia.org/resource/List_of_monarchs_of_Prussia', 'http://dbpedia.org/property/family', 'http://dbpedia.org/resource/House_of_Hohenzollern', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_monarchs_of_Prussia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Caroline_of_Baden', 'http://dbpedia.org/property/deathPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Edinburgh', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_University_of_Edinburgh_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carl_Orff', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Edinburgh', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_University_of_Edinburgh_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carl_Orff', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Edinburgh', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_University_of_Edinburgh_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carl_Orff', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Edinburgh', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_University_of_Edinburgh_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carl_Orff', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Edinburgh', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_University_of_Edinburgh_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carl_Orff', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Edinburgh', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_University_of_Edinburgh_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carl_Orff', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Edinburgh', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_University_of_Edinburgh_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carl_Orff', 'http://dbpedia.org/ontology/deathPlace', 'http://dbpedia.org/resource/Munich'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Tony_Blair', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Edinburgh', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/List_of_University_of_Edinburgh_people', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Carl_Orff', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Munich']], ('Albert_Einstein', 'Ethical_movement'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/John_Locke', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/John_Locke', 'http://dbpedia.org/ontology/influencedBy', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/property/influenced', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/parents', 'http://dbpedia.org/resource/Abraham_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Lieserl_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/parents', 'http://dbpedia.org/resource/Abraham_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Lieserl_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/parents', 'http://dbpedia.org/resource/Abraham_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Pauline_Koch', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Pauline_Koch', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/parents', 'http://dbpedia.org/resource/Abraham_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Lieserl_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/parents', 'http://dbpedia.org/resource/Abraham_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Lieserl_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/parents', 'http://dbpedia.org/resource/Abraham_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Pauline_Koch', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Lieserl_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Lieserl_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/parents', 'http://dbpedia.org/resource/Abraham_Einstein', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/father', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Pauline_Koch', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/relatives', 'http://dbpedia.org/resource/Pauline_Koch', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/members', 'http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/New_York_Society_for_Ethical_Culture', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Ethical_movement']], ('Albert_Einstein', 'Old_Norse_religion'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/property/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Oxford', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Zurich', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Leiden_University', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/ETH_Zurich', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/Humboldt_University_of_Berlin', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/institution', 'http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/type', 'http://dbpedia.org/resource/Public_university', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Norway', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Unification_of_Norway', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Norse_paganism', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Old_Norse_religion']], ('Carolingian_dynasty', 'Willibrord'): [['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Pepin_the_Short', 'http://dbpedia.org/property/issue', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Pepin_the_Short', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/titles', 'http://dbpedia.org/resource/Holy_Roman_Emperor', 'http://dbpedia.org/property/firstMonarch', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/titles', 'http://dbpedia.org/resource/Holy_Roman_Emperor', 'http://dbpedia.org/property/firstMonarch', 'http://dbpedia.org/resource/Otto_the_Great', 'http://dbpedia.org/property/coronation', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/founder', 'http://dbpedia.org/resource/Pepin_the_Short', 'http://dbpedia.org/ontology/successor', 'http://dbpedia.org/resource/Charlemagne', 'http://dbpedia.org/property/placeOfBurial', 'http://dbpedia.org/resource/Aachen_Cathedral', 'http://dbpedia.org/property/province', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Carolingian_dynasty', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Duchy_of_Burgundy', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/John_the_Fearless', 'http://dbpedia.org/property/after', 'http://dbpedia.org/resource/Philip_the_Good', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/David_of_Burgundy', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/List_of_bishops_and_archbishops_of_Utrecht', 'http://dbpedia.org/property/event', 'http://dbpedia.org/resource/Willibrord']], ('Albert_Einstein', 'Ulm'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/origin', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/origin', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/origin', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/origin', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/origin', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/property/children', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/origin', 'http://dbpedia.org/resource/Kingdom_of_Württemberg', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/origin', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/child', 'http://dbpedia.org/resource/Einstein_family', 'http://dbpedia.org/property/origin', 'http://dbpedia.org/resource/Kingdom_of_Bavaria', 'http://dbpedia.org/property/era', 'http://dbpedia.org/resource/Napoleonic_Wars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Hundred_Days', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Battle_of_Ulm', 'http://dbpedia.org/ontology/place', 'http://dbpedia.org/resource/Ulm']], ('University_of_Bern', 'Willibrord'): [['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Christian_Catholic_Church_of_Switzerland', 'http://dbpedia.org/property/associations', \"http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference\", 'http://dbpedia.org/property/foundingLocation', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Christian_Catholic_Church_of_Switzerland', 'http://dbpedia.org/property/associations', \"http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference\", 'http://dbpedia.org/property/foundingLocation', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/city', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/headquarter', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/city', 'http://dbpedia.org/resource/Bern', 'http://dbpedia.org/property/source', 'http://dbpedia.org/resource/Royal_Netherlands_Meteorological_Institute', 'http://dbpedia.org/ontology/headquarter', 'http://dbpedia.org/resource/De_Bilt', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/property/country', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Christian_Catholic_Church_of_Switzerland', 'http://dbpedia.org/property/associations', \"http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference\", 'http://dbpedia.org/ontology/headquarter', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/University_of_Bern', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Switzerland', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Christian_Catholic_Church_of_Switzerland', 'http://dbpedia.org/property/associations', \"http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference\", 'http://dbpedia.org/ontology/headquarter', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Ashkenazi_Jews', 'Willibrord'): [['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/populationPlace', 'http://dbpedia.org/resource/Canada', 'http://dbpedia.org/property/demonym', 'http://dbpedia.org/resource/Canadians', 'http://dbpedia.org/property/region', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Ashkenazi_Jews', 'http://dbpedia.org/ontology/language', 'http://dbpedia.org/resource/Yiddish', 'http://dbpedia.org/property/ancestor', 'http://dbpedia.org/resource/Middle_High_German', 'http://dbpedia.org/ontology/spokenIn', 'http://dbpedia.org/resource/Austria', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Old_Catholic_Church', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Albert_Einstein', 'Ashkenazi_Jews'): [['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews'], ['http://dbpedia.org/resource/Albert_Einstein', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/German_Empire', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church', 'http://dbpedia.org/property/divisionType', 'http://dbpedia.org/resource/List_of_Catholic_dioceses_(structured_view)', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Romania', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Khazars', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Ashkenazi_Jews']], ('Willibrord', 'Gestapo'): [['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Indonesia', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/President_of_Indonesia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/30_September_Movement', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/property/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Indonesia', 'http://dbpedia.org/property/legislature', \"http://dbpedia.org/resource/People's_Consultative_Assembly\", 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/30_September_Movement', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Indonesia', 'http://dbpedia.org/property/leaderTitle', 'http://dbpedia.org/resource/President_of_Indonesia', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/30_September_Movement', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Gestapo'], ['http://dbpedia.org/resource/Willibrord', 'http://dbpedia.org/ontology/veneratedIn', 'http://dbpedia.org/resource/Eastern_Orthodox_Church', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Persecution_of_Christians', 'http://www.w3.org/2000/01/rdf-schema#seeAlso', 'http://dbpedia.org/resource/Indonesia', 'http://dbpedia.org/property/legislature', \"http://dbpedia.org/resource/People's_Consultative_Assembly\", 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/30_September_Movement', 'http://www.w3.org/2002/07/owl#differentFrom', 'http://dbpedia.org/resource/Gestapo']], ('Wassenaar', 'Willibrord'): [['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Rotterdam', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/southeast', 'http://dbpedia.org/resource/Leidschendam-Voorburg', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/southeast', 'http://dbpedia.org/resource/Leidschendam-Voorburg', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/property/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/southeast', 'http://dbpedia.org/resource/Leidschendam-Voorburg', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/ontology/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/southeast', 'http://dbpedia.org/resource/Leidschendam-Voorburg', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/ontology/leader', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/southeast', 'http://dbpedia.org/resource/Leidschendam-Voorburg', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/property/leader3Name', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/southeast', 'http://dbpedia.org/resource/Leidschendam-Voorburg', 'http://dbpedia.org/property/leaderParty', 'http://dbpedia.org/resource/Christian_Union_(Netherlands)', 'http://dbpedia.org/property/leader3Name', 'http://dbpedia.org/resource/Gert-Jan_Segers', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/South_Holland', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/Rotterdam', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Zuidplas', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Gouda,_South_Holland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/South_Holland', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/Rotterdam', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Zuidplas', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Gouda,_South_Holland', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/northwest', 'http://dbpedia.org/resource/Katwijk', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Noordwijk', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Leiden', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Teylingen', 'http://dbpedia.org/property/northwest', 'http://dbpedia.org/resource/Noordwijk', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Katwijk', 'http://dbpedia.org/property/northeast', 'http://dbpedia.org/resource/Teylingen', 'http://dbpedia.org/property/northwest', 'http://dbpedia.org/resource/Noordwijk', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Lisse', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/property/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/headquarters', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord'], ['http://dbpedia.org/resource/Wassenaar', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/establishedDate', 'http://dbpedia.org/resource/Spanish_Netherlands', 'http://dbpedia.org/ontology/religion', 'http://dbpedia.org/resource/Catholic_Church_in_the_Netherlands', 'http://dbpedia.org/property/caption', 'http://dbpedia.org/resource/Utrecht', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Roman_Catholic_Archdiocese_of_Utrecht', 'http://dbpedia.org/property/patron', 'http://dbpedia.org/resource/Willibrord']], ('Haarlem', 'Albert_Einstein'): [['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/City_Hall_(Haarlem)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/City_Hall_(Haarlem)', 'http://dbpedia.org/ontology/location', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Jos_Wienen', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Jos_Wienen', 'http://dbpedia.org/ontology/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Jos_Wienen', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/leaderName', 'http://dbpedia.org/resource/Jos_Wienen', 'http://dbpedia.org/property/birthPlace', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/City_Hall_(Haarlem)', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/seat', 'http://dbpedia.org/resource/City_Hall_(Haarlem)', 'http://dbpedia.org/property/location', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/west', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Amsterdam_metropolitan_area', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/Amsterdam_metropolitan_area', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/east', 'http://dbpedia.org/resource/Haarlemmermeer', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/south', 'http://dbpedia.org/resource/Heemstede', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/west', 'http://dbpedia.org/resource/Bloemendaal', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/north', 'http://dbpedia.org/resource/Velsen', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Amsterdam_metropolitan_area', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/ontology/subdivision', 'http://dbpedia.org/resource/Amsterdam_metropolitan_area', 'http://dbpedia.org/property/subdivisionName', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/subdivisionType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://dbpedia.org/property/territory', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein'], ['http://dbpedia.org/resource/Haarlem', 'http://dbpedia.org/property/subdivisionType', 'http://dbpedia.org/resource/Provinces_of_the_Netherlands', 'http://dbpedia.org/property/territory', 'http://dbpedia.org/resource/Netherlands', 'http://dbpedia.org/property/label', 'http://dbpedia.org/resource/Protestant', 'http://dbpedia.org/ontology/wikiPageRedirects', 'http://dbpedia.org/resource/Protestantism', 'http://dbpedia.org/ontology/wikiPageWikiLink', 'http://dbpedia.org/resource/Baruch_Spinoza', 'http://dbpedia.org/ontology/influenced', 'http://dbpedia.org/resource/Albert_Einstein']]}\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# Saving retrieved DBpedia triples in a CSV file" + ], + "metadata": { + "id": "YQbor7TNwWUZ" + } + }, + { + "cell_type": "code", + "source": [ + "import json\n", + "import csv\n", + "\n", + "# Step 1: Load the JSON data\n", + "with open('/content/dbpedia_relationships.txt', 'r') as file:\n", + " dbpedia_relationships = json.load(file)\n", + "\n", + "# Step 2: Collect triples\n", + "unique_triples = set() # Using a set to avoid duplicate triples\n", + "\n", + "# Process each entry in dbpedia_relationships\n", + "for paths in dbpedia_relationships.values():\n", + " for path in paths:\n", + " # Build triples along each path\n", + " for i in range(0, len(path) - 2, 2):\n", + " subject = path[i]\n", + " predicate = path[i + 1]\n", + " obj = path[i + 2]\n", + " unique_triples.add((subject, predicate, obj))\n", + "\n", + "# Step 3: Save unique triples to a CSV file\n", + "with open(\"dbpedia_relationships_triples.csv\", \"w\", newline=\"\", encoding=\"utf-8\") as csvfile:\n", + " writer = csv.writer(csvfile)\n", + " writer.writerow([\"subject\", \"predicate\", \"object\"]) # Header\n", + "\n", + " for triple in unique_triples:\n", + " writer.writerow(triple)\n", + "\n", + "print(\"Unique triples saved to dbpedia_relationships_triples.csv\")\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "NVPRObzxdpLn", + "outputId": "8087f4ea-229e-49e8-f2bb-f861a7dd2333" + }, + "execution_count": 10, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Unique triples saved to dbpedia_relationships_triples.csv\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# Saving shortest-path-retrieved triples in a CSV file" + ], + "metadata": { + "id": "lTbpSbxO8Syb" + } + }, + { + "cell_type": "code", + "source": [ + "import csv\n", + "\n", + "def convert_and_save_to_csv(harmonized_triples, csv_filename=\"knowledge_graph_triples.csv\"):\n", + " \"\"\"\n", + " Convert the output of harmonize_triples_to_crm and find_relationships_for_entity_pairs\n", + " into CSV format compatible with Kuzu and Kiara.\n", + "\n", + " Args:\n", + " harmonized_triples (list): Output from harmonize_triples_to_crm.\n", + " dbpedia_relationships (dict): Output from find_relationships_for_entity_pairs.\n", + " csv_filename (str): Name of the CSV file to save.\n", + " \"\"\"\n", + "\n", + " # Prepare data for CSV format: (subject, predicate, object)\n", + " csv_data = []\n", + "\n", + " # Process harmonized triples\n", + " for triple in harmonized_triples:\n", + " # Extract the subject, predicate, and object based on available keys\n", + " if \"title\" in triple and \"descr\" in triple:\n", + " csv_data.append((triple[\"title\"], triple[\"cidoc-relation\"], triple[\"descr\"]))\n", + " elif \"title\" in triple and \"uri\" in triple:\n", + " csv_data.append((triple[\"title\"], triple[\"cidoc-relation\"], triple[\"uri\"]))\n", + " elif \"descr\" in triple and \"uri\" in triple:\n", + " csv_data.append((triple[\"descr\"], triple[\"cidoc-relation\"], triple[\"uri\"]))\n", + " elif \"prev_title\" in triple and \"title\" in triple:\n", + " csv_data.append((triple[\"prev_title\"], triple[\"cidoc-relation\"], triple[\"title\"]))\n", + " else:\n", + " print(f\"Skipping incomplete data in dictionary format: {triple}\")\n", + "\n", + " # Save to CSV\n", + " with open(csv_filename, mode=\"w\", newline=\"\", encoding=\"utf-8\") as file:\n", + " writer = csv.writer(file)\n", + " writer.writerow([\"subject\", \"predicate\", \"object\"]) # Header\n", + " writer.writerows(csv_data)\n", + "\n", + " print(f\"Data successfully saved to {csv_filename}\")\n", + "\n", + "\n", + "convert_and_save_to_csv(crm_harmonized_triples)\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "Pbz-qVQ68RRN", + "outputId": "ac6884c6-8e4e-4ff2-a8e6-36dd7f6b47de" + }, + "execution_count": 11, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Data successfully saved to knowledge_graph_triples.csv\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# Merging the files" + ], + "metadata": { + "id": "Ls8LPR6sw3tG" + } + }, + { + "cell_type": "code", + "source": [ + "import csv\n", + "\n", + "# Define the paths to the CSV files\n", + "file1 = \"/content/dbpedia_relationships_triples.csv\"\n", + "file2 = \"/content/knowledge_graph_triples.csv\"\n", + "merged_file = \"/content/merged_knowledge_graph_triples.csv\"\n", + "\n", + "# Step 1: Collect triples from both files into a set to ensure uniqueness\n", + "unique_triples = set()\n", + "\n", + "# Read the first CSV file\n", + "with open(file1, mode=\"r\", newline=\"\", encoding=\"utf-8\") as f1:\n", + " reader = csv.reader(f1)\n", + " next(reader) # Skip header\n", + " for row in reader:\n", + " if len(row) == 3: # Ensure row has subject, predicate, object\n", + " unique_triples.add(tuple(row))\n", + "\n", + "# Read the second CSV file\n", + "with open(file2, mode=\"r\", newline=\"\", encoding=\"utf-8\") as f2:\n", + " reader = csv.reader(f2)\n", + " next(reader) # Skip header\n", + " for row in reader:\n", + " if len(row) == 3: # Ensure row has subject, predicate, object\n", + " unique_triples.add(tuple(row))\n", + "\n", + "# Step 2: Write the merged unique triples to a new CSV file\n", + "with open(merged_file, mode=\"w\", newline=\"\", encoding=\"utf-8\") as mf:\n", + " writer = csv.writer(mf)\n", + " writer.writerow([\"subject\", \"predicate\", \"object\"]) # Header\n", + " for triple in unique_triples:\n", + " writer.writerow(triple)\n", + "\n", + "print(f\"Data successfully merged into {merged_file}\")\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "IvhICvk-MYVV", + "outputId": "972d918f-2d86-4e0f-d0b3-d2c339de0948" + }, + "execution_count": 12, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Data successfully merged into /content/merged_knowledge_graph_triples.csv\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Initializing kuzu knowledge base" + ], + "metadata": { + "id": "SC2Meuhjw-GS" + } + }, + { + "cell_type": "code", + "source": [ + "import kuzu\n", + "import csv\n", + "import shutil\n", + "import os\n", + "\n", + "# Specify the database path\n", + "database_path = \"knowledge_graph_db\"\n", + "\n", + "# Check if the directory exists and delete it (including WAL files)\n", + "if os.path.exists(database_path):\n", + " shutil.rmtree(database_path)\n", + " print(f\"Database directory '{database_path}' deleted.\")\n", + "\n", + "# Re-initialize the Kuzu database\n", + "db = kuzu.Database(database_path)\n", + "conn = kuzu.Connection(db)\n", + "\n", + "# Step 2: Create the schema for entities and relationships without additional attributes\n", + "try:\n", + " # Define node type for entities\n", + " conn.execute(\"\"\"\n", + " CREATE NODE TABLE Entity (\n", + " uri STRING,\n", + " PRIMARY KEY (uri)\n", + " )\n", + " \"\"\")\n", + "\n", + " # Define a basic relationship type without additional attributes\n", + " conn.execute(\"\"\"\n", + " CREATE REL TABLE RELATIONSHIP (FROM Entity TO Entity)\n", + " \"\"\")\n", + "\n", + " print(\"Schema created successfully.\")\n", + "except Exception as e:\n", + " print(f\"Error creating schema: {e}\")\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "cpLIYSv4e5d7", + "outputId": "c490bce5-d687-4c5d-cbdf-77c5005af536" + }, + "execution_count": 13, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Schema created successfully.\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Populating the kuzu Knowledge Base with the generated CSV file" + ], + "metadata": { + "id": "aJfQ4ONZxEhC" + } + }, + { + "cell_type": "code", + "source": [ + "# Step 3: Define function to insert nodes and relationships\n", + "def insert_triple(conn, subject, predicate, obj):\n", + " try:\n", + " # Insert the subject and object nodes if they don't already exist\n", + " conn.execute(f\"MERGE (s:Entity {{uri: '{subject}'}})\")\n", + " conn.execute(f\"MERGE (o:Entity {{uri: '{obj}'}})\")\n", + "\n", + " # Insert the relationship without storing the predicate directly\n", + " conn.execute(f\"\"\"\n", + " MATCH (s:Entity {{uri: '{subject}'}}), (o:Entity {{uri: '{obj}'}})\n", + " MERGE (s)-[:RELATIONSHIP]->(o)\n", + " \"\"\")\n", + " except Exception as e:\n", + " print(f\"Error inserting triple ({subject}, {predicate}, {obj}): {e}\")\n", + "\n", + "# Step 4: Upload data from CSV to Kuzu\n", + "csv_file = \"/content/merged_knowledge_graph_triples.csv\"\n", + "\n", + "with open(csv_file, mode=\"r\", newline=\"\", encoding=\"utf-8\") as file:\n", + " reader = csv.reader(file)\n", + " next(reader) # Skip header\n", + "\n", + " for row in reader:\n", + " subject, predicate, obj = row\n", + " insert_triple(conn, subject, predicate, obj)\n", + "\n", + "print(\"Data successfully uploaded to Kuzu database.\")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "NlloTNoEiimM", + "outputId": "0eaf328e-f8a7-4f16-dd3a-024fef77a70a" + }, + "execution_count": 14, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Error inserting triple (King's College London, P196, Public research university in London, United Kingdom): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 28)\n", + "\"MERGE (s:Entity {uri: 'King's College London'})\"\n", + " ^\n", + "Error inserting triple (King's College London, P102, https://en.wikipedia.org/wiki/King's_College_London): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 28)\n", + "\"MERGE (s:Entity {uri: 'King's College London'})\"\n", + " ^\n", + "Error inserting triple (King's College London, P104, Public research university in London, United Kingdom): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 28)\n", + "\"MERGE (s:Entity {uri: 'King's College London'})\"\n", + " ^\n", + "Error inserting triple (http://dbpedia.org/resource/People's_Consultative_Assembly, http://dbpedia.org/ontology/wikiPageWikiLink, http://dbpedia.org/resource/30_September_Movement): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 58)\n", + "\"MERGE (s:Entity {uri: 'http://dbpedia.org/resource/People's_Consultative_Assembly'})\"\n", + " ^^^^^^^^^^^^^^^^^^^^^^^\n", + "Error inserting triple (King's College London, P67, Netherlands): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 28)\n", + "\"MERGE (s:Entity {uri: 'King's College London'})\"\n", + " ^\n", + "Error inserting triple (http://dbpedia.org/resource/Princes'_Islands, http://www.w3.org/2000/01/rdf-schema#seeAlso, http://dbpedia.org/resource/Turkey): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 59)\n", + "\"MERGE (s:Entity {uri: 'http://dbpedia.org/resource/Princes'_Islands'})\"\n", + " ^^^^^^^^\n", + "Error inserting triple (Public research university in London, United Kingdom, P196, https://en.wikipedia.org/wiki/King's_College_London): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 58)\n", + "\"MERGE (o:Entity {uri: 'https://en.wikipedia.org/wiki/King's_College_London'})\"\n", + " ^^^^^^^^^^^^^^^^\n", + "Error inserting triple (http://dbpedia.org/resource/Persecution_of_Christians, http://dbpedia.org/ontology/wikiPageWikiLink, http://dbpedia.org/resource/Princes'_Islands): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 59)\n", + "\"MERGE (o:Entity {uri: 'http://dbpedia.org/resource/Princes'_Islands'})\"\n", + " ^^^^^^^^\n", + "Error inserting triple (King's College London, P67, https://en.wikipedia.org/wiki/King's_College_London): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 28)\n", + "\"MERGE (s:Entity {uri: 'King's College London'})\"\n", + " ^\n", + "Error inserting triple (http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference, http://dbpedia.org/ontology/headquarter, http://dbpedia.org/resource/Utrecht): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 86)\n", + "\"MERGE (s:Entity {uri: 'http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference'})\"\n", + " ^^^^^^^^^^^\n", + "Error inserting triple (http://dbpedia.org/resource/Christian_Catholic_Church_of_Switzerland, http://dbpedia.org/property/associations, http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 86)\n", + "\"MERGE (o:Entity {uri: 'http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference'})\"\n", + " ^^^^^^^^^^^\n", + "Error inserting triple (Public research university in London, United Kingdom, P67, https://en.wikipedia.org/wiki/King's_College_London): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 58)\n", + "\"MERGE (o:Entity {uri: 'https://en.wikipedia.org/wiki/King's_College_London'})\"\n", + " ^^^^^^^^^^^^^^^^\n", + "Error inserting triple (http://dbpedia.org/resource/Indonesia, http://dbpedia.org/property/legislature, http://dbpedia.org/resource/People's_Consultative_Assembly): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 58)\n", + "\"MERGE (o:Entity {uri: 'http://dbpedia.org/resource/People's_Consultative_Assembly'})\"\n", + " ^^^^^^^^^^^^^^^^^^^^^^^\n", + "Error inserting triple (Albert Einstein, P67, King's College London): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 28)\n", + "\"MERGE (o:Entity {uri: 'King's College London'})\"\n", + " ^\n", + "Error inserting triple (http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference, http://dbpedia.org/property/foundingLocation, http://dbpedia.org/resource/Utrecht): Parser exception: Invalid input : expected rule oC_SingleQuery (line: 1, offset: 86)\n", + "\"MERGE (s:Entity {uri: 'http://dbpedia.org/resource/International_Old_Catholic_Bishops'_Conference'})\"\n", + " ^^^^^^^^^^^\n", + "Data successfully uploaded to Kuzu database.\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "# Importing the CSV file in KIARA" + ], + "metadata": { + "id": "Tlt6B1PwxMlU" + } + }, + { + "cell_type": "code", + "source": [ + "from kiara.api import KiaraAPI\n", + "import pandas as pd\n", + "import networkx as nx\n", + "\n", + "# Initialize Kiara instance\n", + "kiara = KiaraAPI.instance()\n", + "# Load the CSV file as a pandas DataFrame\n", + "csv_file_path = \"/content/merged_knowledge_graph_triples.csv\"\n", + "data = pd.read_csv(csv_file_path)\n", + "\n", + "# Preview the data (optional)\n", + "print(\"Data preview:\")\n", + "print(data.head())\n", + "\n", + "KG = kiara.run_job('import.local.file', inputs={'path': csv_file_path}, comment=\"\")\n", + "KG\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "UAHhAznXhbHY", + "outputId": "ed0ea24a-be30-4e82-fd5d-ddee753de6bd" + }, + "execution_count": 23, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Data preview:\n", + " subject \\\n", + "0 Walhalla (memorial) \n", + "1 http://dbpedia.org/resource/Ueli_Maurer \n", + "2 Albert Einstein \n", + "3 http://dbpedia.org/resource/Friedrich_Dickel \n", + "4 http://dbpedia.org/resource/Asian_Americans \n", + "\n", + " predicate \\\n", + "0 P67 \n", + "1 http://dbpedia.org/ontology/birthPlace \n", + "2 P67 \n", + "3 http://dbpedia.org/ontology/birthPlace \n", + "4 http://dbpedia.org/property/region \n", + "\n", + " object \n", + "0 https://en.wikipedia.org/wiki/Walhalla_(memorial) \n", + "1 http://dbpedia.org/resource/Canton_of_Zürich \n", + "2 Institute for Advanced Study \n", + "3 http://dbpedia.org/resource/German_Empire \n", + "4 http://dbpedia.org/resource/Hawaii \n" + ] + }, + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮\n", + "│ │\n", + "│ \u001b[1m \u001b[0m\u001b[1mfield\u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mvalue \u001b[0m\u001b[1m \u001b[0m │\n", + "│ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │\n", + "│ \u001b[1m \u001b[0m\u001b[1mfile \u001b[0m\u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mPreview\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3msubject,predicate,object \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mWalhalla (memorial),P67,https://en.wikipedia.org/wiki/Walhalla_(memorial) \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Ueli_Maurer,http://dbpedia.org/ontology/birthPlace,http://dbpedia.org/resource/Ca…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mAlbert Einstein,P67,Institute for Advanced Study \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Friedrich_Dickel,http://dbpedia.org/ontology/birthPlace,http://dbpedia.org/resour…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Asian_Americans,http://dbpedia.org/property/region,http://dbpedia.org/resource/Ha…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Georges_Clemenceau,http://dbpedia.org/property/president,http://dbpedia.org/resou…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Germany,http://dbpedia.org/property/leaderName,http://dbpedia.org/resource/Frank-…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Derbyshire,http://dbpedia.org/ontology/location,http://dbpedia.org/resource/Engla…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mFrankish Kingdom from 481 to 843,P196,https://en.wikipedia.org/wiki/Francia \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mReligion in Belgium,P196,Religion in the country \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Judaism,http://dbpedia.org/ontology/wikiPageWikiLink,http://dbpedia.org/resource/…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Wim_Eijk,http://dbpedia.org/property/previousPost,http://dbpedia.org/resource/Rom…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mOld Norse religion,P102,https://en.wikipedia.org/wiki/Old_Norse_religion \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mAlbert Einstein,P67,Culture of Germany \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/University_of_Bern,http://dbpedia.org/property/type,http://dbpedia.org/resource/P…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Walter_Raleigh,http://dbpedia.org/ontology/birthPlace,http://dbpedia.org/resource…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Kingdom_of_Prussia,http://dbpedia.org/property/titleLeader,http://dbpedia.org/res…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Velsen,http://dbpedia.org/property/subdivisionType,http://dbpedia.org/resource/Pr…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Albert_Einstein,http://dbpedia.org/ontology/citizenship,http://dbpedia.org/resour…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Hans_Albert_Einstein,http://dbpedia.org/ontology/employer,\"http://dbpedia.org/res…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Princeton_University,http://dbpedia.org/ontology/type,http://dbpedia.org/resource…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/German_Empire,http://dbpedia.org/property/titleLeader,http://dbpedia.org/resource…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mCarolingian dynasty,P196,Frankish noble family founded by Charles Martel \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Christianity_in_the_Middle_Ages,http://www.w3.org/2000/01/rdf-schema#seeAlso,http…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen,http://dbpedia.org/ontology/wikiPageWikiLink,htt…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/University_of_Bern,http://dbpedia.org/ontology/country,http://dbpedia.org/resourc…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/German_Empire,http://dbpedia.org/property/deputy,http://dbpedia.org/resource/Bern…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Willibrord,http://xmlns.com/foaf/0.1/isPrimaryTopicOf,http://en.wikipedia.org/wik…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mKing's College London,P196,\"Public research university in London, United Kingdom\" \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Winfried_Kretschmann,http://dbpedia.org/property/1namedata,http://dbpedia.org/res…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Renaissance,http://dbpedia.org/ontology/wikiPageWikiLink,http://dbpedia.org/resou…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Judaism,http://dbpedia.org/property/mainClassification,http://dbpedia.org/resourc…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/Czech_language,http://dbpedia.org/property/states,http://dbpedia.org/resource/Cze…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3mhttp://dbpedia.org/resource/University_of_Zurich,http://dbpedia.org/property/type,http://dbpedia.org/resource…\u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m... \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m... \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ \u001b[1m \u001b[0m \u001b[3m \u001b[0m\u001b[3m \u001b[0m\u001b[3m \u001b[0m │\n", + "│ │\n", + "╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\n" + ], + "text/html": [ + "
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮\n",
+              "│                                                                                                                                          │\n",
+              "│   field   value                                                                                                                          │\n",
+              "│  ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────  │\n",
+              "│   file                                                                                                                                   │\n",
+              "│             Preview   subject,predicate,object                                                                                           │\n",
+              "│                       Walhalla (memorial),P67,https://en.wikipedia.org/wiki/Walhalla_(memorial)                                          │\n",
+              "│                       http://dbpedia.org/resource/Ueli_Maurer,http://dbpedia.org/ontology/birthPlace,http://dbpedia.org/resource/Ca…     │\n",
+              "│                       Albert Einstein,P67,Institute for Advanced Study                                                                   │\n",
+              "│                       http://dbpedia.org/resource/Friedrich_Dickel,http://dbpedia.org/ontology/birthPlace,http://dbpedia.org/resour…     │\n",
+              "│                       http://dbpedia.org/resource/Asian_Americans,http://dbpedia.org/property/region,http://dbpedia.org/resource/Ha…     │\n",
+              "│                       http://dbpedia.org/resource/Georges_Clemenceau,http://dbpedia.org/property/president,http://dbpedia.org/resou…     │\n",
+              "│                       http://dbpedia.org/resource/Germany,http://dbpedia.org/property/leaderName,http://dbpedia.org/resource/Frank-…     │\n",
+              "│                       http://dbpedia.org/resource/Derbyshire,http://dbpedia.org/ontology/location,http://dbpedia.org/resource/Engla…     │\n",
+              "│                       Frankish Kingdom from 481 to 843,P196,https://en.wikipedia.org/wiki/Francia                                        │\n",
+              "│                       Religion in Belgium,P196,Religion in the country                                                                   │\n",
+              "│                       http://dbpedia.org/resource/Judaism,http://dbpedia.org/ontology/wikiPageWikiLink,http://dbpedia.org/resource/…     │\n",
+              "│                       http://dbpedia.org/resource/Wim_Eijk,http://dbpedia.org/property/previousPost,http://dbpedia.org/resource/Rom…     │\n",
+              "│                       Old Norse religion,P102,https://en.wikipedia.org/wiki/Old_Norse_religion                                           │\n",
+              "│                       Albert Einstein,P67,Culture of Germany                                                                             │\n",
+              "│                       http://dbpedia.org/resource/University_of_Bern,http://dbpedia.org/property/type,http://dbpedia.org/resource/P…     │\n",
+              "│                       http://dbpedia.org/resource/Walter_Raleigh,http://dbpedia.org/ontology/birthPlace,http://dbpedia.org/resource…     │\n",
+              "│                       http://dbpedia.org/resource/Kingdom_of_Prussia,http://dbpedia.org/property/titleLeader,http://dbpedia.org/res…     │\n",
+              "│                       http://dbpedia.org/resource/Velsen,http://dbpedia.org/property/subdivisionType,http://dbpedia.org/resource/Pr…     │\n",
+              "│                       http://dbpedia.org/resource/Albert_Einstein,http://dbpedia.org/ontology/citizenship,http://dbpedia.org/resour…     │\n",
+              "│                       http://dbpedia.org/resource/Hans_Albert_Einstein,http://dbpedia.org/ontology/employer,\"http://dbpedia.org/res…     │\n",
+              "│                       http://dbpedia.org/resource/Princeton_University,http://dbpedia.org/ontology/type,http://dbpedia.org/resource…     │\n",
+              "│                       http://dbpedia.org/resource/German_Empire,http://dbpedia.org/property/titleLeader,http://dbpedia.org/resource…     │\n",
+              "│                       Carolingian dynasty,P196,Frankish noble family founded by Charles Martel                                           │\n",
+              "│                       http://dbpedia.org/resource/Christianity_in_the_Middle_Ages,http://www.w3.org/2000/01/rdf-schema#seeAlso,http…     │\n",
+              "│                       http://dbpedia.org/resource/Roman_Catholic_Diocese_of_Aachen,http://dbpedia.org/ontology/wikiPageWikiLink,htt…     │\n",
+              "│                       http://dbpedia.org/resource/University_of_Bern,http://dbpedia.org/ontology/country,http://dbpedia.org/resourc…     │\n",
+              "│                       http://dbpedia.org/resource/German_Empire,http://dbpedia.org/property/deputy,http://dbpedia.org/resource/Bern…     │\n",
+              "│                       http://dbpedia.org/resource/Willibrord,http://xmlns.com/foaf/0.1/isPrimaryTopicOf,http://en.wikipedia.org/wik…     │\n",
+              "│                       King's College London,P196,\"Public research university in London, United Kingdom\"                                  │\n",
+              "│                       http://dbpedia.org/resource/Winfried_Kretschmann,http://dbpedia.org/property/1namedata,http://dbpedia.org/res…     │\n",
+              "│                       http://dbpedia.org/resource/Renaissance,http://dbpedia.org/ontology/wikiPageWikiLink,http://dbpedia.org/resou…     │\n",
+              "│                       http://dbpedia.org/resource/Judaism,http://dbpedia.org/property/mainClassification,http://dbpedia.org/resourc…     │\n",
+              "│                       http://dbpedia.org/resource/Czech_language,http://dbpedia.org/property/states,http://dbpedia.org/resource/Cze…     │\n",
+              "│                       http://dbpedia.org/resource/University_of_Zurich,http://dbpedia.org/property/type,http://dbpedia.org/resource…     │\n",
+              "│                       ...                                                                                                                │\n",
+              "│                       ...                                                                                                                │\n",
+              "│                                                                                                                                          │\n",
+              "│                                                                                                                                          │\n",
+              "╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\n",
+              "
\n" + ] + }, + "metadata": {}, + "execution_count": 23 + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "From this point on, it is possible to exploit the extracted knowledge graph in the network analysis module as described in the [related tutorial](https://github.com/DHARPA-Project/kiara_plugin.dh_tagung_2023/blob/main/docs/notebooks/Network_Analysis.ipynb)." + ], + "metadata": { + "id": "nRTQkasoU8vN" + } + }, + { + "cell_type": "markdown", + "source": [ + "# Lessons learnt and future work" + ], + "metadata": { + "id": "QMrMvx4rmwAK" + } + }, + { + "cell_type": "markdown", + "source": [ + "As in the case of the colab tutorial for [journal harvesting using EUROPEANA API](https://github.com/DHARPA-Project/kiara_plugin.topic_modelling/blob/develop/docs/jupyter/kiarapeana_topic_modeling.ipynb) the generation based on the *Kiara Module Builder* was only slightly more useful than the general purpose ChatGPT, this time because the part concerning *kiara* and *kiara*'s data structures was even lesser than in the previous project.\n", + "\n", + "The present contribution can be improved by proposing a workflow to assist the programming-agnostic user to query the knowledge graph in kuzu, maybe offering template queries easy to be run off-the-shelf.\n", + "\n", + "Furthermore, the whole pipeline and its functions can be packaged as a kiara plug-in or kiara pipeline." + ], + "metadata": { + "id": "JAGiPiDZm9Nx" + } + }, + { + "cell_type": "markdown", + "source": [ + "#Appendix" + ], + "metadata": { + "id": "IuIbV6NBgdNs" + } + }, + { + "cell_type": "markdown", + "source": [ + "\n", + "SNIPPET of code to save all kiara codebase into a single txt file:\n", + "\n", + "# Clone the main kiara repository\n", + "git clone https://github.com/DHARPA-Project/kiara.git\n", + "\n", + "# Clone the kiara_plugin.network_analysis repository\n", + "git clone https://github.com/DHARPA-Project/kiara_plugin.network_analysis.git\n", + "\n", + "# Clone the NetworkAnalysis repository\n", + "git clone https://github.com/DHARPA-Project/NetworkAnalysis.git\n", + "\n", + "# Clone the TopicModelling- repository\n", + "git clone https://github.com/DHARPA-Project/TopicModelling-.git\n", + "\n", + "# Clone the jupyterlab-extension-example repository\n", + "git clone https://github.com/DHARPA-Project/jupyterlab-extension-example.git\n", + "\n", + "# Clone the asciinet repository\n", + "git clone https://github.com/DHARPA-Project/asciinet.git\n", + "\n", + "\n", + "# Navigate to the kiara repository\n", + "cd kiara\n", + "# List all files\n", + "find . > ../kiara_files.txt\n", + "# Return to the parent directory\n", + "cd ..\n", + "\n", + "# Repeat for each repository\n", + "cd kiara_plugin.network_analysis\n", + "find . > ../kiara_plugin_network_analysis_files.txt\n", + "cd ..\n", + "\n", + "cd NetworkAnalysis\n", + "find . > ../NetworkAnalysis_files.txt\n", + "cd ..\n", + "\n", + "cd TopicModelling-\n", + "find . > ../TopicModelling_files.txt\n", + "cd ..\n", + "\n", + "cd jupyterlab-extension-example\n", + "find . > ../jupyterlab_extension_example_files.txt\n", + "cd ..\n", + "\n", + "cd asciinet\n", + "find . > ../asciinet_files.txt\n", + "cd ..\n", + "\n", + "\n", + "# Combine all listings into a single file\n", + "cat kiara_files.txt kiara_plugin_network_analysis_files.txt NetworkAnalysis_files.txt TopicModelling_files.txt jupyterlab_extension_example_files.txt asciinet_files.txt > DHARPA_Project_files.txt\n", + "\n", + "then run:\n", + "\n", + "\n", + "\n" + ], + "metadata": { + "id": "W7KmZs6CdqRV" + } + }, + { + "cell_type": "code", + "source": [ + "import os\n", + "\n", + "# List of repository directories\n", + "repos = [\n", + " \"kiara\",\n", + " \"kiara_plugin.network_analysis\",\n", + " \"NetworkAnalysis\",\n", + " \"TopicModelling-\",\n", + " \"jupyterlab-extension-example\",\n", + " \"asciinet\"\n", + "]\n", + "\n", + "# Output file\n", + "output_file = \"DHARPA_Project_code.txt\"\n", + "\n", + "with open(output_file, 'w', encoding='utf-8') as outfile:\n", + " for repo in repos:\n", + " for root, _, files in os.walk(repo):\n", + " for file in files:\n", + " file_path = os.path.join(root, file)\n", + " if file.endswith('.py') or file.endswith('.md') or file.endswith('.txt') or file.endswith('.sh') or file.endswith('.json') or file.endswith('.js') or file.endswith('.yml'):\n", + " outfile.write(f\"\\n\\n# {file_path}\\n\")\n", + " with open(file_path, 'r') as infile:\n", + " outfile.write(infile.read())" + ], + "metadata": { + "id": "MCR_5MqLd2uc" + }, + "execution_count": null, + "outputs": [] + } + ] +} \ No newline at end of file